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 867791d increase join timeout for stress testing
discard 6e323b0 removing InternalMembershipException
discard de23088 empty commit
discard abbc6ec removed MembershipIOException as not being needed
discard 7ebb2bc fixing a couple of unit test failures
discard da37f7e ammending last commit
discard 0cbdd06 changed waitForMessageState to throw a TimeoutException
rather than MembershipIOException
discard 0196c50 removing try/catch blocks inserted by intellij into tests
discard 821fa02 more unit test fixes - backing off some small exception
handling changes
discard 76af186 make MemberDisconnectedException and MemberShunnedException
checked exceptions
discard 160351e fixing failing unit tests
discard 96280d3 make startup/configuration exceptions checked exceptions
discard 3c138bc move new exceptions into the api package
discard 4036522 Removed remaining uses of geode-core exceptions from GMS
classes
discard 67ddbce fixing failing dunit tests
discard bcb7424 spotlessApply
discard a1f52b1 fix unit test issues
discard 82117b0 re-added gfsh serializables - will be removed with GEODE-7536
work
discard 00d2cff remove dependency on GemFireIOException and make a concrete
list of remaining exception dependencies
add e088dac moving a quote to the right place (#4470)
add 7d471f9 Yet another tweak to the jinja template (#4471)
add c4fc290 Geode 7424 create index (#4458)
add 9701e19 Removing a dependency on my home directory (#4473)
add b0fd10a GEODE-7563: eliminate home-grown ConcurrentHashSet (#4468)
add b583e76 GEODE-7256: Cleanup Connection classes and tests
add 3f575a8 GEODE-7256: Cleanup IgnoredException
add 3040c73 GEODE-7256: Cleanup AlterRuntimeCommandDUnitTest
add 021e129 GEODE-7256: Rename AlterRuntimeCommandDistributedTest
add 5928982 GEODE-7256: Move CacheFactoryStaticsTest to IntegrationTest
add 5b1b733 GEODE-7574: fix javadoc warnings (#4472)
add 25d20d0 Use "gci-resource" to trigger google compute image rebuilds.
(#4451)
add 5864c24 GEODE-7424: create index (#4474)
add 924b6c0 remove dependency on GemFireIOException and make a concrete
list of remaining exception dependencies
add 192eeaf re-added gfsh serializables - will be removed with GEODE-7536
work
add 6a3a865 fix unit test issues
add 0fceed7 spotlessApply
add 9cf8b30 fixing failing dunit tests
add 1ddd166 Removed remaining uses of geode-core exceptions from GMS
classes
add 97bc665 move new exceptions into the api package
add 13c17e5 make startup/configuration exceptions checked exceptions
add 36d231c fixing failing unit tests
add 49c54c4 make MemberDisconnectedException and MemberShunnedException
checked exceptions
add 62bfa73 more unit test fixes - backing off some small exception
handling changes
add 182e252 removing try/catch blocks inserted by intellij into tests
add 3ee4ee5 changed waitForMessageState to throw a TimeoutException
rather than MembershipIOException
add 0d9829f ammending last commit
add 872d95d fixing a couple of unit test failures
add 63709d7 removed MembershipIOException as not being needed
add 02c3498 removing InternalMembershipException
add f1517c5 increase join timeout for stress testing
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 (867791d)
\
N -- N -- N refs/heads/feature/GEODE-7556 (f1517c5)
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/bin/concourse_job_performance.py | 3 +-
ci/images/google-geode-builder/build_image.sh | 1 +
ci/images/google-geode-builder/packer.json | 2 +-
.../google-windows-geode-builder/build_image.sh | 1 +
.../windows-packer.json | 2 +-
ci/pipelines/images/deploy_images_pipeline.sh | 2 +
ci/pipelines/images/jinja.template.yml | 29 +
ci/pipelines/metrics/jinja.template.yml | 14 +-
ci/scripts/create_instance.sh | 1 +
.../management/JQFilterVerificationDUnitTest.java | 43 +-
.../rest/ListIndexManagementDUnitTest.java | 152 +-
.../integrationTest/resources/assembly_content.txt | 1 +
...tTest.java => CacheFactoryIntegrationTest.java} | 23 +-
.../cache/CacheFactoryStaticsIntegrationTest.java} | 61 +-
.../cache/ha/HARegionQueueIntegrationTest.java | 3 +-
.../internal/tcp/ConnectionIntegrationTest.java | 61 +-
.../cache/query/internal/index/IndexManager.java | 2 -
.../membership/gms/messenger/GMSQuorumChecker.java | 3 +-
.../admin/remote/RemoteGfManagerAgent.java | 1009 +++++-----
.../internal/cache/AbstractBucketRegionQueue.java | 6 +-
.../apache/geode/internal/cache/DiskInitFile.java | 10 +-
.../apache/geode/internal/cache/DiskStoreImpl.java | 3 +-
.../geode/internal/cache/GemFireCacheImpl.java | 5 +-
.../geode/internal/cache/PartitionedRegion.java | 3 +-
.../apache/geode/internal/cache/TXManagerImpl.java | 5 +-
.../geode/internal/cache/UnsharedImageState.java | 9 +-
.../cache/tier/sockets/CacheClientNotifier.java | 3 +-
.../ClientRegistrationEventQueueManager.java | 4 +-
.../tier/sockets/ClientUpdateMessageImpl.java | 5 +-
.../internal/concurrent/ConcurrentHashSet.java | 92 -
.../internal/statistics/StatMonitorHandler.java | 13 +-
.../internal/statistics/StatisticsMonitor.java | 15 +-
.../org/apache/geode/internal/tcp/Connection.java | 2048 +++++++++-----------
.../apache/geode/internal/tcp/ConnectionTable.java | 660 +++----
.../org/apache/geode/internal/tcp/TCPConduit.java | 375 ++--
.../api/LocatorClusterManagementService.java | 23 +-
.../mutators/CacheConfigurationManager.java | 30 +-
.../mutators/ConfigurationManager.java | 6 +-
.../configuration/mutators/DeploymentManager.java | 6 +-
.../mutators/GatewayReceiverConfigManager.java | 2 +-
.../configuration/mutators/IndexConfigManager.java | 22 +-
.../configuration/mutators/PdxManager.java | 2 +-
.../mutators/RegionConfigManager.java | 4 +-
.../configuration/realizers/IndexRealizer.java | 89 +
...verConfigValidator.java => IndexValidator.java} | 29 +-
.../configuration/validators/MemberValidator.java | 16 +-
.../functions/CacheRealizationFunction.java | 3 +
.../sanctioned-geode-core-serializables.txt | 1 -
.../sanctioned-geode-management-serializables.txt | 1 +
.../MembershipDependenciesJUnitTest.java | 4 -
.../admin/remote/RemoteGfManagerAgentTest.java | 80 +-
.../geode/internal/tcp/ConnectionJUnitTest.java | 108 --
.../geode/internal/tcp/ConnectionTableTest.java | 22 +-
.../apache/geode/internal/tcp/ConnectionTest.java | 74 +-
.../api/LocatorClusterManagementServiceTest.java | 24 +-
.../configuration/realizers/IndexRealizerTest.java | 85 +
.../validators/IndexValidatorTest.java | 79 +
.../validators/MemberValidatorTest.java | 63 +-
.../apache/geode/test/dunit/IgnoredException.java | 191 +-
.../management/api/ClusterManagementException.java | 6 +
.../management/configuration/AutoSerializer.java | 4 +-
.../geode/management/configuration/ClassName.java | 11 +-
.../geode/management/configuration/Index.java | 10 +-
.../apache/geode/management/configuration/Pdx.java | 5 +-
.../geode/management/runtime/DeploymentInfo.java | 21 +
.../management/runtime/GatewayReceiverInfo.java | 34 +
.../apache/geode/management/runtime/IndexInfo.java | 18 +-
.../management/runtime/MemberInformation.java | 54 +
.../apache/geode/management/runtime/PdxInfo.java | 27 +
.../geode/management/runtime/RuntimeInfo.java | 18 +
.../management/runtime/RuntimeRegionInfo.java | 22 +
.../geode/management/configuration/IndexTest.java | 70 +-
.../rest/RegionManagementControllerSpringTest.java | 2 +-
.../rest/RegionManagementIntegrationTest.java | 125 +-
.../controllers/RegionManagementController.java | 46 +-
.../cli/commands/AlterRuntimeCommandDUnitTest.java | 1210 ------------
.../AlterRuntimeCommandDistributedTest.java | 1376 +++++++++++++
77 files changed, 4565 insertions(+), 4127 deletions(-)
copy
geode-core/src/integrationTest/java/org/apache/geode/internal/cache/{CacheServiceJUnitTest.java
=> CacheFactoryIntegrationTest.java} (68%)
rename
geode-core/src/{test/java/org/apache/geode/internal/cache/CacheFactoryStaticsTest.java
=>
integrationTest/java/org/apache/geode/internal/cache/CacheFactoryStaticsIntegrationTest.java}
(64%)
delete mode 100644
geode-core/src/main/java/org/apache/geode/internal/concurrent/ConcurrentHashSet.java
create mode 100644
geode-core/src/main/java/org/apache/geode/management/internal/configuration/realizers/IndexRealizer.java
copy
geode-core/src/main/java/org/apache/geode/management/internal/configuration/validators/{GatewayReceiverConfigValidator.java
=> IndexValidator.java} (57%)
delete mode 100755
geode-core/src/test/java/org/apache/geode/internal/tcp/ConnectionJUnitTest.java
create mode 100644
geode-core/src/test/java/org/apache/geode/management/internal/configuration/realizers/IndexRealizerTest.java
create mode 100644
geode-core/src/test/java/org/apache/geode/management/internal/configuration/validators/IndexValidatorTest.java
copy
geode-core/src/main/java/org/apache/geode/distributed/internal/HighPriorityDistributionMessage.java
=>
geode-management/src/main/java/org/apache/geode/management/runtime/IndexInfo.java
(74%)
delete mode 100644
geode-web/src/distributedTest/java/org/apache/geode/management/internal/cli/commands/AlterRuntimeCommandDUnitTest.java
create mode 100644
geode-web/src/distributedTest/java/org/apache/geode/management/internal/cli/commands/AlterRuntimeCommandDistributedTest.java