ZhuShang created FLINK-18037: -------------------------------- Summary: The doc of StreamTaskNetworkInput.java may has a redundant 'status' Key: FLINK-18037 URL: https://issues.apache.org/jira/browse/FLINK-18037 Project: Flink Issue Type: Bug Components: Documentation Affects Versions: 1.10.1, 1.10.0, 1.11.0 Reporter: ZhuShang
The doc of class StreamTaskNetworkInput as follows {code:java} * <p>Forwarding elements, watermarks, or status status elements must be protected by synchronizing * on the given lock object. This ensures that we don't call methods on a * {@link StreamInputProcessor} concurrently with the timer callback or other things.{code} Is one of the 'status' redundant? -- This message was sent by Atlassian Jira (v8.3.4#803005)