Skip to content

Avoid debug noise by consumer ack-tracker#2953

Merged
rdhabalia merged 1 commit intoapache:masterfrom
rdhabalia:cons_debug
Mar 4, 2019
Merged

Avoid debug noise by consumer ack-tracker#2953
rdhabalia merged 1 commit intoapache:masterfrom
rdhabalia:cons_debug

Conversation

@rdhabalia
Copy link
Contributor

Motivation

Consumer Ack-tracker continuously logs below debug-log and flushing without any acking activity.

10:16:44.094 [pulsar-client-io-26-1:org.apache.pulsar.client.impl.PersistentAcknowledgmentsGroupingTracker@153] INFO  org.apache.pulsar.client.impl.PersistentAcknowledgmentsGroupingTracker - [ConsumerBase{subscription='my-subscriber-name', consumerName='3b5d6', topic='persistent://my-property/my-ns/my-topic1'}] Flushing pending acks to broker: last-cumulative-ack: -1:-1:-1 -- individual-acks: []

Modifications

avoid logging if nothing to ack.

@rdhabalia rdhabalia added this to the 2.2.1 milestone Nov 7, 2018
@rdhabalia rdhabalia self-assigned this Nov 7, 2018
@sijie
Copy link
Member

sijie commented Nov 7, 2018

run java8 tests
run integration tests

1 similar comment
@sijie
Copy link
Member

sijie commented Nov 16, 2018

run java8 tests
run integration tests

@sijie
Copy link
Member

sijie commented Nov 20, 2018

run java8 tests

1 similar comment
@sijie
Copy link
Member

sijie commented Nov 25, 2018

run java8 tests

@merlimat merlimat modified the milestones: 2.2.1, 2.3.0 Dec 14, 2018
@sijie
Copy link
Member

sijie commented Feb 2, 2019

run java8 tests

@merlimat merlimat modified the milestones: 2.3.0, 2.4.0 Feb 14, 2019
@rdhabalia
Copy link
Contributor Author

rerun java8 tests

@rdhabalia
Copy link
Contributor Author

rerun integration tests
rerun java8 tests

@rdhabalia rdhabalia merged commit ffa2a68 into apache:master Mar 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants