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.
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
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 👇🏼