You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bs...@apache.org on 2020/01/29 17:42:15 UTC

[geode] branch feature/GEODE-7597 updated (9aa351f -> 5106283)

This is an automated email from the ASF dual-hosted git repository.

bschuchardt pushed a change to branch feature/GEODE-7597
in repository https://gitbox.apache.org/repos/asf/geode.git.


 discard 9aa351f  fixes for unit test failures
 discard 9a7f9ea  fixing bind address and inheritance problems in socket creators
 discard 0654323  fixing dunit failure and moving TcpSocketCreator back to the tcp-server project
 discard 192c32f  added missing files
 discard 2109bb0  GEODE-7597: Factor out code needed in Membership from SocketCreator
     add 9de8d20  GEODE-7736: Remove depencies on core from MembershipOnlyTest and add two member test (#4621)
     add f18c306  GEODE-7597: Factor out code needed in Membership from SocketCreator
     add 565acce  added missing files
     add c392c93  fixing dunit failure and moving TcpSocketCreator back to the tcp-server project
     add 6c7a577  fixing bind address and inheritance problems in socket creators
     add a59ef39  fixes for unit test failures
     add 5106283  spotless

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (9aa351f)
            \
             N -- N -- N   refs/heads/feature/GEODE-7597 (5106283)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../membership/gms/MembershipOnlyTest.java         | 55 ++++++++++++++--------
 .../distributed/internal/InternalLocator.java      |  3 +-
 .../membership/InternalDistributedMember.java      | 10 ++--
 .../membership/api/MemberIdentifierImpl.java       |  2 +-
 .../membership/api/MembershipLocatorBuilder.java   |  8 ++--
 .../gms/MembershipLocatorBuilderImpl.java          | 16 +++----
 .../internal/membership/gms/Services.java          |  5 +-
 .../serialization/DataSerializableFixedID.java     |  2 +-
 .../serialization/StaticSerialization.java         |  1 +
 9 files changed, 58 insertions(+), 44 deletions(-)