@@ -3642,7 +3642,14 @@ consistency.`
36423642 text : `
36433643If the driver supports speculative execution policy, configures constant
36443644speculative 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 : `
36533660If the driver supports speculative execution policy, configures constant
36543661speculative 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