-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flaky test: TestConsumerSeekByTimeOnPartitionedTopic #971
Comments
The root cause is that the message after seek may be cleaned up when cleaning pulsar-client-go/pulsar/consumer_test.go Line 3684 in 42ded0d
In short, when calls pulsar-client-go/pulsar/consumer_impl.go Lines 668 to 686 in d98c4f1
Refer logs:
This issue exists the java client, about more information, refer to PIP: apache/pulsar#16757 This flaky test is not too easy to happen. I think we can wait for this PIP to finish. |
See example failure
logs:
logs.txt
stacks:
stacks.txt
The text was updated successfully, but these errors were encountered: