Hi Neel,

Reviewed and tested the patch.
Ack from me.

BR,

Hung Nguyen - DEK Technologies


--------------------------------------------------------------------------------
From: Neelakanta Reddy [email protected]
Sent: Monday, March 27, 2017 2:09PM
To: Zoran Milinkovic, Hung Nguyen
     [email protected], [email protected]
Cc: Opensaf-devel
     [email protected]
Subject: [PATCH 1 of 1] imm: retry ccbabort when failed with TRY_AGAIN and 
TIMEOUT[#2398]


  src/imm/agent/imma_om_api.cc |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/src/imm/agent/imma_om_api.cc b/src/imm/agent/imma_om_api.cc
--- a/src/imm/agent/imma_om_api.cc
+++ b/src/imm/agent/imma_om_api.cc
@@ -9144,6 +9144,7 @@ static SaAisErrorT imma_finalizeCcb(SaIm
                } else {
                        /* TRY_AGAIN or TIMEOUT => allow user to try finalize 
again. */
                        ccb_node->mExclusive = false;
+                       goto done;
                }
                if(keepCcbHandleOpen) { /* saImmOmCcbAbort */
                        ccb_node->mApplied = true;


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Opensaf-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-devel

Reply via email to