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([email protected]/Native Method)
at sun.nio.ch.EPollSelectorImpl.doSelect([email protected]/Unknown
Source)
at sun.nio.ch.SelectorImpl.lockAndDoSelect([email protected]/Unknown
Source)
- locked <0x0000000741f969d8> (a sun.nio.ch.Util$2)
- locked <0x0000000741f96888> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select([email protected]/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([email protected]/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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]