io.druid.segment.loading.SegmentLoadingException: Exception loading segment[content20stats_2016-09-12T00:00:00.000Z_2016-09-13T00:00:00.000Z_2016-09-12T00:00:00.136Z_1]
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Google Groups by Tommaso Parisi, 1 year ago
via Google Groups by Unknown author, 1 year ago
via Google Groups by tao, 6 months ago
via Google Groups by Federico Nieves, 1 year ago
via Google Groups by Karshit Jaiswal, 1 year ago
via Google Groups by Daniel Chen, 7 months ago
java.util.zip.ZipException: invalid entry size (expected 376503 but got 376409 bytes)
at java.util.zip.ZipInputStream.readEnd(ZipInputStream.java:384)
at java.util.zip.ZipInputStream.read(ZipInputStream.java:196)
at java.io.FilterInputStream.read(FilterInputStream.java:107)
at com.google.common.io.ByteStreams.copy(ByteStreams.java:175)
at com.google.common.io.ByteSink.writeFrom(ByteSink.java:139)
at com.metamx.common.CompressionUtils.unzip(CompressionUtils.java:248)
at com.metamx.common.CompressionUtils$1.call(CompressionUtils.java:138)
at com.metamx.common.CompressionUtils$1.call(CompressionUtils.java:134)
at com.metamx.common.RetryUtils.retry(RetryUtils.java:60)
at com.metamx.common.RetryUtils.retry(RetryUtils.java:78)
at com.metamx.common.CompressionUtils.unzip(CompressionUtils.java:132)
at io.druid.segment.loading.LocalDataSegmentPuller.getSegmentFiles(LocalDataSegmentPuller.java:162)
at io.druid.segment.loading.LocalLoadSpec.loadSegment(LocalLoadSpec.java:64)
at io.druid.segment.loading.SegmentLoaderLocalCacheManager.getSegmentFiles(SegmentLoaderLocalCacheManager.java:143)
at io.druid.segment.loading.SegmentLoaderLocalCacheManager.getSegment(SegmentLoaderLocalCacheManager.java:95)
at io.druid.server.coordination.ServerManager.loadSegment(ServerManager.java:152)
at io.druid.server.coordination.ZkCoordinator.loadSegment(ZkCoordinator.java:305)
at io.druid.server.coordination.ZkCoordinator.addSegment(ZkCoordinator.java:350)
at io.druid.server.coordination.SegmentChangeRequestLoad.go(SegmentChangeRequestLoad.java:44)
at io.druid.server.coordination.ZkCoordinator$1.childEvent(ZkCoordinator.java:152)
at org.apache.curator.framework.recipes.cache.PathChildrenCache$5.apply(PathChildrenCache.java:522)
at org.apache.curator.framework.recipes.cache.PathChildrenCache$5.apply(PathChildrenCache.java:516)
at org.apache.curator.framework.listen.ListenerContainer$1.run(ListenerContainer.java:93)
at com.google.common.util.concurrent.MoreExecutors$SameThreadExecutorService.execute(MoreExecutors.java:297)
at org.apache.curator.framework.listen.ListenerContainer.forEach(ListenerContainer.java:85)
at org.apache.curator.framework.recipes.cache.PathChildrenCache.callListeners(PathChildrenCache.java:514)
at org.apache.curator.framework.recipes.cache.EventOperation.invoke(EventOperation.java:35)
at org.apache.curator.framework.recipes.cache.PathChildrenCache$9.run(PathChildrenCache.java:772)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)