[jira] [Created] (IGNITE-7673) Remove using of Collections.UnmodifiableCollection from GridTaskSessionImpl

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-7673) Remove using of Collections.UnmodifiableCollection from GridTaskSessionImpl

Anton Vinogradov (Jira)
Dmitry Karachentsev created IGNITE-7673:
-------------------------------------------

             Summary: Remove using of Collections.UnmodifiableCollection from GridTaskSessionImpl
                 Key: IGNITE-7673
                 URL: https://issues.apache.org/jira/browse/IGNITE-7673
             Project: Ignite
          Issue Type: Improvement
          Components: compute
    Affects Versions: 2.3
            Reporter: Dmitry Karachentsev
            Assignee: Dmitry Karachentsev
             Fix For: 2.5


GridTaskWorker marshals GridTaskSessionImpl.siblings which is UnmodifiableCollection which forces use of OptimizedMarshaller that may have performance impact. It should be replaced with original collection.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)