• unknown's avatar
    bug#9924 - ndb backup abort handling · d0ac62aa
    unknown authored
      Redo abort handling according to descr. in Backup.txt
    bug#9960 - ndb backup
          increase wait completed timeout to 48 hours
    
    
    ndb/include/kernel/signaldata/BackupImpl.hpp:
      Add nodeid to reply to be able to fake reply during NF
    ndb/include/kernel/signaldata/BackupSignalData.hpp:
      new error codes
    ndb/src/common/debugger/signaldata/BackupImpl.cpp:
      fix printout
    ndb/src/kernel/blocks/backup/Backup.cpp:
      bug#9924 - ndb backup abort handling
        Redo abort handling according to descr. in Backup.txt
    ndb/src/kernel/blocks/backup/Backup.hpp:
      bug#9924 - ndb backup abort handling
        Redo abort handling according to descr. in Backup.txt
    ndb/src/kernel/blocks/backup/Backup.txt:
      bug#9924 - ndb backup abort handling
        Redo abort handling according to descr. in Backup.txt
    ndb/src/kernel/blocks/backup/BackupInit.cpp:
      bug#9924 - ndb backup abort handling
        Redo abort handling according to descr. in Backup.txt
    ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp:
      Init own version
    ndb/src/mgmapi/mgmapi.cpp:
      bug#9960 - ndb backup
        increase wait completed timeout to 48 hours
    ndb/src/mgmsrv/MgmtSrvr.cpp:
      Handle node failures activly
        (mainly for backup...)
    ndb/src/mgmsrv/MgmtSrvr.hpp:
      Handle node failures activly
        (mainly for backup...)
    ndb/src/mgmsrv/MgmtSrvrGeneralSignalHandling.cpp:
      Handle node failures activly
        (mainly for backup...)
    ndb/src/ndbapi/ndberror.c:
      new error codes
    ndb/test/ndbapi/testBackup.cpp:
      fix return codes
    ndb/test/run-test/daily-basic-tests.txt:
      Add failure test cases to autotest
    ndb/test/src/NdbBackup.cpp:
      fix error codes
      introduce checking of backup resources after each test
    d0ac62aa
Cmvmi.cpp 35.8 KB