LiemLin commented on issue #2421: workflow lineage URL: https://github.com/apache/incubator-dolphinscheduler/pull/2421#issuecomment-615057130 > > Thanks!! I changed the db,used mysql db,it can work.I made a cyclic dependency then it occured StackOverflowError. > > Such as the follow steps. > > 1.process definiton A depend on process definition B. > > 2.process definiton B depend on process definition C. > > 3.process definiton C depend on process definition A. > > Then it will occur StackOverflowError. > >  > > Endless loop。。。 Isn't workflow lineage a directed acyclic graph, can it be cycled? > I will see how to prevent an endless loop  Like this? Is this cycle reasonable?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
