Repository: incubator-geode
Updated Branches:
refs/heads/feature/GEODE-1246 [created] 087115556
starting unit test; still does not work
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/edabd633
Tree: htt
change async event pool to use all its threads
The system property gemfire.Cache.EVENT_THREAD_LIMIT can be used to configure
the number of threads used the async cache listener invocation.
It defaults to 16.
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-
mock of DistributedSystem for real GemFireCacheImpl now passes
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/f03a4c81
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/f03a4c81
Diff: http:
Repository: incubator-geode
Updated Branches:
refs/heads/develop 3a37159d9 -> d14af16ae
GEODE-1292: change defragment to not create fragments > 2G
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/d14af16
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/feature/GEODE-1292 [deleted] ebd98303c
Repository: incubator-geode
Updated Branches:
refs/heads/develop b3d9061ea -> ef8b8b64f
GEODE-1378: Don't launch dunit VMs in checkMissedTests
Setting a system property to disable launching dunit VMs during
checkMissedTests.
DistributedLockServiceDUnitTest failed with this property set becaus
GEODE-357: Remove third server from
testInitiateFailoverByCacheOperationThreads_Secondary
This test was intermittently connecting to either 2 servers or 3. If the
test never connected to the third server, it would fail waiting for the
live server count to be 2.
Also cleaned up some code to use A
GEODE-493 CI failure:
PartitionedRegionSingleHopDUnitTest.test_MetadataContents
GEODE-699
PartitionedRegionSingleHopDUnitTest.test_MetadataServiceCallAccuracy
Add a counter fetchTaskCount in ClientMetadataService to count the
number fetch task threads. Make sure the counter is increased before a
f
Fixing compile errors in eclipse
We were seeing compile errors in eclipse due to:
1) Missing gradle output dirs in the extensions module. I removed those
dirs from the eclipse classpath
2) Access restrictions on things like Unsafe. This was caused by a
change in gradle 2.12 to add the java 1.8 ex
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 to clients.
The ServerLocator was creating a new ControllerAdvisor but didn't ask it
to perf
GEODE-11: Split out lucene tests of persistence and off heap
Persistence and offheap require some special before and after code to
create and clean up the resources. Splitting these to separate
integration tests.
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http:/
GEODE-1405: Fixing shouldRecoverPersistentIndexWhenDataStillInQueue
The changes in 3e8a610e99bc005bcc56c378e3d1e2274a3d468c broke this test.
It just needs to wait for the flush *after* the data region is created.
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http:/
GEODE-1390: Disabling broken test
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/6a9b0aec
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/6a9b0aec
Diff: http://git-wip-us.apache.org/repos
GEODE-1351: add waitUntilFlush() into luceneIndexImpl
This function is very useful in test and demo.
It will wait for the AEQ size to be 0
Also added junit test and integration tests.
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos
GEODE-1222: remove InsufficientDiskSpaceException
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/c54227c1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/c54227c1
Diff: http://git-wip-us.
Repository: incubator-geode
Updated Branches:
refs/heads/feature/GEODE-1392 67d5e8de6 -> 22907b952
GEODE-17: pulse not started with gemfire security enabled
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/comm
GEODE-1256 Alter rat.gradle to exclude copies of website sources
Added `geode-site/content/**` to the rat.gradle excludes list
such that there are no longer 10 Unknown Licenses.
This closes #144
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.
GEODE-1252: modify bits field atomically
- AtomicIntegerFieldUpdater now used to modify bits field
- added unit test for bit methods
- removed unused constructors
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/c
GEODE-17: make sure commands tests are run in useHttp mode.
* added the CommandOverHttpDUnitTest in geode-web
* added GfshCommandsOverHttpSecurityTest in geode-web
* move ConnectCommandWithHttpAndSSLDUnitTest to geode-web
* make sure ConnectCommandWithHttpAndSSLDUnitTest is running with the correc
GEODE-17: make geode authorization case-sensitive since our region names are
case sensitive
* Specify case sensitive when creating the permission context
* Specify case sensitive when resolving the permission from shiro-ini file
* rename shiro-init to security-shiro-init since it's security relat
GEODE-430: Fixing races in UpdatePropagationDUnitTest
This test was failing with a couple of different race conditions
1) It was not waiting for updates to make it to the second client,
causing assertion failures. I added a wait.
2) It was occasionally using a connection that was previously made
GEODE-1402: use preTearDownAssertions to call checkOrphans
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/bb641494
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/bb641494
Diff: http://gi
GEODE-11: Adding tests of fixed partitions and persistent lucene indexes
In addition to the tests, I fixed some code to properly propagate the
disk synchronous flag to the index.
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/i
GEODE-1401: handle NOT_AVAILABLE in callers of getRawOldValue
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/147c1f01
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/147c1f01
Diff: http:/
GEODE-1351: let the waitForFlush() to return false if timeout
also apply it on some unit 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/758643ce
Tree: http://git-wip-us.apache.org/repos/asf/incubat
GEODE-17: wording change
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/79b97aac
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/79b97aac
Diff: http://git-wip-us.apache.org/repos/asf/incu
Repository: incubator-geode
Updated Branches:
refs/heads/develop b1ff33dd6 -> b3d9061ea
GEODE-1391 Update javadocs for JSONFormatter
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/b3d9061e
Tree: http:/
Repository: incubator-geode
Updated Branches:
refs/heads/develop 00c794b4c -> b1ff33dd6
GEODE-1133 SeparateClassloaderTestRunner has to be re-implemented
Remove SeparateClassloaderTestRunner since it is not used
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: htt
Repository: incubator-geode
Updated Branches:
refs/heads/develop fcd5491a7 -> 00c794b4c
GEODE-1293: Revert some changes which broke publishing
- Reinstate 'classifier' for the internal modules jar. This is still
broken as the published jars are not correctly named. Will need to fix
this in
Repository: incubator-geode
Updated Branches:
refs/heads/develop ec1415f4e -> fcd5491a7
GEODE-17: format changes after a review
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/fcd5491a
Tree: http://git-
31 matches
Mail list logo