hebrd

Results 21 comments of hebrd

Did you enable indexing in the server? If not, it will always return empty list. To get exec logs properly, indexing (es) should be enabled.

same issue happened several times,usually after retrying failed subworkflow. context: - persistence: mysql - queue: mysql - lock: zookeeper It keeps going after restarting conductor server

@jxu-nflx Can you reproduce this issue or any suggestions to avoid this serious problem? have not enough time to read through all related codes @akash0996 I have trouble in reproducing...

> Hi @BrandonDotLin , Can you please check if workflow sweeper is running or not? Ideally async system task should be polled every 60 seconds. Yes, with following config: ```...

Great. Can you reproduce this issue so far? Would you please share if you did. When this happened, the deciderQueue message was popped but nothing happened with the workflow, everything...

> > When this happened, the deciderQueue message was popped but nothing happened with the workflow, everything worked well after I change the popped flag to 0 (mysql persistence) >...

Hi @apanicker-nflx , sorry to mention you again. Would you please give some instructions to reproduce issue so I can try to fix it myself? We need to fix this...

> @BrandonDotLin We came across this issue when running regression tests at scale. The likely cause was attributed to a race condition between updating subworkflow task in main workflow and...