Re: Requests taking too long if one member of the cluster fails

2020-11-24 Thread Mario Salazar de Torres
Hi everyone, Regarding what @Jacob Barrett mentioned about the geode-native timeout handling, yes, I am aware of that, we are working on identifying any problems to open PRs. But my feeling is that this PR https://github.com/apache/geode-native/pull/695 will dramati

Re: Committing broken javadocs to develop

2020-11-24 Thread Mark Hanson
Can we make lack of comments an error? On 11/20/20, 4:47 PM, "Jacob Barrett" wrote: I think we can make javadoc warnings an error in Gradle. I have fixed several modules to treat java warnings as errors already. Perhaps we can just extend that effort. > On Nov 20, 2020, at 10:39 AM,

Re: Geode - store and query JSON documents

2020-11-24 Thread Anilkumar Gingade
Ankit, Here is how to query col2. "SELECT d.col2 FROM /JsonRegion v, v.data d, d.col2 c where c.k21 = '22'"; You can find example on how to query nested collections: https://geode.apache.org/docs/guide/18/getting_started/querying_quick_reference.html When you want to select a nested collecti