[
https://issues.apache.org/jira/browse/HDFS-16558?focusedWorklogId=761435&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-761435
]
ASF GitHub Bot logged work on HDFS-16558:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 24/Apr/22 10:07
Start Date: 24/Apr/22 10:07
Worklog Time Spent: 10m
Work Description: yuanboliu opened a new pull request, #4230:
URL: https://github.com/apache/hadoop/pull/4230
…lock to read lock
<!--
Thanks for sending a pull request!
1. If this is your first time, please read our contributor guidelines:
https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute
2. Make sure your PR title starts with JIRA issue id, e.g.,
'HADOOP-17799. Your PR title ...'.
-->
### Description of PR
In a very busy authed cluster, renewing/caneling/getting delegation token
get slow and it will slow down the speed of handling rpcs from client. Since
AbstractDelegationTokenSecretManager is a thread-safe manager, we propose to
change the fs lock from write lock to read lock(protect editlog rolling)
Issue Time Tracking
-------------------
Worklog Id: (was: 761435)
Time Spent: 50m (was: 40m)
> Consider changing the lock of delegation token from write lock to read lock
> ---------------------------------------------------------------------------
>
> Key: HDFS-16558
> URL: https://issues.apache.org/jira/browse/HDFS-16558
> Project: Hadoop HDFS
> Issue Type: Improvement
> Reporter: Yuanbo Liu
> Priority: Major
> Labels: pull-request-available
> Attachments: image-2022-04-24-14-13-04-695.png,
> image-2022-04-24-14-13-52-867.png, image-2022-04-24-14-57-18-740.png,
> image-2022-04-24-14-58-25-294.png
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> In a very busy authed cluster, renewing/caneling/getting delegation token get
> slow and it will slow down the speed of handling rpcs from client. Since
> AbstractDelegationTokenSecretManager is a thread-safe manager, we propose to
> change the fs lock from write lock to read lock(protect editlog rolling)
> !image-2022-04-24-14-58-25-294.png|width=318,height=194!
> !image-2022-04-24-14-13-52-867.png|width=324,height=173!
> !image-2022-04-24-14-57-18-740.png|width=303,height=184!
--
This message was sent by Atlassian Jira
(v8.20.7#820007)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]