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

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


 discard d85a4e9  Release server affinity immediately after commit
     add 066ded0  User Guide: update redirects.rb to reflect latest development 
version
     add 62665a4  Revert "GEODE-5270: Closing the connection. (#2008)"
     add 6491a34  GEODE-5249: should sync on this.unprocessedEventsLock when 
iterating (#2018)
     add b731658  GEODE-5252: Race in management adapter could fail to create 
MXBeans. (#1993)
     add 0d89728  Revert "GEODE-5269 CommitConflictException after 
TransactionInDoubtException"
     add e9a61bb  Split monolithic DistributedTest job into two parallel tasks
     add ddcd514  Merge pull request #2019 from smgoller/GEODE-5282
     add 024ed43  GEODE-5278 Unexpected CommitConflictException caused by 
faulty region synchronization
     add cad7a1b  GEODE-5269 CommitConflictException after 
TransactionInDoubtException
     add b488f12  GEODE-5280: Fixes NPE when logging event (#2022)
     add dbdd788  GEODE-5283: Client transaction fails with 
TransactionException: GemFireInternalException
     add c4e7fb8  GEODE-3692 Intermittent test failure: ClientAuthDUnitTest
     add 4e2f2bc  Release server affinity immediately after commit

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   (d85a4e9)
            \
             N -- N -- N   refs/heads/feature/GEODE-5277 (4e2f2bc)

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:
 ci/pipelines/deploy_meta.sh                        |   5 +-
 ci/pipelines/geode-build/base.yml                  | 125 ++++++++++-
 ci/pipelines/geode-build/deploy_pipeline.sh        |   4 +-
 .../geode-build/test-stubs/distributed.yml         |  27 ---
 ci/pipelines/meta.yml                              |   9 +-
 ci/scripts/test-run.sh                             |   2 +-
 geode-book/redirects.rb                            |   4 +-
 .../client/internal/pooling/PooledConnection.java  |   1 -
 .../internal/membership/MembershipManager.java     |  13 ++
 .../membership/gms/mgr/GMSMembershipManager.java   |  18 +-
 .../geode/internal/cache/BucketRegionQueue.java    |   6 +-
 .../internal/cache/InitialImageOperation.java      |  29 +--
 .../cache/tier/sockets/command/CommitCommand.java  |  44 ++--
 .../cache/tx/AbstractPeerTXRegionStub.java         |   2 +-
 .../internal/cache/tx/RemoteFetchKeysMessage.java  |  10 +-
 .../internal/cache/tx/RemoteOperationMessage.java  |   2 +-
 .../cache/versions/RegionVersionVector.java        |   4 +
 .../serial/SerialGatewaySenderEventProcessor.java  |   8 +-
 .../internal/beans/ManagementAdapter.java          |  54 ++---
 .../internal/beans/ManagementListener.java         | 243 +++++++++++----------
 .../pooling/PooledConnectionJUnitTest.java         |  46 ----
 .../tier/sockets/command/CommitCommandTest.java    |   7 +-
 .../cache/tx/AbstractPeerTXRegionStubTest.java     |  31 +++
 .../cache/versions/RegionVersionVectorTest.java    |  43 ++++
 .../internal/beans/ManagementAdapterTest.java      | 160 ++++++++++++++
 .../apache/geode/security/ClientAuthDUnitTest.java |  13 +-
 .../wan/GatewaySenderEventRemoteDispatcher.java    |   3 +-
 ...atewaySenderEventRemoteDispatcherJUnitTest.java |  14 --
 28 files changed, 642 insertions(+), 285 deletions(-)
 delete mode 100644 ci/pipelines/geode-build/test-stubs/distributed.yml
 delete mode 100644 
geode-core/src/test/java/org/apache/geode/cache/client/internal/pooling/PooledConnectionJUnitTest.java
 create mode 100644 
geode-core/src/test/java/org/apache/geode/management/internal/beans/ManagementAdapterTest.java

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to