You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/11/24 21:54:29 UTC

[hop] branch master updated: [IT] Increase Cassandra waittimes

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 45151f800e [IT] Increase Cassandra waittimes
     new 6e986442c1 Merge pull request #1827 from hansva/master
45151f800e is described below

commit 45151f800e0ea006e95373d5cabc61c1bddd7282
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Thu Nov 24 22:53:58 2022 +0100

    [IT] Increase Cassandra waittimes
---
 docker/integration-tests/resource/cassandra/cassandra.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docker/integration-tests/resource/cassandra/cassandra.yaml b/docker/integration-tests/resource/cassandra/cassandra.yaml
index 00b9d1e7db..f88b970ebf 100644
--- a/docker/integration-tests/resource/cassandra/cassandra.yaml
+++ b/docker/integration-tests/resource/cassandra/cassandra.yaml
@@ -935,14 +935,14 @@ read_request_timeout_in_ms: 5000
 range_request_timeout_in_ms: 10000
 # How long the coordinator should wait for writes to complete.
 # Lowest acceptable value is 10 ms.
-write_request_timeout_in_ms: 5000
+write_request_timeout_in_ms: 20000
 # How long the coordinator should wait for counter writes to complete.
 # Lowest acceptable value is 10 ms.
-counter_write_request_timeout_in_ms: 10000
+counter_write_request_timeout_in_ms: 30000
 # How long a coordinator should continue to retry a CAS operation
 # that contends with other proposals for the same row.
 # Lowest acceptable value is 10 ms.
-cas_contention_timeout_in_ms: 1000
+cas_contention_timeout_in_ms: 5000
 # How long the coordinator should wait for truncates to complete
 # (This can be much longer, because unless auto_snapshot is disabled
 # we need to flush first so we can snapshot before removing the data.)