This is an automated email from the ASF dual-hosted git repository.
bschuchardt pushed a change to branch feature/GEODE-7556
in repository https://gitbox.apache.org/repos/asf/geode.git.
discard 3d5af6a changes to tests failing stresstest
discard 3adfd1a merging develop and applying spotless changes
discard 8f6181a pushing spotless changes
discard 61dd27a increase join timeout for stress testing
discard 4296d07 removing InternalMembershipException
discard 2b36da3 removed MembershipIOException as not being needed
discard 82c6b0b fixing a couple of unit test failures
discard f90fa19 ammending last commit
discard 252030c changed waitForMessageState to throw a TimeoutException
rather than MembershipIOException
discard ba84219 removing try/catch blocks inserted by intellij into tests
discard 9e98e66 more unit test fixes - backing off some small exception
handling changes
discard bc58a7a make MemberDisconnectedException and MemberShunnedException
checked exceptions
discard d60e8eb fixing failing unit tests
discard c1b87dc make startup/configuration exceptions checked exceptions
discard 5291cc6 move new exceptions into the api package
discard 51d5c9a Removed remaining uses of geode-core exceptions from GMS
classes
discard ea559d5 fixing failing dunit tests
discard 1668d6a spotlessApply
discard aaf2030 fix unit test issues
discard 17e2e65 re-added gfsh serializables - will be removed with GEODE-7536
work
discard 8c079c5 remove dependency on GemFireIOException and make a concrete
list of remaining exception dependencies
add 9934558 GEODE-7525: Prevent NPE in MBeanProxyFactory (#4478)
add 235e250 GEODE-7577: Log when waiting for missing persistent members
(#4476)
add 76f7f85 GEODE-7534: Add example for query with bind params (#4452)
add b1093e1 Geode 6374 - Fixing
DistributedNoAckRegionCCEOffHeapDUnitTest.testNoLoaderWithInvalidEntry (#4409)
add dbd1cc5 remove dependency on GemFireIOException and make a concrete
list of remaining exception dependencies
add 829ef20 re-added gfsh serializables - will be removed with GEODE-7536
work
add 00dfa23 fix unit test issues
add 325c842 spotlessApply
add bd83fda fixing failing dunit tests
add 488fcf9 Removed remaining uses of geode-core exceptions from GMS
classes
add 6d2e7ac move new exceptions into the api package
add 2dc95c2 make startup/configuration exceptions checked exceptions
add 9e56fda fixing failing unit tests
add 836369c make MemberDisconnectedException and MemberShunnedException
checked exceptions
add affc139 more unit test fixes - backing off some small exception
handling changes
add 53a6ed5 removing try/catch blocks inserted by intellij into tests
add 624cef9 changed waitForMessageState to throw a TimeoutException
rather than MembershipIOException
add 3621035 ammending last commit
add ba3ae53 fixing a couple of unit test failures
add d70d8a0 removed MembershipIOException as not being needed
add 8dd8a55 removing InternalMembershipException
add 4717592 increase join timeout for stress testing
add 3ec3cbb pushing spotless changes
add 86ee0c8 merging develop and applying spotless changes
add 14a3282 changes to tests failing stresstest
add fd43e5a another required rebase on develop
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 (3d5af6a)
\
N -- N -- N refs/heads/feature/GEODE-7556 (fd43e5a)
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:
.../MissingDiskStoreAcceptanceTest.java | 153 ++
.../DiskDistributedNoAckAsyncRegionDUnitTest.java | 4 +-
.../DistributedNoAckRegionCCEDUnitTest.java | 185 +--
.../DistributedNoAckRegionCCEOffHeapDUnitTest.java | 14 +-
.../cache30/DistributedNoAckRegionDUnitTest.java | 243 +--
.../geode/cache30/GlobalRegionCCEDUnitTest.java | 65 +-
.../cache30/GlobalRegionCCEOffHeapDUnitTest.java | 29 +-
.../geode/cache30/GlobalRegionDUnitTest.java | 149 +-
.../cache30/GlobalRegionOffHeapDUnitTest.java | 12 +-
.../PartitionedRegionCompressionDUnitTest.java | 32 +-
.../geode/cache30/PartitionedRegionDUnitTest.java | 311 ++--
.../cache30/PartitionedRegionOffHeapDUnitTest.java | 14 +-
.../ClusterDistributionManagerDUnitTest.java | 74 +-
.../internal/DistributionAdvisorDUnitTest.java | 130 +-
.../PartitionedRegionAsSubregionDUnitTest.java | 23 +-
.../cache/PartitionedRegionSingleHopDUnitTest.java | 1688 +++++++++-----------
...nedRegionSingleHopWithServerGroupDUnitTest.java | 1215 +++++---------
.../cache/PartitionedRegionSizeDUnitTest.java | 68 +-
...PersistentPartitionedRegionDistributedTest.java | 308 ++--
.../PersistentRecoveryOrderDUnitTest.java | 1471 +++++++++--------
.../PersistentRecoveryOrderOldConfigDUnitTest.java | 42 +-
.../main/java/org/apache/geode/cache/Cache.java | 1 +
.../java/org/apache/geode/cache/RegionFactory.java | 13 +
.../distributed/internal/DistributionAdvisor.java | 401 ++---
.../admin/remote/MissingPersistentIDsRequest.java | 37 +-
.../internal/cache/BucketPersistenceAdvisor.java | 199 +--
.../geode/internal/cache/GemFireCacheImpl.java | 3 +
.../geode/internal/cache/InternalRegion.java | 9 +
.../apache/geode/internal/cache/LocalRegion.java | 9 +-
.../geode/internal/cache/RegionFactoryImpl.java | 3 +
.../partitioned/PersistentBucketRecoverer.java | 68 +-
.../persistence/MembershipChangeListener.java | 72 +-
.../MembershipChangeListenerFactory.java | 85 +
.../cache/persistence/PersistenceAdvisorImpl.java | 114 +-
.../PersistenceInitialImageAdvisor.java | 47 +-
.../internal/process/ProcessLauncherContext.java | 4 +-
.../geode/internal/process/StartupStatus.java | 45 +-
.../internal/process/StartupStatusListener.java | 3 +-
.../process/StartupStatusListenerRegistry.java | 24 +-
.../apache/geode/internal/util/TransformUtils.java | 6 +
.../management/internal/FederatingManager.java | 7 +-
.../MembershipChangeListenerFactoryTest.java | 60 +
.../persistence/PersistenceAdvisorImplTest.java | 170 +-
.../PersistenceInitialImageAdvisorTest.java | 175 +-
.../process/ProcessLauncherContextTest.java | 37 +-
.../geode/internal/process/StartupStatusTest.java | 95 +-
.../management/internal/FederatingManagerTest.java | 18 +
.../using_query_bind_parameters.html.md.erb | 10 +-
.../geode/cache30/MultiVMRegionTestCase.java | 1105 ++++++-------
.../org/apache/geode/cache30/RegionTestCase.java | 951 +++++------
.../cache/CustomerIDPartitionResolver.java | 5 +-
.../geode/test/dunit/DistributedTestCase.java | 3 +-
.../dunit/cache/internal/JUnit4CacheTestCase.java | 168 +-
53 files changed, 4856 insertions(+), 5321 deletions(-)
create mode 100644
geode-assembly/src/acceptanceTest/java/org/apache/geode/cache/persistence/MissingDiskStoreAcceptanceTest.java
create mode 100644
geode-core/src/main/java/org/apache/geode/internal/cache/persistence/MembershipChangeListenerFactory.java
copy
geode-log4j/src/main/java/org/apache/geode/logging/log4j/internal/impl/MemberNameSupplier.java
=>
geode-core/src/main/java/org/apache/geode/internal/process/StartupStatusListenerRegistry.java
(64%)
create mode 100644
geode-core/src/test/java/org/apache/geode/internal/cache/persistence/MembershipChangeListenerFactoryTest.java