slbotbm commented on code in PR #3729:
URL: https://github.com/apache/iggy/pull/3729#discussion_r3699367186


##########
core/integration/tests/connectors/fixtures/elasticsearch/sink.rs:
##########


Review Comment:
   At sink.rs:91, the refresh was moved to a short-timeout client, but 
`count_documents()` still uses create_http_client() with a 30-second timeout 
and three retries. The unconditional final count at sink.rs:91 does too. A 
degraded _count endpoint can therefore keep this failure path blocked for 
minutes. The short-timeout probe client should cover both refresh and count.



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

Reply via email to