Add truncate_timeout configuration setting
------------------------------------------

                 Key: CASSANDRA-4006
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4006
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
    Affects Versions: 1.0.8
            Reporter: Aaron Morton
            Priority: Minor


http://www.mail-archive.com/user@cassandra.apache.org/msg20877.html

from TruncateResponseHandler

{code:java}
        long timeout = DatabaseDescriptor.getRpcTimeout() - 
(System.currentTimeMillis() - startTime);
        boolean success;
        try
        {
            success = condition.await(timeout, TimeUnit.MILLISECONDS); // TODO 
truncate needs a much longer timeout
        }
{code}



--
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