abstractdog commented on code in PR #5525:
URL: https://github.com/apache/hive/pull/5525#discussion_r1840555830
##########
itests/util/src/main/java/org/apache/hadoop/hive/ql/externalDB/AbstractExternalDB.java:
##########
@@ -135,12 +135,12 @@ public void launchDockerContainer() throws Exception {
}
protected void printDockerEvents() {
- try {
- runCmdAndPrintStreams(new String[] { "docker", "events", "--since",
"24h", "--until", "0s" }, 3);
- } catch (Exception e) {
- LOG.warn("A problem was encountered while attempting to retrieve
Docker events (the system made an analytical"
- + " best effort to list the events to reveal the root cause). No
further actions are necessary.", e);
- }
+ try {
+ runCmdAndPrintStreams(new String[] { "docker", "events",
"--since", "24h", "--until", "0s" }, 3);
Review Comment:
are these indentation changes intentional?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]