zentol commented on a change in pull request #10106: [FLINK-11463][e2e] Design 
the e2e java framework so that at least the Kafka streaming tests can run on it
URL: https://github.com/apache/flink/pull/10106#discussion_r346249480
 
 

 ##########
 File path: 
flink-end-to-end-tests/flink-end-to-end-tests-common/src/main/java/org/apache/flink/tests/util/cache/AbstractDownloadCache.java
 ##########
 @@ -41,7 +41,7 @@
  */
 abstract class AbstractDownloadCache implements DownloadCache {
 
-       private static final Logger LOG = 
LoggerFactory.getLogger(AbstractDownloadCache.class);
+       private final Logger log = LoggerFactory.getLogger(getClass());
 
 Review comment:
   should be protected ;)

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to