You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by "Carl-Zhou-CN (via GitHub)" <gi...@apache.org> on 2023/05/29 08:36:35 UTC

[GitHub] [seatunnel] Carl-Zhou-CN commented on pull request #4853: [BUG][Doris] The written state, serialization, and deserialization should be consistent

Carl-Zhou-CN commented on PR #4853:
URL: https://github.com/apache/seatunnel/pull/4853#issuecomment-1566763760

   Caused by: java.io.EOFException
   at java.io.DataInputStream.readFully(DataInputStream.java:197) ~[?:1.8.0_352]
   at java.io.DataInputStream.readLong(DataInputStream.java:416) ~[?:1.8.0_352]
   at org.apache.seatunnel.connectors.doris.sink.writer.DorisSinkStateSerializer.deserialize(DorisSinkStateSerializer.java:45) ~[?:?]
   at org.apache.seatunnel.connectors.doris.sink.writer.DorisSinkStateSerializer.deserialize(DorisSinkStateSerializer.java:29) ~[?:?]
   at org.apache.seatunnel.engine.server.task.flow.SinkFlowLifeCycle.lambda$null$2(SinkFlowLifeCycle.java:239) ~[seatunnel-
   
   I seem to have forgotten the checkpoint Id when serializing
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org