[
https://issues.apache.org/jira/browse/IGNITE-28012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18067996#comment-18067996
]
Pavel Tupitsyn commented on IGNITE-28012:
-----------------------------------------
https://github.com/apache/ignite-3/commit/48bbe6e0629df0960fbb5e9cb48de6f7b845f8ee
> 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: 0.5h
> 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)