GitHub user akuramshingg opened a pull request:
https://github.com/apache/ignite/pull/1588 ignite-4767 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-4767 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/1588.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 #1588 ---- commit 1ffd04aaedf09afa588a37479b6d74ced910137b Author: Alexey Goncharuk <[hidden email]> Date: 2016-12-29T11:19:50Z GG-11414 - Fixing compilation after merge. commit ff9aa8898445c2a30e80fbc94f668eb5cd29a7d8 Author: Ilya Lantukh <[hidden email]> Date: 2016-12-29T13:04:49Z Merge branches 'ignite-gg-11701' and 'ignite-gg-8.0.2.ea2' of https://github.com/gridgain/apache-ignite into ignite-gg-11701 commit 8852c80a0c6b52531ae6a287344f1ab776e3b32f Author: Alexey Goncharuk <[hidden email]> Date: 2016-12-29T13:52:59Z GG-11414 - Fixed cursor issue with expire time commit 6f47f44c4b060d18f372a7d80bdd973a0ff02c7e Author: sboikov <[hidden email]> Date: 2016-12-30T09:03:45Z Fixed local cache size() method, commit d139e6476d5ef6de3b79d2f33081821b50b2a969 Author: sboikov <[hidden email]> Date: 2016-12-30T09:11:22Z Fixed 'directType' conflict for test message. commit c66bb4f8f6a85607b262e863eb66489a56905b8c Author: sboikov <[hidden email]> Date: 2016-12-30T10:11:34Z - fixed lock order for interrupt lock/topology write lock - GridCacheTtlManager: disable near cache eviction logic for local cache commit 53b579f9487bb95b8b09064cd21087cb464bdf22 Author: sboikov <[hidden email]> Date: 2016-12-30T10:59:39Z Need init page memory on clients for LOCAL caches. commit f167a58eed911946df617c42d84878eb429175f0 Author: sboikov <[hidden email]> Date: 2016-12-30T11:55:55Z Fixed GridDistributedTxRemoteAdapter.commitIfLocked (tx was not committed if write map was empty). commit 5475bfda2b06feaa80e9060dfcd87f6cb819d20f Author: sboikov <[hidden email]> Date: 2016-12-30T12:02:37Z Fixed NPE in CacheContinuousQueryHandler. commit a940fc3adbe36917ac80c06580a25ca0d0ba92c8 Author: sboikov <[hidden email]> Date: 2016-12-30T12:08:18Z GridCacheContinuousQueryConcurrentTest: code style. commit 81ba60fc38f6a880a3771ab50de31ff027f12811 Author: sboikov <[hidden email]> Date: 2016-12-30T14:07:12Z Attempt to fix race between cache start and start future completion. commit 7b6e6444d95445d88755804310417d5d5304599f Author: Alexey Goncharuk <[hidden email]> Date: 2016-12-30T16:59:36Z Fixed cache for query test commit aa54b185c31600e4ac0934f5bad2fd431ea3d51f Author: Alexey Goncharuk <[hidden email]> Date: 2016-12-30T16:59:54Z Fixed invalid commented method in TTL manager commit f8a152ef931e4334bfa44fca30c5d32151a8b470 Author: Alexey Goncharuk <[hidden email]> Date: 2016-12-30T19:03:37Z Added removeExplicitNodeLocks lost during a merge. commit c1c15a6db0bd84de49c0f828cdeab1aed4bcd863 Author: Dmitriy Govorukhin <[hidden email]> Date: 2017-01-03T16:59:44Z ignite-gg-11414 Add iterator wrapper for cursor commit 0f0158d3e887f0e130fca9807914a1711c1aa866 Author: Dmitriy Govorukhin <[hidden email]> Date: 2017-01-04T10:06:50Z ignite gg 11208 fix test fail commit 92dca1e80d1d238189e04b2b762671f70845547e Author: sboikov <[hidden email]> Date: 2017-01-09T07:35:31Z License headers. commit 0e8cb00985c458faa24bbb60a379b491bd080042 Author: sboikov <[hidden email]> Date: 2017-01-09T08:22:15Z Re-throw NodeStoppingException from GridDhtLocalPartition.tryEvict to avoid infinite loop in GridDhtPreloader.evictPartitionAsync. commit d484a76ddfaca502f3f3997d5a98cd1eb9d136f2 Author: sboikov <[hidden email]> Date: 2017-01-09T08:42:39Z IgniteCacheQueryNodeRestartSelfTest: increased test timeout. commit 124ee7f19883e73e0fc7940d6fdbe216593fd505 Author: sboikov <[hidden email]> Date: 2017-01-09T08:56:22Z ServerImpl: check attribute for null. commit f3c723ce6ee0db9345304fd00e0e0df0e21383cd Author: sboikov <[hidden email]> Date: 2017-01-09T09:10:33Z Fixed CheckEntriesTask, disabled some tests. commit ceff09cbccb4e0ab3e6b4234cc03bd0616894b1d Author: sboikov <[hidden email]> Date: 2017-01-09T09:24:51Z Disabled test since eviction is not implemented. commit 06de699470092e0014a112617d44dbb57945fa08 Author: Alexey Goncharuk <[hidden email]> Date: 2017-01-09T09:42:53Z Merge branch ignite-gg-8.0.2.ea2 commit 48b2653198070dd08ca1fdb878174b975c0b7fdc Author: sboikov <[hidden email]> Date: 2017-01-09T09:51:36Z Fixed GridCacheTtlManager.expire for case when near cache is enabled. commit a74d5ee23ed7ec0d0421f490f2baa42f13d584ec Author: sboikov <[hidden email]> Date: 2017-01-09T09:51:58Z Merge remote-tracking branch 'origin/ignite-3477' into ignite-3477 commit 57a002ad01d170d6219804430449b133a912a433 Author: sboikov <[hidden email]> Date: 2017-01-09T10:37:52Z CacheLoadingConcurrentGridStartSelfTest: changed test to wait for data loading. commit c1120927954079ff9dd4557b7a9c86b02fc85cc1 Author: sboikov <[hidden email]> Date: 2017-01-09T10:44:51Z GridCacheAtomicInvalidPartitionHandlingSelfTest: fixed test to properly get cache entry. commit 18caed3a393dd40aaec3302a6882c49923ca4c2e Author: sboikov <[hidden email]> Date: 2017-01-09T11:03:14Z GridCacheTxNodeFailureSelfTest: fixed test to properly get cache entry. commit d44df8fb0d55503255684ad74ba4c345e4f3b9c9 Author: sboikov <[hidden email]> Date: 2017-01-09T11:31:58Z Fixed incorrect merge of GridCacheMapEntry.versionedValue. commit 620b81521f57e46d4fc4432e29e7e3ad39c919e3 Author: sboikov <[hidden email]> Date: 2017-01-09T11:40:07Z Try fix hang in GridDhtPartitionTopologyImpl.waitForRent on node stop. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at [hidden email] or file a JIRA ticket with INFRA. --- |
Github user asfgit closed the pull request at:
https://github.com/apache/ignite/pull/1588 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at [hidden email] or file a JIRA ticket with INFRA. --- |
Free forum by Nabble | Edit this page |