You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Juan Ramos (Jira)" <ji...@apache.org> on 2020/03/03 13:12:00 UTC

[jira] [Updated] (GEODE-7832) Remove connection "send semaphores" from DirectChannel

     [ https://issues.apache.org/jira/browse/GEODE-7832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juan Ramos updated GEODE-7832:
------------------------------
    Labels: GeodeCommons  (was: )

> Remove connection "send semaphores" from DirectChannel
> ------------------------------------------------------
>
>                 Key: GEODE-7832
>                 URL: https://issues.apache.org/jira/browse/GEODE-7832
>             Project: Geode
>          Issue Type: Improvement
>          Components: membership
>            Reporter: Bruce J Schuchardt
>            Assignee: Juan Ramos
>            Priority: Major
>              Labels: GeodeCommons
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Remove the acquiredSendSemaphore/acquireGroupSendSemaphore and related methods from DirectChannel/TCPConduit code.  Connection.isReaderThread() and associated makeReaderThread() methods can also be deleted because they're only used by the semaphore code.
> These semaphores only constrain messaging if you set a couple of undocumented system properties, p2p.maxGroupSenders and p2p.maxConnectionSenders to some small value.  These are (MAX_INT / 2) by default.



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