[ 
https://issues.apache.org/jira/browse/HDDS-2244?focusedWorklogId=324675&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-324675
 ]

ASF GitHub Bot logged work on HDDS-2244:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 07/Oct/19 22:51
            Start Date: 07/Oct/19 22:51
    Worklog Time Spent: 10m 
      Work Description: anuengineer commented on issue #1589: HDDS-2244. Use 
new ReadWrite lock in OzoneManager.
URL: https://github.com/apache/hadoop/pull/1589#issuecomment-539237587
 
 
   
   > Right now ActiveLock creates ReadWrite Lock with non-fair mode. Do you 
mean, we want to create the RWLOCK with an option of fair mode. If my 
understanding is wrong, could you let me know what additional things need to be 
implemented?
   When you use a Reader writer lock, there is a question of fairness. Where as 
exclusive locks are first come first serve.
   > 
   > And also this work is mainly to improve read performance workloads, as now 
with current approach of exclusive lock all reads are serialized.
   I am afraid this gives so much importance to Reads that you will have your 
writes getting stalled completely. 
   
 
----------------------------------------------------------------
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:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 324675)
    Time Spent: 2h 20m  (was: 2h 10m)

> Use new ReadWrite lock in OzoneManager
> --------------------------------------
>
>                 Key: HDDS-2244
>                 URL: https://issues.apache.org/jira/browse/HDDS-2244
>             Project: Hadoop Distributed Data Store
>          Issue Type: Bug
>            Reporter: Bharat Viswanadham
>            Assignee: Bharat Viswanadham
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.5.0
>
>          Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> Use new ReadWriteLock added in HDDS-2223.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to