Grant Henke has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/11382 )
Change subject: [java] Adjust the RetryRule to log to stdout ...................................................................... [java] Adjust the RetryRule to log to stdout Changes the logging in RetryRule to use slf4j and write to stdout. This makes serializing the logs and failures more straightforward. Additionally the stacktrace for each failure is printed with the log message. This way, even if a retry passes, we can see the reason for earlier failures. Change-Id: I2608256d98c08f0ecfda52ea44289a0deca64fe0 Reviewed-on: http://gerrit.cloudera.org:8080/11382 Tested-by: Kudu Jenkins Reviewed-by: Adar Dembo <[email protected]> Reviewed-by: Andrew Wong <[email protected]> --- M java/kudu-client/src/test/java/org/apache/kudu/junit/RetryRule.java 1 file changed, 5 insertions(+), 2 deletions(-) Approvals: Kudu Jenkins: Verified Adar Dembo: Looks good to me, approved Andrew Wong: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/11382 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I2608256d98c08f0ecfda52ea44289a0deca64fe0 Gerrit-Change-Number: 11382 Gerrit-PatchSet: 2 Gerrit-Owner: Grant Henke <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins
