shunping opened a new issue, #36193:
URL: https://github.com/apache/beam/issues/36193
### What would you like to happen?
After #35413, the following warning message seems to occurs for every
bundle, which is a bit too noisy.
```
message: "Failed to parse element_processing_timeout: time: invalid duration
\"\", there will be no timeout for processing an element in a PTransform
operation"
instruction_id: "bundle_249"
log_location:
"github.com/apache/beam/sdks/v2/go/pkg/beam/core/runtime/harness/harness.go:707"
WARNING:root:severity: WARN
timestamp {
seconds: 1758211532
nanos: 355948543
}
message: "Failed to parse element_processing_timeout: time: invalid duration
\"\", there will be no timeout for processing an element in a PTransform
operation"
instruction_id: "bundle_250"
log_location:
"github.com/apache/beam/sdks/v2/go/pkg/beam/core/runtime/harness/harness.go:707"
WARNING:root:severity: WARN
timestamp {
seconds: 1758211532
nanos: 380687103
}
```
We may need to silent it somehow.
### Issue Priority
Priority: 2 (default / most feature requests should be filed as P2)
### Issue Components
- [ ] Component: Python SDK
- [ ] Component: Java SDK
- [ ] Component: Go SDK
- [ ] Component: Typescript SDK
- [ ] Component: IO connector
- [ ] Component: Beam YAML
- [ ] Component: Beam examples
- [ ] Component: Beam playground
- [ ] Component: Beam katas
- [ ] Component: Website
- [ ] Component: Infrastructure
- [ ] Component: Spark Runner
- [ ] Component: Flink Runner
- [ ] Component: Samza Runner
- [ ] Component: Twister2 Runner
- [ ] Component: Hazelcast Jet Runner
- [ ] Component: Google Cloud Dataflow Runner
--
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]