Lost a lot of data where a node crash

Hi,

I have no idea about your code, but you need to make sure to check on the return values, either by blocking or through a listener. If the op fails, this will be noted in the operation status so you can retry from your application level or fail appropriately.

Can you show some code?