Akanksha-kedia commented on PR #18898: URL: https://github.com/apache/pinot/pull/18898#issuecomment-4915090106
The two failing checks (**Pinot Compatibility Regression Testing against master** and **against release-1.5.0**) are pre-existing flaky infrastructure failures, unrelated to this PR. The failure is a real-time ingestion timing issue — Helix sees `No instances available for leadControllerResource` and queries against `FeatureTest2_REALTIME` return error code 305 before the cluster fully initializes. This is a known intermittent failure in the compatibility test harness. This PR only touches `pinot-segment-local` (bloom filter rebuild logic when `fpp` config changes). All other checks pass: Linter ✅, Unit Tests ✅, Integration Tests ✅, Quickstart ✅, Binary Compat ✅. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
