GitHub user gromtech opened a pull request:
https://github.com/apache/ignite/pull/3860 IGNITE-7993 Striped pool can't be disabled
Added an option to disable Striped Pool and use IgniteThreadPoolExecutor instead.
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/gridgain/apache-ignite ignite-7993-extended
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3860.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3860
----
commit d869cea40d7f3aa289459647f833819c721d8e39
Author: Roman Guseinov <gromcase@...>
Date: 2018-03-20T08:29:40Z
IGNITE-7993 Striped pool can't be disabled
* Renamed StripedExecutor to StripedExecutorImpl
* Added StripedExecutor interface
* Added StripedExecutorProxy (extends IgniteThreadPoolExecutor impl StripedExecutor)
* Added performance optimization suggestion
* Added StripedExecutorProxyTest
----
---