jacek-lewandowski commented on code in PR #2995:
URL: https://github.com/apache/cassandra/pull/2995#discussion_r1432582335
##########
src/java/org/apache/cassandra/utils/FBUtilities.java:
##########
@@ -1136,6 +1150,41 @@ public static void exec(ProcessBuilder pb) throws
IOException
}
}
+ public static String exec(Map<String, String> env, Duration timeout, int
outBufSize, int errBufSize, String... cmd) throws IOException,
TimeoutException, InterruptedException
Review Comment:
yes, I forgot to push this and other changes, they should be there now
--
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]