-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Flaky-test: ExtensibleLoadManagerTest.testIsolationPolicy #20608
Comments
Error in logs:
|
This test now fails in this location:
on this line: Line 351 in e5606f2
One possible reason for this failure is the problem that metadata changes are eventually consistent in Pulsar. The lack of strong consistency causes flakiness which is also a production code problem. A good example is #12555 (comment) . The metadata consistency problems are also covered in the blog post https://codingthestreams.com/pulsar/2022/10/18/view-of-pulsar-metadata-store.html . |
The issue had no activity for 30 days, mark with Stale label. |
Flaky-test: org.apache.pulsar.tests.integration.loadbalance.ExtensibleLoadManagerTest.testIsolationPolicy org.apache.pulsar.tests.integration.loadbalance.ExtensibleLoadManagerTest is flaky. The testIsolationPolicy test method fails sporadically.
Usage tip: To enable automatic navigation to failure message, open the following links with CTRL/CMD-click. Full exception stacktrace
Usage tip: To enable automatic navigation to failure message, open the following links with CTRL/CMD-click. Full exception stacktrace
|
The log file is from the build's Integration-LOADBALANCE-surefire-reports.zip file and extracted with this command:
( |
Error logs contains a lot of errors like this:
And it seems that it never recovers. Is this expected? |
I wonder if this is related to apache/pulsar-client-cpp#86 . There have been issues in the past where a topic that has been created on one broker won't be immediately visible on another broker. |
Raised a fix : #21764 |
Recent failure:
|
Search before asking
Example failure
https://github.com/apache/pulsar/actions/runs/5309497330/jobs/9610705022?pr=20603#step:12:23713
Exception stacktrace
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: