Help!DataTable writing bugs

Help! Has anyone encountered the issue of data loss when writing to a data table?

I noticed that when I run the code every second, there are random occurrences of failed writes, where the new table entry does not contain the expected values but instead contains “0”. The following logs appear:


From the logs, it can be seen that the data being written is correct, but in reality, the added entry in the table is incorrectly set to zero.
What’s even stranger is that this issue occurs randomly, sometimes within 10 attempts, and sometimes after dozens of attempts.

What could be the possible reasons for this issue?

Thank you for addressing my question.