[
https://issues.apache.org/jira/browse/CASSANDRA-11950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15367304#comment-15367304
]
Stefania commented on CASSANDRA-11950:
--------------------------------------
I've modified the test code to avoid the {{UnknownColumnFamilyException}}
warnings in the logs, by leveraging
{{session.cluster.control_connection.wait_for_schema_agreement}}, changes are
[here|https://github.com/stef1927/cassandra-dtest/commits/11950].
Before I create the pull request, I want to wait on another pull request I've
created for the driver
[here|https://github.com/datastax/python-driver/pull/615]: it seems there is a
problem in that replicas for which there is no connection are excluded, as well
as remote replicas unless we use a DC aware load balancing policy that contacts
remote hosts as well. I want to confirm we really need to change the load
balancing policy, or whether we can change the behavior in the driver, cc
[~aholmber].
> dtest failure in
> consistency_test.TestAvailability.test_network_topology_strategy_each_quorum
> ---------------------------------------------------------------------------------------------
>
> Key: CASSANDRA-11950
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11950
> Project: Cassandra
> Issue Type: Bug
> Reporter: Sean McCarthy
> Assignee: Stefania
> Labels: dtest
> Fix For: 3.x
>
> Attachments: node1.log, node1_debug.log, node2.log, node2_debug.log,
> node3.log, node3_debug.log, node4.log, node4_debug.log, node5.log,
> node5_debug.log, node6.log, node6_debug.log, node7.log, node7_debug.log,
> node8.log, node8_debug.log, node9.log, node9_debug.log
>
>
> example failure:
> http://cassci.datastax.com/job/trunk_large_dtest/10/testReport/consistency_test/TestAvailability/test_network_topology_strategy_each_quorum
> Failed on CassCI build trunk_large_dtest #10
> Logs are attached.
> {code}
> Stacktrace
> File "/usr/lib/python2.7/unittest/case.py", line 358, in run
> self.tearDown()
> File "/home/automaton/cassandra-dtest/dtest.py", line 719, in tearDown
> raise AssertionError('Unexpected error in log, see stdout')
> Standard Output
> Unexpected error in node3 log, error:
> ERROR [SharedPool-Worker-1] 2016-06-03 14:25:27,460 Keyspace.java:504 -
> Attempting to mutate non-existant table 03b14ad0-2997-11e6-b8c7-01c3aea11be7
> (mytestks.users)
> ERROR [SharedPool-Worker-2] 2016-06-03 14:25:27,460 Keyspace.java:504 -
> Attempting to mutate non-existant table 03b14ad0-2997-11e6-b8c7-01c3aea11be7
> (mytestks.users)
> ERROR [SharedPool-Worker-3] 2016-06-03 14:25:27,462 Keyspace.java:504 -
> Attempting to mutate non-existant table 03b14ad0-2997-11e6-b8c7-01c3aea11be7
> (mytestks.users)
> ERROR [SharedPool-Worker-2] 2016-06-03 14:25:27,464 Keyspace.java:504 -
> Attempting to mutate non-existant table 03b14ad0-2997-11e6-b8c7-01c3aea11be7
> (mytestks.users)
> ERROR [SharedPool-Worker-3] 2016-06-03 14:25:27,464 Keyspace.java:504 -
> Attempting to mutate non-existant table 03b14ad0-2997-11e6-b8c7-01c3aea11be7
> (mytestks.users)
> ERROR [SharedPool-Worker-1] 2016-06-03 14:25:27,465 Keyspace.java:504 -
> Attempting to mutate non-existant table 03b14ad0-2997-11e6-b8c7-01c3aea11be7
> (mytestks.users)
> ERROR [SharedPool-Worker-4] 2016-06-03 14:25:27,465 Keyspace.java:504 -
> Attempting to mutate non-existant table 03b14ad0-2997-11e6-b8c7-01c3aea11be7
> (mytestks.users)
> ERROR [SharedPool-Worker-5] 2016-06-03 14:25:27,465 Keyspace.java:504 -
> Attempting to mutate non-existant table 03b14ad0-2997-11e6-b8c7-01c3aea11be7
> (mytestks.users)
> ERROR [SharedPool-Worker-7] 2016-06-03 14:25:27,465 Keyspace.java:504 -
> Attempting to mutate non-existant table 03b14ad0-2997-11e6-b8c7-01c3aea11be7
> (mytestks.users)
> ERROR [SharedPool-Worker-6] 2016-06-03 14:25:27,465 Keyspace.java:504 -
> Attempting to mutate non-existant table 03b14ad0-2997-11e6-b8c7-01c3aea11be7
> (mytestks.users)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)