Removing unnecessary log statement.
This commit is contained in:
parent
e1bdedc9ea
commit
4abbbfbaa7
1 changed files with 0 additions and 4 deletions
|
|
@ -182,10 +182,6 @@ public class RecordProcessorCheckpointer implements IRecordProcessorCheckpointer
|
||||||
+ subSequenceNumber);
|
+ subSequenceNumber);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (log.isDebugEnabled()) {
|
|
||||||
log.debug("Validated prepareCheckpoint sequence number {} for {}, token {}", sequenceNumber,
|
|
||||||
shardInfo.shardId(), shardInfo.concurrencyToken());
|
|
||||||
}
|
|
||||||
/*
|
/*
|
||||||
* If there isn't a last checkpoint value, we only care about checking the upper bound.
|
* If there isn't a last checkpoint value, we only care about checking the upper bound.
|
||||||
* If there is a last checkpoint value, we want to check both the lower and upper bound.
|
* If there is a last checkpoint value, we want to check both the lower and upper bound.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue