gianm commented on code in PR #18193:
URL: https://github.com/apache/druid/pull/18193#discussion_r2182205612
##########
embedded-tests/src/test/java/org/apache/druid/testing/embedded/indexing/EmbeddedIndexTaskTest.java:
##########
@@ -102,7 +102,12 @@ public void test_runIndexTask_forInlineDatasource()
start = start.plusDays(1);
}
- // Wait for segments to be queryable
+ // Wait for all segments to be loaded and queryable
Review Comment:
I tried fixing this in #18196 with a different approach, where there's a
hook into the Broker to look at its server view. I think it will be more
robust, because it ensures the Broker actually sees all segments (in theory,
with this inspection of Coordinator metrics, they could be loaded on
Historicals but the Broker might not know about them yet).
--
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]