While debugging into Geode, I ran into a problem of putting an array of
primitives as the value of a region entry. I have a java client that would
do a put with this:

int[] testValues = {1, 2, 3};
region.put("key1", testValues);

Once the data in the server, I used gfsh to a get "get --key=key1
--region=testRegion", I get an error as the result. Turns out the server
has problem turning the primitive arrays into the json strings that would
be sent back to gfsh. Is it always like this? What should be the expected
behavior?

Thanks!

-- 
Cheers

Jinmei

Reply via email to