Philip Thompson created CASSANDRA-11819:
-------------------------------------------
Summary: dtest failure in
replication_test.SnitchConfigurationUpdateTest.test_rf_expand_gossiping_property_file_snitch_multi_dc
Key: CASSANDRA-11819
URL: https://issues.apache.org/jira/browse/CASSANDRA-11819
Project: Cassandra
Issue Type: Test
Reporter: Philip Thompson
Assignee: DS Test Eng
Test is failing on trunk. Example failure is here:
http://cassci.datastax.com/job/trunk_novnode_dtest/378/testReport/replication_test/SnitchConfigurationUpdateTest/test_rf_expand_gossiping_property_file_snitch_multi_dc/
It appears to be running out of memory to allocate, inside the dtest python
code, when starting nodetool. This may need moved to large test, but it's odd
that it just started happening
{code}
[node3 ERROR] Java HotSpot(TM) 64-Bit Server VM warning: INFO:
os::commit_memory(0x00007f25b9fd0000, 65536, 1) failed; error='Cannot allocate
memory' (errno=12)
[node2 ERROR] Java HotSpot(TM) 64-Bit Server VM warning: INFO:
os::commit_memory(0x00007f591e0c0000, 65536, 1) failed; error='Cannot allocate
memory' (errno=12)
[node5 ERROR] Java HotSpot(TM) 64-Bit Server VM warning: INFO:
os::commit_memory(0x00007fabca130000, 65536, 1) failed; error='Cannot allocate
memory' (errno=12)
[node6 ERROR] Java HotSpot(TM) 64-Bit Server VM warning: INFO:
os::commit_memory(0x00007fd0b2080000, 65536, 1) failed; error='Cannot allocate
memory' (errno=12)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)