[GitHub] [kafka] ijuma commented on pull request #8517: MINOR: use monotonic clock for replica fetcher DelayedItem

2020-05-16 Thread GitBox


ijuma commented on pull request #8517:
URL: https://github.com/apache/kafka/pull/8517#issuecomment-629745896


   retest this please



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




[GitHub] [kafka] ijuma commented on pull request #8517: MINOR: use monotonic clock for replica fetcher DelayedItem

2020-05-16 Thread GitBox


ijuma commented on pull request #8517:
URL: https://github.com/apache/kafka/pull/8517#issuecomment-629731366


   ok to test



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




[GitHub] [kafka] ijuma commented on pull request #8517: MINOR: use monotonic clock for replica fetcher DelayedItem

2020-05-15 Thread GitBox


ijuma commented on pull request #8517:
URL: https://github.com/apache/kafka/pull/8517#issuecomment-629533920


   retest this please



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




[GitHub] [kafka] ijuma commented on pull request #8517: MINOR: use monotonic clock for replica fetcher DelayedItem

2020-05-13 Thread GitBox


ijuma commented on pull request #8517:
URL: https://github.com/apache/kafka/pull/8517#issuecomment-628301206


   ok to test



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




[GitHub] [kafka] ijuma commented on pull request #8517: MINOR: use monotonic clock for replica fetcher DelayedItem

2020-05-13 Thread GitBox


ijuma commented on pull request #8517:
URL: https://github.com/apache/kafka/pull/8517#issuecomment-628251072


   @lbradstreet Compile errors:
   
   > 12:38:04 
/home/jenkins/jenkins-slave/workspace/kafka-pr-jdk11-scala2.13/tools/src/main/java/org/apache/kafka/tools/PushHttpMetricsReporter.java:29:
 error: SystemTime is not public in org.apache.kafka.common.utils; cannot be 
accessed from outside package
   > 12:38:04 import org.apache.kafka.common.utils.SystemTime;
   > 12:38:04 ^
   > 12:38:04 
/home/jenkins/jenkins-slave/workspace/kafka-pr-jdk11-scala2.13/tools/src/main/java/org/apache/kafka/trogdor/workload/SustainedConnectionWorker.java:33:
 error: SystemTime is not public in org.apache.kafka.common.utils; cannot be 
accessed from outside package
   > 12:38:04 import org.apache.kafka.common.utils.SystemTime;
   > 12:38:04 ^
   > 12:38:04 
/home/jenkins/jenkins-slave/workspace/kafka-pr-jdk11-scala2.13/tools/src/main/java/org/apache/kafka/trogdor/workload/SustainedConnectionWorker.java:63:
 error: SystemTime is not public in org.apache.kafka.common.utils; cannot be 
accessed from outside package
   > 12:38:04 private static final SystemTime SYSTEM_TIME = new 
SystemTime();
   > 12:38:04  ^
   > 12:38:04 
/home/jenkins/jenkins-slave/workspace/kafka-pr-jdk11-scala2.13/tools/src/main/java/org/apache/kafka/tools/PushHttpMetricsReporter.java:98:
 error: SystemTime is not public in org.apache.kafka.common.utils; cannot be 
accessed from outside package
   > 12:38:04 time = new SystemTime();
   > 12:38:04^
   > 12:38:04 
/home/jenkins/jenkins-slave/workspace/kafka-pr-jdk11-scala2.13/tools/src/main/java/org/apache/kafka/trogdor/workload/SustainedConnectionWorker.java:63:
 error: SystemTime is not public in org.apache.kafka.common.utils; cannot be 
accessed from outside package
   > 12:38:04 private static final SystemTime SYSTEM_TIME = new 
SystemTime();



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




[GitHub] [kafka] ijuma commented on pull request #8517: MINOR: use monotonic clock for replica fetcher DelayedItem

2020-05-13 Thread GitBox


ijuma commented on pull request #8517:
URL: https://github.com/apache/kafka/pull/8517#issuecomment-628200880


   ok to test



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