[GitHub] ignite pull request #4741: IGNITE-9026 fix random class loading failures
GitHub user DaveWHarvey opened a pull request: https://github.com/apache/ignite/pull/4741 IGNITE-9026 fix random class loading failures Skip recursive resource requests to orginating nodes, rather than failing the entire request. Continue to search other nodes on errors, because assumption that all nodes have the same view is incorrect. Restrict the recursive searches that a node should do when looking for resources by avoiding the nodes that the sender has or will search. You can merge this pull request into a Git repository by running: $ git pull https://github.com/percipiomedia/ignite p2p_two_hops Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/4741.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 #4741 commit 218469c6157f2aada33acb69adac60e25112a73a Author: Dave Harvey Date: 2018-07-18T20:51:50Z IGNITE-9026 fix random class loading failures Skip recursive resource requests to orginating nodes, rather than failing the entire request. Continue to search other nodes on errors, because assumption that all nodes have the same view is incorrect. Restrict the recursive searches that a node should do when looking for resources by avoiding the nodes that the sender has or will search. ---
[GitHub] ignite pull request #4732: Mxbeans threads
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 Date: 2018-09-10T09:43:10Z IGNITE-7460 Web Console: Fixed issue with "step" param of "evictionThreshold" input. commit 92100729a933a70e9fcd3f52a7128339bd1aad31 Author: 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 Date: 2018-09-10T11:33:40Z IGNITE-8509 Fixed and reworkd tx rollback tests - Fixes #4150. Signed-off-by: Alexey Goncharuk commit 1cb551dd5f0d203c7325a3ffe964612e85dff0e4 Author: Vasiliy Sisko Date: 2018-09-10T15:14:34Z IGNITE-8842 Web console: Fixed initial screen in demo mode. commit 472954762bc2a8ad3703ae28e190637dd37e18f9 Author: Aleksei Scherbakov 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 commit 7d1f5d083cc4b8f286847e661b415657166ce179 Author: devozerov Date: 2018-09-10T19:55:55Z Fixed a problem with optimized marshaller. commit b188e2c319738fd30f5f87664167419d78347f57 Author: Ilya Borisov 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 Date: 2018-09-11T08:39:54Z IGNITE-8650 Fix flaky ZookeeperDiscovery testClientReconnect. - Fixes #4704. Signed-off-by: Dmitriy Govorukhin commit db7b2eee21ee40d40ab90519cbfc64fe2aa4d191 Author: ibessonov Date: 2018-09-11T09:53:56Z IGNITE-9518 Fix getPagesFillFactor returns NaN for empty region - Fixes #4717. Signed-off-by: Dmitriy Govorukhin commit 4cc5a05ba34034243798ef8f55306262e07b756a Author: ibessonov Date: 2018-09-11T12:12:19Z IGNITE-9535 Missing annotation added to GridClusterStateProcessor.ClientChangeGlobalStateComputeRequest class. - Fixes #4721. Signed-off-by: Dmitriy Govorukhin commit 0db6db8ef18742468652fa68c932a5acd6f9ce93 Author: Alexey Goncharuk Date: 2018-09-11T13:47:56Z IGNITE-9084 Fixed conflicting messages order commit 932b301911cf8b0340f0b2b4737b9f3928981217 Author: ipavlukhin Date: 2018-09-11T14:01:47Z IGNITE-9516: MVCC: workaround for hanging test. This closes #4728. commit d38910efb4bbfacc62abf46274ffc061b56936d9 Author: devozerov 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 Date: 2018-09-11T14:47:12Z IGNITE-9426 Added IgniteAtomicSequence benchmarks - Fixes #4665. Signed-off-by: Dmitriy Govorukhin commit b29970790e0e6657f5d03f2950ed070987527386 Author: shroman 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 commit 61390df528d11b94fa9828e8823c650f0072216e Author: Dave Harvey Date: 2018-09-12T02:35:24Z Merge branch 'master' of https://github.com/apache/ignite commit d3d8ab176f6ed0fc735b3c801d3280c4c62fcad8 Author: Dave Harvey 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 ---
[GitHub] ignite pull request #4731: Mxbeans thread display improvements
Github user DaveWHarvey closed the pull request at: https://github.com/apache/ignite/pull/4731 ---
[GitHub] ignite pull request #4731: Mxbeans thread display improvements
GitHub user DaveWHarvey opened a pull request: https://github.com/apache/ignite/pull/4731 Mxbeans thread display improvements You can merge this pull request into a Git repository by running: $ git pull https://github.com/percipiomedia/ignite mxbeans_thread_display_improvements Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/4731.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 #4731 commit 748332185a274ca61028c4b6e91ebcc163d6ef09 Author: Vasiliy Sisko Date: 2018-09-10T09:43:10Z IGNITE-7460 Web Console: Fixed issue with "step" param of "evictionThreshold" input. commit f95bb245afa751a51f600a26d34a7a684cbea5d8 Author: Sunny Chan Date: 2018-09-10T09:53:28Z IGNITE-5960 Fixed race on continuous query registration and entry update. Fixes #2728. commit 030a4864a8a6d0763a375c9a0580bf724ec90833 Author: Aleksei Scherbakov Date: 2018-09-10T11:33:40Z IGNITE-8509 Fixed and reworkd tx rollback tests - Fixes #4150. Signed-off-by: Alexey Goncharuk commit 5600a4a9688700ae055e187080c343a94f141109 Author: Vasiliy Sisko Date: 2018-09-10T15:14:34Z IGNITE-8842 Web console: Fixed initial screen in demo mode. commit 43cacfa8c9c666fe73b432f4541736c03591888a Author: Aleksei Scherbakov 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 commit b4a055f02e7aa412710ce0b8a1ec7a4840e5275b Author: devozerov Date: 2018-09-10T19:55:55Z Fixed a problem with optimized marshaller. commit 19db096c4c32f80160983d9b33ccdd4e7b537be3 Author: Ilya Borisov 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 b49b8b9f4a5cd1b9674b41aa6c22e283e680d4d7 Author: Alexey Platonov Date: 2018-09-11T08:39:54Z IGNITE-8650 Fix flaky ZookeeperDiscovery testClientReconnect. - Fixes #4704. Signed-off-by: Dmitriy Govorukhin commit 836d47ff97e81dbf400844dd1f3fc2cf3b9ed72b Author: ibessonov Date: 2018-09-11T09:53:56Z IGNITE-9518 Fix getPagesFillFactor returns NaN for empty region - Fixes #4717. Signed-off-by: Dmitriy Govorukhin commit 2ff43627a6b80c92a26528e40a20184785cca317 Author: ibessonov Date: 2018-09-11T12:12:19Z IGNITE-9535 Missing annotation added to GridClusterStateProcessor.ClientChangeGlobalStateComputeRequest class. - Fixes #4721. Signed-off-by: Dmitriy Govorukhin commit b6879cc6e5987013f3b384a65e9cf42155b153e6 Author: Alexey Goncharuk Date: 2018-09-11T13:47:56Z IGNITE-9084 Fixed conflicting messages order commit 85a0359ce6fc6272ab8ea3bf70fff504e1b58047 Author: ipavlukhin Date: 2018-09-11T14:01:47Z IGNITE-9516: MVCC: workaround for hanging test. This closes #4728. commit d60d379d4e8504a14a02d0a60cdf90724f60dfa0 Author: devozerov 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 e3252fbd2f3bc48985fdccd23bd6a981ccb36a60 Author: Dmitriy Govorukhin Date: 2018-09-11T14:47:12Z IGNITE-9426 Added IgniteAtomicSequence benchmarks - Fixes #4665. Signed-off-by: Dmitriy Govorukhin commit e85eea8c68c6b162c44a6e1384f0c4466cbbb5d5 Author: shroman 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 commit e16209cde9f3d898295126e43b64552590e909ad Author: Dave Harvey 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 ---
[GitHub] ignite pull request #4719: Availability zones via spring
GitHub user DaveWHarvey opened a pull request: https://github.com/apache/ignite/pull/4719 Availability zones via spring You can merge this pull request into a Git repository by running: $ git pull https://github.com/percipiomedia/ignite availability_zones_via_spring Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/4719.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 #4719 commit 00d02cf6c073a28f2e26b2c1a572695c0df4476f Author: Dave Harvey Date: 2018-08-28T19:49:11Z IGNITE-9365 Add class ClusterNodeAttributeAffinityFilter which can be configured to force backups and primaries into different groups of nodes. Add self tests for ClusterNodeAttributeAffinityBackupFilter and improved documentation. commit 0a1e61cab73aa2e7ba00765155f326d5715556fc Author: Dave Harvey Date: 2018-09-10T15:55:52Z IGNITE-9365 Add class to enabling Spring configuration of cache template to force primary and backups to different availabilty zones. ---
[GitHub] ignite pull request #4706: Ignite 2.5
Github user DaveWHarvey closed the pull request at: https://github.com/apache/ignite/pull/4706 ---
[GitHub] ignite pull request #4706: Ignite 2.5
GitHub user DaveWHarvey opened a pull request: https://github.com/apache/ignite/pull/4706 Ignite 2.5 You can merge this pull request into a Git repository by running: $ git pull https://github.com/percipiomedia/ignite ignite-2.5 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/4706.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 #4706 commit 912433ba9aa113508d05930691b251eccd8f5870 Author: Aleksey Plekhanov Date: 2018-04-10T15:54:03Z IGNITE-8069 IgniteOutOfMemoryException should be handled accordingly to provided failure handler Signed-off-by: Andrey Gura commit 99feab6ace66d011b677fd4d57b44fc54da8fd4f Author: Alexey Goncharuk Date: 2018-04-10T17:33:47Z IGNITE-6430 Complete failing test early commit 526fb0ee612ef71fde58a1274db35e8205304a63 Author: Dmitriy Sorokin Date: 2018-04-10T19:20:41Z IGNITE-8101 Ability to terminate system workers by JMX for test purposes. Signed-off-by: Andrey Gura commit b4cb2f0df944534743a9d73811e047eda572258c Author: mcherkasov Date: 2018-04-11T00:27:20Z IGNITE-8153 Nodes fail to connect each other when SSL is enabled - Fixes #3773. Signed-off-by: Valentin Kulichenko commit b4cc9f2d45d78c360abe224165e707c23533469e Author: Pavel Kovalenko Date: 2018-04-11T08:23:46Z IGNITE-7871 Implemented additional synchronization phase for correct partition counters update commit 9abfee69aa153888456f9e8574ece1f2d0cbe4d9 Author: dmitrievanthony Date: 2018-04-10T09:46:43Z IGNITE-8059: Integrate decision tree with partition based dataset. this closes #3760 (cherry picked from commit 139c2af) commit 1ea17c821f51d8725290021599a60cbbdfd2ee25 Author: Sergey Chugunov Date: 2018-04-11T09:28:40Z IGNITE-8216 Fixed javadoc for release build commit 6bc937575d5dfbe1d2c05865c8df0cabc6ace90c Author: zaleslaw Date: 2018-04-11T09:31:48Z IGNITE-7830: Knn Lin Reg with new datasets this closes #3583 (cherry picked from commit a4653b7) commit b96271866aeb09b434e2b95a457655a44d913254 Author: Alexander Kalinin Date: 2018-04-11T10:09:41Z IGNITE-4091 Web Console: Refactored using of internal Angular API. (cherry picked from commit 74d2545) commit 2be10fdcde3c529b866f85a5b74ff3d471c5c9c7 Author: Ilya Kasnacheev Date: 2018-04-11T12:32:52Z IGNITE-8106 Collect suppressed exceptions from causes. - Fixes #3735. Signed-off-by: Alexey Kuznetsov (cherry picked from commit 98ef925) commit 7f463be9ff6c5d2d84b0aacc888159ffe68bf269 Author: Alexander Paschenko Date: 2018-04-11T13:20:16Z IGNITE-8204: SQL: fixed hangs when lazy flag is enabled. This closes #3785. commit 7eee6e24736d8c0958e0107471c47ef4035037d8 Author: Alexey Kukushkin Date: 2018-04-11T13:29:07Z IGNITE-8221: Security for thin clients. commit b6ad3705c1e68683b72d2237037af66fea23a7ae Author: devozerov Date: 2018-04-11T13:44:33Z IGNITE-8148: JDBC thin: semicolon as delimiter for properties. This closes #3794. commit e6c30e17c6f0f1852fa781078ee54ccf8c654846 Author: Pavel Kovalenko Date: 2018-04-11T11:12:50Z IGNITE-7871 Check local join future on error. - Fixes #3793. Signed-off-by: dpavlov commit 2769981a5df64f3cd0c38b7599c49580c66192fa Author: Aleksey Plekhanov Date: 2018-04-11T15:24:51Z IGNITE-6892 OOM should be covered by failure handling Signed-off-by: Andrey Gura commit 687194461f445be9902752f38f873d321cde1d85 Author: Ilya Borisov Date: 2018-04-06T04:17:05Z IGNITE-7996 Move configuration form templates. (cherry picked from commit c2c03a9) commit 9955728a72e0f9c11faa313a521d4566b5a93dc1 Author: Ilya Borisov Date: 2018-04-06T04:19:07Z IGNITE-7996 Move config state module index. (cherry picked from commit d5e0be0) commit 536d8b2080b93505e67206a240385baced150674 Author: Ilya Borisov Date: 2018-04-06T04:20:13Z IGNITE-7996 Use configuration.state for state registration only. (cherry picked from commit 2800ef0) commit a2d9f97c0ae77e81344849bc2c3cba2d3964cf01 Author: Ilya Borisov Date: 2018-04-06T04:20:39Z IGNITE-7996 Rename configuration.state to states. (cherry picked from commit 14dd2df) commit 1d5f45b4eb900a3c4cc0bedb8919b35f2a0032c8 Author: Ilya Borisov Date: 2018-04-06T04:22:20Z IGNITE-7996 Move configuration assets into page-configure module. (cherry picked from commit d02e87b) commit a5a83d211a572b8419866fabbc31975168157729 Author: Alexey Kuznetsov Date: 2018-04-12T04:21:23Z IGNITE-7996 Merge with master. commit dbf2d722b0563a9637cc72fe2fcdf3dbd07291fc Author: devozerov Date: 2018-04-12T07:37:36Z IGNITE-8042: .NET thin client: authentication support. This closes #3790. commit 72259b01e0c6d72794eca4c28c9d9d848b0ff97f Author
[GitHub] ignite pull request #4387: Debug Port Fix
Github user DaveWHarvey closed the pull request at: https://github.com/apache/ignite/pull/4387 ---
[GitHub] ignite pull request #4387: Debug Port Fix
GitHub user DaveWHarvey opened a pull request: https://github.com/apache/ignite/pull/4387 Debug Port Fix You can merge this pull request into a Git repository by running: $ git pull https://github.com/percipiomedia/ignite dharvey-ignite-2.5 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/4387.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 #4387 commit 42bb1e038d2b1c66cbf5ffdf7d28389e5c372811 Author: markusgay <38728546+markusgay@...> Date: 2018-06-07T10:37:41Z Merge pull request #5 from apache/ignite-2.5 Merge latest Apache Ignite 2.5 into Percipiomedia 2.5 branch commit 52441d46ec8df0b6e4de110f1e9907ccfb3143c3 Author: mgay Date: 2018-06-07T13:29:12Z Initial Jobcase docker image commit 1518312875227ae5fad4c4c5b21fd313011246bb Author: markusgay <38728546+markusgay@...> Date: 2018-06-07T13:36:46Z Merge pull request #7 from percipiomedia/mgay-ignite-2.5 Initial Jobcase docker image commit fd6e4760f9d1db551157118666f4d8ae3425e788 Author: mgay Date: 2018-06-07T15:02:03Z Initial Jenkins job definitions commit 19b770a5ecbf125e40fad0f74a81936f5ee01189 Author: markusgay <38728546+markusgay@...> Date: 2018-06-07T15:04:40Z Merge pull request #8 from percipiomedia/mgay-ignite-2.5 Initial Jenkins job definitions commit fad8c05116bb08e3130b3ed0e66a3bbc2cfd3dda Author: mgay Date: 2018-06-08T17:08:20Z Use Oracle JAVA SDK instead Open JDK in docker image commit 439176640415dfaf2b6f9fe2a91bc6dee1e51fcd Author: markusgay <38728546+markusgay@...> Date: 2018-06-09T13:00:39Z Merge pull request #10 from percipiomedia/mgay-ignite-2.5 Use Oracle JAVA SDK instead Open JDK in docker image commit 105587f1fe47fbb07a4891a5aee682f2493193fd Author: Markus Gay Date: 2018-06-19T12:09:03Z Latest AWS SDK version 1.11.349 commit bf8f0e4e435e05e2eeed1cb6ed1dce937e278c59 Author: markusgay <38728546+markusgay@...> Date: 2018-06-19T12:17:53Z Merge pull request #14 from percipiomedia/mgay-ignite-2.5 Latest AWS SDK version 1.11.349 commit 37601508426ef27a939a9ac1e807d330ba2f801f Author: Markus Gay Date: 2018-07-09T16:16:54Z Add vim, ps and nc to image commit f08a631b5d36a8e24990e7fdc67eedb66232a81e Author: markusgay <38728546+markusgay@...> Date: 2018-07-09T16:19:26Z Merge pull request #15 from percipiomedia/mgay-ignite-2.5 Add vim, ps and nc to image commit 8386238223daa2babb81d6b4af359814f831e929 Author: Markus Gay Date: 2018-07-10T17:31:54Z Add support of -Drelease.version=xyz to mvn build commit 05f75f70e7f5a749479de1af2f6c8d3f4008ea8a Author: markusgay <38728546+markusgay@...> Date: 2018-07-10T17:35:51Z Merge pull request #16 from percipiomedia/mgay-ignite-2.5 Add support of -Drelease.version=xyz to mvn build commit b5f3605ac6bbfa8bf854e5ff9be58ea43cf97b54 Author: Markus Gay Date: 2018-07-11T14:39:29Z Enable java assertions in docker image commit 0b9a9c7ec148a303976d57a750e93e8a1a306022 Author: markusgay <38728546+markusgay@...> Date: 2018-07-11T14:42:41Z Merge pull request #17 from percipiomedia/mgay-ignite-2.5 Enable java assertions in docker image commit 4d3fb0df349f914f3f80bc8156b1fe3bad306446 Author: Markus Gay Date: 2018-07-12T13:47:18Z Add logging to AttributeNodeFilter commit 397a35807ec2f8abca8258a1710faab9f8364db9 Author: markusgay <38728546+markusgay@...> Date: 2018-07-12T13:48:55Z Merge pull request #18 from percipiomedia/mgay-ignite-2.5 Add logging to AttributeNodeFilter commit 9fda387e8a7b9202d17f26279472aceb486a1c1d Author: Markus Gay Date: 2018-07-14T14:40:23Z Use deploymentMode CONTINUOUS and JVM debug opts commit 02d72282c34914db95d4e445a47567ae0030892b Author: markusgay <38728546+markusgay@...> Date: 2018-07-14T14:45:03Z Merge pull request #19 from percipiomedia/mgay-ignite-2.5 Use deploymentMode CONTINUOUS and JVM debug opts commit 2db4fd28d7176f0490193652f45c6364f681e5d4 Author: Markus Gay Date: 2018-07-14T15:20:16Z Don't add JVM_DEBUG_OPTS as default to JVM_OPTS commit 3ef6a1ee02956b556452f04eac435585af2ca50a Author: markusgay <38728546+markusgay@...> Date: 2018-07-14T15:23:43Z Merge pull request #20 from percipiomedia/mgay-ignite-2.5 Don't add JVM_DEBUG_OPTS as default to JVM_OPTS commit d9e06fd4cce78a1076a5e7a6a81f23b16696a55a Author: Dave Harvey Date: 2018-07-15T16:58:47Z PER-48: If IGNITE_CONSISTENT_ID is not set, set it to the concatenation of IGNITE_HOST_NAME and the docker host's name, if those are both set. commit eb2c3c8fb4ba79d89123b5d0ff52531ef9bd9caa Author: Dave Harvey Date: 2018-07-16T11:32:34Z Fixed spelling error "PERSI