[ 
https://issues.apache.org/jira/browse/CASSANDRA-3910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209526#comment-13209526
 ] 

Radim Kolar commented on CASSANDRA-3910:
----------------------------------------

With FD 9, there is situation when Cassandra considers other node as UP (which 
really is) but network connection between nodes is too slow (most messages sent 
between nodes timeouts withing 30 sec timeout limit) just occasional 
message/cluster heartbeat passes.

In that kind of situation is better to break cluster. Nodes do not need to wait 
for each other and work separated (app can survive that) and use HH after 
network condition (DDOS) improves.

Node in not viable cluster consume lot of memory because many messages are 
waiting to be sent and there is possibility to OOM or deadlock.
                
> make phi_convict_threshold Float
> --------------------------------
>
>                 Key: CASSANDRA-3910
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3910
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 1.0.7
>            Reporter: Radim Kolar
>
> I would like to have phi_convict_threshold floating point number instead of 
> integer. Value 8 is too low for me and value 9 is too high. With converting 
> to floating point, it can be better fine tuned.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to