conductor icon indicating copy to clipboard operation
conductor copied to clipboard

Workflow Execution History exists in DB but Conductor API doesn't pickup after restart

Open maheshyaddanapudi opened this issue 5 years ago • 1 comments

Scenario-

A workflow was run hourly for a month. DB used is MySQL. All the workflow executions were returned by Conductor API until the Jar restart.

Conductor server is able to retain to show workflow def taskdef etc in API but execution history is not being returned.

I confirmed this by execution workflow once, then checked conductor API for getting the workflow executions and the details were there. Jar restarted, API returns will. I have verified the data exists in DB.

maheshyaddanapudi avatar Sep 27 '19 10:09 maheshyaddanapudi

This is definitely an odd scenario, something that we have not seen before (albeit we use Conductor backed by Dynomite and C*). I wonder if this is related to how the MySQL implementation is wired up. Can someone from the community using MySQL persistence backed Conductor help out in this case?

apanicker-nflx avatar Oct 30 '19 20:10 apanicker-nflx