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 2022/03/18 04:15:07 UTC

[GitHub] [james-project] chibenwa opened a new pull request #922: [PERF] Better name James' threads

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


   Because audit of thread counts with tools like `jstack` reports a lot of unamed threads that we can hardly audit.
   
   ```
   "pool-10-thread-1" #26 prio=5 os_prio=0 cpu=509.34ms elapsed=9834.34s tid=0x00007faaabf67000 nid=0x25 runnable  [0x00007faa221b6000]
      java.lang.Thread.State: RUNNABLE
   	at sun.nio.ch.EPoll.wait(java.base@11.0.14.1/Native Method)
   	at sun.nio.ch.EPollSelectorImpl.doSelect(java.base@11.0.14.1/Unknown Source)
   	at sun.nio.ch.SelectorImpl.lockAndDoSelect(java.base@11.0.14.1/Unknown Source)
   	- locked <0x0000000741f969d8> (a sun.nio.ch.Util$2)
   	- locked <0x0000000741f96888> (a sun.nio.ch.EPollSelectorImpl)
   	at sun.nio.ch.SelectorImpl.select(java.base@11.0.14.1/Unknown Source)
   	at org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor.execute(AbstractMultiworkerIOReactor.java:343)
   	at org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager.execute(PoolingNHttpClientConnectionManager.java:221)
   	at org.apache.http.impl.nio.client.CloseableHttpAsyncClientBase$1.run(CloseableHttpAsyncClientBase.java:64)
   	at java.lang.Thread.run(java.base@11.0.14.1/Unknown Source)
   ```
   
   For instance...


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

To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org

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 #922: [PERF] Better name James' threads

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


   


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

To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org

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