Build failed in Jenkins: Geode-nightly #591

2016-09-13 Thread Apache Jenkins Server
See Changes: [abaker] GEODE-1809: Fix NPE in GemFireVersion [upthewaterspout] GEODE-1881: Support null map keys in CompactMapRangeIndex [huynhja] GEODE-1873: Updating geode to support Tomcat 7.0.70 [huynhja] GEODE-1864: CompactMapRangeI

Re: securing geode components

2016-09-13 Thread Bruce Schuchardt
+1 Le 9/12/2016 à 11:31 AM, Udo Kohlmeyer a écrit : So it seems that we are all in agreement. The communication channel security (via SSL) is to be separated from the RBAC. I suggest the enum that deals with the securing of the communication channels is renamed to: SecurableCommunicationCha

Re: Build failed in Jenkins: Geode-nightly #591

2016-09-13 Thread Jason Huynh
I'll take a look at the failing test On Tue, Sep 13, 2016 at 7:53 AM Apache Jenkins Server < jenk...@builds.apache.org> wrote: > See > > Changes: > > [abaker] GEODE-1809: Fix NPE in GemFireVersion > > [upthewaterspout] GEODE-1881: Support

Re: Review Request 51849: GEODE-17: consolidate GeodeSecurityUtil and IntegratedSecurityService

2016-09-13 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51849/ --- (Updated Sept. 13, 2016, 4:45 p.m.) Review request for geode, Kevin Duling and

Review Request 51849: GEODE-17: consolidate GeodeSecurityUtil and IntegratedSecurityService

2016-09-13 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51849/ --- Review request for geode, Kevin Duling and Kirk Lund. Repository: geode Descr

Re: Review Request 51741: [GEODE-1817] Prepare for 'release quality' publishing

2016-09-13 Thread Mark Bretl
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51741/#review148766 --- Ship it! Ship It! - Mark Bretl On Sept. 10, 2016, 8:15 p.m.,

Re: Review Request 51831: change EntryEventImpl code that does instanceof StoredObject checks

2016-09-13 Thread Eric Shu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51831/#review148794 --- Ship it! Ship It! - Eric Shu On Sept. 13, 2016, 12:50 a.m.,

GEODE-37 (Hold your checkins in develop)

2016-09-13 Thread Hitesh Khamesra
As part of GEODE-37, I am changing com.gemstone.gemfire package name to org.apache.geode. Thus I request you to hold your checkins in "develop" for next couple of days. I will update you once I am done with that. Thanks.HItesh

How to get an Mbean of client federated by JMX Manager?

2016-09-13 Thread Jun Aoki
Hi Geode community, We have a use case where we would like a client side JVM to register Mbean and federated by JMX Manager on a locator. (As a result, jconsole that connects to JMX Manager can see what's happening on the client JVM that "connects" to the cluster. We do so currently ClientCache [

Re: Review Request 51831: change EntryEventImpl code that does instanceof StoredObject checks

2016-09-13 Thread anilkumar gingade
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51831/#review148800 --- geode-core/src/main/java/com/gemstone/gemfire/internal/cache/Entr

Re: Review Request 51831: change EntryEventImpl code that does instanceof StoredObject checks

2016-09-13 Thread anilkumar gingade
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51831/#review148801 --- Ship it! Ship It! - anilkumar gingade On Sept. 13, 2016, 12:

Re: Review Request 51831: change EntryEventImpl code that does instanceof StoredObject checks

2016-09-13 Thread Darrel Schneider
> On Sept. 13, 2016, 4:16 p.m., anilkumar gingade wrote: > > geode-core/src/main/java/com/gemstone/gemfire/internal/cache/EntryEventImpl.java, > > line 773 > > > > > > Not sure if this could save a lot interms of te

Re: How to get an Mbean of client federated by JMX Manager?

2016-09-13 Thread Jinmei Liao
It looks like you want to register an MBean in a remote MBeanServer. First of all, the mBean needs to be serializable to be sent across the wire, secondly, mBeans usually reflect the states of the application resource, and this mBean will need to have some pointer back to your client JVM to gather

Re: How to get an Mbean of client federated by JMX Manager?

2016-09-13 Thread Barry Oglesby
The way that is done internally is that the client periodically puts stats about itself into a local region. See ClientStatsManager.publishClientStats. These stats get sent to the server where they used by CacheServerMBean.showClientStats. You could do something similar with your client data either

Review Request 51875: GEODE-1885: Removed call to check readiness (region check) after the offheap region entry is released.

2016-09-13 Thread anilkumar gingade
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51875/ --- Review request for geode, Darrel Schneider, Eric Shu, Ken Howe, and Swapnil Bawa