[ 
https://issues.apache.org/jira/browse/CASSANDRA-11676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15261396#comment-15261396
 ] 

Stefania edited comment on CASSANDRA-11676 at 4/28/16 2:04 AM:
---------------------------------------------------------------

It's failing at this line here:

{code}
table_meta = self.session.cluster.metadata.keyspaces[self.ks].tables[table_name]
{code}

My best guess if that the keyspace or table metadata may not have been received 
by the driver on the control connection yet, since they are created with 
cassandra-stress and not using the session open in the test.

I've added some checks to refresh the metadata if either ks or table metadata 
are not available. I hope this is sufficient.

PR [here|https://github.com/riptano/cassandra-dtest/pull/961]


was (Author: stefania):
It's failing at this line here:

{code}
table_meta = self.session.cluster.metadata.keyspaces[self.ks].tables[table_name]
{code}

I think either the keyspace or table metadata may not have been received by the 
driver on the control connection yet, since they are created with 
cassandra-stress and not using the same session open in the test.

I've added some checks to refresh the metadata if either ks or table metadata 
are not available yet. I hope this is sufficient.

PR [here|https://github.com/riptano/cassandra-dtest/pull/961]

> dtest failure in 
> cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_copy_from_with_large_cql_rows
> ----------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-11676
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11676
>             Project: Cassandra
>          Issue Type: Test
>            Reporter: Russ Hatch
>            Assignee: Stefania
>              Labels: dtest
>
> failed on most recent trunk-offheap job example failure:
> http://cassci.datastax.com/job/trunk_offheap_dtest/162/testReport/cqlsh_tests.cqlsh_copy_tests/CqlshCopyTest/test_copy_from_with_large_cql_rows
> Failed on CassCI build trunk_offheap_dtest #162



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

Reply via email to