echauchot commented on PR #37: URL: https://github.com/apache/flink-connector-cassandra/pull/37#issuecomment-3274967494
> @Poorvankbhatia I have dealt with write timeouts: put consistency level to lower ANY instead of default (CL=1) when writing test data. Raise write request timeout to the same timeout as read request. > > Please test on your local machine that the flaky issue is gone. > > I'll merge afterwards Regarding machine load and timeouts / missing data: I have put consistency level to ONE to be coherent between read and write requests because CL=ANY in write requests could lead to hint writes that would be invisible to subsequent read requests. I guess with the extended timeouts of 15s on writes it will give enough time for a write to wait for 1 replica before ack even on loaded machines -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org