You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2020/09/15 03:34:08 UTC

[GitHub] [hadoop-ozone] captainzmc edited a comment on pull request #1296: HDDS-4053. Volume space: add quotaUsageInBytes and update it when write and delete key.

captainzmc edited a comment on pull request #1296:
URL: https://github.com/apache/hadoop-ozone/pull/1296#issuecomment-692424807


   > Thanks @captainzmc for working on this. The patch LGTM, +1. Only concern I have is the cost of volume usage update per key write/delete. If you can post the perf diff with/wo update using freon, that will be great.
   
   Thanks for @xiaoyuyao 's review. Here are the freon test results:
   Using 10-100 threads to write data to different buckets under the same volume, adding quota Usage has little impact on performance. (LongAdder disperses the concurrency of a single cell to each cell, improving concurrency efficiency compared to atomicLong).  In my test, I used three virtual machines, each with a key size of 10K.
   ![image](https://user-images.githubusercontent.com/13825159/93158333-7c14ea80-f73e-11ea-86a0-8db45f5fc3e0.png)
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org