[ 
https://issues.apache.org/jira/browse/HDDS-3615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bharat Viswanadham updated HDDS-3615:
-------------------------------------
    Description: 
For volume/bucket table currently it is full cache, and we need to cleanup 
entries only when they are marked for delete.

So, it is unnecessary to call cleanup and waste the CPU resources on OM.

Similarly for other tables, when the double buffer has transaction entries that 
touch those tables, then only call cleanup.

  was:
For volume/bucket table currently it is full cache, and we need to cleanup 
entries only when they are marked for delete.

So, it is unnecessary to call cleanup and waste the CPU resources on OM.


> Call cleanup on tables only when double buffer has transactions related to 
> tables.
> ----------------------------------------------------------------------------------
>
>                 Key: HDDS-3615
>                 URL: https://issues.apache.org/jira/browse/HDDS-3615
>             Project: Hadoop Distributed Data Store
>          Issue Type: Bug
>            Reporter: Bharat Viswanadham
>            Assignee: Bharat Viswanadham
>            Priority: Major
>
> For volume/bucket table currently it is full cache, and we need to cleanup 
> entries only when they are marked for delete.
> So, it is unnecessary to call cleanup and waste the CPU resources on OM.
> Similarly for other tables, when the double buffer has transaction entries 
> that touch those tables, then only call cleanup.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to