Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BACKPORT] GEODE-9139 & GEODE-7861 {support/1.13} #6619

Conversation

echobravopapa
Copy link
Contributor

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.

kamilla1201 and others added 5 commits May 5, 2021 10:11
* GEODE-7861: Improve error reporting in GMSJoinLeave.join()

* Fix LocatorDUnitTest.testNoLocator

* Changes after the code review

* Fix typo

(cherry picked from commit 089c1ba)
* GEODE-9139 SSLException in starting up a Locator

Preserve the bind-address string specified by the user for cluster communications

Also enable use of host names in member identifiers if endpoint
validation is enabled.

* retain the bind address string or bind address InetAddress in a HostAddress

HostAndPort could not be used because there will be a port set but there
may not be a bindAddress set.  That class requires a host name.

* fixed NPE

* fixing a few problems with HostAddress

* spA

* fixed lgtm issue

* more lgtm issues fixed

* addressing Kamilla's comments

* typo

* simplify HostAndPort & HostAddress by creating a common superclass to hold
their InetSocketAddress.
Cache the result of attempting to resolve the host name, as suggested by
Bill.

* retain the string passed in as the hostname to avoid things like 127.0.0.1 being converted to localhost

* added comments about retention of the hostName parameter

(cherry picked from commit 55921a4)
…stReconnectAfterMeltdown hang (apache#5192)

Modified the test to set the correct locator ports.

Modified the teardown code to tell the cache to stop
reconnecting.

Modified each run to use a temporary working directory so that runs
don't leave behind artifacts on disk that can taint subsequent runs.

(cherry picked from commit 426d7fd)
@echobravopapa echobravopapa requested a review from Bill June 16, 2021 19:34
@echobravopapa echobravopapa changed the title [BACKPORT] GEODE-9139 & GEODE-7861 [BACKPORT] GEODE-9139 & GEODE-7861 {support/1.13} Jun 16, 2021
@Bill
Copy link
Contributor

Bill commented Jun 16, 2021

upgrade test failed. I suggest you re-run it to see if the failure is due to a mere infrastructure problem

@onichols-pivotal
Copy link
Contributor

this PR has been idle for some months, can it be closed?

@onichols-pivotal
Copy link
Contributor

closing as abandoned

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants