We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d02344 commit 9cae675Copy full SHA for 9cae675
gax-java/gax/src/main/java/com/google/api/gax/longrunning/OperationTimedPollAlgorithm.java
@@ -91,7 +91,10 @@ public boolean shouldRetry(TimedAttemptSettings nextAttemptSettings)
91
if (LOGGER.isLoggable(Level.WARNING)) {
92
LOGGER.log(
93
Level.WARNING,
94
- "The task has been cancelled. Please refer to "
+ "The long running operation request is no longer being tracked. "
95
+ + "Possible reasons include a timeout or "
96
+ + "exceeding the maximum number of poll attempts."
97
+ + " Please refer to "
98
+ LRO_TROUBLESHOOTING_LINK
99
+ " for more information");
100
}
0 commit comments