Re: [DISCUSS] Geode Examples (GEODE-33)

2016-04-21 Thread Nikhil Chandrappa
; > > > * WAN Gateway > > * Durable subscriptions > > * Delta propagation > > * Network partition detection > > * D-lock > > * Compression > > * Resource manager > > > > ### Use cases & integrations > > > > This se

Apache Geode off heap storage

2016-02-16 Thread Nikhil Chandrappa
, there is a mention of "Fragment List", what is the purpose of this data structure. Also, is there any detailed documentation on the implementation details of off-heap storage. Thanks, Nikhil -- *Nikhil Chandrappa *| Data Engineer | New York (315) 396 - 3789 | nchandra...@pivotal.io

Re: Question on Querying and PDX Serialization

2015-12-03 Thread Nikhil Chandrappa
gt;>>> I think you would need to have the clients serialize with pdx or else >>>> you will get this behavior. I am not sure but I don't think the server can >>>> automatically convert from java serialization to pdx serialization in this >>>> scena

Re: Question on Querying and PDX Serialization

2015-12-03 Thread Nikhil Chandrappa
er. >> >> Even if the server knew about the class file, I am not sure if that auto >> conversion would happen once it has been serialized from the client. >> Someone that knows pdx a bit better may be able to answer this. >> >> -Jason >> >> On

Question on Querying and PDX Serialization

2015-12-03 Thread Nikhil Chandrappa
Hi, *Issue*: Unable to query the Gemfire region. I get the following exception gfsh>query --query="SELECT firstName FROM /Account WHERE id=1" Result : false startCount : 0 endCount : 20 Message: A ClassNotFoundException was thrown while trying to deserialize cached value. NEXT_STEP_N

Issue with JSONFormatter

2015-09-09 Thread Nikhil Chandrappa
PDX to persist metadata to disk, I'm getting the same exception. I want to know whether I can make the above PDX configurations after the cache server has been initialized. Thanks, Nikhil Chandrappa