]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Do not increase count in case of StoreError
authorjgrosseo <jgrosseo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 20 Dec 2007 14:24:59 +0000 (14:24 +0000)
committerjgrosseo <jgrosseo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 20 Dec 2007 14:24:59 +0000 (14:24 +0000)
SHUTTLE/AliShuttle.cxx

index 0ffb9dd9177152e95f42a5ba70336a4f2f2756af..1ae04c9edc1348d082013c3d40c71c93b31b1038 100644 (file)
 
 /*
 $Log$
+Revision 1.80  2007/12/20 13:31:28  acolla
+Bug fix (Jan Fiete): recovering from StoreError, if the store to OCDB is successful,
+the Shuttle sets current detector's status=done
+
 Revision 1.79  2007/12/19 14:03:01  acolla
 
 detector name to build the lhcPeriod_DET is to be looked in "detector" column, not "partition"
@@ -1397,7 +1401,7 @@ Bool_t AliShuttle::ContinueProcessing()
                return kFALSE;
        }
 
-       if (status->GetStatus() == AliShuttleStatus::kStoreError) {
+       if (status->GetStatus() == AliShuttleStatus::kStoreStarted || status->GetStatus() == AliShuttleStatus::kStoreError) {
                Log("SHUTTLE",
                        Form("ContinueProcessing - %s: Grid storage of one or more "
                                "objects failed. Trying again now",