You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Brian Baynes (JIRA)" <ji...@apache.org> on 2017/09/08 19:18:00 UTC

[jira] [Updated] (GEODE-3078) Protocol connection runs in AcceptorImpl's thread pool

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

Brian Baynes updated GEODE-3078:
--------------------------------
    Description: 
As a user of the new protocol, I need it to function whether or not I explicitly set max connections.
Ensure Path #1 is functional -- {{isSelector}} is false.
Implement a run() method on {{NewClientServerConnection}} that can handle connections when running on a single thread in the server connection thread pool. Wire it up with the new client protocol work.
(Path #2 -- {{acceptor.isSelector()}} is true -- is covered in GEODE-3080.)

  was:
Implement a `run()` method on {{NewClientServerConnection}} that can handle connections when running on a single thread in the server connection thread pool. Wire it up with the new client protocol work.

Note: it may be convenient to just fail if {{acceptor.isSelector()}} at this point.

This will depend on a certain amount of progress having been made in GEODE-2580 so that the new client protocol can be wired in.

Ideally, we can write an integration test at this point that sends a message over TCP/IP and gets a response back.

        Summary: Protocol connection runs in AcceptorImpl's thread pool  (was: NewClientServerConnection can run on a thread in AcceptorImpl's thread pool)

> Protocol connection runs in AcceptorImpl's thread pool
> ------------------------------------------------------
>
>                 Key: GEODE-3078
>                 URL: https://issues.apache.org/jira/browse/GEODE-3078
>             Project: Geode
>          Issue Type: Sub-task
>          Components: client/server
>            Reporter: Galen O'Sullivan
>
> As a user of the new protocol, I need it to function whether or not I explicitly set max connections.
> Ensure Path #1 is functional -- {{isSelector}} is false.
> Implement a run() method on {{NewClientServerConnection}} that can handle connections when running on a single thread in the server connection thread pool. Wire it up with the new client protocol work.
> (Path #2 -- {{acceptor.isSelector()}} is true -- is covered in GEODE-3080.)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)