You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 20, 2018. It is now read-only.
I tried to run mini.sh using Fluo 1.2.0 and received the following exception:
java.lang.InterruptedException
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
at org.apache.fluo.core.impl.SharedBatchWriter$FlushTask.run(SharedBatchWriter.java:90)
at java.lang.Thread.run(Thread.java:748)
[WARNING]
java.lang.RuntimeException: java.lang.InterruptedException
at org.apache.fluo.recipes.accumulo.export.function.AccumuloWriter$ExportTask.run(AccumuloWriter.java:106)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.InterruptedException
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at org.apache.fluo.recipes.accumulo.export.function.AccumuloWriter$ExportTask.run(AccumuloWriter.java:91)
... 1 more
2018-02-28 14:04:11,492 [util.Halt] ERROR: Oracle has lost leadership unexpectedly and is now halting.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I tried to run mini.sh using Fluo 1.2.0 and received the following exception:
The text was updated successfully, but these errors were encountered: