[ 
https://issues.apache.org/jira/browse/BEAM-1240?focusedWorklogId=130861&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-130861
 ]

ASF GitHub Bot logged work on BEAM-1240:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 03/Aug/18 13:07
            Start Date: 03/Aug/18 13:07
    Worklog Time Spent: 10m 
      Work Description: akankshajain18 commented on issue #1729: [BEAM-1240] 
Create RabbitMqIO
URL: https://github.com/apache/beam/pull/1729#issuecomment-410247802
 
 
   
   Hello Folks
   
   While working with RmqIO and Flink local runner of the beam, I observed, 
Even if Rmq has data to consume, Beam pipeline Job execution switched to status 
FINISHED without any exception.
   In logs,  RabbitMqIO$UnboundedRabbitMqReader close() method get called, 
which led to stopping the connection between RMQ and my beam job(running on 
Flink runner).
   
   Code : 
   [@Override
           public void close() throws IOException {
               if (connectionHandler != null) {
                   connectionHandler.stop();
               }
           }]
   
   It will be great if someone can help me out about this random behavior.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 130861)
    Time Spent: 11h 50m  (was: 11h 40m)

> Create RabbitMqIO
> -----------------
>
>                 Key: BEAM-1240
>                 URL: https://issues.apache.org/jira/browse/BEAM-1240
>             Project: Beam
>          Issue Type: New Feature
>          Components: io-ideas
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>            Priority: Major
>             Fix For: 2.6.0
>
>          Time Spent: 11h 50m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to