Support #79
Async write/read
Description
When I use async append I get records like the following, with no data
recno -1, len 0, no timestamp
Is there something that I can do to avoid them?
History
#1 Updated by Eric Allman about 7 years ago
- Status changed from New to Feedback
- Assignee set to Eric Allman
More detail, please. Are the async appends sent from a single thread or multiple threads? Are all records corrupted, or just some of them? Are the records still corrupt if you read them synchronously (e.g., using gdp-reader
)? What is the name of the log(s) that is/are exhibiting these problems?
#2 Updated by Eric Allman over 6 years ago
- Status changed from Feedback to Resolved
I think the latest version in the repo should fix this problem. Please give it another try.
#3 Updated by Eric Allman over 6 years ago
- Status changed from Resolved to Closed