[
https://issues.apache.org/jira/browse/CASSANDRA-12576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erol GUZOĞLU updated CASSANDRA-12576:
-------------------------------------
Description:
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.
was:
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.
> 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)