This is an automated email from the ASF dual-hosted git repository.
bschuchardt pushed a change to branch feature/GEODE-7507
in repository https://gitbox.apache.org/repos/asf/geode.git.
discard 9e65bd9 GEODE-7507 remove GMSMembership's dependency on
DistributionMessage
add c80b232 GEODE-7410: metrics fix for jinja-variable expansion (#4383)
add 1beaa32 GEODE-7212: update docs permission for CqQuery.stop() (#4371)
add cc169e1 GEODE-7405: Documentation for describe query-service command
add bdd20a2 GEODE-7405: Documentation for describe query-service command
(#4378)
add a2c978c GEODE-4187: Rename
PersistentColocatedPartitionedRegionDistributedTest
add fc20f2f GEODE-4187: Fix
PersistentColocatedPartitionedRegionDistributedTest
add e938d66 GEODE-4187: Use AtomicReference for
missingColocatedRegionLogger
add 3b85e5c GEODE-7436: Deploy jar using semantic versioning scheme
(#4382)
add 8c42458 GEODE-7507 remove GMSMembership's dependency on
DistributionMessage
add 155da89 rebase on develop, rename DistributionMessageObserver
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 (9e65bd9)
\
N -- N -- N refs/heads/feature/GEODE-7507 (155da89)
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/metrics/jinja.template.yml | 2 +-
.../source/subnavs/geode-subnav.erb | 3 +
.../geode/cache30/ClientServerCCEDUnitTest.java | 22 +-
.../DistributedLockServiceDUnitTest.java | 6 +-
.../cache/BucketCreationCrashRegressionTest.java | 10 +-
.../cache/BucketCreationGIIHARegressionTest.java | 10 +-
...ntServerTransactionFailoverDistributedTest.java | 20 +-
.../geode/internal/cache/GIIDeltaDUnitTest.java | 16 +-
.../internal/cache/GIIFlowControlDUnitTest.java | 10 +-
.../cache/InterruptClientServerDUnitTest.java | 6 +-
.../geode/internal/cache/InterruptsDUnitTest.java | 6 +-
.../cache/NetSearchMessagingDUnitTest.java | 10 +-
.../cache/OnRequestImageMessageObserver.java | 4 +-
...RQueryWithPdxDuringRebalanceRegressionTest.java | 4 +-
.../cache/PersistentRegionRecoveryDUnitTest.java | 12 +-
.../cache/backup/BackupDistributedTest.java | 40 +-
.../control/RebalanceOperationDistributedTest.java | 10 +-
.../cache/locks/TXLockServiceDUnitTest.java | 8 +-
...BucketCreationCrashCompletesRegressionTest.java | 6 +-
.../internal/cache/partitioned/MockAppender.java | 62 -
...sistentColocatedPartitionedRegionDUnitTest.java | 2795 --------------------
...tColocatedPartitionedRegionDistributedTest.java | 2235 ++++++++++++++++
...tPartitionHangsDuringRestartRegressionTest.java | 10 +-
...PersistentPartitionedRegionDistributedTest.java | 12 +-
.../PersistentPartitionedRegionRegressionTest.java | 12 +-
...ntPartitionedRegionWithRedundancyDUnitTest.java | 4 +-
.../PersistentRVVRecoveryDUnitTest.java | 6 +-
.../PersistentRecoveryOrderDUnitTest.java | 28 +-
.../cache/versions/TombstoneDUnitTest.java | 6 +-
.../commands/DeployCommandRedeployDUnitTest.java | 4 +-
.../DeploySemanticVersionJarDUnitTest.java | 213 ++
.../cli/commands/DeployWithGroupsDUnitTest.java | 6 +-
.../pdx/ClientsWithVersioningRetryDUnitTest.java | 28 +-
.../apache/geode/pdx/PdxSerializableDUnitTest.java | 4 +-
.../geode/internal/ClassPathLoaderDeployTest.java | 4 +-
.../internal/ClassPathLoaderIntegrationTest.java | 70 +-
.../geode/internal/ClassPathLoaderJUnitTest.java | 44 +-
.../geode/internal/DeployedJarJUnitTest.java | 67 -
.../org/apache/geode/internal/DeployedJarTest.java | 76 +
.../geode/internal/JarDeployerDeadlockTest.java | 8 +-
.../apache/geode/internal/JarDeployerFileTest.java | 504 ++++
.../geode/internal/JarDeployerIntegrationTest.java | 345 +--
.../apache/geode/internal/cache/PRTXJUnitTest.java | 4 +-
.../backup/IncrementalBackupIntegrationTest.java | 8 +-
.../ModifyColocationIntegrationTest.java | 140 +
.../PersistentColocationIntegrationTest.java | 123 +
.../java/org/apache/geode/CancelCriterion.java | 4 +
.../internal/ClusterDistributionManager.java | 2 +-
.../geode/distributed/internal/ClusterMessage.java | 2 +-
...geObserver.java => ClusterMessageObserver.java} | 14 +-
.../InternalConfigurationPersistenceService.java | 19 +-
.../org/apache/geode/internal/ClassPathLoader.java | 10 +-
.../internal/DeployJarChildFirstClassLoader.java | 29 +-
.../org/apache/geode/internal/DeployedJar.java | 39 +-
.../org/apache/geode/internal/JarDeployer.java | 287 +-
.../internal/cache/ClusterConfigurationLoader.java | 45 +-
.../geode/internal/cache/ColocationLogger.java | 194 --
.../geode/internal/cache/GemFireCacheImpl.java | 3 +-
.../internal/cache/InitialImageOperation.java | 6 +
.../apache/geode/internal/cache/LocalRegion.java | 3 +-
.../internal/cache/PRHARedundancyProvider.java | 2 +-
.../geode/internal/cache/PartitionedRegion.java | 62 +-
.../partitioned/colocation/ColocationLogger.java} | 29 +-
.../colocation/ColocationLoggerFactory.java | 41 +
.../colocation/SingleThreadColocationLogger.java | 223 ++
.../SingleThreadColocationLoggerConstructor.java | 24 +
.../SingleThreadColocationLoggerFactory.java | 54 +
.../wan/parallel/ParallelGatewaySenderQueue.java | 3 +-
.../internal/cli/commands/DeployCommand.java | 12 +-
.../internal/cli/functions/DeployFunction.java | 18 +-
.../cli/functions/ListDeployedFunction.java | 2 +-
.../internal/cli/functions/UndeployFunction.java | 2 +-
.../configuration/domain/Configuration.java | 22 +-
...alConfigurationPersistenceServiceJunitTest.java | 156 ++
...nternalConfigurationPersistenceServiceTest.java | 5 +
.../apache/geode/internal/ClassPathLoaderTest.java | 22 +-
.../cache/ClusterConfigurationLoaderTest.java | 50 +
.../internal/cache/PartitionedRegionTest.java | 467 ++--
.../colocation/ColocationLoggerFactoryTest.java | 104 +
.../SingleThreadColocationLoggerFactoryTest.java | 117 +
.../SingleThreadColocationLoggerTest.java | 74 +
.../ExportClusterConfigurationCommandTest.java | 4 +-
.../configuration/domain/ConfigurationTest.java | 38 +-
.../implementing_authorization.html.md.erb | 3 +-
.../gfsh/command-pages/describe.html.md.erb | 29 +
.../gfsh/quick_ref_commands_by_area.html.md.erb | 1 +
.../dunit/cache/internal/JUnit4CacheTestCase.java | 4 +-
.../dunit/internal/JUnit4DistributedTestCase.java | 4 +-
.../geode/test/dunit/rules/DistributedRule.java | 6 +-
.../logging/internal/log4j/api/LogService.java | 5 +-
.../cache/wan/misc/PDXNewWanDUnitTest.java | 10 +-
91 files changed, 5229 insertions(+), 4044 deletions(-)
delete mode 100644
geode-core/src/distributedTest/java/org/apache/geode/internal/cache/partitioned/MockAppender.java
delete mode 100644
geode-core/src/distributedTest/java/org/apache/geode/internal/cache/partitioned/PersistentColocatedPartitionedRegionDUnitTest.java
create mode 100644
geode-core/src/distributedTest/java/org/apache/geode/internal/cache/partitioned/PersistentColocatedPartitionedRegionDistributedTest.java
create mode 100644
geode-core/src/distributedTest/java/org/apache/geode/management/internal/cli/commands/DeploySemanticVersionJarDUnitTest.java
delete mode 100644
geode-core/src/integrationTest/java/org/apache/geode/internal/DeployedJarJUnitTest.java
create mode 100644
geode-core/src/integrationTest/java/org/apache/geode/internal/DeployedJarTest.java
create mode 100644
geode-core/src/integrationTest/java/org/apache/geode/internal/JarDeployerFileTest.java
create mode 100644
geode-core/src/integrationTest/java/org/apache/geode/internal/cache/partitioned/colocation/ModifyColocationIntegrationTest.java
create mode 100644
geode-core/src/integrationTest/java/org/apache/geode/internal/cache/partitioned/colocation/PersistentColocationIntegrationTest.java
rename
geode-core/src/main/java/org/apache/geode/distributed/internal/{DistributionMessageObserver.java
=> ClusterMessageObserver.java} (80%)
delete mode 100644
geode-core/src/main/java/org/apache/geode/internal/cache/ColocationLogger.java
copy
geode-core/src/{test/java/org/apache/geode/management/internal/configuration/domain/ConfigurationTest.java
=>
main/java/org/apache/geode/internal/cache/partitioned/colocation/ColocationLogger.java}
(50%)
create mode 100644
geode-core/src/main/java/org/apache/geode/internal/cache/partitioned/colocation/ColocationLoggerFactory.java
create mode 100644
geode-core/src/main/java/org/apache/geode/internal/cache/partitioned/colocation/SingleThreadColocationLogger.java
create mode 100644
geode-core/src/main/java/org/apache/geode/internal/cache/partitioned/colocation/SingleThreadColocationLoggerConstructor.java
create mode 100644
geode-core/src/main/java/org/apache/geode/internal/cache/partitioned/colocation/SingleThreadColocationLoggerFactory.java
create mode 100644
geode-core/src/test/java/org/apache/geode/distributed/internal/InternalConfigurationPersistenceServiceJunitTest.java
create mode 100644
geode-core/src/test/java/org/apache/geode/internal/cache/ClusterConfigurationLoaderTest.java
create mode 100644
geode-core/src/test/java/org/apache/geode/internal/cache/partitioned/colocation/ColocationLoggerFactoryTest.java
create mode 100644
geode-core/src/test/java/org/apache/geode/internal/cache/partitioned/colocation/SingleThreadColocationLoggerFactoryTest.java
create mode 100644
geode-core/src/test/java/org/apache/geode/internal/cache/partitioned/colocation/SingleThreadColocationLoggerTest.java