[ 
https://issues.apache.org/jira/browse/IGNITE-10108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16680887#comment-16680887
 ] 

Roman Shtykh edited comment on IGNITE-10108 at 11/9/18 5:11 AM:
----------------------------------------------------------------

[~Mmuzaf] Ok, thanks for clearing this out. I put it back to 
GridCommonAbstractTest.

If everything looks ok from your side, I'll commit. Please have a look.


was (Author: roman_s):
[~Mmuzaf] Ok, thanks for clearing this out. If everything looks ok from your 
side, I'll commit.

> 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)

Reply via email to