Gradle build broken?

2019-01-22 Thread Galen O'Sullivan
I'm getting the following failure building Geode on the latest develop. I've tried `rm -r .gradle ~/.gradle`, to no avail. Any ideas? Thanks, Galen --- ./gradlew dev > Task :geode-core:compileIntegrationTestJava FAILED FAILURE: Build failed with an exception. * What went wrong: Execution faile

Re: [Proposal] Change default gemfire.memoryEventTolerance from 1 to 0

2019-01-22 Thread David Wisler
I would add that, by changing the default to 0, we can then skip all of the "special" logic that almost no customers use.With a default of 1, we go into this logic every time unnecessarily, even when customers have not explicitly told us to "tolerate" an eviction or critical state change.I

[Proposal] Change default gemfire.memoryEventTolerance from 1 to 0

2019-01-22 Thread Ryan McMahon
Hi all, I am currently fixing a bug with the HeapMemoryMonitor event tolerance feature, and came across a decision that I thought would be more appropriate for the Geode dev list. For those familiar with the feature, we are proposing that the def