[
https://issues.apache.org/jira/browse/IGNITE-10108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16677984#comment-16677984
]
ASF GitHub Bot commented on IGNITE-10108:
-----------------------------------------
GitHub user shroman opened a pull request:
https://github.com/apache/ignite/pull/5329
IGNITE-10108: Refactored a test to avoid passing anonymous classes on…
… compute.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shroman/ignite IGNITE-10108
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/5329.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5329
----
commit c5218201b65cf1807041f1d2aaeb561cc24b96e5
Author: shroman <rshtykh@...>
Date: 2018-11-07T10:18:11Z
IGNITE-10108: Refactored a test to avoid passing anonymous classes on
compute.
----
> Non-static class is passed between cluster nodes
> ------------------------------------------------
>
> Key: IGNITE-10108
> URL: https://issues.apache.org/jira/browse/IGNITE-10108
> Project: Ignite
> Issue Type: Bug
> Reporter: Vladislav Pyatkov
> Assignee: Roman Shtykh
> Priority: Major
>
> Need to avoid passing anonymous classes on compute, because this lead to
> serialize whole test-class context.
> By the reason need to refactor that place
> {code}
> ignite.compute().withTimeout(5_000).broadcastAsync(new IgniteRunnable() {
> ...
> });
> {code}
> in method \{{GridCommonAbstractTest#manualCacheRebalancing}} into private
> static nested class.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)