shunping commented on code in PR #35991:
URL: https://github.com/apache/beam/pull/35991#discussion_r2307695889
##########
sdks/go/pkg/beam/core/runtime/harness/harness.go:
##########
@@ -704,7 +704,7 @@ func (c *control) handleInstruction(ctx context.Context,
req *fnpb.InstructionRe
func parseTimeoutDurationFlag(ctx context.Context, elementProcessingTimeout
string) time.Duration {
userSpecifiedTimeout, err :=
time.ParseDuration(elementProcessingTimeout)
if err != nil {
- log.Errorf(ctx, "Failed to parse element_processing_timeout:
%v, there will be no timeout for processing an element in a PTransform
operation", err)
+ log.Warnf(ctx, "Failed to parse element_processing_timeout: %v,
there will be no timeout for processing an element in a PTransform operation",
err)
Review Comment:
Lower the level for this message as the pipeline can still run with the
default.
--
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]