[
https://issues.apache.org/jira/browse/IGNITE-28012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Igor Sapego updated IGNITE-28012:
---------------------------------
Summary: Client protocol: ErrorExtensions.SQL_UPDATE_COUNTERS breaks
compatibility (was: Clinet protocol: ErrorExtensions.SQL_UPDATE_COUNTERS
breaks compatibility)
> 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
>
>
> 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)