You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@zookeeper.apache.org by "Zili Chen (Jira)" <ji...@apache.org> on 2022/03/14 03:05:00 UTC

[jira] [Created] (ZOOKEEPER-4494) Fix error message format

Zili Chen created ZOOKEEPER-4494:
------------------------------------

             Summary: Fix error message format
                 Key: ZOOKEEPER-4494
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4494
             Project: ZooKeeper
          Issue Type: Improvement
            Reporter: Zili Chen
            Assignee: Zili Chen


Noticed in ZOOKEEPER-4493.

{code:java}
throw new IOException("Unsupported Txn with type=%d" + hdr.getType());
{code}

is invalid format.




--
This message was sent by Atlassian Jira
(v8.20.1#820001)