[
https://issues.apache.org/jira/browse/IGNITE-2748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Valentin Kulichenko updated IGNITE-2748:
----------------------------------------
Description:
To reproduce the issue, get a service proxy and call one of
{{java.lang.Object}} methods (e.g., {{hashCode}}). It will make a remote call,
which is not needed and can cause issues.
In addition, we should block the gateway on proxy invocation.
was:To reproduce the issue, get a service proxy and call one of
{{java.lang.Object}} methods (e.g., {{hashCode}}). It will make a remote call,
which is not needed and can cause issues.
> Service proxy makes remote call for methods declared in java.lang.Object
> ------------------------------------------------------------------------
>
> Key: IGNITE-2748
> URL: https://issues.apache.org/jira/browse/IGNITE-2748
> Project: Ignite
> Issue Type: Bug
> Components: managed services
> Reporter: Valentin Kulichenko
> Assignee: Valentin Kulichenko
> Priority: Critical
> Fix For: 1.6
>
>
> To reproduce the issue, get a service proxy and call one of
> {{java.lang.Object}} methods (e.g., {{hashCode}}). It will make a remote
> call, which is not needed and can cause issues.
> In addition, we should block the gateway on proxy invocation.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)