Skip to content

GEODE-7597: Factor out code needed in Membership from SocketCreator#4637

Merged
bschuchardt merged 7 commits intodevelopfrom
feature/GEODE-7597
Jan 29, 2020
Merged

GEODE-7597: Factor out code needed in Membership from SocketCreator#4637
bschuchardt merged 7 commits intodevelopfrom
feature/GEODE-7597

Conversation

@bschuchardt
Copy link
Contributor

Implemented a new TcpSocketCreatorImpl. Due to GeodeHttpClientRule
dependencies this and associated interfaces are in geode-common. I'd
rather have them in geode-tcp-server.

SocketCreator now subclasses TcpSocketCreatorImpl and I've removed the
adapter class, which is no longer needed.

Thank you for submitting a contribution to Apache Geode.

In order to streamline the review of the contribution we ask you
to ensure the following steps have been taken:

For all changes:

  • Is there a JIRA ticket associated with this PR? Is it referenced in the commit message?

  • Has your PR been rebased against the latest commit within the target branch (typically develop)?

  • Is your initial contribution a single, squashed commit?

  • Does gradlew build run cleanly?

  • Have you written or updated unit tests to verify your changes?

  • If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under ASF 2.0?

Note:

Please ensure that once the PR is submitted, check Concourse for build issues and
submit an update to your PR as soon as possible. If you need help, please send an
email to dev@geode.apache.org.

Implemented a new TcpSocketCreatorImpl.  Due to GeodeHttpClientRule
dependencies this and associated interfaces are in geode-common.  I'd
rather have them in geode-tcp-server.

SocketCreator now subclasses TcpSocketCreatorImpl and I've removed the
adapter class, which is no longer needed.
@bschuchardt bschuchardt marked this pull request as ready for review January 29, 2020 21:22
@bschuchardt bschuchardt merged commit 434b5b0 into develop Jan 29, 2020
@bschuchardt bschuchardt deleted the feature/GEODE-7597 branch January 29, 2020 23:38
@bschuchardt bschuchardt restored the feature/GEODE-7597 branch January 31, 2020 20:18
bschuchardt added a commit that referenced this pull request Jan 31, 2020
bschuchardt added a commit that referenced this pull request Jan 31, 2020
@bschuchardt bschuchardt deleted the feature/GEODE-7597 branch January 31, 2020 23:16
mhansonp pushed a commit to mhansonp/geode that referenced this pull request Mar 12, 2020
…pache#4637)

* GEODE-7597: Factor out code needed in Membership from SocketCreator

Implemented a new TcpSocketCreatorImpl.  Due to GeodeHttpClientRule
dependencies this and associated interfaces are in geode-common.  I'd
rather have them in geode-tcp-server.

SocketCreator now subclasses TcpSocketCreatorImpl and I've removed the
adapter class, which is no longer needed.

* added missing files

* fixing dunit failure and moving TcpSocketCreator back to the tcp-server project

* fixing bind address and inheritance problems in socket creators

* fixes for unit test failures

* spotless

* relax assertion in test that fails stress-testing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants