When I run azkaban flow, sometimes it assigns same execution id which is assigned to same other flow execution. Ideally each flow execution should be assigned with unique execution id, but this is not happening in my case.
Example
Lets say we have 2 flows (flow1 and flow2)
When I run flow1 execution id is 100.
When I run flow2 execution id is still 100(Ideally it should have not assigned 100)
Azkaban Version : 3.41 Azkaban database : Oracle.
Any help is highly appreciated.