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

2018-11-01 Thread Dinesh Akhand
I am trying to add the check with new method is geode. Which tells user function that IsJVMinitializationCompleted then only function execute should work. Thanks, Dinesh Akhand -Original Message- From: Barry Oglesby Sent: Thursday, October 25, 2018 11:09 PM To: u...@geode.apache.org Cc

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

2018-10-23 Thread Dinesh Akhand
nalDataSerializer.java:2372) at org.apache.geode.internal.InternalDataSerializer.readDataSerializable(InternalDataSerializer.java:2395) at org.apache.geode.internal.InternalDataSerializer.basicRead Thanks, Dinesh Akhand “Amdocs’ email platform is based on a third-party, worldwide, cloud-b

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, Din

need to find out number of lost bucket info & bucket ID when 2 JVM goes down when hosting partition region with redundency 2

2018-10-17 Thread Dinesh Akhand
g()); } } catch (Exception e) { logger.info("akhand1 pr " + pr, e); } } }//end if }//end partition region } Thanks, Dinesh Akha

need information about network parameter configuration values for geode.

2018-08-22 Thread Dinesh Akhand
d, try the following: net.ipv4.tcp_max_syn_backlog="16384" net.ipv4.tcp_synack_retries="1" net.ipv4.tcp_max_orphans="40" https://cwiki.apache.org/confluence/display/GEODE/Network+Configuration+Best+Practices Also we set net.ipv4.tcp_abort_on_overflow = 0 . Th

Need information about vf.gf.locator.status.cmd & vf.gf.locator.status.cmd

2018-05-29 Thread Dinesh Akhand
about these files. Thanks, Dinesh Akhand This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at https://www.amdocs.com/about/email-disclaimer <https://www.amdocs.com/about/email-disclaimer>

[discussion]clear method implementation for Parallel Gateway Sender Queue

2017-12-07 Thread Dinesh Akhand
Created the pull request for the same. https://github.com/apache/geode/pull/1139 Thanks, Dinesh akhand -Original Message- From: Dan Smith [mailto:dsm...@pivotal.io] Sent: Tuesday, July 18, 2017 3:59 AM To: dev@geode.apache.org Subject: Re: need information about

need suggestion about below exception

2017-10-27 Thread Dinesh Akhand
/_B__AsyncEventQueue__PWInfoQueue__PARALLEL__GATEWAY__SENDER__QUEUE_109i suse:false,dsi:PWInfo-queue-overflow Thanks, Dinesh Akhand This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at https://www.amdocs.com/about/email

what is the command to read cacheserver.gfs file??

2017-10-24 Thread Dinesh Akhand
Hi team, I tried below command java -cp "geode-dependencies.jar:$GEODE_HOME/lib/*" org.apache.geode.internal.SystemAdmin stats-archive=cacheserver.gfs Is this correct command to read cacheserver.gfs file. Please confirm. Thanks, Dinesh Akhand This message and the information

[Discuss] replace jsonToObject method with com.fasterxml.jackson.databind. ObjectMapper ->readValue

2017-09-19 Thread Dinesh Akhand
ut.println(emp_key); Object empkey = mapper.readValue(emp_key, SICKey1.class); I have seen issue in this method When key class having the byte[] inside it or method isArray, isList, isMap, toMap, toSet when these have byte[] inside it. Any suggestion to adopt new method. Thanks, Din

[DISCUSS] GEODE-3617 Replace gemfire prefix with geode

2017-09-14 Thread Dinesh Akhand
his ? It will impact lots of files & all configuration will be now using with geode. Thanks, Dinesh Akhand This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at https://www.amdocs.com/about/

RE: [DISCUSS] Bug while parsing the JSON "key which having short data type" in locate command "https://github.com/apache/geode/pull/752"

2017-09-12 Thread Dinesh Akhand
Hi Team, I fixed the first review code comments. Please review again. Thanks, Dinesh Akhand -Original Message- From: dinesh 1004 [mailto:dineshpune2...@gmail.com] Sent: Wednesday, September 6, 2017 10:23 PM To: dev@geode.apache.org Subject: RE: [DISCUSS] Bug while parsing the JSON &quo

Need suggestion for exception expected but was

2017-09-06 Thread Dinesh Akhand
nal Logger logger = LogService.getLogger(); public static final String DISABLE_MANAGEMENT_PROPERTY = DistributionConfig.GEMFIRE_PREFIX + "disableManagement"; /** Thanks, Dinesh Akhand This message and the information contained herein is proprietary and confidential and subject

RE: [DISCUSS] Bug while parsing the JSON "key which having short data type" in locate command "https://github.com/apache/geode/pull/752"

2017-08-31 Thread Dinesh Akhand
Hi Team, Please reply over below mail chain. Need you focus on the issue. Thanks, Dinesh Akhand -Original Message- From: Dinesh Akhand Sent: Thursday, August 31, 2017 7:04 PM To: dev@geode.apache.org Subject: [DISCUSS] Bug while parsing the JSON "key which having short data typ

[DISCUSS] Bug while parsing the JSON "key which having short data type" in locate command "https://github.com/apache/geode/pull/752"

2017-08-31 Thread Dinesh Akhand
s it check only key class set method . So I change getDeclaredMethods to getMethods() Thanks, Dinesh Akhand -Original Message- From: Dinesh Akhand Sent: Monday, August 28, 2017 5:46 PM To: dev@geode.apache.org Subject: Bug while parsing the JSON "key which having short data

Bug while parsing the JSON "key which having short data type" in locate command

2017-08-28 Thread Dinesh Akhand
th all commands where we usage the key. Thanks, Dinesh Akhand This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at https://www.amdocs.com/about/email-disclaimer <https://www.amdocs.com/about/email-disclaimer>

[Discuss] FunctionStats over the JMX [GEODE-3462]

2017-08-21 Thread Dinesh Akhand
nitor their stats on JMX server . can you please assist. But we having lots of user created function . for monitoring the few critical functions, we want then as per configuration based. GEODE-3462. https://github.com/apache/geode/pull/720 Thanks, Dinesh Akhand This message and the inform

RE: How to export region keys in json file

2017-08-18 Thread Dinesh Akhand
e I think you need to wrap the entire json string in quotes. From GEODE-3001 <https://issues.apache.org/jira/browse/GEODE-3001>: gfsh>put --key-class=io.pivotal.gemfire.testing.MyKey --key="{'identifier': 'KIWI131117+65', 'name':'name

RE: How to export region keys in json file

2017-08-17 Thread Dinesh Akhand
--key-class=amdocs.imdg.model.keys.CustomerKey Showing error key not exist. We have customerID=LONG type cycleCode = short customerGroup = int partitionID =int Can you please suggest. Thanks, Dinesh Akhand From: Barry Oglesby [mailto:bogle...@pivotal.io] Sent: Thursday, August 17, 2017 4:18 AM

RE: How to export region keys in json file

2017-08-17 Thread Dinesh Akhand
eCode\":1,\"partitionID\":300062} --key-class=amdocs.imdg.model.keys.CustomerKey Showing error key not exist. We have customerID=LONG type cycleCode = short customerGroup = int partitionID =int Can you please suggest. Thanks, Dinesh Akhand From: Barry Oglesby [mailto:bogle...@pivotal

How to export region keys in json file

2017-08-16 Thread Dinesh Akhand
ycleCode':'1','partitionID':'300133'}) --key-class=amdocs.imdg.model.keys.CustomerKey Message : Error in converting JSON Couldn't convert JSON to Object of type class amdocs.imdg.model.keys.CustomerKey Thanks, Dinesh Akhand This message and the informati

RE: Need to know complete execution time for geode-core Junit tests

2017-08-08 Thread Dinesh Akhand
pDUnitTest.java:352) Which all test are part of Geode CI . only Junit ? or Integration ? distributedTest? Thanks, Dinesh Akhand -Original Message- From: Darrel Schneider [mailto:dschnei...@pivotal.io] Sent: Monday, August 7, 2017 9:59 PM To: dev@geode.apache.org Subject: Re: Need t

RE: Need to know complete execution time for geode-core Junit tests

2017-08-07 Thread Dinesh Akhand
// this works properly. I have i5 , 8GB laptop RAM. Thanks, Dinesh Akhand -Original Message- From: Dinesh Akhand Sent: Monday, August 7, 2017 12:24 PM To: dev@geode.apache.org Subject: RE: Need to know complete execution time for geode-core Junit tests Hi Team, When we are running test

RE: Need to know complete execution time for geode-core Junit tests

2017-08-06 Thread Dinesh Akhand
ath\to\missing\gemfire.properties could not be found. at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.assertTrue(Assert.java:41) at Is there any path we need to set in windows to make it run. Thanks, Dinesh

Need to know complete execution time for geode-core Junit tests

2017-07-25 Thread Dinesh Akhand
Hi Team, I trigger the geode-core Junit tests . it keeping running from last 3 hour. Can you please let me know how much time it take completion of Junit test in Geode-core. I am using geode 1.1.1 Thanks, Dinesh Akhand This message and the information contained herein is proprietary and

RE: need information about SerialGatewaySenderQueue/ParallelGatewaySenderQueue Clear

2017-07-20 Thread Dinesh Akhand
()) { clearPartitionedRegion((PartitionedRegion) prQ); } this.sender.getLifeCycleLock().readLock().unlock(); }finally{ this.sender.resume(); } } Thanks, Dinesh Akhand -Original

Need to enable authentication in Locator JMX

2017-07-14 Thread Dinesh Akhand
s.java:372) Please suggest. After that I want to enable org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder for password encoding & decoding in JMX . please guide. Thanks, Dinesh Akhand This message and the information contained herein is proprietary and confidential and subject

RE: Query for JMX "Async Event Queue properties"

2017-07-14 Thread Dinesh Akhand
Can we publish this fix over open community. Thanks, Dinesh Akhand -Original Message- From: Barry Oglesby [mailto:bogle...@pivotal.io] Sent: Monday, July 10, 2017 11:58 PM To: dev@geode.apache.org Subject: Re: Query for JMX "Async Event Queue properties"

RE: need information about SerialGatewaySenderQueue/ParallelGatewaySenderQueue Clear

2017-07-14 Thread Dinesh Akhand
hanks, Dinesh Akhand -Original Message- From: Dinesh Akhand Sent: Monday, May 15, 2017 2:39 PM To: dev@geode.apache.org Subject: need information about RegionQueue Hi Team, Why we do't have support to clear complete queue. Is there any limitation for it?. public

RE: want to encrypt default username/password in properties files or xml with default encrypted values.

2017-07-11 Thread Dinesh Akhand
standard way to encrypt pulse.jmxUserPassword. If anyone know it kindly share it. Thanks, Dinesh Akhand -Original Message- From: Jinmei Liao [mailto:jil...@pivotal.io] Sent: Wednesday, June 28, 2017 9:18 PM To: dev@geode.apache.org Subject: Re: want to encrypt default username

RE: Query for JMX "Async Event Queue properties"

2017-07-09 Thread Dinesh Akhand
Please suggest on below question. Thanks, Dinesh -Original Message- From: Dinesh Akhand Sent: Friday, July 7, 2017 6:30 PM To: dev@geode.apache.org; bogle...@pivotal.io Subject: RE: Query for JMX "Async Event Queue properties" Hi Team, I tried to execute select sql on

RE: Query for JMX "Async Event Queue properties"

2017-07-07 Thread Dinesh Akhand
ean(Region.SEPARATOR + region); } if (bean == null) { return null; } --- Thanks, Dinesh Akhand -Original Message- From: Barry Oglesby [mailto:bogle...@pivotal.io] S

Review Request 60678: GEODE-3151 Configuration Parameter Based Registration Of internal Region over JMX

2017-07-06 Thread dinesh akhand
--- Manual testing was done for it. Added test case for it. Thanks, dinesh akhand

https://issues.apache.org/jira/browse/GEODE-3151

2017-07-05 Thread Dinesh Akhand
Hi Team, Please assign GEODE-3151 to me. Can anyone please review the pull request. Thanks, Dinesh Akhand This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at https://www.amdocs.com/about/email

RE: [GitHub] geode pull request #613: GEODE-3151: Internal Region Registration in JMX as ...

2017-06-29 Thread Dinesh Akhand
Hi Team, I want to raise the review request for the same. I created the pull request. Can some one help , How I can raise review request. Thanks, Dinesh Akhand -Original Message- From: dineshpune2006 [mailto:g...@git.apache.org] Sent: Thursday, June 29, 2017 7:41 PM To: dev

RE: want to encrypt default username/password in properties files or xml with default encrypted values.

2017-06-28 Thread Dinesh Akhand
: I want to set default username/password to be in encrypted from in above file. Please suggest. Thanks, Dinesh Akhand -Original Message- From: Dinesh Akhand Sent: Tuesday, June 27, 2017 12

want to encrypt default username/password in properties files or xml with default encrypted values.

2017-06-27 Thread Dinesh Akhand
Hi Team, Default user name /password are defined in spring-security.xml and pulse.properties file. As below. ./geode/locator0/GemFire_anmuser/services/http/0.0.0.0_20248_pulse/webapp/WEB-INF/spring-security.xml: https://www.amdocs.com/about/email-disclaimer

RE: Need information about FunctionStatistics

2017-06-21 Thread Dinesh Akhand
s, Dinesh Akhand -Original Message----- From: Dinesh Akhand Sent: Friday, June 9, 2017 6:44 PM To: dev@geode.apache.org; bogle...@pivotal.io Subject: RE: Need information about FunctionStatistics Hi Team, Problem Solved , Function Stats works fine if function is associated with

RE: Query for JMX "Async Event Queue properties"

2017-06-20 Thread Dinesh Akhand
internal region?. Thanks, Dinesh Akhand -Original Message- From: Barry Oglesby [mailto:bogle...@pivotal.io] Sent: Saturday, June 17, 2017 2:14 AM To: dev@geode.apache.org Subject: Re: Query for JMX "Async Event Queue properties" The AsynceEventQueueMBe

Query for JMX "Async Event Queue properties"

2017-06-16 Thread Dinesh Akhand
rty I need to map for it. Thanks, Dinesh Akhand This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at https://www.amdocs.com/about/email-disclaimer <https://www.amdocs.com/about/email-disclaimer>

RE: Need information about FunctionStatistics

2017-06-09 Thread Dinesh Akhand
Hi Team, Problem Solved , Function Stats works fine if function is associated with JVM . else it will display 0 . Thanks, Dinesh Akhand From: Dinesh Akhand Sent: Friday, June 9, 2017 4:34 PM To: dev@geode.apache.org; 'bogle...@pivotal.io' Subject: RE: Need informa

RE: Need information about FunctionStatistics

2017-06-09 Thread Dinesh Akhand
0 stddev=0 last=0 Can you please confirm function stats values are correct in your case. Thanks, Dinesh Akhand -Original Message- From: Barry Oglesby [mailto:bogle...@pivotal.io] Sent: Thursday, June 8, 2017 10:38 PM To: dev@geode.apache.org Subject: Re: Need informa

Need information about FunctionStatistics

2017-06-07 Thread Dinesh Akhand
, Dinesh Akhand This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at https://www.amdocs.com/about/email-disclaimer <https://www.amdocs.com/about/email-disclaimer>

need information about RegionQueue

2017-05-15 Thread Dinesh Akhand
ewaySenderQueue Class : SerialGatewaySenderQueue Thanks, Dinesh Akhand This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at https://www.amdocs.com/about/email-disclaimer <https://www.amdocs.com/about/email-disclaimer>