wolfboys commented on code in PR #3234:
URL:
https://github.com/apache/incubator-streampark/pull/3234#discussion_r1353727846
##########
streampark-tests/streampark-testcontainer/src/main/java/org/apache/streampark/testcontainer/flink/FlinkStandaloneSessionCluster.java:
##########
@@ -45,19 +45,15 @@ public class FlinkStandaloneSessionCluster implements
Startable {
public static final Logger LOG =
LoggerFactory.getLogger(FlinkStandaloneSessionCluster.class);
+ public static final int BLOB_SERVER_PORT = 6123;
Review Comment:
if these variables are only used within the current class, using private
would be better.
--
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]