Dear Mr. Robin Shen,
Our team want to set alert when checking condition timeout, so we need to print the log when it occur.
GridTaskFuture.java: public R get(long timeout)
I found that above function only throw exception and not show the log.
Could you please help us modify this function to print the log with the request ID?
Thank you!