[jira] [Updated] (CASSANDRA-7516) Configurable client timeout for cqlsh

2014-07-30 Thread Ryan McGuire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-7516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ryan McGuire updated CASSANDRA-7516:


Labels: qa-resolved  (was: )

 Configurable client timeout for cqlsh
 -

 Key: CASSANDRA-7516
 URL: https://issues.apache.org/jira/browse/CASSANDRA-7516
 Project: Cassandra
  Issue Type: Improvement
  Components: Tools
Reporter: Ryan McGuire
Assignee: Ryan McGuire
  Labels: qa-resolved
 Fix For: 2.1.1

 Attachments: cqlsh_timeout.patch


 Here's a patch for cqlsh to set the default client timeout.
 10s is usually a good default, but this is useful for testing specific 
 timeout related bugs, especially where you've intentionally set the C* 
 timeouts higher.
 Configurable in ~/.cassandra/cqlshrc:
 {code}
 [connection]
 client_timeout = 20
 # Can also be set to None to disable:
 # client_timeout = None
 {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (CASSANDRA-7516) Configurable client timeout for cqlsh

2014-07-08 Thread Ryan McGuire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-7516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ryan McGuire updated CASSANDRA-7516:


Component/s: Tools

 Configurable client timeout for cqlsh
 -

 Key: CASSANDRA-7516
 URL: https://issues.apache.org/jira/browse/CASSANDRA-7516
 Project: Cassandra
  Issue Type: Improvement
  Components: Tools
Reporter: Ryan McGuire
 Attachments: cqlsh_timeout.patch


 Here's a patch for cqlsh to set the default client timeout.
 10s is usually a good default, but this is useful for testing specific 
 timeout related bugs, especially where you've intentionally set the C* 
 timeouts higher.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (CASSANDRA-7516) Configurable client timeout for cqlsh

2014-07-08 Thread Ryan McGuire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-7516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ryan McGuire updated CASSANDRA-7516:


Attachment: cqlsh_timeout.patch

 Configurable client timeout for cqlsh
 -

 Key: CASSANDRA-7516
 URL: https://issues.apache.org/jira/browse/CASSANDRA-7516
 Project: Cassandra
  Issue Type: Improvement
  Components: Tools
Reporter: Ryan McGuire
 Attachments: cqlsh_timeout.patch


 Here's a patch for cqlsh to set the default client timeout.
 10s is usually a good default, but this is useful for testing specific 
 timeout related bugs, especially where you've intentionally set the C* 
 timeouts higher.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (CASSANDRA-7516) Configurable client timeout for cqlsh

2014-07-08 Thread Ryan McGuire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-7516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ryan McGuire updated CASSANDRA-7516:


Description: 
Here's a patch for cqlsh to set the default client timeout.

10s is usually a good default, but this is useful for testing specific timeout 
related bugs, especially where you've intentionally set the C* timeouts higher.

Configurable in ~/.cqlshrc:

{code}
[connection]
client_timeout = 20
# Can also be set to None to disable:
# client_timeout = None
{code}

  was:
Here's a patch for cqlsh to set the default client timeout.

10s is usually a good default, but this is useful for testing specific timeout 
related bugs, especially where you've intentionally set the C* timeouts higher.


 Configurable client timeout for cqlsh
 -

 Key: CASSANDRA-7516
 URL: https://issues.apache.org/jira/browse/CASSANDRA-7516
 Project: Cassandra
  Issue Type: Improvement
  Components: Tools
Reporter: Ryan McGuire
 Attachments: cqlsh_timeout.patch


 Here's a patch for cqlsh to set the default client timeout.
 10s is usually a good default, but this is useful for testing specific 
 timeout related bugs, especially where you've intentionally set the C* 
 timeouts higher.
 Configurable in ~/.cqlshrc:
 {code}
 [connection]
 client_timeout = 20
 # Can also be set to None to disable:
 # client_timeout = None
 {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (CASSANDRA-7516) Configurable client timeout for cqlsh

2014-07-08 Thread Ryan McGuire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-7516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ryan McGuire updated CASSANDRA-7516:


Attachment: (was: cqlsh_timeout.patch)

 Configurable client timeout for cqlsh
 -

 Key: CASSANDRA-7516
 URL: https://issues.apache.org/jira/browse/CASSANDRA-7516
 Project: Cassandra
  Issue Type: Improvement
  Components: Tools
Reporter: Ryan McGuire
 Attachments: cqlsh_timeout.patch


 Here's a patch for cqlsh to set the default client timeout.
 10s is usually a good default, but this is useful for testing specific 
 timeout related bugs, especially where you've intentionally set the C* 
 timeouts higher.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (CASSANDRA-7516) Configurable client timeout for cqlsh

2014-07-08 Thread Jonathan Ellis (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-7516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jonathan Ellis updated CASSANDRA-7516:
--

Reviewer: Mikhail Stepura
Assignee: Ryan McGuire

[~mishail] to review

 Configurable client timeout for cqlsh
 -

 Key: CASSANDRA-7516
 URL: https://issues.apache.org/jira/browse/CASSANDRA-7516
 Project: Cassandra
  Issue Type: Improvement
  Components: Tools
Reporter: Ryan McGuire
Assignee: Ryan McGuire
 Attachments: cqlsh_timeout.patch


 Here's a patch for cqlsh to set the default client timeout.
 10s is usually a good default, but this is useful for testing specific 
 timeout related bugs, especially where you've intentionally set the C* 
 timeouts higher.
 Configurable in ~/.cqlshrc:
 {code}
 [connection]
 client_timeout = 20
 # Can also be set to None to disable:
 # client_timeout = None
 {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (CASSANDRA-7516) Configurable client timeout for cqlsh

2014-07-08 Thread Mikhail Stepura (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-7516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mikhail Stepura updated CASSANDRA-7516:
---

Fix Version/s: 2.1.0

 Configurable client timeout for cqlsh
 -

 Key: CASSANDRA-7516
 URL: https://issues.apache.org/jira/browse/CASSANDRA-7516
 Project: Cassandra
  Issue Type: Improvement
  Components: Tools
Reporter: Ryan McGuire
Assignee: Ryan McGuire
 Fix For: 2.1.0

 Attachments: cqlsh_timeout.patch


 Here's a patch for cqlsh to set the default client timeout.
 10s is usually a good default, but this is useful for testing specific 
 timeout related bugs, especially where you've intentionally set the C* 
 timeouts higher.
 Configurable in ~/.cqlshrc:
 {code}
 [connection]
 client_timeout = 20
 # Can also be set to None to disable:
 # client_timeout = None
 {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (CASSANDRA-7516) Configurable client timeout for cqlsh

2014-07-08 Thread Mikhail Stepura (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-7516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mikhail Stepura updated CASSANDRA-7516:
---

Fix Version/s: (was: 2.1.0)
   2.1.1

 Configurable client timeout for cqlsh
 -

 Key: CASSANDRA-7516
 URL: https://issues.apache.org/jira/browse/CASSANDRA-7516
 Project: Cassandra
  Issue Type: Improvement
  Components: Tools
Reporter: Ryan McGuire
Assignee: Ryan McGuire
 Fix For: 2.1.1

 Attachments: cqlsh_timeout.patch


 Here's a patch for cqlsh to set the default client timeout.
 10s is usually a good default, but this is useful for testing specific 
 timeout related bugs, especially where you've intentionally set the C* 
 timeouts higher.
 Configurable in ~/.cqlshrc:
 {code}
 [connection]
 client_timeout = 20
 # Can also be set to None to disable:
 # client_timeout = None
 {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (CASSANDRA-7516) Configurable client timeout for cqlsh

2014-07-08 Thread Ryan McGuire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-7516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ryan McGuire updated CASSANDRA-7516:


Attachment: (was: cqlsh_timeout.patch)

 Configurable client timeout for cqlsh
 -

 Key: CASSANDRA-7516
 URL: https://issues.apache.org/jira/browse/CASSANDRA-7516
 Project: Cassandra
  Issue Type: Improvement
  Components: Tools
Reporter: Ryan McGuire
Assignee: Ryan McGuire
 Fix For: 2.1.1

 Attachments: cqlsh_timeout.patch


 Here's a patch for cqlsh to set the default client timeout.
 10s is usually a good default, but this is useful for testing specific 
 timeout related bugs, especially where you've intentionally set the C* 
 timeouts higher.
 Configurable in ~/.cqlshrc:
 {code}
 [connection]
 client_timeout = 20
 # Can also be set to None to disable:
 # client_timeout = None
 {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (CASSANDRA-7516) Configurable client timeout for cqlsh

2014-07-08 Thread Ryan McGuire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-7516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ryan McGuire updated CASSANDRA-7516:


Attachment: cqlsh_timeout.patch

 Configurable client timeout for cqlsh
 -

 Key: CASSANDRA-7516
 URL: https://issues.apache.org/jira/browse/CASSANDRA-7516
 Project: Cassandra
  Issue Type: Improvement
  Components: Tools
Reporter: Ryan McGuire
Assignee: Ryan McGuire
 Fix For: 2.1.1

 Attachments: cqlsh_timeout.patch


 Here's a patch for cqlsh to set the default client timeout.
 10s is usually a good default, but this is useful for testing specific 
 timeout related bugs, especially where you've intentionally set the C* 
 timeouts higher.
 Configurable in ~/.cqlshrc:
 {code}
 [connection]
 client_timeout = 20
 # Can also be set to None to disable:
 # client_timeout = None
 {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (CASSANDRA-7516) Configurable client timeout for cqlsh

2014-07-08 Thread Ryan McGuire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-7516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ryan McGuire updated CASSANDRA-7516:


Description: 
Here's a patch for cqlsh to set the default client timeout.

10s is usually a good default, but this is useful for testing specific timeout 
related bugs, especially where you've intentionally set the C* timeouts higher.

Configurable in ~/.cassandra/cqlshrc:

{code}
[connection]
client_timeout = 20
# Can also be set to None to disable:
# client_timeout = None
{code}

  was:
Here's a patch for cqlsh to set the default client timeout.

10s is usually a good default, but this is useful for testing specific timeout 
related bugs, especially where you've intentionally set the C* timeouts higher.

Configurable in ~/.cqlshrc:

{code}
[connection]
client_timeout = 20
# Can also be set to None to disable:
# client_timeout = None
{code}


 Configurable client timeout for cqlsh
 -

 Key: CASSANDRA-7516
 URL: https://issues.apache.org/jira/browse/CASSANDRA-7516
 Project: Cassandra
  Issue Type: Improvement
  Components: Tools
Reporter: Ryan McGuire
Assignee: Ryan McGuire
 Fix For: 2.1.1

 Attachments: cqlsh_timeout.patch


 Here's a patch for cqlsh to set the default client timeout.
 10s is usually a good default, but this is useful for testing specific 
 timeout related bugs, especially where you've intentionally set the C* 
 timeouts higher.
 Configurable in ~/.cassandra/cqlshrc:
 {code}
 [connection]
 client_timeout = 20
 # Can also be set to None to disable:
 # client_timeout = None
 {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)