This is an automated email from the ASF dual-hosted git repository.
penghui pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-2.7 by this push:
new aa3969b Reduce log level for ack-grouping tracker (#10094)
aa3969b is described below
commit aa3969bb97e9b0f105f13c48e4aa259eef129f14
Author: Yunze Xu <[email protected]>
AuthorDate: Wed Mar 31 21:42:30 2021 +0800
Reduce log level for ack-grouping tracker (#10094)
---
pulsar-client-cpp/lib/AckGroupingTrackerEnabled.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pulsar-client-cpp/lib/AckGroupingTrackerEnabled.cc
b/pulsar-client-cpp/lib/AckGroupingTrackerEnabled.cc
index a651c7a..5b6fe4e 100644
--- a/pulsar-client-cpp/lib/AckGroupingTrackerEnabled.cc
+++ b/pulsar-client-cpp/lib/AckGroupingTrackerEnabled.cc
@@ -97,7 +97,7 @@ void AckGroupingTrackerEnabled::close() {
void AckGroupingTrackerEnabled::flush() {
auto handler = handlerWeakPtr_.lock();
if (!handler) {
- LOG_WARN("Reference to the HandlerBase is not valid.");
+ LOG_DEBUG("Reference to the HandlerBase is not valid.");
return;
}
auto cnx = handler->getCnx().lock();