[VOL-5377]:Stop reconcile process on the agent when a reconciling clean up is performed for that device
Change-Id: Ieda6df0bee2b556411a918d1edcd3e56f5bee3c3
Signed-off-by: Praneeth Kumar Nalmas <praneeth.nalmas@radisys.com>
diff --git a/VERSION b/VERSION
index 7bc7793..4f9b57b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.6.0-dev1
+3.6.1-dev1
diff --git a/rw_core/core/device/agent.go b/rw_core/core/device/agent.go
index b100321..49d359d 100755
--- a/rw_core/core/device/agent.go
+++ b/rw_core/core/device/agent.go
@@ -1675,6 +1675,7 @@
return err
}
defer agent.requestQueue.RequestComplete()
+ agent.stopReconcile()
err = agent.updateTransientState(ctx, core.DeviceTransientState_NONE)
if err != nil {
logger.Errorf(ctx, "transient-state-update-failed", log.Fields{"error": err})