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

Ignite TC Bot commented on IGNITE-27780:
----------------------------------------

{panel:title=Branch: [pull/12709/head] Base: [master] : No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/12709/head] Base: [master] : No new tests 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}{panel}
[TeamCity *--> Run :: All* 
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=8850387&buildTypeId=IgniteTests24Java8_RunAll]

> Unify the serialization logic of invokeArgsBytes
> ------------------------------------------------
>
>                 Key: IGNITE-27780
>                 URL: https://issues.apache.org/jira/browse/IGNITE-27780
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Dmitry Werner
>            Assignee: Dmitry Werner
>            Priority: Minor
>              Labels: IEP-132, ise
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> During the refactoring of the messages 
> GridNearAtomicSingleUpdateInvokeRequest, GridDhtAtomicUpdateRequest, and 
> GridNearAtomicFullUpdateRequest, the type of the field invokeArgsBytes was 
> changed from byte[][] to List<byte[]>.
> It is necessary to unify the serialization logic of invokeArgsBytes in 
> accordance with GridNearAtomicFullUpdateRequest the other two messages:
> {code:java}
> if (!F.isEmpty(invokeArgs) && invokeArgsBytes == null)
>     invokeArgsBytes = Arrays.asList(marshalInvokeArguments(invokeArgs, 
> cctx)); {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to