Replies: 2 comments 10 replies
-
Quick note: |
Beta Was this translation helpful? Give feedback.
2 replies
-
@cowtowncoder is this a known issue and have you seen any NUL writes happening in the past? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We are facing this intermittent issue where on a multi-object serialization(pretty large - Think of this as say a database serialization to JSON), at random places and for random objects the file contains NUL(0x00) for some writes. the content before and after are fine.
Please note that this is highly intermittent and we are not able to root cause the issue. Following are more details
We do have a parallel write use case where multiple threads write to same json generator - by synchronized at the writing function level.
Questions
Beta Was this translation helpful? Give feedback.
All reactions