Partitioned Region With Overflow Behavior Question

2016-06-10 Thread Avinash Dongre
Hi All, I have following scenario and would like to confirm the behavior 1. Region is PARTITION_OVERFLOW 2. Server is stated with --eviction-heap-percentage=50 --critical-heap-percentage=95 3. I started my puts into this region 4. After Some time Eviction starts and I see OVERFLOW* files are

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

2016-06-10 Thread Spring CI
--- Spring Data GemFire > Nightly-ApacheGeode > #336 was successful. --- Scheduled 1409 tests in total. https://build.spring.io/browse/SGF-NAG-336/ -- This

Re: Review Request 48432: GEODE-1494: Allowing stats to be measured with callbacks

2016-06-10 Thread anilkumar gingade
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48432/#review137058 --- Fix it, then Ship it! Ship It!

Re: Review Request 48525: GEODE-1422: Removing check to skip enqueuing temp events

2016-06-10 Thread anilkumar gingade
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48525/#review137055 --- Fix it, then Ship it! Ship It!

[GitHub] incubator-geode issue #154: GEODE-1470: Upgrade log4j to 2.6

2016-06-10 Thread kirklund
Github user kirklund commented on the issue: https://github.com/apache/incubator-geode/pull/154 This change looks good. I'll handle this pull request and determine why Travis failed. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] incubator-geode pull request #155: GEODE-1521 - APP_FETCH_SIZE in GFSH shoul...

2016-06-10 Thread kjduling
GitHub user kjduling opened a pull request: https://github.com/apache/incubator-geode/pull/155 GEODE-1521 - APP_FETCH_SIZE in GFSH should not be applied to COUNT qu… …eries Change to search for " count(" instead of "count(*)" because 'count' can accept more options

Re: Eclipse and IntelliJ formatters

2016-06-10 Thread Kirk Lund
Thank you Bruce! On Fri, Jun 10, 2016 at 8:36 AM, Bruce Schuchardt wrote: > I've added this to the instructions on setting up Eclipse at > https://cwiki.apache.org/confluence/display/GEODE/Code+Style+Guide > > > > Le 6/9/2016 à 3:55 PM, Kirk Lund a écrit : >> >>

Re: Review Request 48556: Fixing spark connector build issue due to ConfigurationProperties name change

2016-06-10 Thread Dan Smith
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48556/#review137021 --- Ship it! Ship It! - Dan Smith On June 10, 2016, 3:12 p.m.,

Re: Eclipse and IntelliJ formatters

2016-06-10 Thread Bruce Schuchardt
I've added this to the instructions on setting up Eclipse at https://cwiki.apache.org/confluence/display/GEODE/Code+Style+Guide Le 6/9/2016 à 3:55 PM, Kirk Lund a écrit : eclipseOrganizeImports.importorder under Preferences | Java | Code Style | Organize Imports

Review Request 48556: Fixing spark connector build issue due to ConfigurationProperties name change

2016-06-10 Thread Jason Huynh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48556/ --- Review request for geode, Udo Kohlmeyer and Dan Smith. Repository: geode

Build failed in Jenkins: Geode-spark-connector #25

2016-06-10 Thread Apache Jenkins Server
See Changes: [klund] GEODE-837: update tests from JUnit3 to JUnit4 [klund] GEODE-837: delete temporary script [klund] GEODE-837: update eclipse formatter to match intellij formatter [ukohlmeyer] GEODE-1377: Refactoring as per