Github user alburthoffman commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/238#discussion_r133361758
--- Diff: src/java/main/org/apache/jute/Utils.java ---
@@ -190,19 +190,32 @@ static String fromCSVString(String s) throws
IOException {
}
/**
+ * convert byte array to a string in hex format
*
- * @param s
- * @return
+ * @param barr
+ * @return
*/
- static String toXMLBuffer(byte barr[]) {
--- End diff --
@afine I changed the code to use DatatypeConverter.printHexBinary(barr).
but the tests keep failing.
I take a look at the failures. it's very wired, because should be caused by
this change.
Also I got different test cases failure in local and in hadoop jenkins
report.
Not sure how to trigger hadoop jenkins job to run tests, so no way to paste
it here.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---