[
https://issues.apache.org/jira/browse/SSHD-912?focusedWorklogId=239845&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-239845
]
ASF GitHub Bot logged work on SSHD-912:
---------------------------------------
Author: ASF GitHub Bot
Created on: 09/May/19 17:59
Start Date: 09/May/19 17:59
Worklog Time Spent: 10m
Work Description: lgoldstein commented on pull request #102: [SSHD-912]
Use separate locks for Future(s) and Session/Channel instances
URL: https://github.com/apache/mina-sshd/pull/102
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 239845)
Time Spent: 20m (was: 10m)
> Review usages of AbstractCloseable#lock and constrain them only to actually
> needed ones
> ---------------------------------------------------------------------------------------
>
> Key: SSHD-912
> URL: https://issues.apache.org/jira/browse/SSHD-912
> Project: MINA SSHD
> Issue Type: Improvement
> Affects Versions: 2.2.0
> Reporter: Goldstein Lyor
> Assignee: Goldstein Lyor
> Priority: Major
> Fix For: 2.3.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The {{AbstractCloseable#lock}} is used in various {{Future}}-s but also for
> stuff not related to them. We should take a look at it and separate these
> uses so that {{AbstractCloseable#lock}} is used only for {{Future}}-s whereas
> all other code uses a *separate* lock.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)