Chandra Shekhar Reddy
Chandra Shekhar Reddy
I am not expert here but I feel augeas is the culprit
I actually found one issue in the UI too. So sending the patch for the same.
OK I now have some confident in reproducing the issue: If you try to delete multiple interfaces parallel or trying out delete operation on single interfaces many times, core dump...
Sending multiple REST API commands parallel. From UI code, calling REST API go parallel as calling the API doesn't block the next. On 22/01/16 9:38 PM, Daniel Henrique Barboza wrote:...
We can do but we need task API implementation to do this I guess. On 22/01/16 10:23 PM, Daniel Henrique Barboza wrote: > Perhaps one fix, instead of limiting the...
As suspected this is augeas who is troubling. Looks for more information, @ https://github.com/hercules-team/augeas/issues/319
OK. Looking at model/cfginterfaces.py code : parser = augeas.Augeas("/") I have seen the following method but never called in the life time of cfginterfaces.py. @atexit.register def augeas_cleanup(): global parser del...
I guess this is the time we need to engineer better and solve the issue. We have seen double free or corruption errors and wokd killing self is not at...
Daniel, It is good idea. @All Please look at below issue raised in the ginger git hub and provide you opinion. https://github.com/kimchi-project/ginger/issues/352 Thanks and Regards Chandra On 6/1/16 6:33 AM,...
Please assign this ticket to me.