-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.8.0, 3.0.0-alpha1
-
Component/s: hdfs
-
Labels:None
-
Target Version/s:
-
Hadoop Flags:Reviewed
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.
- is duplicated by
-
HDFS-10169 TestEditLog.testBatchedSyncWithClosedLogs with useAsyncEditLog sometimes fails
-
- Resolved
-
- relates to
-
HDFS-7964 Add support for async edit logging
-
- Resolved
-