Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException #489

Open
krishnaram opened this issue Oct 9, 2020 · 0 comments

Comments

@krishnaram
Copy link

We are saving large data set at regular interval of 60 seconds.

Once we get below error. In subsequent cycle too it will throw same exception.

java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException
at com.netflix.hollow.core.write.HollowWriteStateEngine.resetToLastPrepareForNextCycle(HollowWriteStateEngine.java:265)
at com.netflix.hollow.api.producer.HollowProducer.runCycle(HollowProducer.java:476)
at com.netflix.hollow.api.producer.HollowProducer.runCycle(HollowProducer.java:390)
at com.inca.ti.spatial.hollow.HollowTileDataProducer.putSnapshot(HollowTileDataProducer.java:66)
at com.inca.ti.spatial.hollow.exporter.FileSystemExporter.export(FileSystemExporter.java:61)
at com.inca.ti.spatial.hollow.exporter.FileSystemExporter.export(FileSystemExporter.java:33)
at com.inca.ti.spatial.MessageProducer.put(MessageProducer.java:57)
at com.inca.ti.spark.SparkProcessor.saveToSpatialIndex(SparkProcessor.java:361)
at com.inca.ti.spark.SparkProcessor.lambda$process$2(SparkProcessor.java:162)
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:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at com.netflix.hollow.core.util.SimultaneousExecutor.awaitSuccessfulCompletion(SimultaneousExecutor.java:118)
at com.netflix.hollow.core.write.HollowWriteStateEngine.resetToLastPrepareForNextCycle(HollowWriteStateEngine.java:263)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant