Comment 0 for bug 1590340

Revision history for this message
Ashutosh Mishra (mca-ashu4) wrote : Multiple consumer removed notificartion received by node driver

For deletion of consumer ptg from chain,
multiple consumer received notifications(update_chains_consumer_removed) calls received by node driver.
While deleting policy target group, grouppolicy plugin is updating group first before making
ptg delete post_commit call.
Issue is, initially plugin_context gets created with original ptg(i.e. with prs attached), and same
plugin_context is used in post_commit call, but in between group gets updated, to have no prs.
So we need to modify plugin context to have this change.