m-trieu commented on code in PR #32942:
URL: https://github.com/apache/beam/pull/32942#discussion_r1817095073
##########
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/streaming/ComputationStateCache.java:
##########
@@ -147,8 +147,10 @@ public Optional<ComputationState> get(String
computationId) {
| ComputationStateNotFoundException e) {
if (e.getCause() instanceof ComputationStateNotFoundException
|| e instanceof ComputationStateNotFoundException) {
- LOG.error(
- "Trying to fetch unknown computation={}, known computations are
{}.",
+ LOG.warn(
+ "Computation {} is currently unknown, "
+ + "known computations are {}. "
+ + "This is transient and safe to ignore.",
Review Comment:
done
--
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]