After sifting through the NDB API Events documentation and class comments, I came across this comment in ndbapi_event.h:
// - If a node failure has occured not all events will be recieved anymore. Drop // NdbEventOperation and Create again after nodes are up again. Will be fixed // in later versions
Does this mean if a Data node fails, NDB Events will not be received?
Can anyone elaborate on this?
I have tested killing a node while I'm running my NDB API Event listener program, and I am still receiving all events(I only have 2 events right now during prototyping).
Thanks in advance,
Brandon
// - If a node failure has occured not all events will be recieved anymore. Drop // NdbEventOperation and Create again after nodes are up again. Will be fixed // in later versions
Does this mean if a Data node fails, NDB Events will not be received?
Can anyone elaborate on this?
I have tested killing a node while I'm running my NDB API Event listener program, and I am still receiving all events(I only have 2 events right now during prototyping).
Thanks in advance,
Brandon