I want to be a geode committer

2018-10-23 Thread ivor
My ASF account is: NAMEivorzhou EMAIL: ivorz...@gmail.com Thanks Ivor Zhou

[Spring CI] Spring Data GemFire > Nightly-ApacheGeode > #1079 was SUCCESSFUL (with 2456 tests)

2018-10-23 Thread Spring CI
--- Spring Data GemFire > Nightly-ApacheGeode > #1079 was successful. --- Scheduled 2458 tests in total. https://build.spring.io/browse/SGF-NAG-1079/ -- Thi

ManagementListener$handleEvent warning being logged

2018-10-23 Thread Kirk Lund
I noticed the following warning log statement while digging through the ouput in a dunit. It's caused by a bug in org.apache.geode.management.internal.beans.ManagementListener$handleEvent -- the readLock is acquired under a condition (event != ResourceEvent.SYSTEM_ALERT) but released without condi

Re: About JIRA GEODE-5896

2018-10-23 Thread Patrick Rhomberg
> Think I need finish the test code before create pull request. We have integrations into GitHub that launch precheckin testing in our continuous integration Concourse pipelines. PR status hooks updated when tests pass or fail. Of course, from a philosophical point of view, every bug is the resu

RE: About JIRA GEODE-5896

2018-10-23 Thread
Hi, Udo I already fork the geode and commit my code in https://github.com/twosand/geode.git feature/GEODE-5896 . Think I need finish the test code before create pull request. But actually I hope I can get some suggestion or maybe someone can review the code changes. I do some investigate

Re: Thread block on org.apache.geode.cache.CacheFactory.getAnyInstance(CacheFactory.java:282)

2018-10-23 Thread Anthony Baker
Dinesh, have you analyzed the full thread dump to see if there is a deadlock? I can’t tell just from these 2 threads if there is a deadlock. Anthony > On Oct 23, 2018, at 6:32 AM, Dinesh Akhand wrote: > > Hi team, > > Recently we see JVM stuck , in stack trace I can see below method having

Thread block on org.apache.geode.cache.CacheFactory.getAnyInstance(CacheFactory.java:282)

2018-10-23 Thread Dinesh Akhand
Hi team, Recently we see JVM stuck , in stack trace I can see below method having problem As per document From link : https://geode.apache.org/releases/latest/javadoc/org/apache/geode/cache/CacheListener.html this warning: WARNI

How to print number of lost bucket in locator

2018-10-23 Thread Dinesh Akhand
Hi Team, I need to know , how to print number of lost bucket , when 2 JVM goes down and all JVM holding the customer partition region. Suppose, I have 5 jvm in cluster where CUSTOMER region is partition region which 1 copy of data[redundant-copies="1"] in ALL JVM. Thanks, Dinesh Akhand “Amdoc