Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
M4.5
-
None
Description
When this change (http://gerrit.sjc.cloudera.com:8080/#/c/4231/) was pushed a bunch of stuff got slower, for example: http://gerrit.sjc.cloudera.com:8080/#/c/4253/.
Tablet creation also got a lot slower, we used to be able to create 700 tablets with num_replicas=3 but now we're always missing ~50 (because the master drops the calls on the floor, different issue).
enable_data_block_fsync can be disabled to get the performance back.
On a single node, tablet creation with the flag turned off takes ~100ms whereas with the default value it takes at least 700ms (saw it taking seconds).