[
https://issues.apache.org/jira/browse/HDFS-16233?focusedWorklogId=654504&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-654504
]
ASF GitHub Bot logged work on HDFS-16233:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 23/Sep/21 12:43
Start Date: 23/Sep/21 12:43
Worklog Time Spent: 10m
Work Description: virajjasani commented on pull request #3468:
URL: https://github.com/apache/hadoop/pull/3468#issuecomment-925773845
FWIW, +1 (non-binding)
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 654504)
Time Spent: 40m (was: 0.5h)
> Do not use exception handler to implement copy-on-write for EnumCounters
> ------------------------------------------------------------------------
>
> Key: HDFS-16233
> URL: https://issues.apache.org/jira/browse/HDFS-16233
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: namenode
> Reporter: Wei-Chiu Chuang
> Assignee: Wei-Chiu Chuang
> Priority: Major
> Labels: pull-request-available
> Attachments: Screen Shot 2021-09-22 at 1.59.59 PM.png,
> profile_c7_delete_asyncaudit.html
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> HDFS-14547 saves the NameNode heap space occupied by EnumCounters by
> essentially implementing a copy-on-write strategy.
> At beginning, all EnumCounters refers to the same ConstEnumCounters to save
> heap space. When it is modified, an exception is thrown and the exception
> handler converts ConstEnumCounters to EnumCounters object and updates it.
> Using exception handler to perform anything more than occasional is bad for
> performance.
> Propose: use instanceof keyword to detect the type of object and do COW
> accordingly.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]