You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/03/10 16:11:40 UTC

[jira] [Commented] (AVRO-1808) It would be useful to be able to change lock mechanics for handshake at Requestor

    [ https://issues.apache.org/jira/browse/AVRO-1808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15189403#comment-15189403 ] 

ASF GitHub Bot commented on AVRO-1808:
--------------------------------------

GitHub user DrVirtual opened a pull request:

    https://github.com/apache/avro/pull/75

    AVRO-1808. Added possibility of overriding lock mechanics for Requestor.handshakeLock

    Look at https://issues.apache.org/jira/browse/AVRO-1808 for more information

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/DrVirtual/avro AVRO-1808-Requestor-handshake-lock

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/avro/pull/75.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #75
    
----
commit cf3ea721b6e47eec7ec6284a31bb057c9858e8c6
Author: k.usachev <k....@corp.mail.ru>
Date:   2016-03-10T15:08:32Z

    AVRO-1808. Added possibility of overriding lock mechanics for Requestor.handshakeLock

----


> It would be useful to be able to change lock mechanics for handshake at Requestor 
> ----------------------------------------------------------------------------------
>
>                 Key: AVRO-1808
>                 URL: https://issues.apache.org/jira/browse/AVRO-1808
>             Project: Avro
>          Issue Type: Improvement
>          Components: java
>            Reporter: Konstantin Usachev
>            Priority: Minor
>
> For now there is no option to change lock mechanics for handshake at org.apache.avro.ipc.Requestor - it uses ReentrantLock. We can't use this type of lock in our system, so we need some way to override it, like the way you have already done for org.apache.avro.ipc.Transceiver.channelLock.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)