Log changes
This commit is contained in:
parent
d4f3c0b14a
commit
ef39ecd0df
1 changed files with 1 additions and 1 deletions
|
|
@ -231,8 +231,8 @@ public class PrefetchRecordsPublisher implements RecordsPublisher {
|
|||
throw new IllegalStateException("ExecutorService has been shutdown.");
|
||||
}
|
||||
if (!started) {
|
||||
log.info("{} : Starting Prefetching thread and initializing publisher session.", streamAndShardId);
|
||||
publisherSession.init(extendedSequenceNumber, initialPositionInStreamExtended);
|
||||
log.info("{} : Starting prefetching thread and initializing publisher session.", streamAndShardId);
|
||||
executorService.execute(defaultGetRecordsCacheDaemon);
|
||||
} else {
|
||||
log.info("{} : Skipping publisher start as it was already started.", streamAndShardId);
|
||||
|
|
|
|||
Loading…
Reference in a new issue