This is an automated email from the ASF dual-hosted git repository.
zhouxj pushed a change to branch feature/GEODE-QueryProvider
in repository https://gitbox.apache.org/repos/asf/geode.git.
discard 49190d1 use computeIfAbsent to calculate pointsConfigMap for
PdxLuceneSerializer
discard 1440ac0 Support numeric fields in PdxLuceneSerializer
discard 4c33af1 add test for double, long float fields.
discard 1b35b17 GEODE-QueryProvider: add pointsConfigMap to support numeric
query Adds in a test for int range lucene query (#2065)
add f5eab20 GEODE-5330: only create one temp folder (#2068)
add 7d7a651 Fix test failure related to #2067
add ec0501d GEODE-5109: Ignoring the test
add 13087e2 GEODE-5333: Destroy failed connection in ConnectionConnector
(#2072)
add f2aeed4 User Guide: correct a CQ typo
add 908a5ef GEODE-5335: Do not resolve addresses when calling netstat and
lsof (#2070)
add 226e406 GEODE-4791: Fix intellij with gradle 4.8 by removing provided
configuration
add 880a9d6 Write a test that hangs without the fix for GEODE-3563.
(#2057)
add 87c0ec3 GEODE-4511: rework ClientAuthDUnitRule to illustrate when
authenticat… (#2077)
add af0ac3d GEODE-1655: CI Failure in
AutoConnectionSourceDUnitTest.testClientMembershipListener
add 6ae3cad GEODE-5346: Fix race in LauncherLifecycleCommandsDUnitTest
(#2080)
add d8538ee GEODE-1198 CI Failure:
DistributedSystemDUnitTest.testConflictingUDPPort
add 3246b4e GEODE-5285: Improve unit test coverage for PdxInstanceImpl.
(#2085)
add 40ecb6e GEODE-5328: Update exception message when MemberMBean.showLog
is call… (#2061)
add 213ae23 GEODE-5339: removing the unnecessary property files in pulse
main resource module (#2073)
add 01b51ba GEODE-5296 Rewrite introductory prose on transactions (#2056)
add dfafad7 GEODE-5349 State-flush operation may exit early allowing for
cache inconsistency
add 5e3d497 [GEODE-5368] Fix dockerfile to reference docker's website to
fetch the gpg key.
add 6b782d9 Merge pull request #2092 from smgoller/GEODE-5368
add 6cfc84a GEODE-5352: testLocalDataContextWithColocation will now wait
for result before shutting down (#2084)
add 4ec2878 GEODE-5350: User Guide: Specifying that 'statistics-enabled'
parameter for region (#2081)
add 2e5bff9 GEODE-5380: create PR pipeline that integrates with GitHub
pull requests
add 40bead1 GEODE-5380 pr-pipeline needs to be named pr-<branch> to not
collide with develop
add b6d4519 Merge pull request #2103 from smgoller/GEODE-5380-take-2
add 73965a8 GEODE-5212: Ensure that paths on Windows don't end up with
spaces (#2100)
add 3937ebe GEODE-5373: Adjust timing for
GMSHealthMonitorJUnitTest.testRemoveMemberCalled (#2097)
add 2709f1c Fix test which is using a hijacked domain
add ba1923f Don't send email on failure as it's unnecessary. (#2104)
add 035e7bb GEM-2031: Removing the use of shutdownNow from AcceptorImpl
pools
add 599f960 GEODE-5359: Clear interrupt bit on retry in
DirectChannel.sendToMany
add 4bfa4ce Missed some email references.
add 4885473 GEODE-5361: Add wait for MBean federation after member
restarts (#2090)
add 10d8dab GEODE-5336: create integration tests to test region rest apis
and con… (#2071)
add 6a9a98b GEODE-5430: Allow disk store commands to use custom log4j2
config
add 377529c GEODE-5341: Improve debug logging in BackupTask
add bb85e7c GEODE-5355: Remove BackupUtil and BackupDataStoreHelper
add 9357435 GEODE-5355: Fix apache license header of new backup classes
add 29c71c9 GEODE-5281: replicate failure and fix bug (#2096)
add b66d110 Add exclusion for gradle notification file
add 2c3a7b1 [GEODE-5378] Adjust initdocker script to implement workaround.
add 5dfc65c Merge pull request #2110 from smgoller/GEODE-5378
add 2ba81f6 GEODE-4803: remove flaky category (#2108)
add dbdbd7a GEODE-5385: hang trying to create a bucket
new ca27fd6 GEODE-QueryProvider: add pointsConfigMap to support numeric
query Adds in a test for int range lucene query (#2065)
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 (49190d1)
\
N -- N -- N refs/heads/feature/GEODE-QueryProvider (ca27fd6)
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.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
ci/docker/Dockerfile | 13 +-
ci/docker/docker.list | 17 -
ci/docker/initdocker | 3 +
ci/pipelines/deploy_meta.sh | 15 +-
ci/pipelines/meta.yml | 38 +-
ci/pipelines/pull-request/base.yml | 246 +
ci/pipelines/pull-request/deploy_pr_pipeline.sh | 94 +
ci/pipelines/pull-request/pr-template.yml | 104 +
ci/scripts/build.sh | 31 +-
ci/scripts/test-archive.sh | 29 +-
ci/scripts/test-run.sh | 31 +-
extensions/session-testing-war/build.gradle | 3 +-
geode-assembly/build.gradle | 5 +-
.../LauncherLifecycleCommandsDUnitTest.java | 50 +-
.../cli/commands/StatusLocatorRealGfshTest.java | 4 +-
.../internal/web/RestFunctionExecuteDUnitTest.java | 32 +-
.../rest/internal/web/RestRegionAPIDUnitTest.java | 422 +
.../internal/web/RestSecurityIntegrationTest.java | 317 +-
.../web/RestSecurityPostProcessorTest.java | 85 +-
.../rest/internal/web/RestSecurityWithSSLTest.java | 13 +-
.../internal/web/RestServersIntegrationTest.java | 20 +-
.../web/SwaggerVerificationIntegrationTest.java | 15 +-
.../junit/rules/GeodeDevRestClient.java} | 133 +-
...ttpClientRule.java => GeodeHttpClientRule.java} | 30 +-
.../geode/test/junit/rules/HttpResponseAssert.java | 118 +
.../geode/tools/pulse/PulseConnectivityTest.java | 5 +-
.../geode/tools/pulse/PulseDataExportTest.java | 22 +-
.../tools/pulse/PulseJmxPasswordFileTest.java | 10 +-
.../geode/tools/pulse/PulseSecurityTest.java | 4 +-
.../tools/pulse/PulseSecurityWithSSLTest.java | 4 +-
geode-assembly/src/test/resources/sampleJson.json | 37881 +++++++++++++++++++
geode-core/build.gradle | 10 +-
.../admin/internal/AdminDistributedSystemImpl.java | 4 +-
.../cache/client/internal/ConnectionConnector.java | 63 +-
.../client/internal/ConnectionFactoryImpl.java | 23 +-
.../distributed/internal/DistributionAdvisor.java | 45 +-
.../distributed/internal/direct/DirectChannel.java | 2 +-
.../org/apache/geode/internal/SystemAdmin.java | 7 +-
.../cache/DestroyPartitionedRegionMessage.java | 30 +-
.../geode/internal/cache/DistributedRegion.java | 4 +-
.../org/apache/geode/internal/cache/EventID.java | 5 +-
.../geode/internal/cache/PartitionedRegion.java | 27 +-
...rtBackupOperation.java => AbortBackupStep.java} | 4 +-
.../internal/cache/backup/BackupConfigFactory.java | 56 +
.../cache/backup/BackupDataStoreHelper.java | 85 -
.../internal/cache/backup/BackupLockService.java | 55 +
.../internal/cache/backup/BackupOperation.java | 125 +-
.../{BackupOperation.java => BackupStep.java} | 4 +-
.../geode/internal/cache/backup/BackupTask.java | 15 +-
.../geode/internal/cache/backup/BackupUtil.java | 95 -
...hBackupOperation.java => FinishBackupStep.java} | 4 +-
...shToDiskOperation.java => FlushToDiskStep.java} | 4 +-
...BackupOperation.java => PrepareBackupStep.java} | 4 +-
.../cache/partitioned/PRSanityCheckMessage.java | 2 +-
.../cache/partitioned/PartitionMessage.java | 28 +-
.../internal/cache/tier/sockets/AcceptorImpl.java | 6 +-
.../geode/internal/i18n/LocalizedStrings.java | 9 +-
.../management/internal/FederatingManager.java | 5 +
.../geode/management/internal/MBeanJMXAdapter.java | 5 +
.../management/internal/MBeanProxyFactory.java | 15 +-
.../internal/MBeanProxyInvocationHandler.java | 6 +-
.../internal/beans/DistributedSystemBridge.java | 16 +-
.../internal/beans/MemberMBeanBridge.java | 5 +-
.../cli/commands/BackupDiskStoreCommand.java | 6 +-
.../cli/commands/DiskStoreCommandsUtils.java | 16 +-
.../internal/cli/functions/NetstatFunction.java | 14 +-
.../internal/AutoConnectionSourceDUnitTest.java | 19 +-
.../client/internal/ConnectionConnectorTest.java | 114 +
.../distributed/DistributedSystemDUnitTest.java | 11 +-
.../distributed/ServerLauncherBuilderTest.java | 2 +-
.../internal/DistributionAdvisorDUnitTest.java | 100 +-
.../gms/fd/GMSHealthMonitorJUnitTest.java | 4 +-
.../cache/PartitionedRegionDestroyJUnitTest.java | 65 +
...OperationTest.java => AbortBackupStepTest.java} | 38 +-
.../cache/backup/BackupDistributedTest.java | 2 +-
.../cache/backup/BackupIntegrationTest.java | 3 +-
.../backup/BackupPrepareAndFinishMsgDUnitTest.java | 14 +-
...perationTest.java => FinishBackupStepTest.java} | 48 +-
...OperationTest.java => FlushToDiskStepTest.java} | 20 +-
.../backup/IncrementalBackupDistributedTest.java | 8 +-
.../cache/backup/PrepareBackupFactoryTest.java | 3 +-
.../cache/backup/PrepareBackupRequestTest.java | 4 +-
...erationTest.java => PrepareBackupStepTest.java} | 54 +-
.../execute/PRFunctionExecutionDUnitTest.java | 13 +-
.../PersistentPartitionedRegionTestBase.java | 4 +-
.../geode/internal/tcp/TCPConduitDUnitTest.java | 128 +
.../management/JMXMBeanReconnectDUnitTest.java | 20 +
.../internal/JMXMBeanFederationDUnitTest.java | 189 +
.../MBeanFederationErrorPathDUnitTest.java | 128 +
.../beans/DistributedSystemBridgeJUnitTest.java | 6 +-
.../management/internal/cli/NetstatDUnitTest.java | 149 +-
.../cli/commands/ConcurrentDeployDUnitTest.java | 3 +-
.../geode/pdx/internal/PdxInstanceImplTest.java | 463 +-
.../apache/geode/security/ClientAuthDUnitTest.java | 65 +-
...tAuthorizationLegacyConfigurationDUnitTest.java | 13 +-
...aAuthorizationUsingLegacySecurityDUnitTest.java | 22 +-
...onUsingLegacySecurityWithFailoverDUnitTest.java | 12 +-
.../geode/test/dunit/DistributedTestUtils.java | 17 +-
.../geode/test/dunit/rules/ClusterStartupRule.java | 43 +-
...tartupRuleCanSpecifyOlderVersionsDUnitTest.java | 7 +-
.../geode/test/junit/rules/GfshCommandRule.java | 38 +-
.../geode/test/junit/rules/MemberStarterRule.java | 3 +-
geode-cq/build.gradle | 3 +-
.../how_continuous_querying_works.html.md.erb | 3 +-
.../configuring_data_expiration.html.md.erb | 7 +-
.../transactions/about_transactions.html.md.erb | 160 +-
.../statistics/chapter_overview.html.md.erb | 2 +-
.../statistics/how_statistics_work.html.md.erb | 5 +-
.../statistics/setting_up_statistics.html.md.erb | 191 +-
.../gfsh/command-pages/alter.html.md.erb | 6 +-
.../gfsh/command-pages/start.html.md.erb | 4 +-
.../test/dunit/standalone/VersionManager.java | 0
.../geode/test/junit/rules/gfsh/GfshScript.java | 1 +
.../dunit/standalone/VersionManagerJUnitTest.java | 0
.../lucene/LuceneQueriesReindexDUnitTest.java | 2 +
geode-old-versions/build.gradle | 9 +-
geode-protobuf/build.gradle | 3 +-
.../protobuf/v1/utilities/ProtobufUtilities.java | 4 +-
geode-pulse/build.gradle | 17 +-
geode-pulse/src/main/resources/gemfire.properties | 46 -
geode-pulse/src/main/resources/sqlfire.properties | 47 -
geode-rebalancer/build.gradle | 6 +-
geode-wan/build.gradle | 3 +-
geode-web-api/build.gradle | 6 +-
geode-web/build.gradle | 11 +-
gradle/ide.gradle | 2 -
gradle/java.gradle | 15 +-
gradle/rat.gradle | 1 +
gradle/wrapper/gradle-wrapper.properties | 4 +-
129 files changed, 41302 insertions(+), 1686 deletions(-)
delete mode 100644 ci/docker/docker.list
create mode 100644 ci/pipelines/pull-request/base.yml
create mode 100755 ci/pipelines/pull-request/deploy_pr_pipeline.sh
create mode 100644 ci/pipelines/pull-request/pr-template.yml
create mode 100644
geode-assembly/src/test/java/org/apache/geode/rest/internal/web/RestRegionAPIDUnitTest.java
rename
geode-assembly/src/test/java/org/apache/geode/{rest/internal/web/GeodeRestClient.java
=> test/junit/rules/GeodeDevRestClient.java} (60%)
rename
geode-assembly/src/test/java/org/apache/geode/test/junit/rules/{HttpClientRule.java
=> GeodeHttpClientRule.java} (86%)
create mode 100644
geode-assembly/src/test/java/org/apache/geode/test/junit/rules/HttpResponseAssert.java
create mode 100644 geode-assembly/src/test/resources/sampleJson.json
rename
geode-core/src/main/java/org/apache/geode/internal/cache/backup/{AbortBackupOperation.java
=> AbortBackupStep.java} (94%)
create mode 100644
geode-core/src/main/java/org/apache/geode/internal/cache/backup/BackupConfigFactory.java
delete mode 100644
geode-core/src/main/java/org/apache/geode/internal/cache/backup/BackupDataStoreHelper.java
create mode 100644
geode-core/src/main/java/org/apache/geode/internal/cache/backup/BackupLockService.java
copy
geode-core/src/main/java/org/apache/geode/internal/cache/backup/{BackupOperation.java
=> BackupStep.java} (95%)
delete mode 100644
geode-core/src/main/java/org/apache/geode/internal/cache/backup/BackupUtil.java
rename
geode-core/src/main/java/org/apache/geode/internal/cache/backup/{FinishBackupOperation.java
=> FinishBackupStep.java} (94%)
rename
geode-core/src/main/java/org/apache/geode/internal/cache/backup/{FlushToDiskOperation.java
=> FlushToDiskStep.java} (96%)
rename
geode-core/src/main/java/org/apache/geode/internal/cache/backup/{PrepareBackupOperation.java
=> PrepareBackupStep.java} (95%)
create mode 100644
geode-core/src/test/java/org/apache/geode/cache/client/internal/ConnectionConnectorTest.java
create mode 100644
geode-core/src/test/java/org/apache/geode/internal/cache/PartitionedRegionDestroyJUnitTest.java
rename
geode-core/src/test/java/org/apache/geode/internal/cache/backup/{AbortBackupOperationTest.java
=> AbortBackupStepTest.java} (84%)
rename
geode-core/src/test/java/org/apache/geode/internal/cache/backup/{FinishBackupOperationTest.java
=> FinishBackupStepTest.java} (86%)
rename
geode-core/src/test/java/org/apache/geode/internal/cache/backup/{FlushToDiskOperationTest.java
=> FlushToDiskStepTest.java} (91%)
rename
geode-core/src/test/java/org/apache/geode/internal/cache/backup/{PrepareBackupOperationTest.java
=> PrepareBackupStepTest.java} (84%)
create mode 100644
geode-core/src/test/java/org/apache/geode/internal/tcp/TCPConduitDUnitTest.java
create mode 100644
geode-core/src/test/java/org/apache/geode/management/internal/JMXMBeanFederationDUnitTest.java
create mode 100644
geode-core/src/test/java/org/apache/geode/management/internal/MBeanFederationErrorPathDUnitTest.java
rename {geode-old-versions =>
geode-junit}/src/main/java/org/apache/geode/test/dunit/standalone/VersionManager.java
(100%)
rename {geode-old-versions =>
geode-junit}/src/test/java/org/apache/geode/test/dunit/standalone/VersionManagerJUnitTest.java
(100%)
delete mode 100644 geode-pulse/src/main/resources/gemfire.properties
delete mode 100644 geode-pulse/src/main/resources/sqlfire.properties