]> git.uio.no Git - u/mrichter/AliRoot.git/commit
Some warning going to error and viceversa:
authorrgrosso <rgrosso@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 5 Mar 2013 11:05:59 +0000 (11:05 +0000)
committerrgrosso <rgrosso@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 5 Mar 2013 11:05:59 +0000 (11:05 +0000)
commite9ce6cb702e1747bf6f882e4880c1f8cd5c969af
treebb6e28c13874714c4b385fcb8a782e8b88084fc2
parent80557052386c3f678d23141e0e33dcf05657db9b
Some warning going to error and viceversa:
1) When unloading an object from the cache, prompt just a warning and not an error if the object is not in the cache. In particular in reconstruction, first check for some objects if they are in the cache before asking to unload them.
2) Prompt an error instead of a debug message just before throwing an exception in AliCDBLocal::GetEntry, in the case of missing entry. The cause of the abort will like this be clear also in systems which are not able to prompt the error message of the runtime error.
STEER/CDB/AliCDBLocal.cxx
STEER/CDB/AliCDBManager.cxx
STEER/STEER/AliReconstruction.cxx