GitHub user DaveWHarvey opened a pull request: https://github.com/apache/ignite/pull/4732
Mxbeans threads You can merge this pull request into a Git repository by running: $ git pull https://github.com/percipiomedia/ignite mxbeans_threads Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/4732.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #4732 ---- commit 5db720517d20c80a541cfc38d52c87d3992e0216 Author: Vasiliy Sisko <vsisko@...> Date: 2018-09-10T09:43:10Z IGNITE-7460 Web Console: Fixed issue with "step" param of "evictionThreshold" input. commit 92100729a933a70e9fcd3f52a7128339bd1aad31 Author: Sunny Chan <sunny.chan@...> Date: 2018-09-10T09:53:28Z IGNITE-5960 Fixed race on continuous query registration and entry update. Fixes #2728. commit 422ca49aa073b101253e74b6b55ac8e478ddd10b Author: Aleksei Scherbakov <alexey.scherbakoff@...> Date: 2018-09-10T11:33:40Z IGNITE-8509 Fixed and reworkd tx rollback tests - Fixes #4150. Signed-off-by: Alexey Goncharuk <alexey.goncha...@gmail.com> commit 1cb551dd5f0d203c7325a3ffe964612e85dff0e4 Author: Vasiliy Sisko <vsisko@...> Date: 2018-09-10T15:14:34Z IGNITE-8842 Web console: Fixed initial screen in demo mode. commit 472954762bc2a8ad3703ae28e190637dd37e18f9 Author: Aleksei Scherbakov <alexey.scherbakoff@...> Date: 2018-09-10T15:43:41Z IGNITE-9445 Use valid tag for page write unlock while reading cold page from disk - Fixes #4708. Signed-off-by: Alexey Goncharuk <alexey.goncha...@gmail.com> commit 7d1f5d083cc4b8f286847e661b415657166ce179 Author: devozerov <ppozerov@...> Date: 2018-09-10T19:55:55Z Fixed a problem with optimized marshaller. commit b188e2c319738fd30f5f87664167419d78347f57 Author: Ilya Borisov <klaster1@...> Date: 2018-09-11T03:05:07Z IGNITE-9528 Web Console: Fixed handling of "LOAD_COMPLETE_CONFIGURATION_ERR" action in PageConfigure service. Previous implementation used to throw a complete store message instead of an error it wraps. Also updated clusterServiceConfiguration generator to fail gracefully if some of caches do not exist. commit 788a726b14a34f212c766aaea18999d2169abb4c Author: Alexey Platonov <aplatonovv@...> Date: 2018-09-11T08:39:54Z IGNITE-8650 Fix flaky ZookeeperDiscovery testClientReconnect. - Fixes #4704. Signed-off-by: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com> commit db7b2eee21ee40d40ab90519cbfc64fe2aa4d191 Author: ibessonov <bessonov.ip@...> Date: 2018-09-11T09:53:56Z IGNITE-9518 Fix getPagesFillFactor returns NaN for empty region - Fixes #4717. Signed-off-by: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com> commit 4cc5a05ba34034243798ef8f55306262e07b756a Author: ibessonov <bessonov.ip@...> Date: 2018-09-11T12:12:19Z IGNITE-9535 Missing annotation added to GridClusterStateProcessor.ClientChangeGlobalStateComputeRequest class. - Fixes #4721. Signed-off-by: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com> commit 0db6db8ef18742468652fa68c932a5acd6f9ce93 Author: Alexey Goncharuk <alexey.goncharuk@...> Date: 2018-09-11T13:47:56Z IGNITE-9084 Fixed conflicting messages order commit 932b301911cf8b0340f0b2b4737b9f3928981217 Author: ipavlukhin <vololo100@...> Date: 2018-09-11T14:01:47Z IGNITE-9516: MVCC: workaround for hanging test. This closes #4728. commit d38910efb4bbfacc62abf46274ffc061b56936d9 Author: devozerov <vozerov@...> Date: 2018-09-11T14:25:24Z IGNITE-9202: .NET: Fixed failures in several tests which use distributed joins. The fix is to set 1 min timeout. Looks like on some environments it takes too long to join node and rebalance data, so we failed with timeout. commit 3d901ad9f5447fdecb2b39c156ae673f0925d0ec Author: Dmitriy Govorukhin <dmitriy.govorukhin@...> Date: 2018-09-11T14:47:12Z IGNITE-9426 Added IgniteAtomicSequence benchmarks - Fixes #4665. Signed-off-by: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com> commit b29970790e0e6657f5d03f2950ed070987527386 Author: shroman <rshtykh@...> Date: 2018-09-12T01:10:56Z IGNITE-9388: mesos IgniteProvider tries to access obolete ignite.run or download from slow archive. - Fixes #4639. Signed-off-by: shroman <rsht...@yahoo.com> commit 61390df528d11b94fa9828e8823c650f0072216e Author: Dave Harvey <dharvey@...> Date: 2018-09-12T02:35:24Z Merge branch 'master' of https://github.com/apache/ignite commit d3d8ab176f6ed0fc735b3c801d3280c4c62fcad8 Author: Dave Harvey <dharvey@...> Date: 2018-08-03T18:11:38Z Fix for IGNITE-7616 Correctly register threads and add new MXBEANS support for other thread types. Needed to weaken some data hiding to enable MXBeans ---- ---