You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/06/26 21:08:40 UTC

[GitHub] [pulsar] merlimat opened a new pull request #7373: [C++] Reduce log level for ack-grouping tracker

merlimat opened a new pull request #7373:
URL: https://github.com/apache/pulsar/pull/7373


   ### Motivation
   
   The C++ ack tracker is printing a lot of warning (every 100ms) for something which is perfectly normal (eg: not able to talk with broker at the moment).
   
   ```
   2020-06-26 13:58:55.935 WARN  [0x7000032a0000] AckGroupingTrackerEnabled:99 | Connection is not ready, grouping ACK failed.
   2020-06-26 13:58:56.038 WARN  [0x7000032a0000] AckGroupingTrackerEnabled:99 | Connection is not ready, grouping ACK failed.
   2020-06-26 13:58:56.141 WARN  [0x7000032a0000] AckGroupingTrackerEnabled:99 | Connection is not ready, grouping ACK failed.
   2020-06-26 13:58:56.244 WARN  [0x7000032a0000] AckGroupingTrackerEnabled:99 | Connection is not ready, grouping ACK failed.
   2020-06-26 13:58:56.344 WARN  [0x7000032a0000] AckGroupingTrackerEnabled:99 | Connection is not ready, grouping ACK failed.
   .....
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] merlimat merged pull request #7373: [C++] Reduce log level for ack-grouping tracker

Posted by GitBox <gi...@apache.org>.
merlimat merged pull request #7373:
URL: https://github.com/apache/pulsar/pull/7373


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org