Fixing log message spacing (#795)
This commit is contained in:
parent
0535193394
commit
6cb0100163
1 changed files with 1 additions and 1 deletions
|
|
@ -381,7 +381,7 @@ public class FanOutRecordsPublisher implements RecordsPublisher {
|
||||||
private void resetRecordsDeliveryStateOnSubscriptionOnInit() {
|
private void resetRecordsDeliveryStateOnSubscriptionOnInit() {
|
||||||
// Clear any lingering records in the queue.
|
// Clear any lingering records in the queue.
|
||||||
if (!recordsDeliveryQueue.isEmpty()) {
|
if (!recordsDeliveryQueue.isEmpty()) {
|
||||||
log.warn("{}: Found non-empty queue while starting subscription. This indicates unsuccessful clean up of"
|
log.warn("{}: Found non-empty queue while starting subscription. This indicates unsuccessful clean up of "
|
||||||
+ "previous subscription - {}. Last successful request details -- {}", streamAndShardId, subscribeToShardId, lastSuccessfulRequestDetails);
|
+ "previous subscription - {}. Last successful request details -- {}", streamAndShardId, subscribeToShardId, lastSuccessfulRequestDetails);
|
||||||
recordsDeliveryQueue.clear();
|
recordsDeliveryQueue.clear();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue