[jira] [Updated] (CASSANDRA-7196) Select query with IN restriction times out in CQLSH

2014-05-16 Thread T Jake Luciani (JIRA)

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

T Jake Luciani updated CASSANDRA-7196:
--

Attachment: 7196-v2.txt

v2 avoids trying to write an empty buffer.  Sounds like there is a bug in the 
off heap pool in netty for this call.  I'll try and repro in a test and submit 
an issue.

 Select query with IN restriction times out in CQLSH
 ---

 Key: CASSANDRA-7196
 URL: https://issues.apache.org/jira/browse/CASSANDRA-7196
 Project: Cassandra
  Issue Type: Bug
Reporter: Mikhail Stepura
Assignee: T Jake Luciani
  Labels: regression
 Fix For: 2.1 rc1

 Attachments: 7196-v2.txt, 7196-v3.txt, 7196.txt, init_bug.cql


 I've noticed that 
 {{pylib.cqlshlib.test.test_cqlsh_output.TestCqlshOutput#test_numeric_output}} 
 tests fails on the current 2.1 branch, which wasn't the case before.
 Here are the steps to reproduce. I'm attaching the script to populate schema.
 {code}
 mstepura-mac:cassandra mikhail$ bin/cqlsh -f path_to/init_bug.cql
 mstepura-mac:cassandra mikhail$ bin/cqlsh
 Connected to Test Cluster at 127.0.0.1:9042.
 [cqlsh 5.0.0 | Cassandra 2.1.0-beta2-SNAPSHOT | CQL spec 3.1.6 | Native 
 protocol v2]
 Use HELP for help.
 cqlsh use test;
 cqlsh:test select intcol, bigintcol, varintcol from has_all_types where num 
 in (0, 1, 2, 3, 4);
 errors={}, last_host=127.0.0.1
 cqlsh:test
 {code}
 That works perfectly on 2.0 branch. And there are no errors in the logs.



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


[jira] [Updated] (CASSANDRA-7196) Select query with IN restriction times out in CQLSH

2014-05-15 Thread Mikhail Stepura (JIRA)

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

Mikhail Stepura updated CASSANDRA-7196:
---

Labels: regression  (was: )

 Select query with IN restriction times out in CQLSH
 ---

 Key: CASSANDRA-7196
 URL: https://issues.apache.org/jira/browse/CASSANDRA-7196
 Project: Cassandra
  Issue Type: Bug
Reporter: Mikhail Stepura
  Labels: regression
 Attachments: init_bug.cql


 I've noticed that 
 {{pylib.cqlshlib.test.test_cqlsh_output.TestCqlshOutput#test_numeric_output}} 
 tests fails on the current 2.1 branch, which wasn't the case before.
 Here are the steps to reproduce. I'm attaching the script to populate schema.
 {code}
 mstepura-mac:cassandra mikhail$ bin/cqlsh -f path_to/init_bug.cql
 mstepura-mac:cassandra mikhail$ bin/cqlsh
 Connected to Test Cluster at 127.0.0.1:9042.
 [cqlsh 5.0.0 | Cassandra 2.1.0-beta2-SNAPSHOT | CQL spec 3.1.6 | Native 
 protocol v2]
 Use HELP for help.
 cqlsh use test;
 cqlsh:test select intcol, bigintcol, varintcol from has_all_types where num 
 in (0, 1, 2, 3, 4);
 errors={}, last_host=127.0.0.1
 cqlsh:test
 {code}
 That works perfectly on 2.0 branch. And there are no errors in the logs.



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


[jira] [Updated] (CASSANDRA-7196) Select query with IN restriction times out in CQLSH

2014-05-14 Thread Mikhail Stepura (JIRA)

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

Mikhail Stepura updated CASSANDRA-7196:
---

Fix Version/s: 2.1 rc1

 Select query with IN restriction times out in CQLSH
 ---

 Key: CASSANDRA-7196
 URL: https://issues.apache.org/jira/browse/CASSANDRA-7196
 Project: Cassandra
  Issue Type: Bug
Reporter: Mikhail Stepura
Assignee: T Jake Luciani
  Labels: regression
 Fix For: 2.1 rc1

 Attachments: 7196-v2.txt, 7196-v3.txt, 7196.txt, init_bug.cql


 I've noticed that 
 {{pylib.cqlshlib.test.test_cqlsh_output.TestCqlshOutput#test_numeric_output}} 
 tests fails on the current 2.1 branch, which wasn't the case before.
 Here are the steps to reproduce. I'm attaching the script to populate schema.
 {code}
 mstepura-mac:cassandra mikhail$ bin/cqlsh -f path_to/init_bug.cql
 mstepura-mac:cassandra mikhail$ bin/cqlsh
 Connected to Test Cluster at 127.0.0.1:9042.
 [cqlsh 5.0.0 | Cassandra 2.1.0-beta2-SNAPSHOT | CQL spec 3.1.6 | Native 
 protocol v2]
 Use HELP for help.
 cqlsh use test;
 cqlsh:test select intcol, bigintcol, varintcol from has_all_types where num 
 in (0, 1, 2, 3, 4);
 errors={}, last_host=127.0.0.1
 cqlsh:test
 {code}
 That works perfectly on 2.0 branch. And there are no errors in the logs.



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


[jira] [Updated] (CASSANDRA-7196) Select query with IN restriction times out in CQLSH

2014-05-12 Thread T Jake Luciani (JIRA)

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

T Jake Luciani updated CASSANDRA-7196:
--

Attachment: 7196.txt

Patch to handle nulls correctly

 Select query with IN restriction times out in CQLSH
 ---

 Key: CASSANDRA-7196
 URL: https://issues.apache.org/jira/browse/CASSANDRA-7196
 Project: Cassandra
  Issue Type: Bug
Reporter: Mikhail Stepura
Assignee: T Jake Luciani
  Labels: regression
 Fix For: 2.1 rc1

 Attachments: 7196-v2.txt, 7196-v3.txt, 7196.txt, init_bug.cql


 I've noticed that 
 {{pylib.cqlshlib.test.test_cqlsh_output.TestCqlshOutput#test_numeric_output}} 
 tests fails on the current 2.1 branch, which wasn't the case before.
 Here are the steps to reproduce. I'm attaching the script to populate schema.
 {code}
 mstepura-mac:cassandra mikhail$ bin/cqlsh -f path_to/init_bug.cql
 mstepura-mac:cassandra mikhail$ bin/cqlsh
 Connected to Test Cluster at 127.0.0.1:9042.
 [cqlsh 5.0.0 | Cassandra 2.1.0-beta2-SNAPSHOT | CQL spec 3.1.6 | Native 
 protocol v2]
 Use HELP for help.
 cqlsh use test;
 cqlsh:test select intcol, bigintcol, varintcol from has_all_types where num 
 in (0, 1, 2, 3, 4);
 errors={}, last_host=127.0.0.1
 cqlsh:test
 {code}
 That works perfectly on 2.0 branch. And there are no errors in the logs.



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


[jira] [Updated] (CASSANDRA-7196) Select query with IN restriction times out in CQLSH

2014-05-11 Thread T Jake Luciani (JIRA)

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

T Jake Luciani updated CASSANDRA-7196:
--

Reviewer: Benedict

 Select query with IN restriction times out in CQLSH
 ---

 Key: CASSANDRA-7196
 URL: https://issues.apache.org/jira/browse/CASSANDRA-7196
 Project: Cassandra
  Issue Type: Bug
Reporter: Mikhail Stepura
Assignee: T Jake Luciani
  Labels: regression
 Fix For: 2.1 rc1

 Attachments: 7196-v2.txt, 7196-v3.txt, 7196.txt, init_bug.cql


 I've noticed that 
 {{pylib.cqlshlib.test.test_cqlsh_output.TestCqlshOutput#test_numeric_output}} 
 tests fails on the current 2.1 branch, which wasn't the case before.
 Here are the steps to reproduce. I'm attaching the script to populate schema.
 {code}
 mstepura-mac:cassandra mikhail$ bin/cqlsh -f path_to/init_bug.cql
 mstepura-mac:cassandra mikhail$ bin/cqlsh
 Connected to Test Cluster at 127.0.0.1:9042.
 [cqlsh 5.0.0 | Cassandra 2.1.0-beta2-SNAPSHOT | CQL spec 3.1.6 | Native 
 protocol v2]
 Use HELP for help.
 cqlsh use test;
 cqlsh:test select intcol, bigintcol, varintcol from has_all_types where num 
 in (0, 1, 2, 3, 4);
 errors={}, last_host=127.0.0.1
 cqlsh:test
 {code}
 That works perfectly on 2.0 branch. And there are no errors in the logs.



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


[jira] [Updated] (CASSANDRA-7196) Select query with IN restriction times out in CQLSH

2014-05-11 Thread T Jake Luciani (JIRA)

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

T Jake Luciani updated CASSANDRA-7196:
--

Attachment: 7196-v3.txt

v3 better fix.

 Select query with IN restriction times out in CQLSH
 ---

 Key: CASSANDRA-7196
 URL: https://issues.apache.org/jira/browse/CASSANDRA-7196
 Project: Cassandra
  Issue Type: Bug
Reporter: Mikhail Stepura
Assignee: T Jake Luciani
  Labels: regression
 Fix For: 2.1 rc1

 Attachments: 7196-v2.txt, 7196-v3.txt, 7196.txt, init_bug.cql


 I've noticed that 
 {{pylib.cqlshlib.test.test_cqlsh_output.TestCqlshOutput#test_numeric_output}} 
 tests fails on the current 2.1 branch, which wasn't the case before.
 Here are the steps to reproduce. I'm attaching the script to populate schema.
 {code}
 mstepura-mac:cassandra mikhail$ bin/cqlsh -f path_to/init_bug.cql
 mstepura-mac:cassandra mikhail$ bin/cqlsh
 Connected to Test Cluster at 127.0.0.1:9042.
 [cqlsh 5.0.0 | Cassandra 2.1.0-beta2-SNAPSHOT | CQL spec 3.1.6 | Native 
 protocol v2]
 Use HELP for help.
 cqlsh use test;
 cqlsh:test select intcol, bigintcol, varintcol from has_all_types where num 
 in (0, 1, 2, 3, 4);
 errors={}, last_host=127.0.0.1
 cqlsh:test
 {code}
 That works perfectly on 2.0 branch. And there are no errors in the logs.



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