You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2021/10/13 10:47:56 UTC

[GitHub] [flink-benchmarks] dawidwys commented on a change in pull request #37: [FLINK-24531] Fix connection time out when checking the backpressure

dawidwys commented on a change in pull request #37:
URL: https://github.com/apache/flink-benchmarks/pull/37#discussion_r727934259



##########
File path: src/main/java/org/apache/flink/benchmark/BackpressureUtils.java
##########
@@ -65,20 +69,27 @@ static void waitForBackpressure(JobID jobID, List<JobVertexID> sourceId, URI res
         }
     }
 
+    private static RestClusterClient<StandaloneClusterId> clientConfiguration(

Review comment:
       nit: `createClient`?




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org