You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/07/09 02:06:00 UTC

[jira] [Work logged] (KNOX-1917) DefaultKeystoreService should use a shared read lock

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

ASF GitHub Bot logged work on KNOX-1917:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 09/Jul/19 02:04
            Start Date: 09/Jul/19 02:04
    Worklog Time Spent: 10m 
      Work Description: risdenk commented on pull request #110: KNOX-1917 - DefaultKeystoreService should use a shared read lock
URL: https://github.com/apache/knox/pull/110
 
 
   ## What changes were proposed in this pull request?
   
   Use a shared read lock to ensure that multiple processes won't read/write at the same time.
   
   ## How was this patch tested?
   
   `mvn -T.5C clean verify -Ppackage,release`
   
 
----------------------------------------------------------------
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


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

            Worklog Id:     (was: 273635)
            Time Spent: 10m
    Remaining Estimate: 0h

> DefaultKeystoreService should use a shared read lock
> ----------------------------------------------------
>
>                 Key: KNOX-1917
>                 URL: https://issues.apache.org/jira/browse/KNOX-1917
>             Project: Apache Knox
>          Issue Type: Improvement
>            Reporter: Kevin Risden
>            Assignee: Kevin Risden
>            Priority: Minor
>             Fix For: 1.3.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> KNOX-1881 added Java NIO locking but only for the write side. The read side should also make sure it has a shared lock.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)