[
https://issues.apache.org/jira/browse/IGNITE-28012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18067729#comment-18067729
]
Igor Sapego commented on IGNITE-28012:
--------------------------------------
Looks good to me.
> Client protocol: ErrorExtensions.SQL_UPDATE_COUNTERS breaks compatibility
> -------------------------------------------------------------------------
>
> Key: IGNITE-28012
> URL: https://issues.apache.org/jira/browse/IGNITE-28012
> Project: Ignite
> Issue Type: Bug
> Components: thin clients ai3
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Priority: Major
> Labels: ignite-3
> Fix For: 3.2
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Error extension payload is supposed to consist of only one msgpack value, but
> SQL_UPDATE_COUNTERS is an array. So the following logic on the client
> (`TcpClientChannel`) can't skip those counters correctly:
> {code}
> // Unknown extension - ignore.
> unpacker.skipValues(1);
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)