pdeva opened a new issue #6166: MAJOR issue: Unrecoverable error in KIS 0.12.2
URL: https://github.com/apache/incubator-druid/issues/6166
 
 
   all the tasks keep restarting with this error in the logs:
   I tried:
   - upgrading node from 0.12.1 to 0.12.2
   - spinning a whole new server and created a replica.
   Completely unrecoverable!
   
   ```
   2018-08-13 15:41:48,555 INFO i.d.i.o.ForkingTaskRunner 
[forking-task-runner-1] Exception caught during execution
   java.io.IOException: Stream closed
        at 
java.io.BufferedInputStream.getBufIfOpen(BufferedInputStream.java:170) 
~[?:1.8.0_181]
        at java.io.BufferedInputStream.read1(BufferedInputStream.java:291) 
~[?:1.8.0_181]
        at java.io.BufferedInputStream.read(BufferedInputStream.java:345) 
~[?:1.8.0_181]
        at java.io.FilterInputStream.read(FilterInputStream.java:107) 
~[?:1.8.0_181]
        at com.google.common.io.ByteStreams.copy(ByteStreams.java:175) 
~[guava-16.0.1.jar:?]
        at 
io.druid.indexing.overlord.ForkingTaskRunner$1.call(ForkingTaskRunner.java:452) 
[druid-indexing-service-0.12.2.jar:0.12.2]
        at 
io.druid.indexing.overlord.ForkingTaskRunner$1.call(ForkingTaskRunner.java:224) 
[druid-indexing-service-0.12.2.jar:0.12.2]
        at java.util.concurrent.FutureTask.run(FutureTask.java:266) 
[?:1.8.0_181]
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
[?:1.8.0_181]
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
[?:1.8.0_181]
        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
   ```

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to