[
https://issues.apache.org/jira/browse/GEODE-3012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16030423#comment-16030423
]
Augustus Lidaka commented on GEODE-3012:
----------------------------------------
Also I noticed that if instead of sending an object I send a primitive value,
e.g.:
{code}
[
{"@value":8080,"@type":"int"}
]
{code}
Even on the PARTITION region I get back HTTP 200:
{code}
[
"8080",
"8080",
"8080",
"8080"
]
{code}
Speculating, perhaps the function is executed on all nodes in my 4-node
cluster, and one of the nodes doesn't have the object in its classpath.
> Function invocation on REST API fails on partition region
> ---------------------------------------------------------
>
> Key: GEODE-3012
> URL: https://issues.apache.org/jira/browse/GEODE-3012
> Project: Geode
> Issue Type: Bug
> Components: rest (dev)
> Reporter: Udo Kohlmeyer
>
> Submitting a simple JSON document '{"key":"value"}' via function onRegion for
> partition region fails when more than 1 server is started.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)