Bug #76890 Sending delayed signal to other thread in error cases for backups
Submitted: 29 Apr 2015 14:59 Modified: 14 Jan 2016 22:40
Reporter: Mikael Ronström Email Updates:
Status: Closed Impact on me:
None 
Category:Tests Severity:S3 (Non-critical)
Version:7.4.7 OS:Any
Assigned to: CPU Architecture:Any

[29 Apr 2015 14:59] Mikael Ronström
Description:
Sometimes a backup is not successful due to resources missing, one could do retries here after a short delay.
This does however only work for backup parts that work in the same thread. It won't work with other threads
since delayed signals are only supported in the same thread.

How to repeat:
Found by code inspection as part of fixing bug20904721

Suggested fix:
Ensure we never send delayed signals to other threads.
[14 Jan 2016 22:40] Jon Stephens
Fixed in NDB 7.4.8. See BUG#77612 for documentation info.

Closed.