You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-02-27 21:51:30.938 WARN [0x16b36b000] AckGroupingTracker:93 | Connection is not ready, ACK failed for [(14,0,-1,-1)]
2024-02-27 21:51:30.938 INFO [0x16b96f000] ExtensibleLoadManagerTest:145 | acked i: 0 81 ms
/Users/xuyunze/github.com/bewaremypower/pulsar-client-cpp/tests/extensibleLM/ExtensibleLoadManagerTest.cc:147: Failure
Expected equality of these values:
ackResult
Which is: AlreadyClosed
ResultOk
Which is: Ok
Note: I changed the log level of AckGroupingTracker:93 to warn locally.
Anything else?
When HandlerBase::getCnx() returns a null weak_ptr, it's retryable if the state is not Closing or Closed. We should schedule the flush again.
Are you willing to submit a PR?
I'm willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
Version
main
Minimal reproduce step
Enable
ackReceipt
for https://github.com/apache/pulsar-client-cpp/blob/main/tests/extensibleLM/ExtensibleLoadManagerTest.ccWhat did you expect to see?
The test passed
What did you see instead?
Note: I changed the log level of
AckGroupingTracker:93
to warn locally.Anything else?
When
HandlerBase::getCnx()
returns a nullweak_ptr
, it's retryable if the state is notClosing
orClosed
. We should schedule the flush again.Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: