apache / pinot

Apache Pinot - A realtime distributed OLAP datastore
https://pinot.apache.org/
Apache License 2.0
5.51k stars 1.29k forks source link

Flaky compatibility regression test (against release-1.1.0) #13812

Open real-mj-song opened 3 months ago

real-mj-song commented 3 months ago

Issue

Looks like Pinot Compatibility Regression Testing against release-1.1.0 fails transiently. I found multiple PRs where builds are failing for the exact same issue: routing table has not been updated after max wait time.

Error log 👇🏼

07:23:07.228 INFO [SegmentOp] [main] Successfully verified segment FeatureTest1_Segment5 and its current status is ONLINE.
...
07:25:05.873 WARN [SegmentOp] [main] Routing table has not been updated yet, will retry after 1000 ms.
07:25:06.876 WARN [SegmentOp] [main] Routing table has not been updated yet, will retry after 1000 ms.
07:25:07.879 ERROR [SegmentOp] [main] Upload segment verification failed, routing table has not been updated after max wait time 120000 ms.
07:25:07.886 ERROR [CompatibilityOpsRunner] [main] Failure
Jackie-Jiang commented 3 months ago

This could be related to #9921