[
https://issues.apache.org/jira/browse/CASSANDRA-12072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15360061#comment-15360061
] Robert Stupp edited comment on CASSANDRA-12072 at 7/2/16 8:17 AM: ------------------------------------------------------------------ Based on [~tjake] and [~jjordan] findings, I *think* I found a way to repro this in a utest. [Branch on github|https://github.com/apache/cassandra/compare/trunk...snazy:12072-utest-trunk?expand=1] I tried it a couple of times against trunk and it constantly fails w/ netty 4.0.37 but succeeds w/ 4.0.36. EDIT [previously|https://github.com/netty/netty/commit/f984870ccca133d6056e8b0df0b2352f8f90b0fe#diff-6b8633f415085302023f47004357891aL210] there was a call to {{waitOnFuture}} which is no longer there in 4.0.37. Also changed {{CQLTester}} so that it actually runs into [this line|https://github.com/apache/cassandra/blob/88229a47a847532d04041047d2db40411d04f49b/src/java/org/apache/cassandra/transport/Server.java#L331]. was (Author: snazy): Based on [~tjake] and [~jjordan] findings, I *think* I found a way to repro this in a utest. [Branch on github|https://github.com/apache/cassandra/compare/trunk...snazy:12072-utest-trunk?expand=1] I tried it a couple of times against trunk and it constantly fails w/ netty 4.0.37 but succeeds w/ 4.0.36. > dtest failure in auth_test.TestAuthRoles.udf_permissions_in_selection_test > -------------------------------------------------------------------------- > > Key: CASSANDRA-12072 > URL: https://issues.apache.org/jira/browse/CASSANDRA-12072 > Project: Cassandra > Issue Type: Bug > Reporter: Sean McCarthy > Assignee: Joel Knighton > Labels: dtest > Attachments: node1.log, node1_debug.log, node1_gc.log > > > Multiple failures: > http://cassci.datastax.com/job/trunk_offheap_dtest/265/testReport/auth_test/TestAuthRoles/udf_permissions_in_selection_test > http://cassci.datastax.com/job/trunk_offheap_dtest/265/testReport/auth_test/TestAuthRoles/create_and_grant_roles_with_superuser_status_test/ > http://cassci.datastax.com/job/trunk_offheap_dtest/265/testReport/auth_test/TestAuthRoles/drop_keyspace_cleans_up_function_level_permissions_test/ > http://cassci.datastax.com/job/trunk_offheap_dtest/265/testReport/cqlsh_tests.cqlsh_copy_tests/CqlshCopyTest/test_reading_max_parse_errors/ > http://cassci.datastax.com/job/trunk_offheap_dtest/265/testReport/cqlsh_tests.cqlsh_copy_tests/CqlshCopyTest/test_read_wrong_column_names/ > http://cassci.datastax.com/job/trunk_offheap_dtest/264/testReport/cqlsh_tests.cqlsh_copy_tests/CqlshCopyTest/test_boolstyle_round_trip/ > http://cassci.datastax.com/job/trunk_offheap_dtest/264/testReport/compaction_test/TestCompaction_with_SizeTieredCompactionStrategy/disable_autocompaction_alter_test/ > http://cassci.datastax.com/job/trunk_offheap_dtest/264/testReport/cqlsh_tests.cqlsh_tests/TestCqlsh/test_describe/ > http://cassci.datastax.com/job/trunk_offheap_dtest/264/testReport/cqlsh_tests.cqlsh_tests/TestCqlsh/test_describe_mv/ > Logs are from > http://cassci.datastax.com/job/trunk_offheap_dtest/265/testReport/auth_test/TestAuthRoles/udf_permissions_in_selection_test/ -- This message was sent by Atlassian JIRA (v6.3.4#6332)
