janhoy opened a new pull request, #4321:
URL: https://github.com/apache/solr/pull/4321

   The test was calling postDataToBlobStore(cluster.getSolrClient(), ...) which 
bypassed the cloudClient() method that ensures the .system blob store 
collection is created first. Using cluster.getSolrClient() also risks ZK 
cluster-state propagation lag. Replace with helper.storeSampleDocs() which 
correctly uses the internal cloudClient() path (createSystemColl + 
ZkController's own client).
   


-- 
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]

Reply via email to