Details
Description
Our DataNode node has 36 disks. When FsDatasetAsyncDiskService is working, it will cause a high load on the DataNode.
Here are some monitoring related to memory:
Since each disk deletes the block asynchronously, and each thread allows 4 threads to work,
This will cause some troubles to the DataNode, such as increased cpu and increased memory.
We should appropriately reduce the number of jobs of the total thread so that the DataNode can work better.
Attachments
Attachments
Issue Links
- links to