GitHub user maoling opened a pull request:
https://github.com/apache/zookeeper/pull/613
ZOOKEEPER-1823:LogFormatter should support printing transaction data as a
string
- It would be a useful addition for debuggling to show transaction data as
strings with a option `-s `
- update the usage string to `USAGE: LogFormatter [-s] log_file` and add a
short description for the `-s `
option
- for the issue
[michim](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michim)
mentioned has been resolved,the test evidence has been included in the
jira(Notice:we cannot `split(",")[1]` to replace the node data,because the node
path can be like this `"/mao,ling"`)
- more details in
[ZOOKEEPER-1823](https://issues.apache.org/jira/browse/ZOOKEEPER-1823).Thanks
[rgs](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rgs) for the
origin work
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/maoling/zookeeper ZOOKEEPER-1823
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/613.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #613
----
commit cf1f55bc023cde7921b6258597a832f6d097ea28
Author: maoling <maoling199210191@...>
Date: 2018-08-31T11:12:05Z
ZOOKEEPER-1823:LogFormatter should support printing transaction data as a
string
----
---