pnowojski commented on a change in pull request #9340:  [FLINK-13384][runtime] 
Fix back pressure sampling for SourceStreamTask
URL: https://github.com/apache/flink/pull/9340#discussion_r310471128
 
 

 ##########
 File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/SourceStreamTask.java
 ##########
 @@ -58,6 +61,7 @@
 
        public SourceStreamTask(Environment env) {
                super(env);
+               this.sourceThread = new LegacySourceFunctionThread(getName());
 
 Review comment:
   Not the best solution, but let's not overthink this. +1 for setting the name 
in `performDefaultAction`

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to