[
https://issues.apache.org/jira/browse/BEAM-11328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17238907#comment-17238907
]
Boyuan Zhang edited comment on BEAM-11328 at 11/25/20, 8:06 PM:
----------------------------------------------------------------
I'm checking the RabbitMq failure. It seems like initializing
RabbitMq.checkpointMark relies on starting RabbitMq.reader first. Within the
java unbounded wrapper, the calling of checkpointMark::finalizeCheckpoint is
independent from starting the reader. It more seems like the bug inside
RabbitMq. From the
javadoc:https://github.com/apache/beam/blob/master/sdks/java/core/src/main/java/org/apache/beam/sdk/io/UnboundedSource.java#L104-L129,
it's not safe to relay on the reader.
was (Author: boyuanz):
I'm checking the RabbitMq failure. It seems like initializing
RabbitMq.checkpointMark relies on starting RabbitMq.reader first. Within the
java unbounded wrapper, the calling of checkpointMark::finalizeCheckpoint is
independent from starting the reader. It more seems like the bug inside
RabbitMq.
> Java SDF Unbounded Wrapper doesn't work for RabbitMq finalizaCheckpoint
> -----------------------------------------------------------------------
>
> Key: BEAM-11328
> URL: https://issues.apache.org/jira/browse/BEAM-11328
> Project: Beam
> Issue Type: Bug
> Components: java-fn-execution
> Reporter: Boyuan Zhang
> Priority: P2
>
> https://stackoverflow.com/questions/64947718/apache-beam-rabbitmq-read-fail-ack-message-and-exception-raised/64978419#64978419
> https://lists.apache.org/thread.html/r8f4cea3504af8f2ff9de60163c548d7051afd1860a2e4f0012eb6b6d%40%3Cdev.beam.apache.org%3E
--
This message was sent by Atlassian Jira
(v8.3.4#803005)