You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Erol GUZOĞLU (JIRA)" <ji...@apache.org> on 2016/08/31 10:12:20 UTC

[jira] [Created] (CASSANDRA-12576) Setting read_request_timeout_in_ms more than one day causes login fails

Erol GUZOĞLU created CASSANDRA-12576:
----------------------------------------

             Summary: Setting read_request_timeout_in_ms more than one day causes login fails
                 Key: CASSANDRA-12576
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12576
             Project: Cassandra
          Issue Type: Bug
          Components: Configuration
         Environment: Distro: "Debian GNU/Linux 8 (jessie)"

cqlsh -u kartaca -p kartaca -e "select release_version from system.local;" => 3.5
      


            Reporter: Erol GUZOĞLU
            Priority: Trivial


I try to run "select count(*)" query 
To make query success, I set read_request_timeout_in_ms random big number then restart the service.

When node is UN, login fails started.
When I try to login cassandra, I came up with this irrelevant error.
Connection error: ('Unable to connect to any servers', {'127.0.0.1': error(111, "Tried connecting to [('127.0.0.1',│
 9042)]. Last error: Connection refused")})    

It probably occur when setting number bigger than one day. Because when I set 500000000 (~5.7 day) can not login but if i set 50000000 (~0.5 day) login success.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)