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

Alex Petrov commented on CASSANDRA-15347:
-----------------------------------------

During commit, I've noticed a couple of minor problems: 

  * in 2.2, we have to await for shutdown of the transport, since otherwise 
Netty cleanup task may attempt to call allocator, which may be unloaded by that 
time
  * in 3.11, the approach I've suggested with polling didn't work, since it was 
causing gossiper instance to initialise token metadata before database 
descriptor, resulting into empty partitioner. I've fixed the order there, too.

There were several minor changes on commit, but all of them were cosmetic.

Committed to 2.2 with 
[d90dc87bd3f8a149d98ccf40b40bf152405fbbec|https://github.com/apache/cassandra/commit/d90dc87bd3f8a149d98ccf40b40bf152405fbbec]
 and merged up to 
[3.0|https://github.com/apache/cassandra/commit/d90dc87bd3f8a149d98ccf40b40bf152405fbbec],
 
[3.11|https://github.com/apache/cassandra/commit/0d5ccb9c2f65ddee4a1b18b76800b7b88d3c6379],
 and 
[trunk|https://github.com/apache/cassandra/commit/fa85ff978bae303fe1b06dce64b758b635278a4d].

> Add client testing capabilities to in-jvm tests
> -----------------------------------------------
>
>                 Key: CASSANDRA-15347
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15347
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Test/dtest
>            Reporter: Alex Petrov
>            Assignee: Doug Rohrer
>            Priority: Normal
>              Labels: patch-available, pull-request-available
>          Time Spent: 3h 50m
>  Remaining Estimate: 0h
>
> Allow testing native transport code path using in-jvm tests.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to