]> git.uio.no Git - u/mrichter/AliRoot.git/blame - SHUTTLE/AliShuttle.cxx
Adding DCS Query Offset and DCS Delay as parameters in the
[u/mrichter/AliRoot.git] / SHUTTLE / AliShuttle.cxx
CommitLineData
73abe331 1/**************************************************************************
2 * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
3 * *
4 * Author: The ALICE Off-line Project. *
5 * Contributors are mentioned in the code where appropriate. *
6 * *
7 * Permission to use, copy, modify and distribute this software and its *
8 * documentation strictly for non-commercial purposes is hereby granted *
9 * without fee, provided that the above copyright notice appears in all *
10 * copies and that both the copyright notice and this permission notice *
11 * appear in the supporting documentation. The authors make no claims *
12 * about the suitability of this software for any purpose. It is *
13 * provided "as is" without express or implied warranty. *
14 **************************************************************************/
15
ff3781ad 16/* $Id$ */
73abe331 17
18//
19// This class is the main manager for AliShuttle.
20// It organizes the data retrieval from DCS and call the
b948db8d 21// interface methods of AliPreprocessor.
73abe331 22// For every detector in AliShuttleConfgi (see AliShuttleConfig),
23// data for its set of aliases is retrieved. If there is registered
b948db8d 24// AliPreprocessor for this detector then it will be used
25// accroding to the schema (see AliPreprocessor).
26// If there isn't registered AliPreprocessor than the retrieved
73abe331 27// data is stored automatically to the undelying AliCDBStorage.
28// For detSpec is used the alias name.
29//
30
31#include "AliShuttle.h"
32
33#include "AliCDBManager.h"
34#include "AliCDBStorage.h"
35#include "AliCDBId.h"
84090f85 36#include "AliCDBRunRange.h"
37#include "AliCDBPath.h"
5164a766 38#include "AliCDBEntry.h"
73abe331 39#include "AliShuttleConfig.h"
eba76848 40#include "DCSClient/AliDCSClient.h"
73abe331 41#include "AliLog.h"
b948db8d 42#include "AliPreprocessor.h"
5164a766 43#include "AliShuttleStatus.h"
2bb7b766 44#include "AliShuttleLogbookEntry.h"
73abe331 45
57f50b3c 46#include <TSystem.h>
58bc3020 47#include <TObject.h>
b948db8d 48#include <TString.h>
57f50b3c 49#include <TTimeStamp.h>
73abe331 50#include <TObjString.h>
57f50b3c 51#include <TSQLServer.h>
52#include <TSQLResult.h>
53#include <TSQLRow.h>
cb343cfd 54#include <TMutex.h>
9827400b 55#include <TSystemDirectory.h>
56#include <TSystemFile.h>
a986b218 57#include <TFile.h>
9827400b 58#include <TGrid.h>
59#include <TGridResult.h>
503ff24f 60#include <TMap.h>
73abe331 61
e7f62f16 62#include <TMonaLisaWriter.h>
63
5164a766 64#include <fstream>
65
cb343cfd 66#include <sys/types.h>
67#include <sys/wait.h>
68
1bd183ba 69#include <signal.h>
70
73abe331 71ClassImp(AliShuttle)
72
b948db8d 73//______________________________________________________________________________________________
74AliShuttle::AliShuttle(const AliShuttleConfig* config,
75 UInt_t timeout, Int_t retries):
4f0ab988 76fConfig(config),
77fTimeout(timeout), fRetries(retries),
78fPreprocessorMap(),
2bb7b766 79fLogbookEntry(0),
eba76848 80fCurrentDetector(),
926cbc0e 81fFirstProcessing(0),
339adafa 82fFXSError(-1),
85a80aa9 83fStatusEntry(0),
cb343cfd 84fMonitoringMutex(0),
eba76848 85fLastActionTime(0),
e7f62f16 86fLastAction(),
9827400b 87fMonaLisa(0),
88fTestMode(kNone),
ffa29e93 89fReadTestMode(kFALSE),
90fOutputRedirected(kFALSE)
73abe331 91{
92 //
93 // config: AliShuttleConfig used
73abe331 94 // timeout: timeout used for AliDCSClient connection
95 // retries: the number of retries in case of connection error.
96 //
97
57f50b3c 98 if (!fConfig->IsValid()) AliFatal("********** !!!!! Invalid configuration !!!!! **********");
be48e3ea 99 for(int iSys=0;iSys<4;iSys++) {
57f50b3c 100 fServer[iSys]=0;
be48e3ea 101 if (iSys < 3)
2c15234c 102 fFXSlist[iSys].SetOwner(kTRUE);
57f50b3c 103 }
2bb7b766 104 fPreprocessorMap.SetOwner(kTRUE);
be48e3ea 105
106 for (UInt_t iDet=0; iDet<NDetectors(); iDet++)
107 fFirstUnprocessed[iDet] = kFALSE;
108
cb343cfd 109 fMonitoringMutex = new TMutex();
58bc3020 110}
111
b948db8d 112//______________________________________________________________________________________________
57f50b3c 113AliShuttle::~AliShuttle()
58bc3020 114{
9827400b 115 //
116 // destructor
117 //
58bc3020 118
b948db8d 119 fPreprocessorMap.DeleteAll();
be48e3ea 120 for(int iSys=0;iSys<4;iSys++)
57f50b3c 121 if(fServer[iSys]) {
122 fServer[iSys]->Close();
123 delete fServer[iSys];
eba76848 124 fServer[iSys] = 0;
57f50b3c 125 }
2bb7b766 126
127 if (fStatusEntry){
128 delete fStatusEntry;
129 fStatusEntry = 0;
130 }
cb343cfd 131
132 if (fMonitoringMutex)
133 {
134 delete fMonitoringMutex;
135 fMonitoringMutex = 0;
136 }
73abe331 137}
138
b948db8d 139//______________________________________________________________________________________________
57f50b3c 140void AliShuttle::RegisterPreprocessor(AliPreprocessor* preprocessor)
58bc3020 141{
73abe331 142 //
b948db8d 143 // Registers new AliPreprocessor.
73abe331 144 // It uses GetName() for indentificator of the pre processor.
145 // The pre processor is registered it there isn't any other
146 // with the same identificator (GetName()).
147 //
148
eba76848 149 const char* detName = preprocessor->GetName();
150 if(GetDetPos(detName) < 0)
151 AliFatal(Form("********** !!!!! Invalid detector name: %s !!!!! **********", detName));
152
153 if (fPreprocessorMap.GetValue(detName)) {
154 AliWarning(Form("AliPreprocessor %s is already registered!", detName));
73abe331 155 return;
156 }
157
eba76848 158 fPreprocessorMap.Add(new TObjString(detName), preprocessor);
73abe331 159}
b948db8d 160//______________________________________________________________________________________________
3301427a 161Bool_t AliShuttle::Store(const AliCDBPath& path, TObject* object,
84090f85 162 AliCDBMetaData* metaData, Int_t validityStart, Bool_t validityInfinite)
73abe331 163{
9827400b 164 // Stores a CDB object in the storage for offline reconstruction. Objects that are not needed for
165 // offline reconstruction, but should be stored anyway (e.g. for debugging) should NOT be stored
166 // using this function. Use StoreReferenceData instead!
167 // It calls StoreLocally function which temporarily stores the data locally; when the preprocessor
168 // finishes the data are transferred to the main storage (Grid).
b948db8d 169
3301427a 170 return StoreLocally(fgkLocalCDB, path, object, metaData, validityStart, validityInfinite);
84090f85 171}
172
173//______________________________________________________________________________________________
3301427a 174Bool_t AliShuttle::StoreReferenceData(const AliCDBPath& path, TObject* object, AliCDBMetaData* metaData)
84090f85 175{
9827400b 176 // Stores a CDB object in the storage for reference data. This objects will not be available during
177 // offline reconstrunction. Use this function for reference data only!
178 // It calls StoreLocally function which temporarily stores the data locally; when the preprocessor
179 // finishes the data are transferred to the main storage (Grid).
85a80aa9 180
3301427a 181 return StoreLocally(fgkLocalRefStorage, path, object, metaData);
85a80aa9 182}
183
184//______________________________________________________________________________________________
3301427a 185Bool_t AliShuttle::StoreLocally(const TString& localUri,
85a80aa9 186 const AliCDBPath& path, TObject* object, AliCDBMetaData* metaData,
187 Int_t validityStart, Bool_t validityInfinite)
188{
9827400b 189 // Store object temporarily in local storage. Parameters are passed by Store and StoreReferenceData functions.
190 // when the preprocessor finishes the data are transferred to the main storage (Grid).
191 // The parameters are:
192 // 1) Uri of the backup storage (Local)
193 // 2) the object's path.
194 // 3) the object to be stored
195 // 4) the metaData to be associated with the object
196 // 5) the validity start run number w.r.t. the current run,
197 // if the data is valid only for this run leave the default 0
198 // 6) specifies if the calibration data is valid for infinity (this means until updated),
199 // typical for calibration runs, the default is kFALSE
200 //
201 // returns 0 if fail, 1 otherwise
84090f85 202
9827400b 203 if (fTestMode & kErrorStorage)
204 {
205 Log(fCurrentDetector, "StoreLocally - In TESTMODE - Simulating error while storing locally");
206 return kFALSE;
207 }
208
3301427a 209 const char* cdbType = (localUri == fgkLocalCDB) ? "CDB" : "Reference";
2bb7b766 210
85a80aa9 211 Int_t firstRun = GetCurrentRun() - validityStart;
84090f85 212 if(firstRun < 0) {
9827400b 213 AliWarning("First valid run happens to be less than 0! Setting it to 0.");
84090f85 214 firstRun=0;
215 }
216
217 Int_t lastRun = -1;
218 if(validityInfinite) {
219 lastRun = AliCDBRunRange::Infinity();
220 } else {
221 lastRun = GetCurrentRun();
222 }
223
3301427a 224 // Version is set to current run, it will be used later to transfer data to Grid
225 AliCDBId id(path, firstRun, lastRun, GetCurrentRun(), -1);
2bb7b766 226
227 if(! dynamic_cast<TObjString*> (metaData->GetProperty("RunUsed(TObjString)"))){
228 TObjString runUsed = Form("%d", GetCurrentRun());
9e080f92 229 metaData->SetProperty("RunUsed(TObjString)", runUsed.Clone());
2bb7b766 230 }
84090f85 231
3301427a 232 Bool_t result = kFALSE;
84090f85 233
3301427a 234 if (!(AliCDBManager::Instance()->GetStorage(localUri))) {
235 Log("SHUTTLE", Form("StoreLocally - Cannot activate local %s storage", cdbType));
84090f85 236 } else {
3301427a 237 result = AliCDBManager::Instance()->GetStorage(localUri)
84090f85 238 ->Put(object, id, metaData);
239 }
240
241 if(!result) {
242
9827400b 243 Log(fCurrentDetector, Form("StoreLocally - Can't store object <%s>!", id.ToString().Data()));
3301427a 244 }
2bb7b766 245
3301427a 246 return result;
247}
84090f85 248
3301427a 249//______________________________________________________________________________________________
250Bool_t AliShuttle::StoreOCDB()
251{
9827400b 252 //
253 // Called when preprocessor ends successfully or when previous storage attempt failed (kStoreError status)
254 // Calls underlying StoreOCDB(const char*) function twice, for OCDB and Reference storage.
255 // Then calls StoreRefFilesToGrid to store reference files.
256 //
257
5e993b6f 258 UpdateShuttleStatus(AliShuttleStatus::kStoreStarted);
56d3e9e4 259
9827400b 260 if (fTestMode & kErrorGrid)
261 {
262 Log("SHUTTLE", "StoreOCDB - In TESTMODE - Simulating error while storing in the Grid");
263 Log(fCurrentDetector, "StoreOCDB - In TESTMODE - Simulating error while storing in the Grid");
264 return kFALSE;
265 }
266
c88ad5db 267 Log("SHUTTLE","StoreOCDB - Storing OCDB data ...");
5e993b6f 268 Int_t resultCDB = StoreOCDB(fgkMainCDB);
86aa42c3 269
c88ad5db 270 Log("SHUTTLE","StoreOCDB - Storing reference data ...");
5e993b6f 271 Int_t resultRef = StoreOCDB(fgkMainRefStorage);
9827400b 272
c88ad5db 273 Log("SHUTTLE","StoreOCDB - Storing reference files ...");
274 Bool_t resultRefFiles = CopyFilesToGrid("reference");
275
276 Bool_t resultMetadata = kTRUE;
277 if(fCurrentDetector == "GRP")
278 {
279 Log("StoreOCDB - SHUTTLE","Storing Run Metadata file ...");
280 resultMetadata = CopyFilesToGrid("metadata");
281 }
9827400b 282
5e993b6f 283 Int_t storeResult = 0;
284
285 if (resultCDB < 0 || resultRef < 0 || resultRefFiles == kFALSE || resultMetadata == kFALSE)
286 storeResult = -1;
287 else if (resultCDB > 0 || resultRef > 0)
288 storeResult = 1;
289
290 if (storeResult < 0)
291 {
292 Log("SHUTTLE",
293 Form("\t\t\t****** run %d - %s: STORAGE ERROR ******",
294 GetCurrentRun(), fCurrentDetector.Data()));
295 UpdateShuttleStatus(AliShuttleStatus::kStoreError);
296 }
297 else if (storeResult > 0)
298 {
299 Log("SHUTTLE",
300 Form("\t\t\t****** run %d - %s: STORAGE DELAYED ******",
301 GetCurrentRun(), fCurrentDetector.Data()));
302 UpdateShuttleStatus(AliShuttleStatus::kStoreDelayed);
303 }
304 else if (storeResult == 0)
305 {
306 Log("SHUTTLE",
307 Form("\t\t\t****** run %d - %s: DONE ******",
308 GetCurrentRun(), fCurrentDetector.Data()));
309 UpdateShuttleStatus(AliShuttleStatus::kDone);
310 UpdateShuttleLogbook(fCurrentDetector, "DONE");
311 }
312
313 return (storeResult == 0);
3301427a 314}
315
316//______________________________________________________________________________________________
5e993b6f 317Int_t AliShuttle::StoreOCDB(const TString& gridURI)
3301427a 318{
319 //
320 // Called by StoreOCDB(), performs actual storage to the main OCDB and reference storages (Grid)
321 //
5e993b6f 322 // Return code:
323 // -2 initialization error
324 // -1 storage error
325 // 0 success
326 // 1 storage delayed (e.g. previous unprocessed runs)
327 //
3301427a 328
329 TObjArray* gridIds=0;
330
331 Bool_t result = kTRUE;
5e993b6f 332 Bool_t delayed = kFALSE;
3301427a 333
334 const char* type = 0;
335 TString localURI;
336 if(gridURI == fgkMainCDB) {
337 type = "OCDB";
338 localURI = fgkLocalCDB;
339 } else if(gridURI == fgkMainRefStorage) {
340 type = "reference";
341 localURI = fgkLocalRefStorage;
342 } else {
343 AliError(Form("Invalid storage URI: %s", gridURI.Data()));
5e993b6f 344 return -2;
3301427a 345 }
346
347 AliCDBManager* man = AliCDBManager::Instance();
348
349 AliCDBStorage *gridSto = man->GetStorage(gridURI);
350 if(!gridSto) {
351 Log("SHUTTLE",
352 Form("StoreOCDB - cannot activate main %s storage", type));
5e993b6f 353 return -2;
3301427a 354 }
355
356 gridIds = gridSto->GetQueryCDBList();
357
358 // get objects previously stored in local CDB
359 AliCDBStorage *localSto = man->GetStorage(localURI);
360 if(!localSto) {
361 Log("SHUTTLE",
362 Form("StoreOCDB - cannot activate local %s storage", type));
5e993b6f 363 return -2;
3301427a 364 }
365 AliCDBPath aPath(GetOfflineDetName(fCurrentDetector.Data()),"*","*");
366 // Local objects were stored with current run as Grid version!
367 TList* localEntries = localSto->GetAll(aPath.GetPath(), GetCurrentRun(), GetCurrentRun());
368 localEntries->SetOwner(1);
369
370 // loop on local stored objects
371 TIter localIter(localEntries);
372 AliCDBEntry *aLocEntry = 0;
373 while((aLocEntry = dynamic_cast<AliCDBEntry*> (localIter.Next()))){
374 aLocEntry->SetOwner(1);
375 AliCDBId aLocId = aLocEntry->GetId();
376 aLocEntry->SetVersion(-1);
377 aLocEntry->SetSubVersion(-1);
6c0c9948 378
379 Log(fCurrentDetector.Data(), Form("Attempting to store %s", aLocId.ToString().Data()));
3301427a 380
381 // If local object is valid up to infinity we store it only if it is
382 // the first unprocessed run!
383 if (aLocId.GetLastRun() == AliCDBRunRange::Infinity() &&
384 !fFirstUnprocessed[GetDetPos(fCurrentDetector)])
385 {
386 Log("SHUTTLE", Form("StoreOCDB - %s: object %s has validity infinite but "
387 "there are previous unprocessed runs!",
388 fCurrentDetector.Data(), aLocId.GetPath().Data()));
5e993b6f 389 Log(fCurrentDetector.Data(), Form("StoreOCDB - %s: object %s has validity infinite but "
390 "there are previous unprocessed runs!",
391 fCurrentDetector.Data(), aLocId.GetPath().Data()));
392 delayed = kTRUE;
3301427a 393 continue;
394 }
395
396 // loop on Grid valid Id's
397 Bool_t store = kTRUE;
398 TIter gridIter(gridIds);
399 AliCDBId* aGridId = 0;
6c0c9948 400 while ((aGridId = dynamic_cast<AliCDBId*> (gridIter.Next()))) {
401 if (aGridId->GetPath() != aLocId.GetPath())
402 continue;
3301427a 403 // skip all objects valid up to infinity
6c0c9948 404 if (aGridId->GetLastRun() == AliCDBRunRange::Infinity())
405 continue;
406
3301427a 407 // if we get here, it means there's already some more recent object stored on Grid!
6c0c9948 408 Log(fCurrentDetector.Data(),
409 Form("StoreOCDB - A more recent object already exists in %s storage: <%s>",
410 type, aGridId->ToString().Data()));
411
3301427a 412 store = kFALSE;
413 break;
414 }
415
6c0c9948 416 Bool_t storeOk = kFALSE;
417 if (store)
418 {
419 Log(fCurrentDetector.Data(), Form("Prechecks succeeded. Ready to store %s", aLocId.ToString().Data()));
420 storeOk = gridSto->Put(aLocEntry);
421 if (storeOk) {
3301427a 422 Log("SHUTTLE",
6c0c9948 423 Form("StoreOCDB - Object <%s> successfully put into %s storage",
424 aLocId.ToString().Data(), type));
2d9019b4 425 Log(fCurrentDetector.Data(),
426 Form("StoreOCDB - Object <%s> successfully put into %s storage",
6c0c9948 427 aLocId.ToString().Data(), type));
428 } else {
429 Log("SHUTTLE",
430 Form("StoreOCDB - Grid %s storage of object <%s> failed",
431 type, aLocId.ToString().Data()));
432 Log(fCurrentDetector.Data(),
433 Form("StoreOCDB - Grid %s storage of object <%s> failed",
434 type, aLocId.ToString().Data()));
435 result = kFALSE;
3301427a 436 }
6c0c9948 437 }
438
439 if (!store || storeOk) {
440 // removing local file...
3301427a 441 TString filename;
442 localSto->IdToFilename(aLocId, filename);
c88ad5db 443 Log("SHUTTLE", Form("StoreOCDB - Removing local file %s", filename.Data()));
3301427a 444 RemoveFile(filename.Data());
b948db8d 445 }
446 }
3301427a 447 localEntries->Clear();
2bb7b766 448
5e993b6f 449 Int_t returnCode = 0;
450
451 if (result == kFALSE)
452 returnCode = -1;
453 else if (delayed != kFALSE)
454 returnCode = 1;
455
456 Log("SHUTTLE", Form("StoreOCDB - Returning with %d (result = %d, delayed = %d)", returnCode, result, delayed));
457 Log(fCurrentDetector.Data(), Form("StoreOCDB - Returning with %d (result = %d, delayed = %d)", returnCode, result, delayed));
458
459 return returnCode;
3301427a 460}
461
546242fb 462//______________________________________________________________________________________________
463Bool_t AliShuttle::CleanReferenceStorage(const char* detector)
464{
2d9019b4 465 // clears the directory used to store reference files of a given subdetector
546242fb 466
467 AliCDBManager* man = AliCDBManager::Instance();
468 AliCDBStorage* sto = man->GetStorage(fgkLocalRefStorage);
2d9019b4 469 TString localBaseFolder = sto->GetBaseFolder();
470
471 TString targetDir = GetRefFilePrefix(localBaseFolder.Data(), detector);
472
d524ade6 473 Log("SHUTTLE", Form("CleanReferenceStorage - Cleaning %s", targetDir.Data()));
2d9019b4 474
475 TString begin;
476 begin.Form("%d_", GetCurrentRun());
477
478 TSystemDirectory* baseDir = new TSystemDirectory("/", targetDir);
479 if (!baseDir)
480 return kTRUE;
481
482 TList* dirList = baseDir->GetListOfFiles();
483 delete baseDir;
484
485 if (!dirList) return kTRUE;
486
487 if (dirList->GetEntries() < 3)
488 {
489 delete dirList;
490 return kTRUE;
491 }
492
493 Int_t nDirs = 0, nDel = 0;
494 TIter dirIter(dirList);
495 TSystemFile* entry = 0;
546242fb 496
2d9019b4 497 Bool_t success = kTRUE;
546242fb 498
2d9019b4 499 while ((entry = dynamic_cast<TSystemFile*> (dirIter.Next())))
500 {
501 if (entry->IsDirectory())
502 continue;
503
504 TString fileName(entry->GetName());
505 if (!fileName.BeginsWith(begin))
506 continue;
507
508 nDirs++;
509
510 // delete file
511 Int_t result = gSystem->Unlink(fileName.Data());
512
513 if (result)
514 {
d524ade6 515 Log("SHUTTLE", Form("CleanReferenceStorage - Could not delete file %s!", fileName.Data()));
2d9019b4 516 success = kFALSE;
517 } else {
518 nDel++;
519 }
520 }
521
522 if(nDirs > 0)
523 Log("SHUTTLE", Form("CleanReferenceStorage - %d (over %d) reference files in folder %s were deleted.",
524 nDel, nDirs, targetDir.Data()));
525
526
527 delete dirList;
528 return success;
529
530
531
532
533
546242fb 534
535 Int_t result = gSystem->GetPathInfo(targetDir, 0, (Long64_t*) 0, 0, 0);
536 if (result == 0)
537 {
538 // delete directory
d524ade6 539 result = gSystem->Exec(Form("rm -rf %s", targetDir.Data()));
546242fb 540 if (result != 0)
541 {
d524ade6 542 Log("SHUTTLE", Form("CleanReferenceStorage - Could not clean directory %s", targetDir.Data()));
546242fb 543 return kFALSE;
544 }
545 }
546
547 result = gSystem->mkdir(targetDir, kTRUE);
548 if (result != 0)
549 {
c88ad5db 550 Log("SHUTTLE", Form("CleanReferenceStorage - Error creating base directory %s", targetDir.Data()));
546242fb 551 return kFALSE;
552 }
553
554 return kTRUE;
555}
556
9827400b 557//______________________________________________________________________________________________
558Bool_t AliShuttle::StoreReferenceFile(const char* detector, const char* localFile, const char* gridFileName)
559{
560 //
3c2a21c8 561 // Stores reference file directly (without opening it). This function stores the file locally.
9827400b 562 //
3c2a21c8 563 // The file is stored under the following location:
564 // <base folder of local reference storage>/<DET>/<RUN#>_<gridFileName>
565 // where <gridFileName> is the second parameter given to the function
566 //
9827400b 567
568 if (fTestMode & kErrorStorage)
569 {
570 Log(fCurrentDetector, "StoreReferenceFile - In TESTMODE - Simulating error while storing locally");
571 return kFALSE;
572 }
573
574 AliCDBManager* man = AliCDBManager::Instance();
575 AliCDBStorage* sto = man->GetStorage(fgkLocalRefStorage);
576
577 TString localBaseFolder = sto->GetBaseFolder();
578
d524ade6 579 TString target = GetRefFilePrefix(localBaseFolder.Data(), detector);
580 target.Append(Form("/%d_%s", GetCurrentRun(), gridFileName));
9827400b 581
d524ade6 582 return CopyFileLocally(localFile, target);
c88ad5db 583}
584
585//______________________________________________________________________________________________
586Bool_t AliShuttle::StoreRunMetadataFile(const char* localFile, const char* gridFileName)
587{
588 //
589 // Stores Run metadata file to the Grid, in the run folder
590 //
591 // Only GRP can call this function.
592
593 if (fTestMode & kErrorStorage)
594 {
595 Log(fCurrentDetector, "StoreRunMetaDataFile - In TESTMODE - Simulating error while storing locally");
596 return kFALSE;
597 }
598
599 AliCDBManager* man = AliCDBManager::Instance();
600 AliCDBStorage* sto = man->GetStorage(fgkLocalRefStorage);
601
602 TString localBaseFolder = sto->GetBaseFolder();
603
604 // Build Run level folder
955d2abc 605 // folder = /alice/data/year/lhcPeriod/runNb/raw
c88ad5db 606
c88ad5db 607
675f64cd 608 TString lhcPeriod = GetLHCPeriod();
c88ad5db 609 if (lhcPeriod.Length() == 0)
610 {
611 Log("SHUTTLE","StoreRunMetaDataFile - LHCPeriod not found in logbook!");
612 return 0;
613 }
a1c5723b 614
615 // TODO partitions with one detector only write data into LHCperiod_DET
2694f253 616 TString partition = GetRunParameter("detector");
a1c5723b 617
618 if (partition.Length() > 0 && partition != "ALICE")
619 {
620 lhcPeriod.Append(Form("_%s", partition.Data()));
621 Log(fCurrentDetector, Form("Run data tags merged file will be written in %s",
622 lhcPeriod.Data()));
623 }
8884d71e 624
b8cf5e0f 625 TString target = Form("%s/GRP/RunMetadata%s%d/%s/%09d/raw/%s",
626 localBaseFolder.Data(), fConfig->GetAlienPath(), GetCurrentYear(),
d524ade6 627 lhcPeriod.Data(), GetCurrentRun(), gridFileName);
c88ad5db 628
d524ade6 629 return CopyFileLocally(localFile, target);
c88ad5db 630}
631
632//______________________________________________________________________________________________
d524ade6 633Bool_t AliShuttle::CopyFileLocally(const char* localFile, const TString& target)
c88ad5db 634{
635 //
636 // Stores file locally. Called by StoreReferenceFile and StoreRunMetadataFile
d524ade6 637 // Files are temporarily stored in the local reference storage. When the preprocessor
638 // finishes, the Shuttle calls CopyFilesToGrid to transfer the files to AliEn
639 // (in reference or run level folders)
c88ad5db 640 //
641
d524ade6 642 TString targetDir(target(0, target.Last('/')));
643
644 //try to open base dir folder, if it does not exist
2d9019b4 645 void* dir = gSystem->OpenDirectory(targetDir.Data());
646 if (dir == NULL) {
647 if (gSystem->mkdir(targetDir.Data(), kTRUE)) {
a1c5723b 648 Log("SHUTTLE", Form("CopyFileLocally - Can't open directory <%s>", targetDir.Data()));
2d9019b4 649 return kFALSE;
650 }
651
652 } else {
653 gSystem->FreeDirectory(dir);
654 }
9827400b 655
7d43a416 656 Int_t result = 0;
657
658 result = gSystem->GetPathInfo(localFile, 0, (Long64_t*) 0, 0, 0);
9827400b 659 if (result)
660 {
a1c5723b 661 Log("SHUTTLE", Form("CopyFileLocally - %s does not exist", localFile));
546242fb 662 return kFALSE;
9827400b 663 }
546242fb 664
7d43a416 665 result = gSystem->GetPathInfo(target, 0, (Long64_t*) 0, 0, 0);
666 if (!result)
667 {
a1c5723b 668 Log("SHUTTLE", Form("CopyFileLocally - target file %s already exist, removing...", target.Data()));
7d43a416 669 if (gSystem->Unlink(target.Data()))
670 {
a1c5723b 671 Log("SHUTTLE", Form("CopyFileLocally - Could not remove existing target file %s!", target.Data()));
7d43a416 672 return kFALSE;
673 }
674 }
675
9827400b 676 result = gSystem->CopyFile(localFile, target);
677
678 if (result == 0)
679 {
a1c5723b 680 Log("SHUTTLE", Form("CopyFileLocally - File %s stored locally to %s", localFile, target.Data()));
9827400b 681 return kTRUE;
682 }
683 else
684 {
a1c5723b 685 Log("SHUTTLE", Form("CopyFileLocally - Could not store file %s to %s! Error code = %d",
546242fb 686 localFile, target.Data(), result));
9827400b 687 return kFALSE;
688 }
c88ad5db 689
690
691
9827400b 692}
693
694//______________________________________________________________________________________________
c88ad5db 695Bool_t AliShuttle::CopyFilesToGrid(const char* type)
9827400b 696{
697 //
c88ad5db 698 // Transfers local files to the Grid. Local files can be reference files
699 // or run metadata file (from GRP only).
9827400b 700 //
c88ad5db 701 // According to the type (ref, metadata) the files are stored under the following location:
702 // ref --> <base folder of reference storage>/<DET>/<RUN#>_<gridFileName>
703 // metadata --> <run data folder>/<MetadataFileName>
86aa42c3 704 //
c88ad5db 705
9827400b 706 AliCDBManager* man = AliCDBManager::Instance();
707 AliCDBStorage* sto = man->GetStorage(fgkLocalRefStorage);
708 if (!sto)
709 return kFALSE;
710 TString localBaseFolder = sto->GetBaseFolder();
9827400b 711
c88ad5db 712 TString dir;
713 TString alienDir;
9827400b 714 TString begin;
9827400b 715
c88ad5db 716 if (strcmp(type, "reference") == 0)
717 {
718 dir = GetRefFilePrefix(localBaseFolder.Data(), fCurrentDetector.Data());
719 AliCDBStorage* gridSto = man->GetStorage(fgkMainRefStorage);
720 if (!gridSto)
721 return kFALSE;
722 TString gridBaseFolder = gridSto->GetBaseFolder();
723 alienDir = GetRefFilePrefix(gridBaseFolder.Data(), fCurrentDetector.Data());
724 begin = Form("%d_", GetCurrentRun());
725 }
726 else if (strcmp(type, "metadata") == 0)
727 {
c88ad5db 728
675f64cd 729 TString lhcPeriod = GetLHCPeriod();
c88ad5db 730
731 if (lhcPeriod.Length() == 0)
732 {
733 Log("SHUTTLE","CopyFilesToGrid - LHCPeriod not found in logbook!");
734 return 0;
735 }
736
a1c5723b 737 // TODO partitions with one detector only write data into LHCperiod_DET
2694f253 738 TString partition = GetRunParameter("detector");
a1c5723b 739
740 if (partition.Length() > 0 && partition != "ALICE")
741 {
742 lhcPeriod.Append(Form("_%s", partition.Data()));
743 }
744
b8cf5e0f 745 dir = Form("%s/GRP/RunMetadata%s%d/%s/%09d/raw",
746 localBaseFolder.Data(), fConfig->GetAlienPath(), GetCurrentYear(),
c88ad5db 747 lhcPeriod.Data(), GetCurrentRun());
b8cf5e0f 748 alienDir = dir(dir.Index(fConfig->GetAlienPath()), dir.Length());
675f64cd 749
c88ad5db 750 begin = "";
751 }
752 else
753 {
754 Log("SHUTTLE", "CopyFilesToGrid - Unexpected: type label must be reference or metadata!");
755 return kFALSE;
756 }
757
9827400b 758 TSystemDirectory* baseDir = new TSystemDirectory("/", dir);
3d8bc902 759 if (!baseDir)
760 return kTRUE;
761
2d9019b4 762 TList* dirList = baseDir->GetListOfFiles();
763 delete baseDir;
764
765 if (!dirList) return kTRUE;
766
767 if (dirList->GetEntries() < 3)
3d8bc902 768 {
2d9019b4 769 delete dirList;
9827400b 770 return kTRUE;
3d8bc902 771 }
2d9019b4 772
546242fb 773 if (!gGrid)
774 {
c88ad5db 775 Log("SHUTTLE", "CopyFilesToGrid - Connection to Grid failed: Cannot continue!");
2d9019b4 776 delete dirList;
546242fb 777 return kFALSE;
778 }
779
2d9019b4 780 Int_t nDirs = 0, nTransfer = 0;
781 TIter dirIter(dirList);
782 TSystemFile* entry = 0;
783
9827400b 784 Bool_t success = kTRUE;
3d8bc902 785 Bool_t first = kTRUE;
9827400b 786
2d9019b4 787 while ((entry = dynamic_cast<TSystemFile*> (dirIter.Next())))
788 {
9827400b 789 if (entry->IsDirectory())
790 continue;
791
792 TString fileName(entry->GetName());
793 if (!fileName.BeginsWith(begin))
794 continue;
795
2d9019b4 796 nDirs++;
797
3d8bc902 798 if (first)
799 {
800 first = kFALSE;
c88ad5db 801 // check that folder exists, otherwise create it
3d8bc902 802 TGridResult* result = gGrid->Ls(alienDir.Data(), "a");
803
804 if (!result)
2d9019b4 805 {
806 delete dirList;
3d8bc902 807 return kFALSE;
2d9019b4 808 }
3d8bc902 809
546242fb 810 if (!result->GetFileName(1)) // TODO: It looks like element 0 is always 0!!
3d8bc902 811 {
675f64cd 812 // TODO It does not work currently! Bug in TAliEn::Mkdir
813 // TODO Manually fixed in local root v5-16-00
c88ad5db 814 if (!gGrid->Mkdir(alienDir.Data(),"-p",0))
3d8bc902 815 {
c88ad5db 816 Log("SHUTTLE", Form("CopyFilesToGrid - Cannot create directory %s",
3d8bc902 817 alienDir.Data()));
2d9019b4 818 delete dirList;
3d8bc902 819 return kFALSE;
546242fb 820 } else {
c88ad5db 821 Log("SHUTTLE",Form("CopyFilesToGrid - Folder %s created", alienDir.Data()));
3d8bc902 822 }
823
546242fb 824 } else {
c88ad5db 825 Log("SHUTTLE",Form("CopyFilesToGrid - Folder %s found", alienDir.Data()));
3d8bc902 826 }
827 }
828
9827400b 829 TString fullLocalPath;
830 fullLocalPath.Form("%s/%s", dir.Data(), fileName.Data());
831
832 TString fullGridPath;
833 fullGridPath.Form("alien://%s/%s", alienDir.Data(), fileName.Data());
834
a986b218 835 Bool_t result = TFile::Cp(fullLocalPath, fullGridPath);
9827400b 836
837 if (result)
838 {
c88ad5db 839 Log("SHUTTLE", Form("CopyFilesToGrid - Copying local file %s to %s succeeded!",
840 fullLocalPath.Data(), fullGridPath.Data()));
9827400b 841 RemoveFile(fullLocalPath);
2d9019b4 842 nTransfer++;
9827400b 843 }
844 else
845 {
c88ad5db 846 Log("SHUTTLE", Form("CopyFilesToGrid - Copying local file %s to %s FAILED!",
847 fullLocalPath.Data(), fullGridPath.Data()));
9827400b 848 success = kFALSE;
849 }
850 }
2d9019b4 851
c88ad5db 852 Log("SHUTTLE", Form("CopyFilesToGrid - %d (over %d) files in folder %s copied to Grid.",
853 nTransfer, nDirs, dir.Data()));
2d9019b4 854
855
856 delete dirList;
9827400b 857 return success;
858}
859
2d9019b4 860//______________________________________________________________________________________________
861const char* AliShuttle::GetRefFilePrefix(const char* base, const char* detector)
862{
863 //
864 // Get folder name of reference files
865 //
866
867 TString offDetStr(GetOfflineDetName(detector));
868 TString dir;
869 if (offDetStr == "ITS" || offDetStr == "MUON" || offDetStr == "PHOS")
870 {
871 dir.Form("%s/%s/%s", base, offDetStr.Data(), detector);
872 } else {
873 dir.Form("%s/%s", base, offDetStr.Data());
874 }
875
876 return dir.Data();
877
878
879}
c88ad5db 880
3301427a 881//______________________________________________________________________________________________
882void AliShuttle::CleanLocalStorage(const TString& uri)
883{
9827400b 884 //
885 // Called in case the preprocessor is declared failed. Remove remaining objects from the local storages.
886 //
3301427a 887
888 const char* type = 0;
889 if(uri == fgkLocalCDB) {
890 type = "OCDB";
891 } else if(uri == fgkLocalRefStorage) {
546242fb 892 type = "Reference";
3301427a 893 } else {
894 AliError(Form("Invalid storage URI: %s", uri.Data()));
895 return;
896 }
897
898 AliCDBManager* man = AliCDBManager::Instance();
b948db8d 899
3301427a 900 // open local storage
901 AliCDBStorage *localSto = man->GetStorage(uri);
902 if(!localSto) {
903 Log("SHUTTLE",
904 Form("CleanLocalStorage - cannot activate local %s storage", type));
905 return;
906 }
907
908 TString filename(Form("%s/%s/*/Run*_v%d_s*.root",
546242fb 909 localSto->GetBaseFolder().Data(), GetOfflineDetName(fCurrentDetector.Data()), GetCurrentRun()));
3301427a 910
c88ad5db 911 AliDebug(2, Form("filename = %s", filename.Data()));
3301427a 912
c88ad5db 913 Log("SHUTTLE", Form("Removing remaining local files for run %d and detector %s ...",
3301427a 914 GetCurrentRun(), fCurrentDetector.Data()));
915
916 RemoveFile(filename.Data());
917
918}
919
920//______________________________________________________________________________________________
921void AliShuttle::RemoveFile(const char* filename)
922{
9827400b 923 //
924 // removes local file
925 //
3301427a 926
927 TString command(Form("rm -f %s", filename));
928
929 Int_t result = gSystem->Exec(command.Data());
930 if(result != 0)
931 {
932 Log("SHUTTLE", Form("RemoveFile - %s: Cannot remove file %s!",
933 fCurrentDetector.Data(), filename));
934 }
73abe331 935}
936
b948db8d 937//______________________________________________________________________________________________
5164a766 938AliShuttleStatus* AliShuttle::ReadShuttleStatus()
939{
9827400b 940 //
941 // Reads the AliShuttleStatus from the CDB
942 //
5164a766 943
2bb7b766 944 if (fStatusEntry){
945 delete fStatusEntry;
946 fStatusEntry = 0;
947 }
5164a766 948
10a5a932 949 fStatusEntry = AliCDBManager::Instance()->GetStorage(GetLocalCDB())
2bb7b766 950 ->Get(Form("/SHUTTLE/STATUS/%s", fCurrentDetector.Data()), GetCurrentRun());
5164a766 951
2bb7b766 952 if (!fStatusEntry) return 0;
953 fStatusEntry->SetOwner(1);
5164a766 954
2bb7b766 955 AliShuttleStatus* status = dynamic_cast<AliShuttleStatus*> (fStatusEntry->GetObject());
956 if (!status) {
957 AliError("Invalid object stored to CDB!");
958 return 0;
959 }
5164a766 960
2bb7b766 961 return status;
5164a766 962}
963
964//______________________________________________________________________________________________
7bfb2090 965Bool_t AliShuttle::WriteShuttleStatus(AliShuttleStatus* status)
5164a766 966{
9827400b 967 //
968 // writes the status for one subdetector
969 //
2bb7b766 970
971 if (fStatusEntry){
972 delete fStatusEntry;
973 fStatusEntry = 0;
974 }
5164a766 975
2bb7b766 976 Int_t run = GetCurrentRun();
5164a766 977
2bb7b766 978 AliCDBId id(AliCDBPath("SHUTTLE", "STATUS", fCurrentDetector), run, run);
5164a766 979
2bb7b766 980 fStatusEntry = new AliCDBEntry(status, id, new AliCDBMetaData);
981 fStatusEntry->SetOwner(1);
5164a766 982
2bb7b766 983 UInt_t result = AliCDBManager::Instance()->GetStorage(fgkLocalCDB)->Put(fStatusEntry);
7bfb2090 984
2bb7b766 985 if (!result) {
3301427a 986 Log("SHUTTLE", Form("WriteShuttleStatus - Failed for %s, run %d",
987 fCurrentDetector.Data(), run));
2bb7b766 988 return kFALSE;
989 }
e7f62f16 990
8e828d39 991 SendMLDetInfo();
7bfb2090 992
2bb7b766 993 return kTRUE;
5164a766 994}
995
996//______________________________________________________________________________________________
997void AliShuttle::UpdateShuttleStatus(AliShuttleStatus::Status newStatus, Bool_t increaseCount)
998{
9827400b 999 //
1000 // changes the AliShuttleStatus for the given detector and run to the given status
1001 //
5164a766 1002
2bb7b766 1003 if (!fStatusEntry){
1004 AliError("UNEXPECTED: fStatusEntry empty");
1005 return;
1006 }
5164a766 1007
2bb7b766 1008 AliShuttleStatus* status = dynamic_cast<AliShuttleStatus*> (fStatusEntry->GetObject());
5164a766 1009
2bb7b766 1010 if (!status){
c88ad5db 1011 Log("SHUTTLE", "UpdateShuttleStatus - UNEXPECTED: status could not be read from current CDB entry");
2bb7b766 1012 return;
1013 }
5164a766 1014
2c15234c 1015 TString actionStr = Form("UpdateShuttleStatus - %s: Changing state from %s to %s",
eba76848 1016 fCurrentDetector.Data(),
36c99a6a 1017 status->GetStatusName(),
eba76848 1018 status->GetStatusName(newStatus));
cb343cfd 1019 Log("SHUTTLE", actionStr);
1020 SetLastAction(actionStr);
5164a766 1021
2bb7b766 1022 status->SetStatus(newStatus);
1023 if (increaseCount) status->IncreaseCount();
5164a766 1024
2bb7b766 1025 AliCDBManager::Instance()->GetStorage(fgkLocalCDB)->Put(fStatusEntry);
e7f62f16 1026
8e828d39 1027 SendMLDetInfo();
5164a766 1028}
e7f62f16 1029
1030//______________________________________________________________________________________________
8e828d39 1031void AliShuttle::SendMLDetInfo()
e7f62f16 1032{
1033 //
1034 // sends ML information about the current status of the current detector being processed
1035 //
1036
1037 AliShuttleStatus* status = dynamic_cast<AliShuttleStatus*> (fStatusEntry->GetObject());
1038
1039 if (!status){
8e828d39 1040 Log("SHUTTLE", "SendMLDetInfo - UNEXPECTED: status could not be read from current CDB entry");
e7f62f16 1041 return;
1042 }
1043
1044 TMonaLisaText mlStatus(Form("%s_status", fCurrentDetector.Data()), status->GetStatusName());
1045 TMonaLisaValue mlRetryCount(Form("%s_count", fCurrentDetector.Data()), status->GetCount());
1046
1047 TList mlList;
1048 mlList.Add(&mlStatus);
1049 mlList.Add(&mlRetryCount);
1050
ee6f7523 1051 TString mlID;
1052 mlID.Form("%d", GetCurrentRun());
1053 fMonaLisa->SendParameters(&mlList, mlID);
e7f62f16 1054}
1055
5164a766 1056//______________________________________________________________________________________________
1057Bool_t AliShuttle::ContinueProcessing()
1058{
9827400b 1059 // this function reads the AliShuttleStatus information from CDB and
1060 // checks if the processing should be continued
1061 // if yes it returns kTRUE and updates the AliShuttleStatus with nextStatus
2bb7b766 1062
926cbc0e 1063 if (!fConfig->HostProcessDetector(fCurrentDetector))
1064 return kFALSE;
57c1a579 1065
1066 AliPreprocessor* aPreprocessor =
1067 dynamic_cast<AliPreprocessor*> (fPreprocessorMap.GetValue(fCurrentDetector));
1068 if (!aPreprocessor)
1069 {
c88ad5db 1070 Log("SHUTTLE", Form("ContinueProcessing - %s: no preprocessor registered", fCurrentDetector.Data()));
57c1a579 1071 return kFALSE;
1072 }
1073
2bb7b766 1074 AliShuttleLogbookEntry::Status entryStatus =
eba76848 1075 fLogbookEntry->GetDetectorStatus(fCurrentDetector);
2bb7b766 1076
5e993b6f 1077 if (entryStatus != AliShuttleLogbookEntry::kUnprocessed) {
c88ad5db 1078 Log("SHUTTLE", Form("ContinueProcessing - %s is %s",
2bb7b766 1079 fCurrentDetector.Data(),
1080 fLogbookEntry->GetDetectorStatusName(entryStatus)));
1081 return kFALSE;
1082 }
1083
1084 // if we get here, according to Shuttle logbook subdetector is in UNPROCESSED state
be48e3ea 1085
1086 // check if current run is first unprocessed run for current detector
1087 if (fConfig->StrictRunOrder(fCurrentDetector) &&
1088 !fFirstUnprocessed[GetDetPos(fCurrentDetector)])
1089 {
86aa42c3 1090 if (fTestMode == kNone)
1091 {
c88ad5db 1092 Log("SHUTTLE", Form("ContinueProcessing - %s requires strict run ordering"
1093 " but this is not the first unprocessed run!"));
86aa42c3 1094 return kFALSE;
1095 }
1096 else
1097 {
c88ad5db 1098 Log("SHUTTLE", Form("ContinueProcessing - In TESTMODE - "
1099 "Although %s requires strict run ordering "
1100 "and this is not the first unprocessed run, "
1101 "the SHUTTLE continues"));
86aa42c3 1102 }
be48e3ea 1103 }
1104
926cbc0e 1105 // Is the subdetector processed first time for this run?
1106 fFirstProcessing = kFALSE;
1107
2bb7b766 1108 AliShuttleStatus* status = ReadShuttleStatus();
1109 if (!status) {
1110 // first time
1111 Log("SHUTTLE", Form("ContinueProcessing - %s: Processing first time",
1112 fCurrentDetector.Data()));
1113 status = new AliShuttleStatus(AliShuttleStatus::kStarted);
926cbc0e 1114 fFirstProcessing = kTRUE;
2bb7b766 1115 return WriteShuttleStatus(status);
1116 }
1117
ffa25f20 1118 // The following case shouldn't happen if Shuttle Logbook was correctly updated.
2bb7b766 1119 // If it happens it may mean Logbook updating failed... let's do it now!
1120 if (status->GetStatus() == AliShuttleStatus::kDone ||
ffa25f20 1121 status->GetStatus() == AliShuttleStatus::kFailed ||
1122 status->GetStatus() == AliShuttleStatus::kSkipped) {
2bb7b766 1123 Log("SHUTTLE", Form("ContinueProcessing - %s is already %s. Updating Shuttle Logbook",
1124 fCurrentDetector.Data(),
1125 status->GetStatusName(status->GetStatus())));
ffa25f20 1126
1127 if (status->GetStatus() == AliShuttleStatus::kSkipped)
1128 {
1129 UpdateShuttleLogbook(fCurrentDetector.Data(), "DONE");
1130 }
1131 else
1132 UpdateShuttleLogbook(fCurrentDetector.Data(), status->GetStatusName(status->GetStatus()));
1133
2bb7b766 1134 return kFALSE;
1135 }
1136
5e993b6f 1137 if (status->GetStatus() == AliShuttleStatus::kStoreStarted || status->GetStatus() == AliShuttleStatus::kStoreDelayed ||status->GetStatus() == AliShuttleStatus::kStoreError) {
2bb7b766 1138 Log("SHUTTLE",
c88ad5db 1139 Form("ContinueProcessing - %s: Grid storage of one or more "
1140 "objects failed. Trying again now",
2bb7b766 1141 fCurrentDetector.Data()));
5e993b6f 1142 StoreOCDB();
2bb7b766 1143 return kFALSE;
1144 }
1145
1146 // if we get here, there is a restart
57c1a579 1147 Bool_t cont = kFALSE;
2bb7b766 1148
1149 // abort conditions
cb343cfd 1150 if (status->GetCount() >= fConfig->GetMaxRetries()) {
57c1a579 1151 Log("SHUTTLE", Form("ContinueProcessing - %s failed %d times in status %s - "
1152 "Updating Shuttle Logbook", fCurrentDetector.Data(),
2bb7b766 1153 status->GetCount(), status->GetStatusName()));
1154 UpdateShuttleLogbook(fCurrentDetector.Data(), "FAILED");
e7f62f16 1155 UpdateShuttleStatus(AliShuttleStatus::kFailed);
3301427a 1156
1157 // there may still be objects in local OCDB and reference storage
1158 // and FXS databases may be not updated: do it now!
9827400b 1159
1160 // TODO Currently disabled, we want to keep files in case of failure!
1161 // CleanLocalStorage(fgkLocalCDB);
1162 // CleanLocalStorage(fgkLocalRefStorage);
1163 // UpdateTableFailCase();
1164
1165 // Send mail to detector expert!
c88ad5db 1166 Log("SHUTTLE", Form("ContinueProcessing - Sending mail to %s expert...",
926cbc0e 1167 fCurrentDetector.Data()));
339adafa 1168 if (!SendMail(kPPEMail))
9827400b 1169 Log("SHUTTLE", Form("ContinueProcessing - Could not send mail to %s expert",
926cbc0e 1170 fCurrentDetector.Data()));
3301427a 1171
57c1a579 1172 } else {
1173 Log("SHUTTLE", Form("ContinueProcessing - %s: restarting. "
1174 "Aborted before with %s. Retry number %d.", fCurrentDetector.Data(),
1175 status->GetStatusName(), status->GetCount()));
9827400b 1176 Bool_t increaseCount = kTRUE;
c88ad5db 1177 if (status->GetStatus() == AliShuttleStatus::kDCSError ||
8da81210 1178 status->GetStatus() == AliShuttleStatus::kDCSStarted ||
1179 status->GetStatus() == AliShuttleStatus::kFXSError)
c88ad5db 1180 increaseCount = kFALSE;
675f64cd 1181
9827400b 1182 UpdateShuttleStatus(AliShuttleStatus::kStarted, increaseCount);
57c1a579 1183 cont = kTRUE;
2bb7b766 1184 }
1185
57c1a579 1186 return cont;
5164a766 1187}
1188
8e828d39 1189//______________________________________________________________________________________________
1190void AliShuttle::SendMLRunInfo(const char* status)
1191{
1192 //
1193 // Send information about this run to ML
1194
1195 TMonaLisaText mlStatus("SHUTTLE_status", status);
1196 TString runType(fLogbookEntry->GetRunType());
1197 if (strlen(fLogbookEntry->GetRunParameter("log")) > 0){
1198
1199 runType += "(";
1200 runType += fLogbookEntry->GetRunParameter("log");
1201 runType += ")";
1202 }
1203 TMonaLisaText mlRunType("SHUTTLE_runtype", runType);
1204
1205 TList mlList;
1206 mlList.Add(&mlStatus);
1207 mlList.Add(&mlRunType);
1208
1209 TString mlID;
1210 mlID.Form("%d", GetCurrentRun());
1211 fMonaLisa->SendParameters(&mlList, mlID);
1212}
1213
ef83773f 1214//______________________________________________________________________________________________
1215Int_t AliShuttle::GetMem(Int_t pid)
1216{
1217 // invokes ps to get the memory consumption of the process <pid>
1218 // returns -1 in case of error
1219
1220 TString checkStr;
1221 checkStr.Form("ps -o vsize --pid %d | tail -n 1", pid);
1222 FILE* pipe = gSystem->OpenPipe(checkStr, "r");
1223 if (!pipe)
1224 {
1225 Log("SHUTTLE", Form("Process - Error: "
1226 "Could not open pipe to %s", checkStr.Data()));
1227 return -1;
1228 }
1229
1230 char buffer[100];
1231 if (!fgets(buffer, 100, pipe))
1232 {
1233 Log("SHUTTLE", "Process - Error: ps did not return anything");
1234 gSystem->ClosePipe(pipe);
1235 return -1;
1236 }
1237 gSystem->ClosePipe(pipe);
1238
1239 //Log("SHUTTLE", Form("ps returned %s", buffer));
1240
1241 Int_t mem = 0;
1242 if ((sscanf(buffer, "%d\n", &mem) != 1) || !mem)
1243 {
1244 Log("SHUTTLE", "Process - Error: Could not parse output of ps");
1245 return -1;
1246 }
1247
1248 return mem;
1249}
1250
5164a766 1251//______________________________________________________________________________________________
2bb7b766 1252Bool_t AliShuttle::Process(AliShuttleLogbookEntry* entry)
58bc3020 1253{
73abe331 1254 //
b948db8d 1255 // Makes data retrieval for all detectors in the configuration.
2bb7b766 1256 // entry: Shuttle logbook entry, contains run paramenters and status of detectors
1257 // (Unprocessed, Inactive, Failed or Done).
d477ad88 1258 // Returns kFALSE in case of error occured and kTRUE otherwise
73abe331 1259 //
1260
9827400b 1261 if (!entry) return kFALSE;
2bb7b766 1262
1263 fLogbookEntry = entry;
1264
c88ad5db 1265 Log("SHUTTLE", Form("\t\t\t^*^*^*^*^*^*^*^*^*^*^*^* run %d: START ^*^*^*^*^*^*^*^*^*^*^*^*",
9827400b 1266 GetCurrentRun()));
2bb7b766 1267
339adafa 1268 CountOpenRuns();
1269
8e828d39 1270 // Send the information to ML
1271 SendMLRunInfo("Processing");
3301427a 1272
9827400b 1273 if (fLogbookEntry->IsDone())
1274 {
1275 Log("SHUTTLE","Process - Shuttle is already DONE. Updating logbook");
1276 UpdateShuttleLogbook("shuttle_done");
1277 fLogbookEntry = 0;
1278 return kTRUE;
1279 }
1280
1281 // read test mode if flag is set
1282 if (fReadTestMode)
1283 {
3d8bc902 1284 fTestMode = kNone;
9827400b 1285 TString logEntry(entry->GetRunParameter("log"));
1286 //printf("log entry = %s\n", logEntry.Data());
1287 TString searchStr("Testmode: ");
1288 Int_t pos = logEntry.Index(searchStr.Data());
1289 //printf("%d\n", pos);
1290 if (pos >= 0)
1291 {
1292 TSubString subStr = logEntry(pos + searchStr.Length(), logEntry.Length());
1293 //printf("%s\n", subStr.String().Data());
1294 TString newStr(subStr.Data());
1295 TObjArray* token = newStr.Tokenize(' ');
1296 if (token)
1297 {
1298 //token->Print();
1299 TObjString* tmpStr = dynamic_cast<TObjString*> (token->First());
1300 if (tmpStr)
1301 {
1302 Int_t testMode = tmpStr->String().Atoi();
1303 if (testMode > 0)
1304 {
c88ad5db 1305 Log("SHUTTLE", Form("Process - Enabling test mode %d", testMode));
9827400b 1306 SetTestMode((TestMode) testMode);
1307 }
1308 }
1309 delete token;
1310 }
1311 }
1312 }
c88ad5db 1313
eba76848 1314 fLogbookEntry->Print("all");
57f50b3c 1315
1316 // Initialization
d477ad88 1317 Bool_t hasError = kFALSE;
5164a766 1318
675f64cd 1319 // Set the CDB and Reference folders according to the year and LHC period
1320 TString lhcPeriod(GetLHCPeriod());
1321 if (lhcPeriod.Length() == 0)
1322 {
7d4cf768 1323 Log("SHUTTLE","Process - LHCPeriod not found in logbook!");
1324 return 0;
675f64cd 1325 }
1326
1265724d 1327 // build cdb paths (repeat each time, LHCperiod might have changed)
1328 fgkMainCDB.Form("alien://folder=%s%d/%s/OCDB?user=alidaq?cacheFold=/tmp/OCDBCache",
b8cf5e0f 1329 fConfig->GetAlienPath(), GetCurrentYear(), lhcPeriod.Data());
675f64cd 1330
1265724d 1331 fgkMainRefStorage.Form("alien://folder=%s%d/%s/Reference?user=alidaq?cacheFold=/tmp/OCDBCache",
b8cf5e0f 1332 fConfig->GetAlienPath(), GetCurrentYear(), lhcPeriod.Data());
675f64cd 1333
57f50b3c 1334 // Loop on detectors in the configuration
b948db8d 1335 TIter iter(fConfig->GetDetectors());
2bb7b766 1336 TObjString* aDetector = 0;
b948db8d 1337
4508ab8b 1338 Bool_t first = kTRUE;
1339
be48e3ea 1340 while ((aDetector = (TObjString*) iter.Next()))
1341 {
7bfb2090 1342 fCurrentDetector = aDetector->String();
5164a766 1343
5e993b6f 1344 if (ContinueProcessing() == kFALSE)
1345 continue;
4508ab8b 1346
1347 if (first)
1348 {
1349 // only read QueryCDB when needed and only once
1350 AliCDBStorage *mainCDBSto = AliCDBManager::Instance()->GetStorage(fgkMainCDB);
1351 if(mainCDBSto) mainCDBSto->QueryCDB(GetCurrentRun());
1352 AliCDBStorage *mainRefSto = AliCDBManager::Instance()->GetStorage(fgkMainRefStorage);
1353 if(mainRefSto) mainRefSto->QueryCDB(GetCurrentRun());
1354 first = kFALSE;
1355 }
9e080f92 1356
c88ad5db 1357 Log("SHUTTLE", Form("\t\t\t****** run %d - %s: START ******",
2bb7b766 1358 GetCurrentRun(), aDetector->GetName()));
1359
9d733021 1360 for(Int_t iSys=0;iSys<3;iSys++) fFXSCalled[iSys]=kFALSE;
ef83773f 1361
1362 Int_t initialMem = GetMem(getpid());
1363 Log("SHUTTLE", Form("Memory consumption before forking is %d", initialMem));
9d733021 1364
c88ad5db 1365 Log(fCurrentDetector.Data(), "Process - Starting processing");
85a80aa9 1366
be48e3ea 1367 Int_t pid = fork();
1368
1369 if (pid < 0)
1370 {
c88ad5db 1371 Log("SHUTTLE", "Process - ERROR: Forking failed");
be48e3ea 1372 }
1373 else if (pid > 0)
1374 {
1375 // parent
c88ad5db 1376 Log("SHUTTLE", Form("Process - In parent process of %d - %s: Starting monitoring",
be48e3ea 1377 GetCurrentRun(), aDetector->GetName()));
1378
1379 Long_t begin = time(0);
1380
1381 int status; // to be used with waitpid, on purpose an int (not Int_t)!
1382 while (waitpid(pid, &status, WNOHANG) == 0)
1383 {
1384 Long_t expiredTime = time(0) - begin;
1385
1386 if (expiredTime > fConfig->GetPPTimeOut())
1387 {
56d3e9e4 1388 TString logMsg;
1389 AliShuttleStatus *currentStatus = ReadShuttleStatus();
1390 AliShuttleStatus::Status newStatus = AliShuttleStatus::kInvalid;
1391
1392 if (currentStatus->GetStatus() <= AliShuttleStatus::kPPDone)
1393 {
1394 // in case pp not yet done set status to kPPTimeOut
1395
1396 logMsg.Form("Process - Process of %s timed out. Run time: %d seconds. Killing...",
1397 fCurrentDetector.Data(), expiredTime);
1398 newStatus = AliShuttleStatus::kPPTimeOut;
1399 }
1400 else if (currentStatus->GetStatus() == AliShuttleStatus::kStoreStarted)
1401 {
1402 // in case the pp goes in TimeOut while storing the objects in the OCDB
1403 // set status to kStoreError
1404
1405 logMsg.Form("Process - Process of %s timed out while storing the OCDB object. Run time: %d seconds. Killing... and setting status to StoreError.",
1406 fCurrentDetector.Data(), expiredTime);
1407 newStatus = AliShuttleStatus::kStoreError;
1408 }
1409 else
1410 {
1411 // in other cases don't change the status
1412
1413 logMsg.Form("Process - Process of %s timed out in status = %s. Run time: %d seconds. Killing... without changing the status",
1414 fCurrentDetector.Data(), currentStatus->GetStatusName(), expiredTime);
1415 }
1416
1417 Log("SHUTTLE", logMsg);
1418 Log(fCurrentDetector, logMsg);
be48e3ea 1419
1420 kill(pid, 9);
1421
56d3e9e4 1422 if (newStatus != AliShuttleStatus::kInvalid)
1423 UpdateShuttleStatus(newStatus);
be48e3ea 1424 hasError = kTRUE;
1425
1426 gSystem->Sleep(1000);
1427 }
1428 else
1429 {
be48e3ea 1430 gSystem->Sleep(1000);
9827400b 1431
ef83773f 1432 Int_t mem = GetMem(pid);
1433
1434 if (mem < 0)
9827400b 1435 continue;
9827400b 1436
ef83773f 1437 mem -= initialMem;
1438 if (mem < 0)
1439 mem = 0;
9827400b 1440
1441 if (expiredTime % 60 == 0)
ee6f7523 1442 {
c88ad5db 1443 Log("SHUTTLE", Form("Process - %s: Checking process. "
1444 "Run time: %d seconds - Memory consumption: %d KB",
1445 fCurrentDetector.Data(), expiredTime, mem));
ee6f7523 1446 SendAlive();
1447 }
9827400b 1448
1449 if (mem > fConfig->GetPPMaxMem())
1450 {
1451 TString tmp;
c88ad5db 1452 tmp.Form("Process - Process exceeds maximum allowed memory "
1453 "(%d KB > %d KB). Killing...",
9827400b 1454 mem, fConfig->GetPPMaxMem());
1455 Log("SHUTTLE", tmp);
1456 Log(fCurrentDetector, tmp);
1457
1458 kill(pid, 9);
1459
1460 UpdateShuttleStatus(AliShuttleStatus::kPPOutOfMemory);
1461 hasError = kTRUE;
1462
1463 gSystem->Sleep(1000);
1464 }
be48e3ea 1465 }
1466 }
1467
c88ad5db 1468 Log("SHUTTLE", Form("Process - In parent process of %d - %s: Client has terminated.",
be48e3ea 1469 GetCurrentRun(), aDetector->GetName()));
1470
1471 if (WIFEXITED(status))
1472 {
1473 Int_t returnCode = WEXITSTATUS(status);
1474
c88ad5db 1475 Log("SHUTTLE", Form("Process - %s: the return code is %d", fCurrentDetector.Data(),
3301427a 1476 returnCode));
be48e3ea 1477
9827400b 1478 if (returnCode == 0) hasError = kTRUE;
be48e3ea 1479 }
1480 }
1481 else if (pid == 0)
1482 {
26b1866e 1483 // child
1484 Log("SHUTTLE", Form("Process - In child process of %d - %s", GetCurrentRun(),
c88ad5db 1485 aDetector->GetName()));
be48e3ea 1486
c88ad5db 1487 Log("SHUTTLE", Form("Process - Redirecting output to %s log",fCurrentDetector.Data()));
ffa29e93 1488
546242fb 1489 if ((freopen(GetLogFileName(fCurrentDetector), "a", stdout)) == 0)
ffa29e93 1490 {
c88ad5db 1491 Log("SHUTTLE", "Process - Could not freopen stdout");
ffa29e93 1492 }
1493 else
1494 {
1495 fOutputRedirected = kTRUE;
1496 if ((dup2(fileno(stdout), fileno(stderr))) < 0)
c88ad5db 1497 Log("SHUTTLE", "Process - Could not redirect stderr");
ffa29e93 1498
1499 }
1500
5bac2bde 1501 TString wd = gSystem->WorkingDirectory();
675f64cd 1502 TString tmpDir = Form("%s/%s_%d_process", GetShuttleTempDir(),
1503 fCurrentDetector.Data(), GetCurrentRun());
5bac2bde 1504
d524ade6 1505 Int_t result = gSystem->GetPathInfo(tmpDir.Data(), 0, (Long64_t*) 0, 0, 0);
1506 if (!result) // temp dir already exists!
1507 {
1508 Log(fCurrentDetector.Data(),
1509 Form("Process - %s dir already exists! Removing...", tmpDir.Data()));
1510 gSystem->Exec(Form("rm -rf %s",tmpDir.Data()));
675f64cd 1511 }
1512
1513 if (gSystem->mkdir(tmpDir.Data(), 1))
1514 {
1515 Log(fCurrentDetector.Data(), "Process - could not make temp directory!!");
1516 gSystem->Exit(1);
d524ade6 1517 }
1518
1519 if (!gSystem->ChangeDirectory(tmpDir.Data()))
1520 {
1521 Log(fCurrentDetector.Data(), "Process - could not change directory!!");
1522 gSystem->Exit(1);
1523 }
5bac2bde 1524
ffa25f20 1525 Int_t success = ProcessCurrentDetector();
26b1866e 1526
5bac2bde 1527 gSystem->ChangeDirectory(wd.Data());
b1d18693 1528
ffa25f20 1529 if (success == 1) // Preprocessor finished successfully!
9827400b 1530 {
fb40ead4 1531 // remove temporary folder or DCS map
1532 if (!fConfig->KeepTempFolder())
1533 {
1534 gSystem->Exec(Form("rm -rf %s",tmpDir.Data()));
1535 } else if (!fConfig->KeepDCSMap())
1536 {
1537 gSystem->Exec(Form("rm -f %s/DCSMap.root",tmpDir.Data()));
1538 }
b1d18693 1539
3301427a 1540 // Update time_processed field in FXS DB
1541 if (UpdateTable() == kFALSE)
5bac2bde 1542 Log("SHUTTLE", Form("Process - %s: Could not update FXS databases!",
1543 fCurrentDetector.Data()));
3301427a 1544
1545 // Transfer the data from local storage to main storage (Grid)
3301427a 1546 if (StoreOCDB() == kFALSE)
9827400b 1547 success = kFALSE;
5e993b6f 1548 }
ffa25f20 1549 else if (success == 0)
c88ad5db 1550 {
1551 Log("SHUTTLE",
1552 Form("\t\t\t****** run %d - %s: PP ERROR ******",
1553 GetCurrentRun(), aDetector->GetName()));
be48e3ea 1554 }
1555
4b95672b 1556 for (UInt_t iSys=0; iSys<3; iSys++)
1557 {
1558 if (fFXSCalled[iSys]) fFXSlist[iSys].Clear();
1559 }
1560
c88ad5db 1561 Log("SHUTTLE", Form("Process - Client process of %d - %s is exiting now with %d.",
9827400b 1562 GetCurrentRun(), aDetector->GetName(), success));
be48e3ea 1563
1564 // the client exits here
9827400b 1565 gSystem->Exit(success);
be48e3ea 1566
1567 AliError("We should never get here!!!");
1568 }
7bfb2090 1569 }
5164a766 1570
c88ad5db 1571 Log("SHUTTLE", Form("\t\t\t^*^*^*^*^*^*^*^*^*^*^*^* run %d: FINISH ^*^*^*^*^*^*^*^*^*^*^*^*",
2bb7b766 1572 GetCurrentRun()));
1573
1574 //check if shuttle is done for this run, if so update logbook
1575 TObjArray checkEntryArray;
1576 checkEntryArray.SetOwner(1);
9e080f92 1577 TString whereClause = Form("where run=%d", GetCurrentRun());
b0e53b15 1578 if (!QueryShuttleLogbook(whereClause.Data(), checkEntryArray) ||
1579 checkEntryArray.GetEntries() == 0) {
9e080f92 1580 Log("SHUTTLE", Form("Process - Warning: Cannot check status of run %d on Shuttle logbook!",
1581 GetCurrentRun()));
1582 return hasError == kFALSE;
1583 }
b948db8d 1584
9e080f92 1585 AliShuttleLogbookEntry* checkEntry = dynamic_cast<AliShuttleLogbookEntry*>
1586 (checkEntryArray.At(0));
2bb7b766 1587
9e080f92 1588 if (checkEntry)
1589 {
1590 if (checkEntry->IsDone())
be48e3ea 1591 {
9e080f92 1592 Log("SHUTTLE","Process - Shuttle is DONE. Updating logbook");
1593 UpdateShuttleLogbook("shuttle_done");
1594 }
1595 else
1596 {
1597 for (UInt_t iDet=0; iDet<NDetectors(); iDet++)
be48e3ea 1598 {
9e080f92 1599 if (checkEntry->GetDetectorStatus(iDet) == AliShuttleLogbookEntry::kUnprocessed)
be48e3ea 1600 {
9e080f92 1601 AliDebug(2, Form("Run %d: setting %s as \"not first time unprocessed\"",
1602 checkEntry->GetRun(), GetDetName(iDet)));
1603 fFirstUnprocessed[iDet] = kFALSE;
be48e3ea 1604 }
1605 }
8e828d39 1606 SendMLRunInfo("Pending");
2bb7b766 1607 }
1608 }
1609
1610 fLogbookEntry = 0;
85a80aa9 1611
a7160fe9 1612 return hasError == kFALSE;
73abe331 1613}
1614
b948db8d 1615//______________________________________________________________________________________________
ffa25f20 1616Int_t AliShuttle::ProcessCurrentDetector()
73abe331 1617{
1618 //
2bb7b766 1619 // Makes data retrieval just for a specific detector (fCurrentDetector).
73abe331 1620 // Threre should be a configuration for this detector.
73abe331 1621
1d172743 1622 Log("SHUTTLE", Form("ProcessCurrentDetector - Retrieving values for %s, run %d",
1623 fCurrentDetector.Data(), GetCurrentRun()));
73abe331 1624
d524ade6 1625 TString wd = gSystem->WorkingDirectory();
1626
2d9019b4 1627 if (!CleanReferenceStorage(fCurrentDetector.Data()))
ffa25f20 1628 return 0;
d524ade6 1629
1630 gSystem->ChangeDirectory(wd.Data());
1631
3301427a 1632 // call preprocessor
1633 AliPreprocessor* aPreprocessor =
1634 dynamic_cast<AliPreprocessor*> (fPreprocessorMap.GetValue(fCurrentDetector));
1635
8579c6fb 1636 // check if the preprocessor wants to process this run type
1637 if (aPreprocessor->ProcessRunType() == kFALSE)
ffa25f20 1638 {
1639 UpdateShuttleStatus(AliShuttleStatus::kSkipped);
1640 UpdateShuttleLogbook(fCurrentDetector, "DONE");
bd23d48b 1641 if (!UpdateTableSkippedCase(fCurrentDetector.Data()))
1642 {
1643 AliError(Form("Could not update FXS tables for run %d !", GetCurrentRun()));
1644 }
ffa25f20 1645 Log(fCurrentDetector, Form("ProcessCurrentDetector - %s preprocessor is not interested in this run type", fCurrentDetector.Data()));
1646
1647 return 2;
1648 }
1649
1650 TMap* dcsMap = new TMap();
1651
3301427a 1652 aPreprocessor->Initialize(GetCurrentRun(), GetCurrentStartTime(), GetCurrentEndTime());
1653
1654 Bool_t processDCS = aPreprocessor->ProcessDCS();
d477ad88 1655
651fdaab 1656 if (!processDCS)
1657 {
1d172743 1658 Log(fCurrentDetector, "ProcessCurrentDetector -"
1659 " The preprocessor requested to skip the retrieval of DCS values");
651fdaab 1660 }
8b739301 1661 else if (fTestMode & kSkipDCS)
2c15234c 1662 {
1d172743 1663 Log(fCurrentDetector, "ProcessCurrentDetector - In TESTMODE: Skipping DCS processing");
9827400b 1664 }
1665 else if (fTestMode & kErrorDCS)
1666 {
1d172743 1667 Log(fCurrentDetector, "ProcessCurrentDetector - In TESTMODE: Simulating DCS error");
3d8bc902 1668 UpdateShuttleStatus(AliShuttleStatus::kDCSStarted);
9827400b 1669 UpdateShuttleStatus(AliShuttleStatus::kDCSError);
1d172743 1670 delete dcsMap;
ffa25f20 1671 return 0;
2c15234c 1672 } else {
3301427a 1673
1674 UpdateShuttleStatus(AliShuttleStatus::kDCSStarted);
1675
1d172743 1676 // Query DCS archive
1677 Int_t nServers = fConfig->GetNServers(fCurrentDetector);
a038aa70 1678
1d172743 1679 for (int iServ=0; iServ<nServers; iServ++)
2c15234c 1680 {
1d172743 1681
1682 TString host(fConfig->GetDCSHost(fCurrentDetector, iServ));
1683 Int_t port = fConfig->GetDCSPort(fCurrentDetector, iServ);
542b6cc8 1684 Int_t multiSplit = fConfig->GetMultiSplit(fCurrentDetector, iServ);
1685
1790d4b7 1686 Log(fCurrentDetector, Form("ProcessCurrentDetector -"
1687 " Querying DCS Amanda server %s:%d (%d of %d)",
1688 host.Data(), port, iServ+1, nServers));
1d172743 1689
1690 TMap* aliasMap = 0;
1691 TMap* dpMap = 0;
26b1866e 1692
1d172743 1693 if (fConfig->GetDCSAliases(fCurrentDetector, iServ)->GetEntries() > 0)
2c15234c 1694 {
5ed060b1 1695 Log(fCurrentDetector, Form("Querying %d DCS aliases", fConfig->GetDCSAliases(fCurrentDetector, iServ)->GetEntries()));
1d172743 1696 aliasMap = GetValueSet(host, port,
542b6cc8 1697 fConfig->GetDCSAliases(fCurrentDetector, iServ),
1698 kAlias, multiSplit);
1d172743 1699 if (!aliasMap)
1700 {
1701 Log(fCurrentDetector,
1702 Form("ProcessCurrentDetector -"
675f64cd 1703 " Error retrieving DCS aliases from server %s."
1704 " Sending mail to DCS experts!", host.Data()));
1d172743 1705 UpdateShuttleStatus(AliShuttleStatus::kDCSError);
675f64cd 1706
339adafa 1707 if (!SendMail(kDCSEMail))
fb40ead4 1708 Log("SHUTTLE", Form("ProcessCurrentDetector - "
95d4aaef 1709 "Could not send mail to DCS experts!"));
675f64cd 1710
a038aa70 1711 delete dcsMap;
ffa25f20 1712 return 0;
1d172743 1713 }
2c15234c 1714 }
a038aa70 1715
1d172743 1716 if (fConfig->GetDCSDataPoints(fCurrentDetector, iServ)->GetEntries() > 0)
a038aa70 1717 {
5ed060b1 1718 Log(fCurrentDetector, Form("Querying %d DCS data points", fConfig->GetDCSDataPoints(fCurrentDetector, iServ)->GetEntries()));
1d172743 1719 dpMap = GetValueSet(host, port,
542b6cc8 1720 fConfig->GetDCSDataPoints(fCurrentDetector, iServ),
1721 kDP, multiSplit);
1d172743 1722 if (!dpMap)
1723 {
1724 Log(fCurrentDetector,
1725 Form("ProcessCurrentDetector -"
675f64cd 1726 " Error retrieving DCS data points from server %s."
1727 " Sending mail to DCS experts!", host.Data()));
1d172743 1728 UpdateShuttleStatus(AliShuttleStatus::kDCSError);
675f64cd 1729
339adafa 1730 if (!SendMail(kDCSEMail))
fb40ead4 1731 Log("SHUTTLE", Form("ProcessCurrentDetector - "
95d4aaef 1732 "Could not send mail to DCS experts!"));
675f64cd 1733
1d172743 1734 if (aliasMap) delete aliasMap;
1735 delete dcsMap;
ffa25f20 1736 return 0;
1d172743 1737 }
a038aa70 1738 }
1d172743 1739
1740 // merge aliasMap and dpMap into dcsMap
1741 if(aliasMap) {
1742 TIter iter(aliasMap);
a038aa70 1743 TObjString* key = 0;
1744 while ((key = (TObjString*) iter.Next()))
1d172743 1745 dcsMap->Add(key, aliasMap->GetValue(key->String()));
1746
1747 aliasMap->SetOwner(kFALSE);
1748 delete aliasMap;
1749 }
1750
1751 if(dpMap) {
1752 TIter iter(dpMap);
1753 TObjString* key = 0;
1754 while ((key = (TObjString*) iter.Next()))
1755 dcsMap->Add(key, dpMap->GetValue(key->String()));
1756
1757 dpMap->SetOwner(kFALSE);
1758 delete dpMap;
a038aa70 1759 }
73abe331 1760 }
1761 }
dc25836b 1762
b1d18693 1763 // save map into file, to help debugging in case of preprocessor error
fbc112e3 1764 TFile* f = TFile::Open("DCSMap.root","recreate");
b1d18693 1765 f->cd();
1766 dcsMap->Write("DCSMap", TObject::kSingleKey);
1767 f->Close();
fbc112e3 1768 delete f;
b1d18693 1769
2bb7b766 1770 // DCS Archive DB processing successful. Call Preprocessor!
85a80aa9 1771 UpdateShuttleStatus(AliShuttleStatus::kPPStarted);
a7160fe9 1772
339adafa 1773 fFXSError = -1; // this variable is kTRUE after ::Process if an FXS error occured
8da81210 1774
a038aa70 1775 UInt_t returnValue = aPreprocessor->Process(dcsMap);
8da81210 1776
339adafa 1777 if (fFXSError!=-1) {
8da81210 1778 UpdateShuttleStatus(AliShuttleStatus::kFXSError);
339adafa 1779 SendMail(kFXSEMail, fFXSError);
8da81210 1780 dcsMap->DeleteAll();
1781 delete dcsMap;
ffa25f20 1782 return 0;
8da81210 1783 }
b948db8d 1784
3301427a 1785 if (returnValue > 0) // Preprocessor error!
1786 {
c88ad5db 1787 Log(fCurrentDetector, Form("ProcessCurrentDetector - "
1788 "Preprocessor failed. Process returned %d.", returnValue));
cb343cfd 1789 UpdateShuttleStatus(AliShuttleStatus::kPPError);
a038aa70 1790 dcsMap->DeleteAll();
1791 delete dcsMap;
ffa25f20 1792 return 0;
9827400b 1793 }
1794
1795 // preprocessor ok!
1796 UpdateShuttleStatus(AliShuttleStatus::kPPDone);
1797 Log(fCurrentDetector, Form("ProcessCurrentDetector - %s preprocessor returned success",
1798 fCurrentDetector.Data()));
b948db8d 1799
a038aa70 1800 dcsMap->DeleteAll();
1801 delete dcsMap;
b948db8d 1802
ffa25f20 1803 return 1;
2bb7b766 1804}
1805
fbc112e3 1806//______________________________________________________________________________________________
1807void AliShuttle::CountOpenRuns()
1808{
1809 // Query DAQ's Shuttle logbook and sends the number of open runs to ML
1810
982278d6 1811 SendAlive();
1812
fbc112e3 1813 // check connection, in case connect
1814 if (!Connect(3))
1815 return;
1816
1817 TString sqlQuery;
1818 sqlQuery = Form("select count(*) from %s where shuttle_done=0", fConfig->GetShuttlelbTable());
1819
1820 TSQLResult* aResult = fServer[3]->Query(sqlQuery);
1821 if (!aResult) {
1822 AliError(Form("Can't execute query <%s>!", sqlQuery.Data()));
1823 return;
1824 }
1825
1826 AliDebug(2,Form("Query = %s", sqlQuery.Data()));
1827
1828 if (aResult->GetRowCount() == 0) {
1829 AliError(Form("No result for query %s received", sqlQuery.Data()));
1830 return;
1831 }
1832
1833 if (aResult->GetFieldCount() != 1) {
1834 AliError(Form("Invalid field count for query %s received", sqlQuery.Data()));
1835 return;
1836 }
1837
1838 TSQLRow* aRow = aResult->Next();
1839 if (!aRow) {
1840 AliError(Form("Could not receive result of query %s", sqlQuery.Data()));
1841 return;
1842 }
1843
1844 TString result(aRow->GetField(0), aRow->GetFieldLength(0));
1845 Int_t count = result.Atoi();
1846
1847 Log("SHUTTLE", Form("%d unprocessed runs", count));
1848
1849 delete aRow;
1850 delete aResult;
1851
1852 TMonaLisaValue mlStatus("SHUTTLE_openruns", count);
1853
1854 TList mlList;
1855 mlList.Add(&mlStatus);
1856
1857 fMonaLisa->SendParameters(&mlList, "__PROCESSINGINFO__");
1858}
1859
2bb7b766 1860//______________________________________________________________________________________________
1861Bool_t AliShuttle::QueryShuttleLogbook(const char* whereClause,
1862 TObjArray& entries)
1863{
9827400b 1864 // Query DAQ's Shuttle logbook and fills detector status object.
1865 // Call QueryRunParameters to query DAQ logbook for run parameters.
1866 //
2bb7b766 1867
fc5a4708 1868 entries.SetOwner(1);
1869
2bb7b766 1870 // check connection, in case connect
fbc112e3 1871 if (!Connect(3)) return kFALSE;
2bb7b766 1872
1873 TString sqlQuery;
441b0e9c 1874 sqlQuery = Form("select * from %s %s order by run", fConfig->GetShuttlelbTable(), whereClause);
2bb7b766 1875
be48e3ea 1876 TSQLResult* aResult = fServer[3]->Query(sqlQuery);
2bb7b766 1877 if (!aResult) {
1878 AliError(Form("Can't execute query <%s>!", sqlQuery.Data()));
1879 return kFALSE;
1880 }
1881
fc5a4708 1882 AliDebug(2,Form("Query = %s", sqlQuery.Data()));
1883
2bb7b766 1884 if(aResult->GetRowCount() == 0) {
c88ad5db 1885 Log("SHUTTLE", "No entries in Shuttle Logbook match request");
9827400b 1886 delete aResult;
1887 return kTRUE;
2bb7b766 1888 }
1889
1890 // TODO Check field count!
db99d43e 1891 const UInt_t nCols = 23;
2bb7b766 1892 if (aResult->GetFieldCount() != (Int_t) nCols) {
c88ad5db 1893 Log("SHUTTLE", "Invalid SQL result field number!");
2bb7b766 1894 delete aResult;
1895 return kFALSE;
1896 }
1897
2bb7b766 1898 TSQLRow* aRow;
1899 while ((aRow = aResult->Next())) {
1900 TString runString(aRow->GetField(0), aRow->GetFieldLength(0));
1901 Int_t run = runString.Atoi();
1902
eba76848 1903 AliShuttleLogbookEntry *entry = QueryRunParameters(run);
1904 if (!entry)
1905 continue;
2bb7b766 1906
1907 // loop on detectors
eba76848 1908 for(UInt_t ii = 0; ii < nCols; ii++)
1909 entry->SetDetectorStatus(aResult->GetFieldName(ii), aRow->GetField(ii));
2bb7b766 1910
eba76848 1911 entries.AddLast(entry);
2bb7b766 1912 delete aRow;
1913 }
1914
2bb7b766 1915 delete aResult;
1916 return kTRUE;
1917}
1918
1919//______________________________________________________________________________________________
eba76848 1920AliShuttleLogbookEntry* AliShuttle::QueryRunParameters(Int_t run)
2bb7b766 1921{
eba76848 1922 //
1923 // Retrieve run parameters written in the DAQ logbook and sets them into AliShuttleLogbookEntry object
1924 //
2bb7b766 1925
1926 // check connection, in case connect
be48e3ea 1927 if (!Connect(3))
eba76848 1928 return 0;
2bb7b766 1929
1930 TString sqlQuery;
2c15234c 1931 sqlQuery.Form("select * from %s where run=%d", fConfig->GetDAQlbTable(), run);
2bb7b766 1932
be48e3ea 1933 TSQLResult* aResult = fServer[3]->Query(sqlQuery);
2bb7b766 1934 if (!aResult) {
c88ad5db 1935 Log("SHUTTLE", Form("Can't execute query <%s>!", sqlQuery.Data()));
eba76848 1936 return 0;
2bb7b766 1937 }
1938
eba76848 1939 if (aResult->GetRowCount() == 0) {
2bb7b766 1940 Log("SHUTTLE", Form("QueryRunParameters - No entry in DAQ Logbook for run %d. Skipping", run));
1941 delete aResult;
eba76848 1942 return 0;
2bb7b766 1943 }
1944
eba76848 1945 if (aResult->GetRowCount() > 1) {
c88ad5db 1946 Log("SHUTTLE", Form("QueryRunParameters - UNEXPECTED: "
1947 "more than one entry in DAQ Logbook for run %d!", run));
2bb7b766 1948 delete aResult;
eba76848 1949 return 0;
2bb7b766 1950 }
1951
eba76848 1952 TSQLRow* aRow = aResult->Next();
1953 if (!aRow)
1954 {
c88ad5db 1955 Log("SHUTTLE", Form("QueryRunParameters - Could not retrieve row for run %d. Skipping", run));
eba76848 1956 delete aResult;
1957 return 0;
1958 }
2bb7b766 1959
eba76848 1960 AliShuttleLogbookEntry* entry = new AliShuttleLogbookEntry(run);
2bb7b766 1961
eba76848 1962 for (Int_t ii = 0; ii < aResult->GetFieldCount(); ii++)
1963 entry->SetRunParameter(aResult->GetFieldName(ii), aRow->GetField(ii));
2bb7b766 1964
c9db68c7 1965 delete aRow;
1966 delete aResult;
1967
eba76848 1968 UInt_t startTime = entry->GetStartTime();
1969 UInt_t endTime = entry->GetEndTime();
89bcf3b4 1970 Bool_t ecsSuccess = entry->GetECSSuccess();
c9db68c7 1971
b0e53b15 1972 TString totEventsStr = entry->GetRunParameter("totalEvents");
1973 Int_t totEvents = totEventsStr.Atoi();
c9db68c7 1974
af93e5d7 1975 UInt_t now = time(0);
1976 // TODO make this a configuration parameter
2eb98462 1977 Int_t dcsDelay = fConfig->GetDCSDelay()+fConfig->GetDCSQueryOffset();
af93e5d7 1978
8e828d39 1979 // runs are accepted if they have ecsSuccess set or more than 1 event
af93e5d7 1980 if (startTime != 0 && endTime != 0 && endTime > startTime && (totEvents > 1 || ecsSuccess) && (endTime < now - dcsDelay))
89bcf3b4 1981 {
8e828d39 1982 if (ecsSuccess == kFALSE)
1983 Log("SHUTTLE", Form("Processing run %d although in status ECS failure, Reason: %s", run, entry->GetRunParameter("eor_reason")));
1984 return entry;
89bcf3b4 1985 }
8e828d39 1986
1987 Bool_t skip = kFALSE;
1988
f8523731 1989 if (endTime != 0 && endTime >= now - dcsDelay)
89bcf3b4 1990 {
f8523731 1991 Log("SHUTTLE", Form("Skipping run %d for now, because DCS buffer time is not yet expired", run));
af93e5d7 1992 }
f8523731 1993 else if (totEvents <= 1)
af93e5d7 1994 {
f8523731 1995 Log("SHUTTLE", Form("QueryRunParameters - Run %d has 1 event or less - Skipping!", run));
1996 skip = kTRUE;
af93e5d7 1997 }
89bcf3b4 1998 else
1999 {
2000 Log("SHUTTLE", Form("QueryRunParameters - Invalid parameters for Run %d: "
2001 "startTime = %d, endTime = %d. Skipping (Shuttle won't be marked as DONE)!",
2002 run, startTime, endTime));
2003 }
8e828d39 2004
2005 if (skip)
2006 {
2007 Log("SHUTTLE", Form("Marking SHUTTLE skipped for run %d", run));
2008 fLogbookEntry = entry;
2009 if (!UpdateShuttleLogbook("shuttle_skipped"))
2010 {
2011 AliError(Form("Could not update logbook for run %d !", run));
2012 }
bd23d48b 2013 if (!UpdateTableSkippedCase("ALL"))
2014 {
2015 AliError(Form("Could not update FXS tables for run %d !", run));
2016 }
8e828d39 2017 fLogbookEntry = 0;
2018 }
c9db68c7 2019
2020 delete entry;
2021 return 0;
2bb7b766 2022}
2023
a038aa70 2024//______________________________________________________________________________________________
2025TMap* AliShuttle::GetValueSet(const char* host, Int_t port, const TSeqCollection* entries,
542b6cc8 2026 DCSType type, Int_t multiSplit)
a038aa70 2027{
2028 // Retrieve all "entry" data points from the DCS server
2029 // host, port: TSocket connection parameters
2030 // entries: list of name of the alias or data point
2031 // type: kAlias or kDP
2032 // returns TMap of values, 0 when failure
542b6cc8 2033
2034 AliDCSClient client(host, port, fTimeout, fRetries, multiSplit);
2eb98462 2035 UInt_t offset = fConfig->GetDCSQueryOffset();
b41b252a 2036
a038aa70 2037 TMap* result = 0;
b41b252a 2038 if (type == kAlias)
a038aa70 2039 {
5f3fe74e 2040 //result = client.GetAliasValues(entries, GetCurrentStartTime()-offset,
2041 // GetCurrentEndTime()+offset);
2042 result = client.GetAliasValues(entries, GetCurrentTimeCreated()-offset,
5a0df29d 2043 GetCurrentEndTime()+offset);
b41b252a 2044 }
2045 else if (type == kDP)
2046 {
5f3fe74e 2047 //result = client.GetDPValues(entries, GetCurrentStartTime()-offset,
2048 // GetCurrentEndTime()+offset);
2049 result = client.GetDPValues(entries, GetCurrentTimeCreated()-offset,
5a0df29d 2050 GetCurrentEndTime()+offset);
b41b252a 2051 }
a038aa70 2052
b41b252a 2053 if (result == 0)
2054 {
2055 Log(fCurrentDetector.Data(), Form("GetValueSet - Can't get entries! Reason: %s",
1790d4b7 2056 client.GetErrorString(client.GetResultErrorCode())));
2057 if (client.GetResultErrorCode() == AliDCSClient::fgkServerError)
2058 Log(fCurrentDetector.Data(), Form("GetValueSet - Server error code: %s",
2059 client.GetServerError().Data()));
a038aa70 2060
b41b252a 2061 return 0;
a038aa70 2062 }
b41b252a 2063
a038aa70 2064 return result;
2065}
b41b252a 2066
b948db8d 2067//______________________________________________________________________________________________
57f50b3c 2068const char* AliShuttle::GetFile(Int_t system, const char* detector,
2069 const char* id, const char* source)
b948db8d 2070{
9827400b 2071 // Get calibration file from file exchange servers
2072 // First queris the FXS database for the file name, using the run, detector, id and source info
2073 // then calls RetrieveFile(filename) for actual copy to local disk
2074 // run: current run being processed (given by Logbook entry fLogbookEntry)
2075 // detector: the Preprocessor name
2076 // id: provided as a parameter by the Preprocessor
2077 // source: provided by the Preprocessor through GetFileSources function
2078
2079 // check if test mode should simulate a FXS error
2080 if (fTestMode & kErrorFXSFiles)
2081 {
2082 Log(detector, Form("GetFile - In TESTMODE - Simulating error while connecting to %s FXS", GetSystemName(system)));
2083 return 0;
2084 }
2085
57f50b3c 2086 // check connection, in case connect
9d733021 2087 if (!Connect(system))
eba76848 2088 {
9d733021 2089 Log(detector, Form("GetFile - Couldn't connect to %s FXS database", GetSystemName(system)));
339adafa 2090 fFXSError = system;
57f50b3c 2091 return 0;
2092 }
2093
2094 // Query preparation
9d733021 2095 TString sourceName(source);
d386d623 2096 Int_t nFields = 3;
2097 TString sqlQueryStart = Form("select filePath,size,fileChecksum from %s where",
2098 fConfig->GetFXSdbTable(system));
2099 TString whereClause = Form("run=%d and detector=\"%s\" and fileId=\"%s\"",
2100 GetCurrentRun(), detector, id);
2101
9d733021 2102 if (system == kDAQ)
2103 {
d386d623 2104 whereClause += Form(" and DAQsource=\"%s\"", source);
57f50b3c 2105 }
9d733021 2106 else if (system == kDCS)
eba76848 2107 {
9d733021 2108 sourceName="none";
57f50b3c 2109 }
9d733021 2110 else if (system == kHLT)
9e080f92 2111 {
d386d623 2112 whereClause += Form(" and DDLnumbers=\"%s\"", source);
9e080f92 2113 }
2114
9e080f92 2115 TString sqlQuery = Form("%s %s", sqlQueryStart.Data(), whereClause.Data());
2116
2117 AliDebug(2, Form("SQL query: \n%s",sqlQuery.Data()));
2118
2119 // Query execution
2120 TSQLResult* aResult = 0;
9d733021 2121 aResult = dynamic_cast<TSQLResult*> (fServer[system]->Query(sqlQuery));
9e080f92 2122 if (!aResult) {
8da81210 2123 Log(detector, Form("GetFile - Can't execute SQL query to %s database for: id = %s, source = %s",
9d733021 2124 GetSystemName(system), id, sourceName.Data()));
339adafa 2125 fFXSError = system;
9e080f92 2126 return 0;
2127 }
2128
8da81210 2129 if (aResult->GetRowCount() == 0)
9e080f92 2130 {
2131 Log(detector,
8da81210 2132 Form("GetFile - No entry in %s FXS db for: id = %s, source = %s",
9d733021 2133 GetSystemName(system), id, sourceName.Data()));
9e080f92 2134 delete aResult;
2135 return 0;
2136 }
2bb7b766 2137
9e080f92 2138 if (aResult->GetRowCount() > 1) {
2139 Log(detector,
8da81210 2140 Form("GetFile - More than one entry in %s FXS db for: id = %s, source = %s",
9d733021 2141 GetSystemName(system), id, sourceName.Data()));
339adafa 2142 fFXSError = system;
9e080f92 2143 delete aResult;
2144 return 0;
2145 }
2146
9d733021 2147 if (aResult->GetFieldCount() != nFields) {
9e080f92 2148 Log(detector,
9d733021 2149 Form("GetFileName - Wrong field count in %s FXS db for: id = %s, source = %s",
2150 GetSystemName(system), id, sourceName.Data()));
339adafa 2151 fFXSError = system;
9e080f92 2152 delete aResult;
2153 return 0;
2154 }
2155
2156 TSQLRow* aRow = dynamic_cast<TSQLRow*> (aResult->Next());
2157
2158 if (!aRow){
8da81210 2159 Log(detector, Form("GetFile - Empty set result in %s FXS db from query: id = %s, source = %s",
9d733021 2160 GetSystemName(system), id, sourceName.Data()));
339adafa 2161 fFXSError = system;
9e080f92 2162 delete aResult;
2163 return 0;
2164 }
2165
2166 TString filePath(aRow->GetField(0), aRow->GetFieldLength(0));
2167 TString fileSize(aRow->GetField(1), aRow->GetFieldLength(1));
d386d623 2168 TString fileChecksum(aRow->GetField(2), aRow->GetFieldLength(2));
9e080f92 2169
2170 delete aResult;
2171 delete aRow;
2172
d386d623 2173 AliDebug(2, Form("filePath = %s; size = %s, fileChecksum = %s",
2174 filePath.Data(), fileSize.Data(), fileChecksum.Data()));
9e080f92 2175
9e080f92 2176 // retrieved file is renamed to make it unique
675f64cd 2177 TString localFileName = Form("%s/%s_%d_process/%s_%s_%d_%s_%s.shuttle",
2178 GetShuttleTempDir(), detector, GetCurrentRun(),
d524ade6 2179 GetSystemName(system), detector, GetCurrentRun(),
2180 id, sourceName.Data());
9d733021 2181
9e080f92 2182
9d733021 2183 // file retrieval from FXS
4b95672b 2184 UInt_t nRetries = 0;
2185 UInt_t maxRetries = 3;
2186 Bool_t result = kFALSE;
2187
2188 // copy!! if successful TSystem::Exec returns 0
8da81210 2189 while (nRetries++ < maxRetries) {
4b95672b 2190 AliDebug(2, Form("Trying to copy file. Retry # %d", nRetries));
2191 result = RetrieveFile(system, filePath.Data(), localFileName.Data());
8da81210 2192 if (!result)
4b95672b 2193 {
8da81210 2194 Log(detector, Form("GetFile - Copy of file %s from %s FXS failed",
9d733021 2195 filePath.Data(), GetSystemName(system)));
4b95672b 2196 continue;
4f0749a8 2197 }
9e080f92 2198
c98417a1 2199 if (fileSize.Length()>0)
2200 {
2201 // compare filesize of local file with the one stored in the FXS DB
926cbc0e 2202 Long_t size = -1;
2203 Int_t sizeComp = gSystem->GetPathInfo(localFileName.Data(), 0, &size, 0, 0);
c98417a1 2204
926cbc0e 2205 if (sizeComp != 0 || size != fileSize.Atoi())
c98417a1 2206 {
8da81210 2207 Log(detector, Form("GetFile - size of file %s does not match with local copy!",
c98417a1 2208 filePath.Data()));
2209 result = kFALSE;
2210 continue;
2211 }
2212
2213 } else {
2214 Log(fCurrentDetector, Form("GetFile - size of file %s not set in %s database, skipping comparison",
2215 filePath.Data(), GetSystemName(system)));
2216 }
2217
d386d623 2218 if (fileChecksum.Length()>0)
4b95672b 2219 {
2220 // compare md5sum of local file with the one stored in the FXS DB
95d4aaef 2221 if(fileChecksum.Contains(' ')) fileChecksum.Resize(fileChecksum.First(' '));
339adafa 2222 Int_t md5Comp = gSystem->Exec(Form("md5sum %s |grep %s > /dev/null 2> /dev/null",
d524ade6 2223 localFileName.Data(), fileChecksum.Data()));
9e080f92 2224
4b95672b 2225 if (md5Comp != 0)
2226 {
8da81210 2227 Log(detector, Form("GetFile - md5sum of file %s does not match with local copy!",
4b95672b 2228 filePath.Data()));
2229 result = kFALSE;
2230 continue;
2231 }
d386d623 2232 } else {
2233 Log(fCurrentDetector, Form("GetFile - md5sum of file %s not set in %s database, skipping comparison",
2234 filePath.Data(), GetSystemName(system)));
9d733021 2235 }
4b95672b 2236 if (result) break;
9e080f92 2237 }
2238
8da81210 2239 if (!result)
2240 {
339adafa 2241 fFXSError = system;
8da81210 2242 return 0;
2243 }
4b95672b 2244
9d733021 2245 fFXSCalled[system]=kTRUE;
2246 TObjString *fileParams = new TObjString(Form("%s#!?!#%s", id, sourceName.Data()));
2247 fFXSlist[system].Add(fileParams);
9e080f92 2248
675f64cd 2249 static TString staticLocalFileName;
2250 staticLocalFileName.Form("%s", localFileName.Data());
2251
c88ad5db 2252 Log(fCurrentDetector, Form("GetFile - Retrieved file with id %s and "
2253 "source %s from %s to %s", id, source,
d524ade6 2254 GetSystemName(system), localFileName.Data()));
675f64cd 2255
d524ade6 2256 return staticLocalFileName.Data();
2bb7b766 2257}
2258
2259//______________________________________________________________________________________________
9d733021 2260Bool_t AliShuttle::RetrieveFile(UInt_t system, const char* fxsFileName, const char* localFileName)
9e080f92 2261{
9827400b 2262 //
2263 // Copies file from FXS to local Shuttle machine
2264 //
2bb7b766 2265
9e080f92 2266 // check temp directory: trying to cd to temp; if it does not exist, create it
d524ade6 2267 AliDebug(2, Form("Copy file %s from %s FXS into %s",
2268 GetSystemName(system), fxsFileName, localFileName));
2269
2270 TString tmpDir(localFileName);
2271
2272 tmpDir = tmpDir(0,tmpDir.Last('/'));
9e080f92 2273
d524ade6 2274 Int_t noDir = gSystem->GetPathInfo(tmpDir.Data(), 0, (Long64_t*) 0, 0, 0);
2275 if (noDir) // temp dir does not exists!
2276 {
2277 if (gSystem->mkdir(tmpDir.Data(), 1))
2278 {
2279 Log(fCurrentDetector.Data(), "RetrieveFile - could not make temp directory!!");
9e080f92 2280 return kFALSE;
2281 }
9e080f92 2282 }
2283
339adafa 2284 TString command = Form("scp -oPort=%d -2 %s@%s:%s/%s %s",
9d733021 2285 fConfig->GetFXSPort(system),
2286 fConfig->GetFXSUser(system),
2287 fConfig->GetFXSHost(system),
339adafa 2288 fConfig->GetFXSBaseFolder(system),
9d733021 2289 fxsFileName,
9e080f92 2290 localFileName);
2291
2292 AliDebug(2, Form("%s",command.Data()));
2293
4b95672b 2294 Bool_t result = (gSystem->Exec(command.Data()) == 0);
9e080f92 2295
4b95672b 2296 return result;
9e080f92 2297}
2298
2299//______________________________________________________________________________________________
9d733021 2300TList* AliShuttle::GetFileSources(Int_t system, const char* detector, const char* id)
2301{
9827400b 2302 //
2303 // Get sources producing the condition file Id from file exchange servers
4a33bdd9 2304 // if id is NULL all sources are returned (distinct)
9827400b 2305 //
1bcd28db 2306
8884d71e 2307 if (id)
2308 {
2309 Log(detector, Form("GetFileSources - Querying %s FXS for files with id %s produced by %s", GetSystemName(system), id, detector));
2310 } else {
2311 Log(detector, Form("GetFileSources - Querying %s FXS for files produced by %s", GetSystemName(system), detector));
2312 }
9827400b 2313
2314 // check if test mode should simulate a FXS error
2315 if (fTestMode & kErrorFXSSources)
2316 {
2317 Log(detector, Form("GetFileSources - In TESTMODE - Simulating error while connecting to %s FXS", GetSystemName(system)));
2318 return 0;
2319 }
2320
9d733021 2321 if (system == kDCS)
2322 {
c88ad5db 2323 Log(detector, "GetFileSources - WARNING: DCS system has only one source of data!");
6297b37d 2324 TList *list = new TList();
2325 list->SetOwner(1);
2326 list->Add(new TObjString(" "));
2327 return list;
9d733021 2328 }
9e080f92 2329
2330 // check connection, in case connect
9d733021 2331 if (!Connect(system))
2332 {
4a33bdd9 2333 Log(detector, Form("GetFileSources - Couldn't connect to %s FXS database", GetSystemName(system)));
339adafa 2334 fFXSError = system;
9d733021 2335 return NULL;
9e080f92 2336 }
2337
9d733021 2338 TString sourceName = 0;
2339 if (system == kDAQ)
2340 {
2341 sourceName = "DAQsource";
2342 } else if (system == kHLT)
2343 {
2344 sourceName = "DDLnumbers";
2345 }
2346
4a33bdd9 2347 TString sqlQueryStart = Form("select distinct %s from %s where", sourceName.Data(), fConfig->GetFXSdbTable(system));
2348 TString whereClause = Form("run=%d and detector=\"%s\"",
2349 GetCurrentRun(), detector);
2350 if (id)
2351 whereClause += Form(" and fileId=\"%s\"", id);
9e080f92 2352 TString sqlQuery = Form("%s %s", sqlQueryStart.Data(), whereClause.Data());
2353
2354 AliDebug(2, Form("SQL query: \n%s",sqlQuery.Data()));
2355
2356 // Query execution
2357 TSQLResult* aResult;
9d733021 2358 aResult = fServer[system]->Query(sqlQuery);
9e080f92 2359 if (!aResult) {
9d733021 2360 Log(detector, Form("GetFileSources - Can't execute SQL query to %s database for id: %s",
2361 GetSystemName(system), id));
339adafa 2362 fFXSError = system;
9e080f92 2363 return 0;
2364 }
2365
86aa42c3 2366 TList *list = new TList();
2367 list->SetOwner(1);
2368
9d733021 2369 if (aResult->GetRowCount() == 0)
2370 {
9e080f92 2371 Log(detector,
9d733021 2372 Form("GetFileSources - No entry in %s FXS table for id: %s", GetSystemName(system), id));
9e080f92 2373 delete aResult;
86aa42c3 2374 return list;
9e080f92 2375 }
2376
1bcd28db 2377 Log(detector, Form("GetFileSources - Found %d sources", aResult->GetRowCount()));
9e080f92 2378
1bcd28db 2379 TSQLRow* aRow;
9d733021 2380 while ((aRow = aResult->Next()))
2381 {
9e080f92 2382
9d733021 2383 TString source(aRow->GetField(0), aRow->GetFieldLength(0));
2384 AliDebug(2, Form("%s = %s", sourceName.Data(), source.Data()));
2385 list->Add(new TObjString(source));
9e080f92 2386 delete aRow;
2387 }
9d733021 2388
9e080f92 2389 delete aResult;
2390
2391 return list;
2bb7b766 2392}
2393
4a33bdd9 2394//______________________________________________________________________________________________
2395TList* AliShuttle::GetFileIDs(Int_t system, const char* detector, const char* source)
2396{
2397 //
2398 // Get all ids of condition files produced by a given source from file exchange servers
2399 //
2400
1bcd28db 2401 Log(detector, Form("GetFileIDs - Retrieving ids with source %s with %s", source, GetSystemName(system)));
2402
4a33bdd9 2403 // check if test mode should simulate a FXS error
2404 if (fTestMode & kErrorFXSSources)
2405 {
2406 Log(detector, Form("GetFileIDs - In TESTMODE - Simulating error while connecting to %s FXS", GetSystemName(system)));
2407 return 0;
2408 }
2409
2410 // check connection, in case connect
2411 if (!Connect(system))
2412 {
2413 Log(detector, Form("GetFileIDs - Couldn't connect to %s FXS database", GetSystemName(system)));
2414 return NULL;
2415 }
2416
2417 TString sourceName = 0;
2418 if (system == kDAQ)
2419 {
2420 sourceName = "DAQsource";
2421 } else if (system == kHLT)
2422 {
2423 sourceName = "DDLnumbers";
2424 }
2425
2426 TString sqlQueryStart = Form("select fileId from %s where", fConfig->GetFXSdbTable(system));
2427 TString whereClause = Form("run=%d and detector=\"%s\"",
2428 GetCurrentRun(), detector);
2429 if (sourceName.Length() > 0 && source)
2430 whereClause += Form(" and %s=\"%s\"", sourceName.Data(), source);
2431 TString sqlQuery = Form("%s %s", sqlQueryStart.Data(), whereClause.Data());
2432
2433 AliDebug(2, Form("SQL query: \n%s",sqlQuery.Data()));
2434
2435 // Query execution
2436 TSQLResult* aResult;
2437 aResult = fServer[system]->Query(sqlQuery);
2438 if (!aResult) {
2439 Log(detector, Form("GetFileIDs - Can't execute SQL query to %s database for source: %s",
2440 GetSystemName(system), source));
2441 return 0;
2442 }
2443
2444 TList *list = new TList();
2445 list->SetOwner(1);
2446
2447 if (aResult->GetRowCount() == 0)
2448 {
2449 Log(detector,
2450 Form("GetFileIDs - No entry in %s FXS table for source: %s", GetSystemName(system), source));
2451 delete aResult;
2452 return list;
2453 }
2454
1bcd28db 2455 Log(detector, Form("GetFileIDs - Found %d ids", aResult->GetRowCount()));
2456
4a33bdd9 2457 TSQLRow* aRow;
2458
2459 while ((aRow = aResult->Next()))
2460 {
2461
2462 TString id(aRow->GetField(0), aRow->GetFieldLength(0));
2463 AliDebug(2, Form("fileId = %s", id.Data()));
2464 list->Add(new TObjString(id));
2465 delete aRow;
2466 }
2467
2468 delete aResult;
2469
2470 return list;
2471}
2472
2bb7b766 2473//______________________________________________________________________________________________
9d733021 2474Bool_t AliShuttle::Connect(Int_t system)
2bb7b766 2475{
9827400b 2476 // Connect to MySQL Server of the system's FXS MySQL databases
2477 // DAQ Logbook, Shuttle Logbook and DAQ FXS db are on the same host
2478 //
57f50b3c 2479
9d733021 2480 // check connection: if already connected return
2481 if(fServer[system] && fServer[system]->IsConnected()) return kTRUE;
57f50b3c 2482
9d733021 2483 TString dbHost, dbUser, dbPass, dbName;
57f50b3c 2484
9d733021 2485 if (system < 3) // FXS db servers
2486 {
2487 dbHost = Form("mysql://%s:%d", fConfig->GetFXSdbHost(system), fConfig->GetFXSdbPort(system));
2488 dbUser = fConfig->GetFXSdbUser(system);
2489 dbPass = fConfig->GetFXSdbPass(system);
2490 dbName = fConfig->GetFXSdbName(system);
2491 } else { // Run & Shuttle logbook servers
2492 // TODO Will the Shuttle logbook server be the same as the Run logbook server ???
2493 dbHost = Form("mysql://%s:%d", fConfig->GetDAQlbHost(), fConfig->GetDAQlbPort());
2494 dbUser = fConfig->GetDAQlbUser();
2495 dbPass = fConfig->GetDAQlbPass();
2496 dbName = fConfig->GetDAQlbDB();
2497 }
57f50b3c 2498
9d733021 2499 fServer[system] = TSQLServer::Connect(dbHost.Data(), dbUser.Data(), dbPass.Data());
2500 if (!fServer[system] || !fServer[system]->IsConnected()) {
2501 if(system < 3)
2502 {
2503 AliError(Form("Can't establish connection to FXS database for %s",
2504 AliShuttleInterface::GetSystemName(system)));
2505 } else {
2506 AliError("Can't establish connection to Run logbook.");
57f50b3c 2507 }
9d733021 2508 if(fServer[system]) delete fServer[system];
2509 return kFALSE;
2bb7b766 2510 }
57f50b3c 2511
9d733021 2512 // Get tables
2513 TSQLResult* aResult=0;
2514 switch(system){
2515 case kDAQ:
2516 aResult = fServer[kDAQ]->GetTables(dbName.Data());
2517 break;
2518 case kDCS:
2519 aResult = fServer[kDCS]->GetTables(dbName.Data());
2520 break;
2521 case kHLT:
2522 aResult = fServer[kHLT]->GetTables(dbName.Data());
2523 break;
2524 default:
2525 aResult = fServer[3]->GetTables(dbName.Data());
2526 break;
2527 }
2528
2529 delete aResult;
2bb7b766 2530 return kTRUE;
2531}
57f50b3c 2532
9e080f92 2533//______________________________________________________________________________________________
9d733021 2534Bool_t AliShuttle::UpdateTable()
9e080f92 2535{
9827400b 2536 //
2537 // Update FXS table filling time_processed field in all rows corresponding to current run and detector
2538 //
9e080f92 2539
9d733021 2540 Bool_t result = kTRUE;
9e080f92 2541
9d733021 2542 for (UInt_t system=0; system<3; system++)
2543 {
2544 if(!fFXSCalled[system]) continue;
9e080f92 2545
9d733021 2546 // check connection, in case connect
2547 if (!Connect(system))
2548 {
2549 Log(fCurrentDetector, Form("UpdateTable - Couldn't connect to %s FXS database", GetSystemName(system)));
2550 result = kFALSE;
2551 continue;
9e080f92 2552 }
9e080f92 2553
9d733021 2554 TTimeStamp now; // now
2555
2556 // Loop on FXS list entries
2557 TIter iter(&fFXSlist[system]);
2558 TObjString *aFXSentry=0;
2559 while ((aFXSentry = dynamic_cast<TObjString*> (iter.Next())))
2560 {
2561 TString aFXSentrystr = aFXSentry->String();
2562 TObjArray *aFXSarray = aFXSentrystr.Tokenize("#!?!#");
2563 if (!aFXSarray || aFXSarray->GetEntries() != 2 )
2564 {
2565 Log(fCurrentDetector, Form("UpdateTable - error updating %s FXS entry. Check string: <%s>",
2566 GetSystemName(system), aFXSentrystr.Data()));
2567 if(aFXSarray) delete aFXSarray;
2568 result = kFALSE;
2569 continue;
2570 }
2571 const char* fileId = ((TObjString*) aFXSarray->At(0))->GetName();
2572 const char* source = ((TObjString*) aFXSarray->At(1))->GetName();
2573
2574 TString whereClause;
2575 if (system == kDAQ)
2576 {
2577 whereClause = Form("where run=%d and detector=\"%s\" and fileId=\"%s\" and DAQsource=\"%s\";",
2578 GetCurrentRun(), fCurrentDetector.Data(), fileId, source);
2579 }
2580 else if (system == kDCS)
2581 {
2582 whereClause = Form("where run=%d and detector=\"%s\" and fileId=\"%s\";",
2583 GetCurrentRun(), fCurrentDetector.Data(), fileId);
2584 }
2585 else if (system == kHLT)
2586 {
2587 whereClause = Form("where run=%d and detector=\"%s\" and fileId=\"%s\" and DDLnumbers=\"%s\";",
2588 GetCurrentRun(), fCurrentDetector.Data(), fileId, source);
2589 }
2590
2591 delete aFXSarray;
9e080f92 2592
9d733021 2593 TString sqlQuery = Form("update %s set time_processed=%d %s", fConfig->GetFXSdbTable(system),
2594 now.GetSec(), whereClause.Data());
9e080f92 2595
9d733021 2596 AliDebug(2, Form("SQL query: \n%s",sqlQuery.Data()));
9e080f92 2597
9d733021 2598 // Query execution
2599 TSQLResult* aResult;
2600 aResult = dynamic_cast<TSQLResult*> (fServer[system]->Query(sqlQuery));
2601 if (!aResult)
2602 {
2603 Log(fCurrentDetector, Form("UpdateTable - %s db: can't execute SQL query <%s>",
2604 GetSystemName(system), sqlQuery.Data()));
2605 result = kFALSE;
2606 continue;
2607 }
2608 delete aResult;
9e080f92 2609 }
9e080f92 2610 }
2611
9d733021 2612 return result;
9e080f92 2613}
57f50b3c 2614
bd23d48b 2615//_______________________________________________________________________________
2616Bool_t AliShuttle::UpdateTableSkippedCase(const char* detector)
2617{
2618 //
2619 // Update FXS table filling time_processed field in all rows corresponding to current run and detector
2620 // if detector = "ALL" update all detectors
2621 //
2622
2623 Bool_t result = kTRUE;
2624
2625 for (UInt_t system=0; system<3; system++)
2626 {
2627
2628 // check connection, in case connect
2629 if (!Connect(system))
2630 {
2631 Log(fCurrentDetector, Form("UpdateTableSkippedCase - Couldn't connect to %s FXS database", GetSystemName(system)));
2632 result = kFALSE;
2633 continue;
2634 }
2635
2636 TTimeStamp now; // now
2637
2638 // Loop on FXS list entries
2639 TIter iter(&fFXSlist[system]);
2640
2641 TString whereClause;
2642 if (detector == "ALL") whereClause = Form("where run=%d and time_processed IS NULL;",GetCurrentRun());
2643 else whereClause = Form("where run=%d and detector=\"%s\" and time_processed IS NULL;",GetCurrentRun(), detector);
2644
2645 Log("SHUTTLE",Form(" whereClause = %s ",whereClause.Data()));
2646
2647 TString sqlQuery = Form("update %s set time_processed=%d %s", fConfig->GetFXSdbTable(system),
2648 now.GetSec(), whereClause.Data());
2649
2650 AliDebug(2, Form("SQL query: \n%s",sqlQuery.Data()));
2651
2652 // Query execution
2653 TSQLResult* aResult;
2654 aResult = dynamic_cast<TSQLResult*> (fServer[system]->Query(sqlQuery));
2655 if (!aResult)
2656 {
2657 Log("SHUTTLE", Form("UpdateTableSkippedCase - %s db: can't execute SQL query <%s>",
2658 GetSystemName(system), sqlQuery.Data()));
2659 result = kFALSE;
2660 continue;
2661 }
2662 delete aResult;
2663
2664 }
2665
2666 return result;
2667}
3301427a 2668//______________________________________________________________________________________________
2669Bool_t AliShuttle::UpdateTableFailCase()
2670{
9827400b 2671 // Update FXS table filling time_processed field in all rows corresponding to current run and detector
2672 // this is called in case the preprocessor is declared failed for the current run, because
2673 // the fields are updated only in case of success
3301427a 2674
2675 Bool_t result = kTRUE;
2676
2677 for (UInt_t system=0; system<3; system++)
2678 {
2679 // check connection, in case connect
2680 if (!Connect(system))
2681 {
2682 Log(fCurrentDetector, Form("UpdateTableFailCase - Couldn't connect to %s FXS database",
2683 GetSystemName(system)));
2684 result = kFALSE;
2685 continue;
2686 }
2687
2688 TTimeStamp now; // now
2689
2690 // Loop on FXS list entries
2691
2692 TString whereClause = Form("where run=%d and detector=\"%s\";",
2693 GetCurrentRun(), fCurrentDetector.Data());
2694
2695
2696 TString sqlQuery = Form("update %s set time_processed=%d %s", fConfig->GetFXSdbTable(system),
2697 now.GetSec(), whereClause.Data());
2698
2699 AliDebug(2, Form("SQL query: \n%s",sqlQuery.Data()));
2700
2701 // Query execution
2702 TSQLResult* aResult;
2703 aResult = dynamic_cast<TSQLResult*> (fServer[system]->Query(sqlQuery));
2704 if (!aResult)
2705 {
2706 Log(fCurrentDetector, Form("UpdateTableFailCase - %s db: can't execute SQL query <%s>",
2707 GetSystemName(system), sqlQuery.Data()));
2708 result = kFALSE;
2709 continue;
2710 }
2711 delete aResult;
2712 }
2713
2714 return result;
2715}
2716
2bb7b766 2717//______________________________________________________________________________________________
2718Bool_t AliShuttle::UpdateShuttleLogbook(const char* detector, const char* status)
2719{
e7f62f16 2720 //
2721 // Update Shuttle logbook filling detector or shuttle_done column
2722 // ex. of usage: UpdateShuttleLogbook("PHOS", "DONE") or UpdateShuttleLogbook("shuttle_done")
2723 //
57f50b3c 2724
2bb7b766 2725 // check connection, in case connect
be48e3ea 2726 if(!Connect(3)){
2bb7b766 2727 Log("SHUTTLE", "UpdateShuttleLogbook - Couldn't connect to DAQ Logbook.");
2728 return kFALSE;
57f50b3c 2729 }
2730
2bb7b766 2731 TString detName(detector);
2732 TString setClause;
8e828d39 2733 if (detName == "shuttle_done" || detName == "shuttle_skipped")
e7f62f16 2734 {
2bb7b766 2735 setClause = "set shuttle_done=1";
8e828d39 2736
ee6f7523 2737 if (detName == "shuttle_done")
b0e53b15 2738 {
8e828d39 2739 if (TouchFile() != kTRUE)
2156c755 2740 {
2741 SendMLRunInfo("Pending");
503ff24f 2742 return kFALSE;
2156c755 2743 }
8e828d39 2744
2745 SendMLRunInfo("Done");
b0e53b15 2746 }
8e828d39 2747 else
2748 SendMLRunInfo("Skipped");
2749 }
2750 else {
2bb7b766 2751 TString statusStr(status);
2752 if(statusStr.Contains("done", TString::kIgnoreCase) ||
2753 statusStr.Contains("failed", TString::kIgnoreCase)){
eba76848 2754 setClause = Form("set %s=\"%s\"", detector, status);
2bb7b766 2755 } else {
2756 Log("SHUTTLE",
2757 Form("UpdateShuttleLogbook - Invalid status <%s> for detector %s",
2758 status, detector));
2759 return kFALSE;
2760 }
2761 }
57f50b3c 2762
2bb7b766 2763 TString whereClause = Form("where run=%d", GetCurrentRun());
2764
441b0e9c 2765 TString sqlQuery = Form("update %s %s %s",
2766 fConfig->GetShuttlelbTable(), setClause.Data(), whereClause.Data());
57f50b3c 2767
2bb7b766 2768 AliDebug(2, Form("SQL query: \n%s",sqlQuery.Data()));
2769
2770 // Query execution
2771 TSQLResult* aResult;
be48e3ea 2772 aResult = dynamic_cast<TSQLResult*> (fServer[3]->Query(sqlQuery));
2bb7b766 2773 if (!aResult) {
2774 Log("SHUTTLE", Form("UpdateShuttleLogbook - Can't execute query <%s>", sqlQuery.Data()));
2775 return kFALSE;
57f50b3c 2776 }
2bb7b766 2777 delete aResult;
57f50b3c 2778
2779 return kTRUE;
2780}
2781
2782//______________________________________________________________________________________________
2bb7b766 2783Int_t AliShuttle::GetCurrentRun() const
2784{
9827400b 2785 //
2786 // Get current run from logbook entry
2787 //
57f50b3c 2788
2bb7b766 2789 return fLogbookEntry ? fLogbookEntry->GetRun() : -1;
57f50b3c 2790}
2791
2792//______________________________________________________________________________________________
2bb7b766 2793UInt_t AliShuttle::GetCurrentStartTime() const
2794{
9827400b 2795 //
2796 // get current start time
2797 //
57f50b3c 2798
2bb7b766 2799 return fLogbookEntry ? fLogbookEntry->GetStartTime() : 0;
57f50b3c 2800}
2801
2802//______________________________________________________________________________________________
2bb7b766 2803UInt_t AliShuttle::GetCurrentEndTime() const
2804{
9827400b 2805 //
2806 // get current end time from logbook entry
2807 //
57f50b3c 2808
2bb7b766 2809 return fLogbookEntry ? fLogbookEntry->GetEndTime() : 0;
57f50b3c 2810}
5f3fe74e 2811//______________________________________________________________________________________________
2812UInt_t AliShuttle::GetCurrentTimeCreated() const
2813{
2814 //
2815 // get current end time from logbook entry
2816 //
2817
2818 return fLogbookEntry ? fLogbookEntry->GetTimeCreated() : 0;
2819}
57f50b3c 2820
675f64cd 2821//______________________________________________________________________________________________
2822UInt_t AliShuttle::GetCurrentYear() const
2823{
2824 //
2825 // Get current year from logbook entry
2826 //
2827
2828 if (!fLogbookEntry) return 0;
2829
2830 TTimeStamp startTime(GetCurrentStartTime());
2831 TString year = Form("%d",startTime.GetDate());
2832 year = year(0,4);
2833
2834 return year.Atoi();
2835}
2836
2837//______________________________________________________________________________________________
2838const char* AliShuttle::GetLHCPeriod() const
2839{
2840 //
2841 // Get current LHC period from logbook entry
2842 //
2843
2844 if (!fLogbookEntry) return 0;
2845
2846 return fLogbookEntry->GetRunParameter("LHCperiod");
2847}
2848
b948db8d 2849//______________________________________________________________________________________________
2850void AliShuttle::Log(const char* detector, const char* message)
2851{
9827400b 2852 //
2853 // Fill log string with a message
2854 //
b948db8d 2855
7d4cf768 2856 TString logRunDir = GetShuttleLogDir();
2857 if (GetCurrentRun() >=0)
2858 logRunDir += Form("/%d", GetCurrentRun());
2859
2860 void* dir = gSystem->OpenDirectory(logRunDir.Data());
84090f85 2861 if (dir == NULL) {
7d4cf768 2862 if (gSystem->mkdir(logRunDir.Data(), kTRUE)) {
36c99a6a 2863 AliError(Form("Can't open directory <%s>", GetShuttleLogDir()));
84090f85 2864 return;
2865 }
b948db8d 2866
84090f85 2867 } else {
2868 gSystem->FreeDirectory(dir);
2869 }
b948db8d 2870
0b025a52 2871 TString toLog = Form("%s UTC (%d): %s - ", TTimeStamp(time(0)).AsString("s"), getpid(), detector);
e7f62f16 2872 if (GetCurrentRun() >= 0)
2873 toLog += Form("run %d - ", GetCurrentRun());
2bb7b766 2874 toLog += Form("%s", message);
2875
84090f85 2876 AliInfo(toLog.Data());
ffa29e93 2877
2878 // if we redirect the log output already to the file, leave here
2879 if (fOutputRedirected && strcmp(detector, "SHUTTLE") != 0)
2880 return;
b948db8d 2881
ffa29e93 2882 TString fileName = GetLogFileName(detector);
e7f62f16 2883
84090f85 2884 gSystem->ExpandPathName(fileName);
2885
2886 ofstream logFile;
2887 logFile.open(fileName, ofstream::out | ofstream::app);
2888
2889 if (!logFile.is_open()) {
2890 AliError(Form("Could not open file %s", fileName.Data()));
2891 return;
2892 }
7bfb2090 2893
84090f85 2894 logFile << toLog.Data() << "\n";
b948db8d 2895
84090f85 2896 logFile.close();
b948db8d 2897}
2bb7b766 2898
ffa29e93 2899//______________________________________________________________________________________________
2900TString AliShuttle::GetLogFileName(const char* detector) const
2901{
2902 //
2903 // returns the name of the log file for a given sub detector
2904 //
2905
2906 TString fileName;
2907
2908 if (GetCurrentRun() >= 0)
7d4cf768 2909 {
2910 fileName.Form("%s/%d/%s_%d.log", GetShuttleLogDir(), GetCurrentRun(),
2911 detector, GetCurrentRun());
2912 } else {
ffa29e93 2913 fileName.Form("%s/%s.log", GetShuttleLogDir(), detector);
7d4cf768 2914 }
ffa29e93 2915
2916 return fileName;
2917}
2918
ee6f7523 2919//______________________________________________________________________________________________
2920void AliShuttle::SendAlive()
2921{
2922 // sends alive message to ML
2923
2924 TMonaLisaText mlStatus("SHUTTLE_status", "Alive");
2925
2926 TList mlList;
2927 mlList.Add(&mlStatus);
2928
2929 fMonaLisa->SendParameters(&mlList, "__PROCESSINGINFO__");
2930}
2931
2bb7b766 2932//______________________________________________________________________________________________
2933Bool_t AliShuttle::Collect(Int_t run)
2934{
9827400b 2935 //
2936 // Collects conditions data for all UNPROCESSED run written to DAQ LogBook in case of run = -1 (default)
2937 // If a dedicated run is given this run is processed
2938 //
2939 // In operational mode, this is the Shuttle function triggered by the EOR signal.
2940 //
2bb7b766 2941
eba76848 2942 if (run == -1)
2943 Log("SHUTTLE","Collect - Shuttle called. Collecting conditions data for unprocessed runs");
2944 else
2945 Log("SHUTTLE", Form("Collect - Shuttle called. Collecting conditions data for run %d", run));
cb343cfd 2946
2947 SetLastAction("Starting");
2bb7b766 2948
ee6f7523 2949 // create ML instance
2950 if (!fMonaLisa)
2951 fMonaLisa = new TMonaLisaWriter(fConfig->GetMonitorHost(), fConfig->GetMonitorTable());
2952
fbc112e3 2953 CountOpenRuns();
ee6f7523 2954
2bb7b766 2955 TString whereClause("where shuttle_done=0");
eba76848 2956 if (run != -1)
2957 whereClause += Form(" and run=%d", run);
2bb7b766 2958
2959 TObjArray shuttleLogbookEntries;
be48e3ea 2960 if (!QueryShuttleLogbook(whereClause, shuttleLogbookEntries))
2961 {
cb343cfd 2962 Log("SHUTTLE", "Collect - Can't retrieve entries from Shuttle logbook");
2bb7b766 2963 return kFALSE;
2964 }
2965
9e080f92 2966 if (shuttleLogbookEntries.GetEntries() == 0)
2967 {
2968 if (run == -1)
2969 Log("SHUTTLE","Collect - Found no UNPROCESSED runs in Shuttle logbook");
2970 else
2971 Log("SHUTTLE", Form("Collect - Run %d is already DONE "
2972 "or it does not exist in Shuttle logbook", run));
2973 return kTRUE;
2974 }
2975
be48e3ea 2976 for (UInt_t iDet=0; iDet<NDetectors(); iDet++)
2977 fFirstUnprocessed[iDet] = kTRUE;
2978
fc5a4708 2979 if (run != -1)
be48e3ea 2980 {
2981 // query Shuttle logbook for earlier runs, check if some detectors are unprocessed,
2982 // flag them into fFirstUnprocessed array
e3ae8d33 2983 TString whereClauseBis(Form("where shuttle_done=0 and run < %d", run));
be48e3ea 2984 TObjArray tmpLogbookEntries;
e3ae8d33 2985 if (!QueryShuttleLogbook(whereClauseBis, tmpLogbookEntries))
be48e3ea 2986 {
2987 Log("SHUTTLE", "Collect - Can't retrieve entries from Shuttle logbook");
2988 return kFALSE;
2989 }
2990
2991 TIter iter(&tmpLogbookEntries);
2992 AliShuttleLogbookEntry* anEntry = 0;
2993 while ((anEntry = dynamic_cast<AliShuttleLogbookEntry*> (iter.Next())))
2994 {
2995 for (UInt_t iDet=0; iDet<NDetectors(); iDet++)
2996 {
2997 if (anEntry->GetDetectorStatus(iDet) == AliShuttleLogbookEntry::kUnprocessed)
2998 {
2999 AliDebug(2, Form("Run %d: setting %s as \"not first time unprocessed\"",
3000 anEntry->GetRun(), GetDetName(iDet)));
3001 fFirstUnprocessed[iDet] = kFALSE;
3002 }
3003 }
3004
3005 }
3006
3007 }
3008
3009 if (!RetrieveConditionsData(shuttleLogbookEntries))
3010 {
cb343cfd 3011 Log("SHUTTLE", "Collect - Process of at least one run failed");
a3ca69fe 3012 CountOpenRuns();
2bb7b766 3013 return kFALSE;
3014 }
3015
36c99a6a 3016 Log("SHUTTLE", "Collect - Requested run(s) successfully processed");
a3ca69fe 3017 CountOpenRuns();
eba76848 3018 return kTRUE;
2bb7b766 3019}
3020
2bb7b766 3021//______________________________________________________________________________________________
3022Bool_t AliShuttle::RetrieveConditionsData(const TObjArray& dateEntries)
3023{
9827400b 3024 //
3025 // Retrieve conditions data for all runs that aren't processed yet
3026 //
2bb7b766 3027
3028 Bool_t hasError = kFALSE;
3029
3030 TIter iter(&dateEntries);
3031 AliShuttleLogbookEntry* anEntry;
3032
3033 while ((anEntry = (AliShuttleLogbookEntry*) iter.Next())){
3034 if (!Process(anEntry)){
3035 hasError = kTRUE;
3036 }
4b95672b 3037
3038 // clean SHUTTLE temp directory
d524ade6 3039 //TString filename = Form("%s/*.shuttle", GetShuttleTempDir());
3040 //RemoveFile(filename.Data());
2bb7b766 3041 }
3042
3043 return hasError == kFALSE;
3044}
cb343cfd 3045
3046//______________________________________________________________________________________________
3047ULong_t AliShuttle::GetTimeOfLastAction() const
3048{
9827400b 3049 //
3050 // Gets time of last action
3051 //
3052
cb343cfd 3053 ULong_t tmp;
36c99a6a 3054
cb343cfd 3055 fMonitoringMutex->Lock();
be48e3ea 3056
cb343cfd 3057 tmp = fLastActionTime;
36c99a6a 3058
cb343cfd 3059 fMonitoringMutex->UnLock();
36c99a6a 3060
cb343cfd 3061 return tmp;
3062}
3063
3064//______________________________________________________________________________________________
3065const TString AliShuttle::GetLastAction() const
3066{
9827400b 3067 //
cb343cfd 3068 // returns a string description of the last action
9827400b 3069 //
cb343cfd 3070
3071 TString tmp;
36c99a6a 3072
cb343cfd 3073 fMonitoringMutex->Lock();
3074
3075 tmp = fLastAction;
3076
3077 fMonitoringMutex->UnLock();
3078
36c99a6a 3079 return tmp;
cb343cfd 3080}
3081
3082//______________________________________________________________________________________________
3083void AliShuttle::SetLastAction(const char* action)
3084{
9827400b 3085 //
cb343cfd 3086 // updates the monitoring variables
9827400b 3087 //
36c99a6a 3088
cb343cfd 3089 fMonitoringMutex->Lock();
36c99a6a 3090
cb343cfd 3091 fLastAction = action;
3092 fLastActionTime = time(0);
3093
3094 fMonitoringMutex->UnLock();
3095}
eba76848 3096
3097//______________________________________________________________________________________________
3098const char* AliShuttle::GetRunParameter(const char* param)
3099{
9827400b 3100 //
3101 // returns run parameter read from DAQ logbook
3102 //
eba76848 3103
3104 if(!fLogbookEntry) {
3105 AliError("No logbook entry!");
3106 return 0;
3107 }
3108
3109 return fLogbookEntry->GetRunParameter(param);
3110}
57c1a579 3111
d386d623 3112//______________________________________________________________________________________________
9827400b 3113AliCDBEntry* AliShuttle::GetFromOCDB(const char* detector, const AliCDBPath& path)
d386d623 3114{
9827400b 3115 //
3116 // returns object from OCDB valid for current run
3117 //
d386d623 3118
9827400b 3119 if (fTestMode & kErrorOCDB)
3120 {
3121 Log(detector, "GetFromOCDB - In TESTMODE - Simulating error with OCDB");
3122 return 0;
3123 }
3124
d386d623 3125 AliCDBStorage *sto = AliCDBManager::Instance()->GetStorage(fgkMainCDB);
3126 if (!sto)
3127 {
9827400b 3128 Log(detector, "GetFromOCDB - Cannot activate main OCDB for query!");
d386d623 3129 return 0;
3130 }
3131
3132 return dynamic_cast<AliCDBEntry*> (sto->Get(path, GetCurrentRun()));
3133}
3134
57c1a579 3135//______________________________________________________________________________________________
339adafa 3136Bool_t AliShuttle::SendMail(EMailTarget target, Int_t system)
57c1a579 3137{
9827400b 3138 //
3139 // sends a mail to the subdetector expert in case of preprocessor error
3140 //
3141
3142 if (fTestMode != kNone)
3143 return kTRUE;
fb40ead4 3144
926cbc0e 3145 if (!fConfig->SendMail())
3146 return kTRUE;
57c1a579 3147
339adafa 3148 if (target == kDCSEMail || target == kFXSEMail) {
3149 if (!fFirstProcessing)
3150 return kTRUE;
36c99a6a 3151 }
3152
7bdfe1fa 3153 Int_t runMode = (Int_t)fConfig->GetRunMode();
3154 TString tmpStr;
3155 if (runMode == 0) tmpStr = " Nightly Test:";
3156 else tmpStr = " Data Taking:";
fbc112e3 3157 void* dir = gSystem->OpenDirectory(GetShuttleLogDir());
3158 if (dir == NULL)
3159 {
3160 if (gSystem->mkdir(GetShuttleLogDir(), kTRUE))
3161 {
3162 Log("SHUTTLE", Form("SendMail - Can't open directory <%s>", GetShuttleLogDir()));
3163 return kFALSE;
3164 }
3165
3166 } else {
3167 gSystem->FreeDirectory(dir);
3168 }
3169
339adafa 3170 // det experts in to
3171 TString to="";
3835a613 3172 TIter *iterExperts = 0;
339adafa 3173 if (target == kDCSEMail) {
3174 iterExperts = new TIter(fConfig->GetAdmins(AliShuttleConfig::kAmanda));
3175 }
3176 else if (target == kFXSEMail) {
3177 iterExperts = new TIter(fConfig->GetAdmins(system));
3178 }
3835a613 3179 if (iterExperts) {
3180 TObjString *anExpert=0;
3181 while ((anExpert = (TObjString*) iterExperts->Next()))
3182 {
3183 to += Form("%s,", anExpert->GetName());
3184 }
3185 delete iterExperts;
339adafa 3186 }
3835a613 3187
3188 // add subdetector experts
3189 iterExperts = new TIter(fConfig->GetResponsibles(fCurrentDetector));
339adafa 3190 TObjString *anExpert=0;
3191 while ((anExpert = (TObjString*) iterExperts->Next()))
4508ab8b 3192 {
339adafa 3193 to += Form("%s,", anExpert->GetName());
3194 }
3195 delete iterExperts;
3835a613 3196
339adafa 3197 if (to.Length() > 0)
3198 to.Remove(to.Length()-1);
3199 AliDebug(2, Form("to: %s",to.Data()));
4508ab8b 3200
339adafa 3201 if (to.IsNull()) {
3202 Log("SHUTTLE", Form("List of %d responsibles not set!", (Int_t) target));
3203 return kFALSE;
3204 }
3205
3206 // SHUTTLE responsibles in cc
fb40ead4 3207 TString cc="";
3208 TIter iterAdmins(fConfig->GetAdmins(AliShuttleConfig::kGlobal));
3209 TObjString *anAdmin=0;
3210 while ((anAdmin = (TObjString*) iterAdmins.Next()))
3211 {
3212 cc += Form("%s,", anAdmin->GetName());
3213 }
3214 if (cc.Length() > 0)
c19963db 3215 cc.Remove(cc.Length()-1);
fb40ead4 3216 AliDebug(2, Form("cc: %s",to.Data()));
57c1a579 3217
339adafa 3218 // mail body
675f64cd 3219 TString bodyFileName;
3220 bodyFileName.Form("%s/mail.body", GetShuttleLogDir());
3221 gSystem->ExpandPathName(bodyFileName);
3222
3223 ofstream mailBody;
3224 mailBody.open(bodyFileName, ofstream::out);
3225
3226 if (!mailBody.is_open())
3227 {
339adafa 3228 Log("SHUTTLE", Form("Could not open mail body file %s", bodyFileName.Data()));
675f64cd 3229 return kFALSE;
3230 }
3231
675f64cd 3232
339adafa 3233 TString subject;
3234 TString body;
675f64cd 3235
339adafa 3236 if (target == kDCSEMail){
af93e5d7 3237 subject = Form("%s CRITICAL Retrieval of data points for %s FAILED in run %d !",
7bdfe1fa 3238 tmpStr.Data(), fCurrentDetector.Data(), GetCurrentRun());
339adafa 3239 AliDebug(2, Form("subject: %s", subject.Data()));
3240
3241 body = Form("Dear DCS experts, \n\n");
3242 body += Form("SHUTTLE couldn\'t retrieve the data points for detector %s "
3243 "in run %d!!\n\n", fCurrentDetector.Data(), GetCurrentRun());
fb40ead4 3244 }
339adafa 3245 else if (target == kFXSEMail){
af93e5d7 3246 subject = Form("%s CRITICAL FXS communication for %s FAILED in run %d !",
7bdfe1fa 3247 tmpStr.Data(), fCurrentDetector.Data(), GetCurrentRun());
339adafa 3248 AliDebug(2, Form("subject: %s", subject.Data()));
3249 TString sys;
3250 if (system == kDAQ) sys="DAQ";
3251 else if (system == kDCS) sys="DCS";
3252 else if (system == kHLT) sys="HLT";
3253 else return kFALSE;
9c0e2d64 3254 body = Form("Dear %s FXS experts, \n\n",sys.Data());
339adafa 3255 body += Form("SHUTTLE couldn\'t retrieve data from the FXS for detector %s "
9c0e2d64 3256 "in run %d!!\n\n", fCurrentDetector.Data(), GetCurrentRun());
339adafa 3257 }
3258 else {
7bdfe1fa 3259 subject = Form("%s %s Shuttle preprocessor FAILED in run %d (run type = %s)!",
3260 tmpStr.Data(), fCurrentDetector.Data(), GetCurrentRun(), GetRunType());
339adafa 3261 AliDebug(2, Form("subject: %s", subject.Data()));
3262
3263 body = Form("Dear %s expert(s), \n\n", fCurrentDetector.Data());
3264 body += Form("SHUTTLE just detected that your preprocessor "
3265 "failed processing run %d (run type = %s)!!\n\n",
3266 GetCurrentRun(), GetRunType());
3267 }
675f64cd 3268
7d4cf768 3269 body += Form("Please check %s status on the SHUTTLE monitoring page: \n\n",
3270 fCurrentDetector.Data());
b0e53b15 3271 if (fConfig->GetRunMode() == AliShuttleConfig::kTest)
3272 {
8e828d39 3273 body += Form("\thttp://pcalimonitor.cern.ch/shuttle.jsp?time=24 \n\n");
b0e53b15 3274 } else {
8e828d39 3275 body += Form("\thttp://pcalimonitor.cern.ch/shuttle.jsp?instance=PROD&time=24 \n\n");
b0e53b15 3276 }
339adafa 3277
3278
7d4cf768 3279 TString logFolder = "logs";
3280 if (fConfig->GetRunMode() == AliShuttleConfig::kProd)
3281 logFolder += "_PROD";
3282
3283
675f64cd 3284 body += Form("Find the %s log for the current run on \n\n"
7d4cf768 3285 "\thttp://pcalishuttle01.cern.ch:8880/%s/%d/%s_%d.log \n\n",
3286 fCurrentDetector.Data(), logFolder.Data(), GetCurrentRun(),
3287 fCurrentDetector.Data(), GetCurrentRun());
3288 body += Form("The last 10 lines of %s log file are following:\n\n", fCurrentDetector.Data());
675f64cd 3289
3290 AliDebug(2, Form("Body begin: %s", body.Data()));
3291
3292 mailBody << body.Data();
3293 mailBody.close();
3294 mailBody.open(bodyFileName, ofstream::out | ofstream::app);
3295
339adafa 3296 TString logFileName = Form("%s/%d/%s_%d.log", GetShuttleLogDir(),
3297 GetCurrentRun(), fCurrentDetector.Data(), GetCurrentRun());
675f64cd 3298 TString tailCommand = Form("tail -n 10 %s >> %s", logFileName.Data(), bodyFileName.Data());
3299 if (gSystem->Exec(tailCommand.Data()))
3300 {
3301 mailBody << Form("%s log file not found ...\n\n", fCurrentDetector.Data());
3302 }
3303
3304 TString endBody = Form("------------------------------------------------------\n\n");
36c99a6a 3305 endBody += Form("In case of problems please contact the SHUTTLE core team.\n\n");
3306 endBody += "Please do not answer this message directly, it is automatically generated.\n\n";
546242fb 3307 endBody += "Greetings,\n\n \t\t\tthe SHUTTLE\n";
57c1a579 3308
909732f7 3309 AliDebug(2, Form("Body end: %s", endBody.Data()));
57c1a579 3310
3311 mailBody << endBody.Data();
3312
3313 mailBody.close();
3314
3315 // send mail!
3316 TString mailCommand = Form("mail -s \"%s\" -c %s %s < %s",
3317 subject.Data(),
3318 cc.Data(),
3319 to.Data(),
3320 bodyFileName.Data());
909732f7 3321 AliDebug(2, Form("mail command: %s", mailCommand.Data()));
57c1a579 3322
3323 Bool_t result = gSystem->Exec(mailCommand.Data());
3324
3325 return result == 0;
3326}
d386d623 3327
441b0e9c 3328//______________________________________________________________________________________________
9827400b 3329const char* AliShuttle::GetRunType()
441b0e9c 3330{
9827400b 3331 //
3332 // returns run type read from "run type" logbook
3333 //
441b0e9c 3334
3335 if(!fLogbookEntry) {
3336 AliError("No logbook entry!");
3337 return 0;
3338 }
3339
9827400b 3340 return fLogbookEntry->GetRunType();
441b0e9c 3341}
3342
4859271b 3343//______________________________________________________________________________________________
3344Bool_t AliShuttle::GetHLTStatus()
3345{
3346 // Return HLT status (ON=1 OFF=0)
af76b20d 3347 // Converts the HLT status from the mode string read in the run logbook (not just a bool)
4859271b 3348
3349 if(!fLogbookEntry) {
3350 AliError("No logbook entry!");
3351 return 0;
3352 }
3353
af76b20d 3354 // TODO implement when HLTMode is inserted in run logbook
b4ebc2d5 3355 TString hltMode = fLogbookEntry->GetRunParameter("HLTmode");
af76b20d 3356 TSubString firstChar = hltMode(0,1);
3357 AliDebug(2,Form("First char = %s ",firstChar.Data()));
3358 if (firstChar == "A") {
3359 return kFALSE;
3360 }
3361 else if ((firstChar == "B") || (firstChar == "C") || (firstChar == "D") || (firstChar == "E")) {
3362 return kTRUE;
3363 }
3364 else {
3365 Log("SHUTTLE","Unexpected HLT mode! Returning 0....");
3366 return kFALSE;
3367 }
4859271b 3368}
ca8ea066 3369
3370//______________________________________________________________________________________________
3371const char* AliShuttle::GetTriggerConfiguration()
3372{
3373 // Receives the trigger configuration from the DAQ logbook for the current run
3374
3375 // check connection, if needed reconnect
3376 if (!Connect(3))
3377 return 0;
3378
3379 TString sqlQuery;
3380 sqlQuery.Form("SELECT configFile FROM logbook_trigger_config WHERE run = %d", GetCurrentRun());
3381 TSQLResult* result = fServer[3]->Query(sqlQuery);
3382 if (!result)
3383 {
3384 Log("SHUTTLE", Form("ERROR: Can't execute query <%s>!", sqlQuery.Data()));
3385 return 0;
3386 }
3387
3388 if (result->GetRowCount() == 0)
3389 {
3390 Log("SHUTTLE", "ERROR: Trigger configuration not found in logbook_trigger_config");
3391 delete result;
3392 return 0;
3393 }
3394
3395 TSQLRow* row = result->Next();
3396 if (!row)
3397 {
3398 Log("SHUTTLE", "ERROR: Could not receive logbook_trigger_config data");
3399 delete result;
3400 return 0;
3401 }
3402
3403 // static, so that pointer remains valid when it is returned to the calling class
3404 static TString triggerConfig(row->GetField(0));
3405
3406 delete row;
3407 row = 0;
3408
3409 delete result;
3410 result = 0;
3411
3412 Log("SHUTTLE", Form("Found trigger configuration: %s", triggerConfig.Data()));
3413
3414 return triggerConfig;
3415}
3416
d386d623 3417//______________________________________________________________________________________________
3418void AliShuttle::SetShuttleTempDir(const char* tmpDir)
3419{
9827400b 3420 //
3421 // sets Shuttle temp directory
3422 //
d386d623 3423
3424 fgkShuttleTempDir = gSystem->ExpandPathName(tmpDir);
3425}
3426
3427//______________________________________________________________________________________________
3428void AliShuttle::SetShuttleLogDir(const char* logDir)
3429{
9827400b 3430 //
3431 // sets Shuttle log directory
3432 //
d386d623 3433
3434 fgkShuttleLogDir = gSystem->ExpandPathName(logDir);
3435}
503ff24f 3436//______________________________________________________________________________________________
3437Bool_t AliShuttle::TouchFile()
3438{
3439 //
3440 // touching a file on the grid if run has been DONE
3441 //
3442
3443 if (!gGrid)
3444 {
3445 Log("SHUTTLE",Form("No TGrid connection estabilished!"));
3446 Log("SHUTTLE",Form("Could not touch file for run %i",GetCurrentRun()));
3447 return kFALSE;
3448 }
3449
b8cf5e0f 3450 TString dir;
3451 dir.Form("%s%d/%s/SHUTTLE_DONE", fConfig->GetAlienPath(), GetCurrentYear(), GetLHCPeriod());
3452 // checking whether directory for touch command exists
3453 TString commandLs;
3454 commandLs.Form("ls %s",dir.Data());
3455 TGridResult *resultLs = dynamic_cast<TGridResult*>(gGrid->Command(commandLs));
3456 if (!resultLs){
3457 Log("SHUTTLE",Form("No result for %s command, returning without touching",commandLs.Data()));
3458 return kFALSE;
3459 }
3460 TMap *mapLs = dynamic_cast<TMap*>(resultLs->At(0));
3461 if (!mapLs){
3462 Log("SHUTTLE",Form("No map for %s command, returning without touching",commandLs.Data()));
97d38a5a 3463 delete resultLs;
3464 resultLs = 0x0;
b8cf5e0f 3465 return kFALSE;
3466 }
3467 TObjString *valueLsPath = dynamic_cast<TObjString*>(mapLs->GetValue("path"));
3468 if (!valueLsPath || (TString)(valueLsPath->GetString()).CompareTo(dir)!=1){
3469 Log("SHUTTLE",Form("No directory %s found, creating it",dir.Data()));
3470
3471 // creating the directory
3472
3473 Bool_t boolMkdir = gGrid->Mkdir(dir.Data());
3474 if (!boolMkdir) {
3475 Log("SHUTTLE",Form("Impossible to create dir %s in alien catalogue for run %i!",dir.Data(),GetCurrentRun()));
97d38a5a 3476 delete resultLs;
3477 resultLs = 0x0;
b8cf5e0f 3478 return kFALSE;
3479 }
3480 Log("SHUTTLE",Form("Directory %s successfully created in alien catalogue for run %i",dir.Data(),GetCurrentRun()));
3481 }
3482 else {
3483 Log("SHUTTLE",Form("Directory %s correctly found for run %i",dir.Data(),GetCurrentRun()));
3484 }
3485
97d38a5a 3486 delete resultLs;
3487 resultLs = 0x0;
3488
503ff24f 3489 TString command;
b8cf5e0f 3490 command.Form("touch %s/%i", dir.Data(), GetCurrentRun());
e660ff60 3491 Log("SHUTTLE", Form("Creating entry in file catalog: %s", command.Data()));
503ff24f 3492 TGridResult *resultTouch = dynamic_cast<TGridResult*>(gGrid->Command(command));
b8cf5e0f 3493 if (!resultTouch){
3494 Log("SHUTTLE",Form("No result for touching command, returning without touching for run %i",GetCurrentRun()));
3495 return kFALSE;
503ff24f 3496 }
b8cf5e0f 3497 TMap *mapTouch = dynamic_cast<TMap*>(resultTouch->At(0));
3498 if (!mapTouch){
3499 Log("SHUTTLE",Form("No map for touching command, returning without touching for run %i",GetCurrentRun()));
97d38a5a 3500 delete resultTouch;
3501 resultTouch = 0x0;
b8cf5e0f 3502 return kFALSE;
3503 }
3504 TObjString *valueTouch = dynamic_cast<TObjString*>(mapTouch->GetValue("__result__"));
3505 if (!valueTouch){
3506 Log("SHUTTLE",Form("No value for \"__result__\" key set in the map for touching command, returning without touching for run %i",GetCurrentRun()));
97d38a5a 3507 delete resultTouch;
3508 resultTouch = 0x0;
b8cf5e0f 3509 return kFALSE;
503ff24f 3510 }
b8cf5e0f 3511 if (valueTouch->GetString()!="1"){
3512 Log("SHUTTLE",Form("Failing the touching command, returning without touching for run %i",GetCurrentRun()));
97d38a5a 3513 delete resultTouch;
3514 resultTouch = 0x0;
b8cf5e0f 3515 return kFALSE;
3516 }
97d38a5a 3517 delete resultTouch;
3518 resultTouch = 0x0;
98400bd9 3519 Log("SHUTTLE", "Sucessfully touched the file");
b8cf5e0f 3520 return kTRUE;
503ff24f 3521}
2eb98462 3522//______________________________________________________________________________________________
3523const UInt_t AliShuttle::GetStartTimeDCSQuery()
3524{
3525 // Return Start Time for the DCS query
3526 //
3527 // The call is delegated to AliShuttleInterface
3528
3529 return GetCurrentTimeCreated()-fConfig->GetDCSQueryOffset();
3530}
3531//______________________________________________________________________________________________
3532const UInt_t AliShuttle::GetEndTimeDCSQuery()
3533{
3534 // Return End Time for the DCS query
3535 //
3536 // The call is delegated to AliShuttleInterface
3537
3538 return GetCurrentEndTime()+fConfig->GetDCSQueryOffset();
3539}
503ff24f 3540
3541