DomGarguilo opened a new pull request, #300: URL: https://github.com/apache/accumulo-testing/pull/300
Fixes #217 When an exception occurs during randomwalk, some state information gets displayed. Here is the output in question before these changes: ``` lastIndexRow: class org.apache.hadoop.io.Text - ���B_�5�ϷKoΤ����� ``` and after: ``` lastIndexRow: %ff;%de;%88;%9f;%95;y*o%82;%08;%0a;%e5;i,%dc;%cc;%ea;h%02;%d1; ``` These changes use Key.toPrintableString() to correctly render the Text object. This is the same way we handle this in the main accumulo repo. To see this output, I ran `./bin/rwalk Image.xml` and deleted one of the tables that rwalk created which threw and exception and caused this state to be printed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
