Re: gfsh start server with the --password option

2016-11-16 Thread Karen Miller
Done. See https://issues.apache.org/jira/browse/GEODE-2119 for my attempt at describing the issue in a JIRA ticket. On Wed, Nov 16, 2016 at 11:09 AM, Swapnil Bawaskar wrote: > Thanks for find these Karen, Can you please file a JIRA for this issue? > > On Tue, Nov 15, 2016 at 5:29 PM, Karen Mill

Re: Strange Performance Issue with Large number Region Creation

2016-11-16 Thread Michael Stolz
I can't think of any reason why any use case could need 1500 Regions. Regions are heavyweight constructs more similar in nature to Unix mounts than Unix directories. We usually use simple naming conventions for keys to simulate directory structures. So I would recommend that you create 1 Region,

Re: Review Request 53813: GEODE-2114 Revise user and password options to gfsh connect

2016-11-16 Thread Dave Barnes
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53813/#review156107 --- Ship it! Ship It! - Dave Barnes On Nov. 16, 2016, 4:29 p.m.,

Re: gfsh start server with the --password option

2016-11-16 Thread Swapnil Bawaskar
Thanks for find these Karen, Can you please file a JIRA for this issue? On Tue, Nov 15, 2016 at 5:29 PM, Karen Miller wrote: > Also, when doing a gfsh connect (not just start server) that specifies user > and password > on the command line, if a further command of > gfsh history --file=history

Re: Review Request 53814: GEODE-2100 Add new version of query client server messages

2016-11-16 Thread Barry Oglesby
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53814/#review156104 --- Ship it! Ship It! - Barry Oglesby On Nov. 16, 2016, 5:22 p.m

Re: Review Request 53814: GEODE-2100 Add new version of query client server messages

2016-11-16 Thread Dan Smith
> On Nov. 16, 2016, 6:06 p.m., Dan Smith wrote: > > What is the JUnit4DistributedTestCase change for? > > Jason Huynh wrote: > If a previous test failed with suspect strings in > tearDownDistributedTestCase, the postTearDown would not get called for the > unit test. This then caused the r

Re: Review Request 53814: GEODE-2100 Add new version of query client server messages

2016-11-16 Thread Jason Huynh
> On Nov. 16, 2016, 6:06 p.m., Dan Smith wrote: > > What is the JUnit4DistributedTestCase change for? If a previous test failed with suspect strings in tearDownDistributedTestCase, the postTearDown would not get called for the unit test. This then caused the rest of the tests to fail because

Re: Review Request 53814: GEODE-2100 Add new version of query client server messages

2016-11-16 Thread Dan Smith
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53814/#review156087 --- Ship it! What is the JUnit4DistributedTestCase change for? - D

Re: Review Request 53743: CI Failure: GMSHealthMonitorJUnitTest.testHMNextNeighborAfterTimeout

2016-11-16 Thread Hitesh Khamesra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53743/#review156086 --- Ship it! Ship It! - Hitesh Khamesra On Nov. 14, 2016, 9:45 p

Review Request 53814: GEODE-2100 Add new version of query client server messages

2016-11-16 Thread Jason Huynh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53814/ --- Review request for geode, Barry Oglesby, nabarun nag, and Dan Smith. Repository

Re: Review Request 53813: GEODE-2114 Revise user and password options to gfsh connect

2016-11-16 Thread Joey McAllister
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53813/#review156081 --- Ship it! Ship It! - Joey McAllister On Nov. 16, 2016, 4:29 p

Jenkins build is back to normal : Geode-nightly #655

2016-11-16 Thread Apache Jenkins Server
See

Review Request 53813: GEODE-2114 Revise user and password options to gfsh connect

2016-11-16 Thread Karen Miller
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53813/ --- Review request for geode, Dave Barnes and Joey McAllister. Repository: geode

Strange Performance Issue with Large number Region Creation

2016-11-16 Thread Avinash Dongre
Hi, I am seeing strange performance issue when I want to create large number of regions. Test I am doing with 1500 Regions. ~ 2 minutes for creating first 1130 regions ~7 minutes for creating remaining 370 regions. Following is example code : Cache geodeCache = this.createCache(); final String