Graham Polley
Graham Polley

Reputation: 14781

Dataflow exception - "RuntimeException: java.io.IOException: Premature EOF"

Kicked off our pipeline (id: 2015-05-24_21_45_40-9907197960194601343), and it failed with the below error. Looks like a problem with reading SideInputs.

Did something change in the service?

May 25, 2015, 2:53:09 PM
(ac187ee1445808a5): java.lang.RuntimeException: java.lang.RuntimeException: java.io.IOException: Premature EOF at
com.google.cloud.dataflow.sdk.runners.worker.SideInputUtils$ReaderIterator.hasNext(SideInputUtils.java:127) at com.google.common.collect.TransformedIterator.hasNext(TransformedIterator.java:43)

Update: Another job with the same problem: 2015-05-25_00_50_13-9599484476849123094 Update: Another job with the same problem: 2015-06-04_18_22_47-8603825216881045184

Upvotes: 1

Views: 473

Answers (1)

Graham Polley
Graham Polley

Reputation: 14781

We've not seen this error since. Seems to have been fixed on the Dataflow service side.

Upvotes: 1

Related Questions