rvansa commented on PR #2034:
URL: 
https://github.com/apache/cassandra-java-driver/pull/2034#issuecomment-2823245737

   @lukasz-antoniak The necessity of waiting for in-flight requests depends on 
the usecase. Checkpoint is certainly a disruptive operation, and we expect that 
this is executed when the application is in a quiescent state - for example 
after removing the node from load balancer. In other cases the checkpoint is 
executed in the staging environment after a build and warmup load - though in 
this case we might need a way to reconfigure (add) nodes.
   Generally speaking it is also not a problem if the request fails; any 
network system is expected to experience and handle failures.


-- 
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: pr-unsubscr...@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org
For additional commands, e-mail: pr-h...@cassandra.apache.org

Reply via email to