Pavel Tupitsyn created IGNITE-28012:
---------------------------------------
Summary: Clinet 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
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)