[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-1445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13252156#comment-13252156
 ] 

Hadoop QA commented on ZOOKEEPER-1445:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12522368/ZOOKEEPER-1445.patch
  against trunk revision 1307644.

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified 
tests.
                        Please justify why no new tests are needed for this 
patch.
                        Also please list what manual steps were performed to 
verify this patch.

    -1 patch.  The patch command could not apply the patch.

Console output: 
https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/1032//console

This message is automatically generated.
                
> Add support for binary data for zktreeutil
> ------------------------------------------
>
>                 Key: ZOOKEEPER-1445
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1445
>             Project: ZooKeeper
>          Issue Type: Improvement
>          Components: contrib
>    Affects Versions: 3.4.3
>            Reporter: Thawan Kooburat
>         Attachments: ZOOKEEPER-1445.patch
>
>
> zktreeutil does not support binary data. The program will fail to 
> import/export znode's data which are in binary format. We are going to use 
> OpenSSL library to perform Base64 encoding so that we can store it XML 
> format. OpenSSL seems to be the only widely available library which as 
> support for Base64 encoding and decoding. Libxml2 only have encoding support. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to