Skip to content

Commit 4e36af0

Browse files
committed
settings: Add a warning about cassandra_execution_* settings potentially being problematic
1 parent 3d60315 commit 4e36af0

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

data/settings.js

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3642,7 +3642,14 @@ consistency.`
36423642
text: `
36433643
If the driver supports speculative execution policy, configures constant
36443644
speculative execution policy. See
3645-
https://docs.datastax.com/en/developer/java-driver/latest/manual/core/speculative_execution/index.html`
3645+
https://docs.datastax.com/en/developer/java-driver/latest/manual/core/speculative_execution/index.html
3646+
3647+
::: warning
3648+
If Cassandra is completely unavailable and speculative execution is used,
3649+
Cassandra cpp-driver library starts hanging all queries due to a bug. This may
3650+
cause problems in the dict process even after Cassandra is back online.
3651+
When this happens, "Dict server timeout" errors are being logged.
3652+
:::`
36463653
},
36473654

36483655
cassandra_execution_retry_times: {
@@ -3652,7 +3659,14 @@ https://docs.datastax.com/en/developer/java-driver/latest/manual/core/speculativ
36523659
text: `
36533660
If the driver supports speculative execution policy, configures constant
36543661
speculative execution policy. See
3655-
https://docs.datastax.com/en/developer/java-driver/latest/manual/core/speculative_execution/index.html`
3662+
https://docs.datastax.com/en/developer/java-driver/latest/manual/core/speculative_execution/index.html
3663+
3664+
::: warning
3665+
If Cassandra is completely unavailable and speculative execution is used,
3666+
Cassandra cpp-driver library starts hanging all queries due to a bug. This may
3667+
cause problems in the dict process even after Cassandra is back online.
3668+
When this happens, "Dict server timeout" errors are being logged.
3669+
:::`
36563670
},
36573671

36583672
cassandra_heartbeat_interval: {

0 commit comments

Comments
 (0)