romainq
|
549b776134
Regression introduced with the implementation of obsolescence: first install not working (Access denied for user ''@localhost)
|
8 gadi atpakaļ |
dflaven
|
1b110522ca
#1150: Spurious message "A restore is running..." - FIXED !
|
9 gadi atpakaļ |
romainq
|
bebfa57f54
Instrumented the code to help in solving the "restore runing" issue. Completion of commits [3733] znd [3595] = issue an exception if something is going wrong within iTopMutex::TryLock (exceptions are correctly handled in the various places where TryLock is invoked)
|
9 gadi atpakaļ |
dflaven
|
2ea54b8644
Mutex instrumentation for troubleshooting...
|
10 gadi atpakaļ |
dflaven
|
5551f50e4e
Make sure that the SQL mutexes are specific to the current iTop instance, but still preserving the capability for the setup to detect an already running cron job with or without a valid config file.
|
10 gadi atpakaļ |
romainq
|
15a7e9b975
Added a warning when upgrading the application while a CRON is being executed on the same DB
|
11 gadi atpakaļ |
dflaven
|
3185bbf95c
Proper handling of the re-entrence of the Lock/Unlock within the same PHP page. Previously the code was sometimes performing 2 Unlock() for each Lock().
|
11 gadi atpakaļ |
dflaven
|
3d0c9f4e5c
Allow re-entrance in the same named mutex within the same PHP page.
|
11 gadi atpakaļ |
romainq
|
2a2a54895c
CRON: protection against re-entrance now relies on a bullet-proof mutex. Also added the option 'debug=1' to output the call stack in case an exception occurs (not always because of passwords being shown in the call stack)
|
11 gadi atpakaļ |