[
https://issues.apache.org/jira/browse/GEODE-9591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17428662#comment-17428662
]
ASF GitHub Bot commented on GEODE-9591:
---------------------------------------
jvarenina commented on pull request #866:
URL: https://github.com/apache/geode-native/pull/866#issuecomment-943093975
@pdxcodemonkey Ok, I will keep eye on it. I have checked
`OnServerHAExecuteFunctionTest` test case, and I couldn't find any connection
to this PR solution. This PR only impacts function executions that have
`Function.isHA` set to `false` (this flag is checked before all impact
introduced in this PR), and `OnServerHAExecuteFunctionTest` has this parameter
set to `true`. I will execute this failing case and check this in more details.
Thank you pointing this out to me.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
> Native client re-execute function even Function.isHA() is set to false and
> redundancy in not used on partition region
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: GEODE-9591
> URL: https://issues.apache.org/jira/browse/GEODE-9591
> Project: Geode
> Issue Type: Bug
> Components: native client
> Reporter: Jakov Varenina
> Assignee: Jakov Varenina
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.15.0
>
>
> This behavior of native client should be aligned with java client. Java
> client in this case doesn't re-execute the function, but it trows the
> exception that received
> from the server.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)