GitHub user aweisberg opened a pull request:
https://github.com/apache/cassandra/pull/111
8457 for comments
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jasobrown/cassandra 8457
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cassandra/pull/111.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #111
----
commit 2acc8dbc741f31711821549c3fbddc168f37fdd6
Author: Jason Brown <[email protected]>
Date: 2016-02-08T15:04:00Z
switch internode messaging to netty
patch by jasobrown, reviewed by pcmanus for CASSANDRA-8457
commit 5ccdd50624ef166eb46ea559aca3c4b264d8b124
Author: Jason Brown <[email protected]>
Date: 2017-04-05T12:13:36Z
added ssl hostname verification (CASSANDRA-9220)
commit 7a6260710d683c226c841e457df24e1da931f702
Author: Jason Brown <[email protected]>
Date: 2017-04-12T14:28:53Z
fix ssl mutual auth
commit 845ec8b129b50b01d976ffe945ef85a0c0e67954
Author: Jason Brown <[email protected]>
Date: 2017-04-14T13:00:24Z
added IdleStateHandler to outbound pipeline to ensure send progress is
being made
commit c9b4917ed884981e2f13ae0d9b791ffb0fcc92fe
Author: Jason Brown <[email protected]>
Date: 2017-04-14T20:51:59Z
use default cipher_suite per each netty ssl egine impl if not explicity
configured by operator
commit 4c1b3310cb221bab8f4e9d9bdc661da40a6a571d
Author: Jason Brown <[email protected]>
Date: 2017-04-14T20:56:26Z
added debug line when timed out trying to TCP connect to a peer
commit 70a291ec12b9632c3ec3020b6d3e06bdcb1c3b58
Author: Jason Brown <[email protected]>
Date: 2017-05-01T18:23:37Z
add support for closing incoming connections when the listen socket is
being closed (CASSANDRA-9748)
commit 759a474da5ef038775472b7d57732a304d1ab88b
Author: Jason Brown <[email protected]>
Date: 2017-05-01T21:04:48Z
adjust the size of the Accept thread pool if we are listening on the
broadcast_address as well (continuation of support for CASSANDRA-9748)
commit d0cf419924f2e7bbd6edd6829aa4f4c3f286295d
Author: Jason Brown <[email protected]>
Date: 2017-05-01T23:40:02Z
add future listener to when we send out the first handshake message
commit 43b25c614f5e24ce7e5afb531aac45491df1d507
Author: Jason Brown <[email protected]>
Date: 2017-05-02T02:37:35Z
updated comment
commit feb5144ca87cc309b7ab10187b16b9b16f4b34d5
Author: Jason Brown <[email protected]>
Date: 2017-05-02T18:36:31Z
do not rely on channel writability status to indicate when to flush (as we
are going to repurpose channel writability); instead, do a size check at the
end of the MOH.write method
commit 2889167beb1a69ca75e9a0cc6b2d3af9052d4496
Author: Jason Brown <[email protected]>
Date: 2017-05-03T20:51:45Z
When channel writability changes, pull messages from the OMC.backlog and
try to send those out.
refactored ChannelWriter to always take a reference to the OMC.
commit 73076719c020e9a7c091235bfd858c65ef6f781a
Author: Jason Brown <[email protected]>
Date: 2017-05-16T21:40:13Z
fixed NPE from not passing new connection in OutboundConnectionParams
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]