• unknown's avatar
    ndb - bug #10987 · 7056f0b3
    unknown authored
      make sure not to cut log to early 
      (specificly not use LCP with maxGciStarted that has not yet completed)
    
    
    ndb/include/kernel/signaldata/SignalData.hpp:
      Add signal data printer for START_FRAG_REQ
    ndb/include/kernel/signaldata/StartFragReq.hpp:
      Add signal data printer for START_FRAG_REQ
    ndb/src/common/debugger/signaldata/SignalDataPrint.cpp:
      Add signal data printer for START_FRAG_REQ
    ndb/src/common/debugger/signaldata/StartRec.cpp:
      Add signal data printer for START_FRAG_REQ
    ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
      Add maxGciStarted/Completed to event report
      bug: dont use LCP for calcKeepGci in maxGciSTarted is not completed
    7056f0b3
SignalData.hpp 8.55 KB