This is an automated email from the ASF dual-hosted git repository.
klund pushed a change to branch GEM-1722-1629
in repository https://gitbox.apache.org/repos/asf/geode.git.
discard 03d53b8 Fix spotless format
discard 38c92e7 Improve debug messages
add 2cf7cbc GEODE-5255: check all colocated partitioned regions are ready
before … (#1998)
add 6bdcc57 GEODE-5245: Unit tests fail on windows due to assertions on
paths (#2003)
add 2008b46 GEODE-5266: Add additional tests for gfsh create region
(#2004)
add 6f9a172 GEODE-5250: Repaired a threadpool leak (#1989)
add d3a9f75 GEODE-5268: fixing race condition in GMSHealthMonitor (#2005)
add af07c3c GEODE-5223 Add unit tests for
AbstractRegionMap.txApplyDestroy (#1988)
add 44e5d36 GEODE-5265: fix dataStoreEntryCount statistic (#2006)
add 0c49431 GEODE-5270: Closing the connection. (#2008)
add e628df4 GEODE-5272: CacheClosedException not wrapped in
TypeMismatchException (#2009)
add 7f63c4b GEODE-5273: Prevent unnecessary chaining of exception. (#2012)
add 7d69f29 Revert "GEODE-5265: fix dataStoreEntryCount statistic (#2006)"
add 9a40c9d GEODE-5265: fix dataStoreEntryCount statistic (#2006)
add 400a843 GEODE-5274: Null check for closing CacheClientProxy (#2014)
add f50b945 GEODE-5269 CommitConflictException after
TransactionInDoubtException
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 d4e9725 GEODE-5267: User Guide - un-document deprecated JTA
transaction manager
add bec37bd GEODE-5267: User Guide - remove redundant JTA subheads from
subnav
add 3b35239 Bump Bookbinder, nokogiri dependency
add ca7ea46 GEODE-5283: Client transaction fails with
TransactionException: GemFireInternalException
add 2d0dce3 GEODE-577: Reducing the timeout (#2023)
add d0ec4e4 GEODE-5270: Shutting down the AckThread (#2017)
add f7fb7e3 GEODE-3013: Prevent multiple node found error to be displayed
in the log (#2029)
add 44643a8 GEODE-5290: Fixes NPE with
ResultsCollectionPdxDeserializerWrapper iterator (#2027)
add 373f7ad GEODE-5291: More destroys recorded in CachePerfStats than
actual in a transaction with expiration (#2028)
add c9e7d88 GEODE-5287 Incorporate ACID semantics into transaction intro
docs (#2032)
add 4e2f2bc Release server affinity immediately after commit
add bdfab05 Merge pull request #2015 from apache/feature/GEODE-5277
add ca0f662 Adding 1.8 as a version in Version.java
add 69c8710 GEODE-5292: Fix memory leak for off heap regions with overflow
add 81b0019 GEODE-5300: Remove mention of a developer by name
add a58d8d2 GEODE-5212: Fix gfsh rule to use gfsh.bat on windows (#2036)
add 5d9eb94 GEODE-5288: fix execute function on region call and create
more tests to improve coverage. (#2024)
add 3cef629 GEODE-5276: fix entries stats from going negative (#2033)
add 8956291 GEODE-5279: RegionExistsException coming from JMX Manager
(#2026)
add 94dd9bb GEODE-5294: Fix ConcurrentModificationException
ShutdownAllRequest wh… (#2030)
add dca0240 GEODE-5298: User Guide - Document Transactions + Functions
Limitation
add 2d97c22 GEODE-5292: Ignoring flaky ConcurrentRegion... test until we
can fix it
add fe9f0d9 Check readiness and closed before assertion
add 929f804 Merge pull request #2040 from apache/feature/GEODE-5301
add e4f789b GEODE-5302: set totalLiveCount to 0 after successfuly
compacted the oplog. (#2041)
add 1da8eb9 GEODE-5288: improve ResultModel assertions (#2038)
add ba320cb GEODE-5311: User Guide - simplify navigation for "Client
Transactions" section
add 48539ed GEODE-5288: improve ResultModel assertions. Fix test
new b87400c Improve debug messages
new cdab9c0 Fix spotless format
new 69cd117 Add debug output
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 (03d53b8)
\
N -- N -- N refs/heads/GEM-1722-1629 (69cd117)
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 3 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/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 +-
.../modules/util/ModuleFunctionsSecurityTest.java | 2 +-
.../PdxBasedCrudControllerIntegrationTest.java | 8 +-
geode-book/Gemfile.lock | 16 +-
.../source/subnavs/geode-subnav.erb | 60 +-
geode-book/redirects.rb | 4 +-
.../jdbc/internal/cli/AlterConnectionCommand.java | 3 +-
.../jdbc/internal/cli/AlterMappingCommand.java | 3 +-
.../jdbc/internal/cli/CreateConnectionCommand.java | 3 +-
.../jdbc/internal/cli/CreateMappingCommand.java | 3 +-
.../internal/cli/DestroyConnectionCommand.java | 3 +-
.../jdbc/internal/cli/DestroyMappingCommand.java | 3 +-
.../cli/JDBCConnectorFunctionsSecurityTest.java | 4 +-
.../cache/query/internal/CompiledIteratorDef.java | 47 +-
.../ResultsCollectionPdxDeserializerWrapper.java | 4 +
.../internal/ClusterDistributionManager.java | 2 +-
.../distributed/internal/DistributionManager.java | 7 +-
.../internal/LonerDistributionManager.java | 2 +-
.../distributed/internal/ReplyProcessor21.java | 3 +-
.../distributed/internal/direct/DirectChannel.java | 11 +-
.../internal/membership/MembershipManager.java | 13 +
.../membership/gms/fd/GMSHealthMonitor.java | 6 -
.../membership/gms/mgr/GMSMembershipManager.java | 18 +-
.../java/org/apache/geode/internal/Version.java | 9 +-
.../internal/admin/remote/ShutdownAllRequest.java | 10 +-
.../geode/internal/cache/AbstractRegionMap.java | 125 +-
.../apache/geode/internal/cache/BucketRegion.java | 1 +
.../geode/internal/cache/BucketRegionQueue.java | 6 +-
.../apache/geode/internal/cache/DiskRegion.java | 2 -
.../internal/cache/InitialImageOperation.java | 29 +-
.../geode/internal/cache/InternalRegion.java | 3 +
.../apache/geode/internal/cache/LocalRegion.java | 9 +-
.../org/apache/geode/internal/cache/Oplog.java | 32 +-
.../internal/cache/PartitionedRegionDataStore.java | 32 +-
.../geode/internal/cache/PeerTXStateStub.java | 17 +-
.../geode/internal/cache/ProxyBucketRegion.java | 6 +-
.../geode/internal/cache/ProxyRegionMap.java | 8 +-
.../apache/geode/internal/cache/RegionEntry.java | 2 +-
.../execute/FunctionStreamingResultCollector.java | 3 +-
.../geode/internal/cache/map/RegionMapDestroy.java | 5 +-
.../partitioned/ManageBackupBucketMessage.java | 64 +-
.../cache/tier/sockets/CommandInitializer.java | 1 +
.../cache/tier/sockets/command/CommitCommand.java | 60 +-
.../command/ExecuteRegionFunctionSingleHop.java | 8 +-
.../geode/internal/cache/tx/ClientTXStateStub.java | 8 +-
.../internal/cache/tx/RemoteFetchKeysMessage.java | 6 +
.../internal/cache/tx/RemoteOperationMessage.java | 2 +-
.../cache/versions/RegionVersionVector.java | 4 +
.../serial/SerialGatewaySenderEventProcessor.java | 8 +-
.../geode/internal/i18n/LocalizedStrings.java | 5 +
.../management/internal/FederatingManager.java | 257 +--
.../geode/management/internal/MBeanJMXAdapter.java | 3 +
.../internal/beans/ManagementAdapter.java | 54 +-
.../internal/beans/ManagementListener.java | 243 +--
.../cli/commands/CreateDefinedIndexesCommand.java | 2 +-
.../cli/commands/ExecuteFunctionCommand.java | 13 +-
.../cli/functions/UserFunctionExecution.java | 24 +-
.../internal/cli/result/model/ResultModel.java | 56 +-
.../cli/result/model/TabularResultModel.java | 52 +-
.../ConcurrentRegionOperationIntegrationTest.java | 105 ++
.../cache/execute/CoreFunctionSecurityTest.java | 2 +-
.../geode/cache/query/PdxStringQueryJUnitTest.java | 14 +
.../geode/cache/query/dunit/PdxQueryDUnitTest.java | 51 +
.../internal/CompiledIteratorDefJUnitTest.java | 42 +-
.../gms/fd/GMSHealthMonitorJUnitTest.java | 95 ++
.../internal/cache/AbstractRegionMapTest.java | 212 +++
.../cache/AbstractRegionMapTxApplyDestroyTest.java | 1630 ++++++++++++++++++++
.../org/apache/geode/internal/cache/OplogTest.java | 86 ++
.../cache/PartitionedRegionDataStoreTest.java | 171 ++
.../internal/cache/map/RegionMapDestroyTest.java | 131 ++
.../ManageBackupBucketReplyMessageTest.java | 125 ++
.../tier/sockets/command/CommitCommandTest.java | 62 +
.../cache/tx/AbstractPeerTXRegionStubTest.java | 33 +
.../internal/cache/tx/ClientTXStateStubTest.java | 46 +-
.../cache/versions/RegionVersionVectorTest.java | 43 +
.../FederatingManagerIntegrationTest.java | 70 +
.../internal/beans/ManagementAdapterTest.java | 160 ++
.../cli/commands/CreateIndexCommandTest.java | 8 +-
.../cli/commands/CreateRegionCommandDUnitTest.java | 29 +
.../CreateRegionCommandIntegrationTest.java | 9 +
.../commands/ExecuteFunctionCommandDUnitTest.java | 333 ++++
.../ExecuteFunctionCommandSecurityTest.java | 6 +-
.../cli/commands/ExecuteFunctionCommandTest.java | 15 +-
.../cli/commands/FunctionCommandsDUnitTest.java | 14 +-
.../internal/cli/help/HelperIntegrationTest.java | 10 +-
.../internal/cli/result/model/ResultModelTest.java | 59 +-
.../cli/result/model/TabularResultModelTest.java | 57 +
.../internal/cli/shell/GfshHistoryJUnitTest.java | 2 -
.../apache/geode/security/ClientAuthDUnitTest.java | 13 +-
.../dunit/cache/internal/JUnit4CacheTestCase.java | 5 +-
.../assertions/AbstractResultModelAssert.java} | 30 +-
.../test/junit/assertions/CommandResultAssert.java | 69 +-
.../junit/assertions/DataResultModelAssert.java} | 26 +-
.../junit/assertions/InfoResultModelAssert.java} | 30 +-
.../junit/assertions/TabularResultModelAssert.java | 55 +
.../geode/test/junit/rules/GfshParserRule.java | 2 +-
.../apache/geode/codeAnalysis/excludedClasses.txt | 1 +
.../cache/query/internal/cq/CqServiceImpl.java | 13 +-
.../cache/query/dunit/QueryMonitorDUnitTest.java | 8 +-
.../query/internal/cq/CqServiceImplJUnitTest.java | 63 +
.../chapter_overview.html.md.erb | 2 +-
...nfiguring_db_connections_using_JNDI.html.md.erb | 11 +-
.../how_data_loaders_work.html.md.erb | 2 +-
.../sync_outside_data.html.md.erb | 4 +
.../transactions/JTA_transactions.html.md.erb | 143 +-
.../transactions/about_transactions.html.md.erb | 37 +-
.../cache_plugins_with_jta.html.md.erb | 8 +-
.../transactions/cache_transactions.html.md.erb | 2 +-
.../transactions/chapter_overview.html.md.erb | 4 +-
.../client_server_transactions.html.md.erb | 2 +-
.../how_cache_transactions_work.html.md.erb | 2 -
.../transaction_coding_examples.html.md.erb | 4 -
.../transaction_jta_gemfire_example.html.md.erb | 46 -
.../transactions/transaction_semantics.html.md.erb | 52 -
.../working_with_transactions.html.md.erb | 40 +-
geode-docs/images/transactions_jta.png | Bin 104780 -> 0 bytes
geode-docs/reference/topics/cache_xml.html.md.erb | 4 +-
.../reference/topics/client-cache.html.md.erb | 4 +-
.../geode/test/junit/rules/gfsh/GfshRule.java | 10 +-
.../lucene/test/LuceneFunctionSecurityTest.java | 2 +-
.../v1/acceptance/CacheMaxConnectionJUnitTest.java | 88 +-
.../wan/GatewaySenderEventRemoteDispatcher.java | 3 +-
...atewaySenderEventRemoteDispatcherJUnitTest.java | 14 +
...xecuteFunctionCommandWithSecurityDUnitTest.java | 2 +-
129 files changed, 5011 insertions(+), 976 deletions(-)
delete mode 100644 ci/pipelines/geode-build/test-stubs/distributed.yml
create mode 100644
geode-core/src/test/java/org/apache/geode/cache/ConcurrentRegionOperationIntegrationTest.java
copy
geode-wan/src/test/java/org/apache/geode/internal/cache/wan/GatewaySenderEventRemoteDispatcherJUnitTest.java
=>
geode-core/src/test/java/org/apache/geode/cache/query/internal/CompiledIteratorDefJUnitTest.java
(52%)
create mode 100644
geode-core/src/test/java/org/apache/geode/internal/cache/AbstractRegionMapTxApplyDestroyTest.java
create mode 100644
geode-core/src/test/java/org/apache/geode/internal/cache/OplogTest.java
create mode 100644
geode-core/src/test/java/org/apache/geode/internal/cache/PartitionedRegionDataStoreTest.java
create mode 100644
geode-core/src/test/java/org/apache/geode/internal/cache/partitioned/ManageBackupBucketReplyMessageTest.java
create mode 100644
geode-core/src/test/java/org/apache/geode/management/FederatingManagerIntegrationTest.java
create mode 100644
geode-core/src/test/java/org/apache/geode/management/internal/beans/ManagementAdapterTest.java
create mode 100644
geode-core/src/test/java/org/apache/geode/management/internal/cli/commands/ExecuteFunctionCommandDUnitTest.java
copy
geode-core/src/test/java/org/apache/geode/{internal/process/io/EmptyFileWriter.java
=> test/junit/assertions/AbstractResultModelAssert.java} (55%)
copy
geode-core/src/test/java/org/apache/geode/{internal/process/io/EmptyFileWriter.java
=> test/junit/assertions/DataResultModelAssert.java} (63%)
copy
geode-core/src/test/java/org/apache/geode/{internal/process/io/EmptyFileWriter.java
=> test/junit/assertions/InfoResultModelAssert.java} (54%)
create mode 100644
geode-core/src/test/java/org/apache/geode/test/junit/assertions/TabularResultModelAssert.java
create mode 100644
geode-cq/src/test/java/org/apache/geode/cache/query/internal/cq/CqServiceImplJUnitTest.java
rename geode-docs/developing/{transactions =>
outside_data_sources}/configuring_db_connections_using_JNDI.html.md.erb (96%)
delete mode 100644
geode-docs/developing/transactions/transaction_jta_gemfire_example.html.md.erb
delete mode 100644
geode-docs/developing/transactions/transaction_semantics.html.md.erb
delete mode 100644 geode-docs/images/transactions_jta.png
--
To stop receiving notification emails like this one, please contact
[email protected].