Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
The test may fail the following assertion if async edit logs are enabled:
logging edit without syncing should do not affect txid expected:<1> but was:<2>. The async thread is doing batched syncs in the background. logSync just ensures the edit is durable, so the txid may increase prior to sync. It's a race.
Attachments
Attachments
Issue Links
- is duplicated by
-
HDFS-10169 TestEditLog.testBatchedSyncWithClosedLogs with useAsyncEditLog sometimes fails
- Resolved
- relates to
-
HDFS-7964 Add support for async edit logging
- Resolved