You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by GitBox <gi...@apache.org> on 2021/06/04 03:36:40 UTC

[GitHub] [james-project] chibenwa opened a new pull request #473: JAMES-2683 SimpleConnectionPool should be a guice singleton

chibenwa opened a new pull request #473:
URL: https://github.com/apache/james-project/pull/473


   Not doing so results in opening too many connections...
   
    - Two connections were opened for the Health checks
    - One connection for ReactorRabbitMQChannelPool
    - One connection for ReceiverProvider
   
   ![Screenshot from 2021-06-04 10-34-04](https://user-images.githubusercontent.com/6928740/120742069-78213680-c520-11eb-9422-fc7150f9f573.png)
   
   With the proposed fix we are down to one.
   


-- 
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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[GitHub] [james-project] chibenwa merged pull request #473: JAMES-2683 SimpleConnectionPool should be a guice singleton

Posted by GitBox <gi...@apache.org>.
chibenwa merged pull request #473:
URL: https://github.com/apache/james-project/pull/473


   


-- 
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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[GitHub] [james-project] chibenwa commented on pull request #473: JAMES-2683 SimpleConnectionPool should be a guice singleton

Posted by GitBox <gi...@apache.org>.
chibenwa commented on pull request #473:
URL: https://github.com/apache/james-project/pull/473#issuecomment-855177697


   After: 1 connection per node!
   
   ![Screenshot from 2021-06-05 10-38-58](https://user-images.githubusercontent.com/6928740/120879135-7b352900-c5eb-11eb-89d5-64451860bd26.png)
   


-- 
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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org