You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2018/08/18 08:46:35 UTC

[GitHub] asdf2014 edited a comment on issue #6174: AssertionError at testCheckpointForInactiveTaskGroup in KafkaSupervisorTest

asdf2014 edited a comment on issue #6174: AssertionError at testCheckpointForInactiveTaskGroup in KafkaSupervisorTest
URL: https://github.com/apache/incubator-druid/issues/6174#issuecomment-414042464
 
 
   Hi, @jihoonson . I also encountered this issues in job#[417558893](https://travis-ci.org/apache/incubator-druid/jobs/417558893#L2440) too. Should we add the following code to avoid it, similar to the [operation](https://github.com/apache/incubator-druid/blob/master/extensions-core/kafka-indexing-service/src/test/java/io/druid/indexing/kafka/supervisor/KafkaSupervisorTest.java#L2188-L2190) in the `testCheckpointForUnknownTaskGroup` test case?
   
   ```java
   while (serviceEmitter.getStackTrace() != null) {
     Thread.sleep(100);
   }
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org