siddharthteotia edited a comment on issue #5077: Reduce the non-determinism in 
lucene integration test
URL: https://github.com/apache/incubator-pinot/pull/5077#issuecomment-587271614
 
 
   > Why do you want to query it 2000 times. Can we break out once all docs are 
loaded?
   
   If I wait for a longer duration for all the docs to be loaded (as we do in 
other integration tests), there is a good chance that most of realtime segments 
might have already been committed by that time. So the queries will go to the 
completed offline segments.
   
   My goal with this test is to serve majority of the queries via realtime 
segments with text index and see an increasing number of hits as queries are 
run consecutively, documents are being ingested and realtime segments are 
refreshed in the background.
   
   Since I don't know how many times this particular search string is present 
in the data (which is generated randomly), I can't really break out.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to