You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hop.apache.org by "mattcasters (via GitHub)" <gi...@apache.org> on 2023/02/23 13:09:09 UTC

[GitHub] [hop] mattcasters opened a new issue, #2461: [Bug]: Block until finished falls through

mattcasters opened a new issue, #2461:
URL: https://github.com/apache/hop/issues/2461

   ### Apache Hop version?
   
   2.3.0
   
   ### Java version?
   
   openjdk version "11.0.17" 2022-10-18
   
   ### Operating system
   
   Linux
   
   ### What happened?
   
   I have use Apache HOP sample with "block until transform finish" and delete "delay" tool and add again that id of "delay" tool is greather than id of "block until transform finish" and pipeline stop working correctly.
   
   @mattcasters race condition in really small pipelines where the listed transforms are not in a "Running" state but still "Idle".
   
   ### Issue Priority
   
   Priority: 2
   
   ### Issue Component
   
   Component: Transforms


-- 
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: issues-unsubscribe@hop.apache.org.apache.org

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


[GitHub] [hop] hansva closed issue #2461: [Bug]: Block until finished falls through

Posted by "hansva (via GitHub)" <gi...@apache.org>.
hansva closed issue #2461: [Bug]: Block until finished falls through
URL: https://github.com/apache/hop/issues/2461


-- 
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: issues-unsubscribe@hop.apache.org

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


[GitHub] [hop] mattcasters commented on issue #2461: [Bug]: Block until finished falls through

Posted by "mattcasters (via GitHub)" <gi...@apache.org>.
mattcasters commented on issue #2461:
URL: https://github.com/apache/hop/issues/2461#issuecomment-1441759610

   The only Transform status that is checked is "Running".
   STATUS_IDLE, STATUS_INIT and STATUS_PAUSED also need to be included.


-- 
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: issues-unsubscribe@hop.apache.org

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