Repository: incubator-geode
Updated Branches:
refs/heads/develop 216a10917 -> bb7a5e218
GEODE-2073 CI Failure: GMSHealthMonitorJUnitTest.testHMNextNeighborAfterTimeout
I modified the test to wait longer and not require that the "next neighbor"
be an exact member but merely a different one than
Repository: incubator-geode
Updated Branches:
refs/heads/develop 665570e43 -> 95a07d207
reformatted recent commit with spotlessApply
I actually reformatted this in Idea with the recommended format config
loaded but apparently it's not in line with what the Spotless
config requires and caused a
Repository: incubator-geode
Updated Branches:
refs/heads/develop 366f0894e -> 665570e43
GEODE-2074 GMSJoinLeaveJUnitTest.testDuplicateJoinRequestDoesNotCauseNewView
I've run this test class hundreds of times with only one failure in
a different test. I've also run the individual test many hun
Repository: incubator-geode
Updated Branches:
refs/heads/develop e01dbe6f5 -> d65b79a46
GEODE-2080 Rest POST put call not working with region valueConstraint
If you set a value constraint on a cache Region you will be unable to store
objects in the region via the Rest API. This change-set mod
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/e584c4e6/geode-core/src/main/java/org/apache/geode/internal/cache/VersionedStatsDiskLRURegionEntryHeapLongKey.java
--
diff --git
a/geode-core/src/main/java/org/apache/geo
GEODE-2089 entry-idle-time on client side cache is not working as expected
When we pull an entry in from another cache in LocalRegion.findObjectInSystem()
we end up invoking updateStatsForPut and then updateStatsForGet. The former
method installs a lastModifiedTime from the version tag that came
Repository: incubator-geode
Updated Branches:
refs/heads/develop aac49f3f0 -> e584c4e65
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/e584c4e6/geode-core/src/main/java/org/apache/geode/internal/cache/VersionedThinLRURegionEntryHeapStringKey1.java
--
Repository: incubator-geode
Updated Branches:
refs/heads/develop a00a2ff29 -> 4265fa593
GEODE-2059 client SSL handshake attempts do not time out
Client SSL connection attempts are now configured to be able to
time out during the SSL handshake
Project: http://git-wip-us.apache.org/repos/asf/i
Repository: incubator-geode
Updated Branches:
refs/heads/develop 9aa7fa120 -> 5000bbe44
GEODE-2051 - marking this test as flaky
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/76efb251
Tree: http://git-
GEODE-2051 - marking this test as flaky
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/5000bbe4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/5000bbe4
Diff: http://git-wip-us.apache.org
Repository: incubator-geode
Updated Branches:
refs/heads/develop b10a171e1 -> 7b11d0843
fixing dumpStack/dumpAllStacks methods
These were trying to invoke methods using DistributedTestCase that have
been moved to ThreadUtils.
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/re
Repository: incubator-geode
Updated Branches:
refs/heads/develop a564a692a -> 87f2fb5f3
GEODE-2000 client should see server-bind-address in event memberId
The previous fix for this caused confusion as it changed the server
memberId that is used in other places and should remain unchanged.
This
Repository: incubator-geode
Updated Branches:
refs/heads/develop 69a0877ab -> f02ea36f2
GEODE-2024 Deadlock creating a new lock service Grantor
This change-set causes the code in TXLockServiceImpl.release() to
perform periodic checks to see if grantor recovery is being performed.
If so it skip
Repository: incubator-geode
Updated Branches:
refs/heads/develop 60f8a8080 -> be2a40488
Revert "GEODE-2000 Now ClientMembershipListener returns host on which"
This reverts commit 8a080323070dbbc1d7037612d0d8e1188dcf1507.
This change caused some CI failures that folks suppressed. The fix need
Repository: incubator-geode
Updated Branches:
refs/heads/develop a78d491d6 -> bd6f9e6f3
adding spotless line terminator setting for Unix
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/bd6f9e6f
Tree: ht
Repository: incubator-geode
Updated Branches:
refs/heads/develop 56836e59f -> e130e5b62
GEODE-1927: more protection from seeing com.gemstone.gemfire packaged objects
DeadlockDetector can read an archive of dependencies across the distributed
system. This adds a small ObjectInputStream modific
Repository: incubator-geode
Updated Branches:
refs/heads/develop c1e46c202 -> 71f6d677e
GEODE-1931 CI Failure: LocatorUDPSecurityDUnitTest.testStartTwoLocators
adding @Category(FlakyTest.class), which didn't make it into the last
commit.
Project: http://git-wip-us.apache.org/repos/asf/incub
GEODE-1927 backward compatibility support
Removing the JTESTS property setting that I added to ProcessManager
during implementation of backward compatibility support.
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geo
Repository: incubator-geode
Updated Branches:
refs/heads/develop 61fe7c647 -> c1e46c202
GEODE-1931 CI Failure: LocatorUDPSecurityDUnitTest.testStartTwoLocators
Nothing seems to have been done to fix this problem but I ran the test
over 700 times without hitting it, so I'm marking the test Fla
Repository: incubator-geode
Updated Branches:
refs/heads/develop c454d3ab7 -> 0a51d86d5
GEODE-1927 backward compatibility support
This fixes a problem in BaseCommand encountered during integration
testing. The integration tests aren't checked in yet due to some
Gradle issues I need to work ou
GEODE-1927: add support for old GemFire remote sites (WAN)
This adds a new JAR and associated cache service to Geode. The service
and associated changes to Geode protect the server from receiving
com.gemstone.gemfire packaged objects, translating them to their
org.apache.geode
counterparts.
The
Repository: incubator-geode
Updated Branches:
refs/heads/develop b5b7203a1 -> 6555c86ed
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6555c86e/geode-old-client-support/src/test/java/com/gemstone/gemfire/ClientPDXSerializableObject.java
-
Repository: incubator-geode
Updated Branches:
refs/heads/develop e9bf1176b -> 19a282728
fixing broken swizzling code in DataSerializer
Hitesh's repackaging rewrote the package name for old TcpServer request
classes. This reverts the oldPackage name strings in the swizzling
methods.
Project:
Repository: incubator-geode
Updated Branches:
refs/heads/develop 0705e85cd -> 3897a76ea
GEODE-762: change default setting for enable-network-partition-detection
This setting now defaults to being turned on. Some unit tests that perform
HA operations have been modified to disable it.
Project
Repository: incubator-geode
Updated Branches:
refs/heads/develop 906c211ab -> da8b2934c
GEODE-1777 CI failure: RestAPIsOnMembersFunctionExecutionDUnitTest
Looking through our distributedTest output I see a large number of full
GCs initiated by Metaspace cleanup. Some of these GCs are taking a
Repository: incubator-geode
Updated Branches:
refs/heads/develop 7f4992c29 -> 9184b593f
GEODE-1803 Inefficient code in ClientMetadataService.getServerToFilterMap()
Created a Random to use in methods needing it. Replaced Collections.shuffle()
with random selection from an ArrayList.
Project:
Repository: incubator-geode
Updated Branches:
refs/heads/feature/GEODE-420 d3fbfbdf3 -> 075e10937
Caching the CLUSTER component SocketCreator in TCPConduit
This avoids fetching the SocketCreator each time it's going to be used.
TCPConduit holds onto it and it and Connection use the cached inst
Repository: incubator-geode
Updated Branches:
refs/heads/develop 1ab59ffb2 -> 88b561d64
GEODE-1800 StoppableCondition has faulty code in await()
The faulty methods in StoppableCondition have been removed. I considered
removing StoppableCondition entirely and just using a Condition on the lock
Repository: incubator-geode
Updated Branches:
refs/heads/develop 79620807b -> cea5535cf
GEODE-1761 Clients don't fail back when servers are bounced
Servers will send a refresh hint to clients if they detect that a request
had to be send to a different server who owned the primary bucket
affect
GEODE-1755 Clean up TODOs in membership, communications and serialization
components
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/f0eb44ee
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tr
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0eb44ee/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/tier/sockets/command/PutAll.java
--
diff --git
a/geode-core/src/main/java/com/gemstone/gemfire/inter
Repository: incubator-geode
Updated Branches:
refs/heads/develop 1e576f7a6 -> f0eb44eec
GEODE-225 excessive CPU utilization and garbage collection strain for JSON
processing
Use of a singleton ObjectMapper can be enabled using a system property.
-DPdxInstance.use-static-mapper=true
Project
Repository: incubator-geode
Updated Branches:
refs/heads/develop 5fac81597 -> 1e576f7a6
GEODE-1756 REST API inconsistency in parameterized query region
The region holding parameterized queries is now using scope
distributed-ack.
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode
GEODE-1726 Clean up compilation warnings in new GMS
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/5f840549
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/5f840549
Diff: http://git-wip-u
Repository: incubator-geode
Updated Branches:
refs/heads/develop f3db3e82c -> 5f8405495
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/5f840549/geode-core/src/main/java/com/gemstone/gemfire/distributed/internal/membership/gms/mgr/GMSMembershipManager.java
--
Repository: incubator-geode
Updated Branches:
refs/heads/develop 64c3c6278 -> c7a0a458f
GEODE-1727 NPE in JGroups during shutdown
Moved the shutdown of the JGroups timer to before super.stop() so that
timer tasks won't fire after the bundler variable has been nulled out.
Project: http://git-
Repository: incubator-geode
Updated Branches:
refs/heads/develop 0e8e5945b -> c685299d5
GEODE-1317 CI failure: GMSJoinLeaveJUnitTest.testNetworkPartionMessage
Removed duplicate mockito setup that was encountering this issue. This
looks like a mockito bug but we can avoid encountering it by no
Repository: incubator-geode
Updated Branches:
refs/heads/develop 151b272a6 -> 73e413bf6
GEODE-1722 Distributed tests should use a restricted membership-port-range
fixing a damaged unit test. AvailablePort & AvailablePortHelper can now
be told to use the membership-port-range to find available
GEODE-1645 forceUDPMessagingForCurrentThread should be re-enabled
This reenables use of UDP-only messaging for a thread. PDX uses this
if conserve-sockets=true and it is executing a transaction in a
socket-reader thread to avoid possible deadlock situations.
Project: http://git-wip-us.apache.or
GC thread names have changed. This fixes the expected names in PluckStacks
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/4dfe6b10
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/4dfe6b1
Repository: incubator-geode
Updated Branches:
refs/heads/develop dce15e48b -> 151b272a6
restricting membership-port-range for tests to be outside of AvailablePort's
pool
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incuba
Repository: incubator-geode
Updated Branches:
refs/heads/develop de3f90e03 -> 419dc44cd
GEODE-1619
PartitionedRegionSingleHopWithServerGroupDUnitTest.test_SingleHopWithServerGroupTwoClientServerGroup
Changed the bucket->location map to be copy-on-write so that readers
will no longer see incom
Repository: incubator-geode
Updated Branches:
refs/heads/feature/GEODE-420 e8676046c -> 115e5f25d
GEODE-420 Changing TcpClient to not be a static class
TcpClient now holds the SocketCreator that it should use to connect to
locators. It's currently using the cluster SocketCreator but will be
c
Repository: incubator-geode
Updated Branches:
refs/heads/develop b3b2c8909 -> 4c5a69949
fixes flakyTest target to allow it to run Rest API tests
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/4c5a6994
Repository: incubator-geode
Updated Branches:
refs/heads/develop 17ede3150 -> 408189c54
Marking test as flaky - see GEODE-1594
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/408189c5
Tree: http://git-w
Repository: incubator-geode
Updated Branches:
refs/heads/develop f230349f8 -> 40f95887b
javadoc clean-up for commmunications/membership classes
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/40f95887
T
Repository: incubator-geode
Updated Branches:
refs/heads/develop 4a9c6ea0b -> 3e6eb4c7b
GEODE-1685 Upgrade to JGroups 3.6.10.Final
Passed precheckin with no failures
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator
Repository: incubator-geode
Updated Branches:
refs/heads/develop 603bae8cf -> 7c2e21933
GEODE-1655: CI Failure in
AutoConnectionSourceDUnitTest.testClientMembershipListener
Clients may get a memberLeft event instead of a memberCrashed event when
a server is shut down. I've adjusted the test'
Repository: incubator-geode
Updated Branches:
refs/heads/develop 3e20193ce -> 3f6acdc70
Performance enhancements ported from GemFire 8.2.0.x
This increases throughput in GMSMembershipManager by avoiding write-locks
on the view in some places.
I also found GMSHealthMonitor was mistakenly refer
Repository: incubator-geode
Updated Branches:
refs/heads/develop d37e08e69 -> 3e20193ce
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/3e20193c/geode-core/src/main/java/com/gemstone/gemfire/internal/i18n/ParentLocalizedStrings.java
--
Removing unreferenced ParentLocalizedStrings. All remaining localizable
strings are in the LocalizedStrings class.
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/3e20193c
Tree: http://git-wip-us.apache.or
Repository: incubator-geode
Updated Branches:
refs/heads/develop 2a728eee9 -> 435283357
GEODE-1642 Add conveniance method isCancelInProgress to CancelCriterion
This adds a new method, isCancelInProgress(), to CancelCriterion. Most
uses of the method cancelInProgress() have now been changed to
Repository: incubator-geode
Updated Branches:
refs/heads/develop 7b28a8d4e -> 860c90204
GEODE-1613 CI failure:
ConnectionPoolDUnitTest.test021ClientGetOfInvalidServerEntry
Added a try/catch for scheduling the task to handle RejectedExecutionException
& fixed up the handling of shutdown condit
Repository: incubator-geode
Updated Branches:
refs/heads/develop 640c8bbc9 -> d520b11cc
GEODE-1580 ci failure:
GemFireDeadlockDetectorDUnitTest.testDistributedDeadlockWithDLock
Marking the test as Flaky
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-
Repository: incubator-geode
Updated Branches:
refs/heads/develop 4afc5b153 -> 33ceb3715
GEODE-1542 shared/unordered tcp/ip connection times out, initiating suspicion
This disables timing out of shared/unordered TcpConduit connections. We don't
want them to time out because we are using them t
Repository: incubator-geode
Updated Branches:
refs/heads/develop e831aa062 -> 5e0050de1
Minor javadoc fixes
GatewayCancelledException said it was thrown when an Oplog is terminated.
OplogCancelledException said it was thrown when a Gateway is terminated.
DistributedMember had a non-deprecated
GEODE-1527: Locator javadoc mentions the old "gemfire" command
Altered the javadoc to point the user at gfsh instead of gemfire.
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/d28ac959
Tree: http://git-wi
Repository: incubator-geode
Updated Branches:
refs/heads/develop f8dd6ceea -> e831aa062
GEODE-1528: CacheFactory javadocs point to the wrong place for
DistributedSystem properties
Modified DistributedSystem and CacheFactory to point to the new
ConfigurationProperties interface for property na
Repository: incubator-geode
Updated Branches:
refs/heads/develop 4af707237 -> afa7cc815
GEODE-986 CI Failure: MultiuserAPIDUnitTest.testMultiUserUnsupportedAPIs failed
with SocketException
I'm reverting the change in TcpClient that defaults to v9.0 if a locator
does not respond to a RequestVe
Repository: incubator-geode
Updated Branches:
refs/heads/develop 711fc3518 -> 61ad7e445
GEODE-1468 client/server messaging can create large objects
After a Message has been sent we invoke clear() on each Part contained by
the Message. This was nulling out the "part" variable of the Part objec
Repository: incubator-geode
Updated Branches:
refs/heads/develop 0014fd444 -> c674e3571
GEODE-1415 Disable logging of banners in distributedTests
Banners are normally logged during creation of an InternalDistributedSystem.
In DUnit tests the output is filled with these banners and they all hav
Repository: incubator-geode
Updated Branches:
refs/heads/develop afc5dde7a -> 0014fd444
GEODE-1407: CI Failure: ReconnectDUnitTest.testReconnectALocator
Added a FlakyTest annotation to the test. Modified the flaky runnable
to use fail() instead of logging symptoms so that we can tell more abo
Repository: incubator-geode
Updated Branches:
refs/heads/develop 14a548ff2 -> 9d23a6950
GEODE-1391 JsonFormatter javadocs need to be cleaned up
I've made another pass at JSONFormatter javadocs, putting the JSON <-> Java
types in a table and correcting a few grammatical errors. I also found th
Repository: incubator-geode
Updated Branches:
refs/heads/develop ef8b8b64f -> 3a37159d9
added my gnupg key
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/3a37159d
Tree: http://git-wip-us.apache.org/rep
Repository: incubator-geode
Updated Branches:
refs/heads/develop 92805bbb9 -> 6523c97c9
GEODE-1393 locator returns incorrect server information when starting up
When a locator auto-reconnects its ServerLocator needs to initialize its
ControllerAdvisor so that it has server information to give
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/d1a0748b/geode-assembly/src/test/java/com/gemstone/gemfire/rest/internal/web/controllers/RestAPIsWithSSLDUnitTest.java
--
diff --git
a/geode-assembly/src/test/java/com/ge
Repository: incubator-geode
Updated Branches:
refs/heads/develop a881e9cb1 -> d1a0748ba
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/d1a0748b/geode-core/src/test/java/com/gemstone/gemfire/cache/client/internal/LocatorLoadBalancingDUnitTest.java
---
Revert "GEODE-1376: Cleaned up server port to be '0'."
This reverts commit c33efb60630fe8bed7613c60f941810a7574f16b, which caused
a number of REST test failures in build 467 due to removal/rename of
test methods.
https://builds.apache.org/job/Geode-nightly/467/testReport/
Project: http://git-wi
Repository: incubator-geode
Updated Branches:
refs/heads/develop f59497776 -> 7051c7ad6
Revert "GEODE-1146: Amending Testcase to use proper client caches rather than
peer servers. Also amending JUnit4CacheTestCase.java to set "locators" and
"mcast-port" to correct settings for clients."
This
Repository: incubator-geode
Updated Branches:
refs/heads/develop 96c67d4af -> 6dd3a580f
GEODE-1375 When using multicast a new member needs to receive the multicast
message digest
This reinstates the sending of JoinResponseMessages so that the new member
can get the jgroups multicast digest.
Repository: incubator-geode
Updated Branches:
refs/heads/develop 625d491c0 -> 3fe55d4ad
adding the required license header to a generated test class
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/3fe55
47
--- /dev/null
+++
b/geode-core/src/test/java/com/gemstone/gemfire/distributed/internal/membership/gms/messenger/GMSEncryptJUnitTest.java
@@ -0,0 +1,97 @@
+package com.gemstone.gemfire.distributed.internal.membership.gms.messenger;
+import static org.mockito.Mockito.*;
+import com.gemstone.gem
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/2c148caa/geode-core/src/test/java/com/gemstone/gemfire/distributed/DistributedLockServiceDUnitTest.java
--
diff --git
a/geode-core/src/test/java/com/gemstone/gemfire/dist
+1,20 @@
+package com.gemstone.gemfire.distributed;
+
+import java.io.Serializable;
+import java.rmi.Remote;
+import java.rmi.RemoteException;
+
+/**
+ * Created by bschuchardt on 5/9/2016.
+ */
+public interface DistributedLockBlackboard extends Remote, Serializable {
+ void initCount() throws RemoteExce
Repository: incubator-geode
Updated Branches:
refs/heads/develop 717ba5c8b -> 2c148caaf
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/2c148caa/geode-core/src/test/java/com/gemstone/gemfire/test/dunit/standalone/DUnitLauncher.java
---
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f24b9fb0/geode-core/src/main/java/com/gemstone/gemfire/internal/i18n/LocalizedStrings.java
--
diff --git
a/geode-core/src/main/java/com/gemstone/gemfire/internal/i18n/Loc
GEODE-1346: Typo "Emtpy" affects Exception name and some help strings
Fixed the typos and removed many now-unused StringIds from LocalizedStrings
and ParentLocalizedStrings. The number of StringIds is now small enough
that I removed ParentLocalizedStrings.
Project: http://git-wip-us.apache.org/
Repository: incubator-geode
Updated Branches:
refs/heads/develop dc024d071 -> f24b9fb07
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f24b9fb0/geode-core/src/test/java/com/gemstone/gemfire/internal/i18n/BasicI18nJUnitTest.java
--
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/3d73bf5c/geode-core/src/main/java/com/gemstone/gemfire/internal/i18n/LocalizedStrings.java
--
diff --git
a/geode-core/src/main/java/com/gemstone/gemfire/internal/i18n/Loc
GEODE-613 CI Failure: LocatorLoadSnapshotJUnitTest.testConcurrentBalancing
I've removed useless threads and timing loop from the test. It will no longer
time out.
GEODE-1346 Typo "Emtpy" affects Exception name and some help strings
This also removes all unreferenced strings from LocalizedString
Repository: incubator-geode
Updated Branches:
refs/heads/develop f74d04b6e -> 3d73bf5ca
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/3d73bf5c/geode-core/src/test/java/com/gemstone/gemfire/distributed/LocatorDUnitTest.java
--
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/3d73bf5c/geode-core/src/main/java/com/gemstone/gemfire/internal/i18n/ParentLocalizedStrings.java
--
diff --git
a/geode-core/src/main/java/com/gemstone/gemfire/internal/i1
Repository: incubator-geode
Updated Branches:
refs/heads/develop 2da99e765 -> 024cd224e
GEODE-613 CI Failure: LocatorLoadSnapshotJUnitTest.testConcurrentBalancing
I've removed useless threads and timing loop from the test. It will no longer
time out.
GEODE-1346 Typo "Emtpy" affects Exception
Repository: incubator-geode
Updated Branches:
refs/heads/develop f788d698e -> 2da99e765
Revert "GEODE-613 CI Failure:
LocatorLoadSnapshotJUnitTest.testConcurrentBalancing"
This reverts commit f788d698e877b15570052f89b9d0b5ab23023f81.
This commit accidentally included an unrelated change that
Repository: incubator-geode
Updated Branches:
refs/heads/develop 676b2a781 -> f788d698e
GEODE-613 CI Failure: LocatorLoadSnapshotJUnitTest.testConcurrentBalancing
I've removed useless threads and timing loop from the test. It will no longer
time out.
Project: http://git-wip-us.apache.org/re
Repository: incubator-geode
Updated Branches:
refs/heads/develop 1a50b76ef -> a45f452d1
GEODE-558 DistributedSystemIdDUnitTest.testInfectiousId locator already exist
Added disconnectAllFromDS to preSetUp to protect the test from other
flaky tests.
Project: http://git-wip-us.apache.org/repos/
Repository: incubator-geode
Updated Branches:
refs/heads/develop fc38555c9 -> e63acceb4
added a TODO for a test that isn't checking what it claims to be checking
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode
Repository: incubator-geode
Updated Branches:
refs/heads/develop b8fc3c706 -> 4a6c779d3
GEODE-1329 auto-reconnect attempts cease if kicked out during boot-up of the
cache
This is a follow-up to the fix for GEODE-1329 that removes the old
reconnectCancelledLock variable and makes reconnectCanc
Repository: incubator-geode
Updated Branches:
refs/heads/develop 1400eaed8 -> b893abe09
GEODE-1329 auto-reconnect attempts cease if kicked out during boot-up of the
cache
InternalDistributedSystem.reconnect() now includes cache-creation in its retry
loop and, should the cache fail to start du
Repository: incubator-geode
Updated Branches:
refs/heads/develop 3c5a2e85a -> 872f955c4
GEODE-1237 remove the check for network-partition-detection uniformity
Each member now determines whether to force shutdown due to loss of quorum.
They also decide whether locators are preferred as membersh
Repository: incubator-geode
Updated Branches:
refs/heads/develop 616676e13 -> 20c202d95
GEODE-1174 CI failure:
UniversalMembershipListenerAdapterDUnitTest.testSystemClientEventsInServer
When a client closes its connection Pool a CloseConnection request is sent to
the server and then sockets a
Repository: incubator-geode
Updated Branches:
refs/heads/develop 5c89fab63 -> 7b3c8cb42
GEODE-679 Explore removing SocketIOWithTimeout and other classes related to FD
soft leak
SocketUtils was added to avoid a file descriptor "leak" caused by the use of
NIO socket
channel selectors. This wa
Repository: incubator-geode
Updated Branches:
refs/heads/develop 86ab7cda3 -> 39e94bc8b
GEODE-1178 Unexpected DistributedSystemDisconnectedException caused by
RejectedExecutionException
This has been reported to JGroups. While they're deciding what to do about
it I have coded a workaround in
Repository: incubator-geode
Updated Branches:
refs/heads/develop 7c1d867d8 -> 54c9300e4
GEODE-389 Required Role APIs should be deprecated
Deprecating member-attributes and required-role in the new Geode 1.0
schema.
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit:
Repository: incubator-geode
Updated Branches:
refs/heads/develop dd9e5af4b -> 8a78f0f2c
GEODE-961 CI failure: PutAllCSDUnitTest.testPartialKeyInPRSingleHop
Gester and Hitesh puzzled through this failure and found that the client
sometimes does not receive the response from the server that the
Repository: incubator-geode
Updated Branches:
refs/heads/develop 76c43fa9f -> 3d38ec55c
updating from JGroups v3.6.7 to v3.6.8
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/3d38ec55
Tree: http://git-w
Repository: incubator-geode
Updated Branches:
refs/heads/develop 7413804de -> 5ba923e3f
GEODE-1187 a server launched by Gfsh deletes PID file during auto-reconnect
ServerLauncher needed to be made aware of auto-reconnect. I changed
getCache() to look for a new, reconnected cache and I changed
Repository: incubator-geode
Updated Branches:
refs/heads/develop 16d09f659 -> 2deb31d95
GEODE-1160 TransactionWriter is triggered if updating entries with using PDX
This inhibits invocation of transaction writers and listners for operations
on internal cache Regions.
Project: http://git-wip-
Repository: incubator-geode
Updated Branches:
refs/heads/develop 513c72f51 -> 2b701588c
GEODE-961 CI failure: PutAllCSDUnitTest.testPartialKeyInPRSingleHop
removing testRepeat method
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/rep
Repository: incubator-geode
Updated Branches:
refs/heads/develop 65d7a6f1d -> 3c4b3e6d4
GEODE-389 Required Role APIs should be deprecated
Added more complete deprecation notices for Required Roles APIs
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wi
1 - 100 of 735 matches
Mail list logo