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
While processing a 270 object UCJEPS batch there was a single failure due to an odd state issue.
org.cdlib.mrt.zk.MerrittStateError: State change (Downloading->Provisioning) is not allowed
at org.cdlib.mrt.zk.QueueItem.setStatus(QueueItem.java:255)
at org.cdlib.mrt.zk.QueueItem.setStatus(QueueItem.java:245)
at org.cdlib.mrt.ingest.consumer.EstimateConsumeData.run(EstimateConsumer.java:579)
The Estimate consumer daemon thought it was in a "Downloading" state when it was "Estimating"
I'm not sure if this is a ZK library issue or a client one.
While processing a 270 object UCJEPS batch there was a single failure due to an odd state issue.
The Estimate consumer daemon thought it was in a "Downloading" state when it was "Estimating"
I'm not sure if this is a ZK library issue or a client one.
Code segment is shown below
The text was updated successfully, but these errors were encountered: