-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Invalid
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: tserver
-
Labels:None
I was reviewing DfsLogger today and explaining how it works. I noticed that every write of every event calls flush() on output file. This should be unnecessary since the flush thread should do all the flush/sync operations. It may be necessary for the encryption stuff, but we'll need to figure out some sort of alternative implementation for non-encrypted output.