[GitHub] ignite pull request #1505: IGNITE-3244 Custom arrays arent serialized proper...

2017-02-08 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/1505 IGNITE-3244 Custom arrays arent serialized properly arrays type now considered while deserialization. After deserialization you've got array of correct type You can merge this pull request

[GitHub] ignite pull request #1491: IGNITE-4492 Add MBean for StripedExecutor

2017-02-03 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/1491 IGNITE-4492 Add MBean for StripedExecutor added MXBean and its interface for communicating with StripedExecutor added tests for StripedExecutor You can merge this pull request into a Git

[GitHub] ignite pull request #1477: IGNITE-4492 Add MBean for StripedExecutor

2017-01-30 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/1477 IGNITE-4492 Add MBean for StripedExecutor Added MBean for StripedExecutor You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite IGNITE

[GitHub] ignite pull request #1557: IGNITE-2845 Get operation might ignore entry upda...

2017-02-21 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/1557 IGNITE-2845 Get operation might ignore entry update from EntryProcessor. You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite IGNITE

[GitHub] ignite pull request #1505: IGNITE-3244 Custom arrays arent serialized proper...

2017-02-14 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/1505 --- 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

general question

2017-02-13 Thread voipp
Hi, all ! What is the use of GridResourceProcessor ? And its inject() method -- View this message in context: http://apache-ignite-developers.2346864.n4.nabble.com/general-question-tp14522.html Sent from the Apache Ignite Developers mailing list archive at Nabble.com.

IGNITE-4492 is ready for review

2017-02-13 Thread voipp
Hello. I fixed it. Please, review https://github.com/apache/ignite/pull/1491 - created new MBean for stripped executor -- View this message in context: http://apache-ignite-developers.2346864.n4.nabble.com/IGNITE-4492-is-ready-for-review-tp14521.html Sent from the Apache Ignite Developers

[GitHub] ignite pull request #1545: IGNITE-2552 EvictionPolicies refactored, logic ch...

2017-02-16 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/1545 IGNITE-2552 EvictionPolicies refactored, logic changed tests are in subclasses of EvictionAbstractTest You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] ignite pull request #1581: IGNITE-1094 Ignite.createCache(CacheConfiguration...

2017-02-28 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/1581 IGNITE-1094 Ignite.createCache(CacheConfiguration) hangs if some exception occurs during cache initialization You can merge this pull request into a Git repository by running: $ git pull

Re: code refactoring suggestion

2017-03-02 Thread voipp
Hi all ! During pessimistic transaction we execute prepare phase at org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal#commitAsync after executing prepareAsync(); We bind listener on prepare future. Perhaps its better initially bind listener and then execute

[GitHub] ignite pull request #1545: IGNITE-2552 EvictionPolicies refactored, logic ch...

2017-03-13 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/1545 --- 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

[GitHub] ignite pull request #2257: IGNITE-5712 Context switching between threads for...

2017-07-14 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/2257 --- 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

[GitHub] ignite pull request #2301: Ignite 5712

2017-07-14 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/2301 Ignite 5712 You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite IGNITE-5712 Alternatively you can review and apply these changes

[GitHub] ignite pull request #2301: Ignite 5712

2017-07-14 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/2301 --- 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

[GitHub] ignite pull request #2257: IGNITE-5712 Context switching between threads for...

2017-07-07 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/2257 IGNITE-5712 Context switching between threads for optimistic transact… …ions You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite

[GitHub] ignite pull request #2302: IGNITE-5712 Context switching between threads for...

2017-07-14 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/2302 IGNITE-5712 Context switching between threads for optimistic transact… …ions You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite

[GitHub] ignite pull request #2302: IGNITE-5712 Context switching between threads for...

2017-07-19 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/2302 --- 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

[GitHub] ignite pull request #2061: IGNITE-4887 Support for starting transaction in a...

2017-07-19 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/2061 --- 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

[GitHub] ignite pull request #2332: Ignite 1094

2017-07-21 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/2332 Ignite 1094 You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite ignite-1094 Alternatively you can review and apply these changes

[GitHub] ignite pull request #2474: added throw runtime exception when mvcc addLocal

2017-08-17 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/2474 added throw runtime exception when mvcc addLocal You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite ignite-5714-2 Alternatively you

[GitHub] ignite pull request #2475: added throw runtime exception when mvcc addLocal

2017-08-17 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/2475 added throw runtime exception when mvcc addLocal You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite ignite-5714-3 Alternatively you

[GitHub] ignite pull request #2473: added throw runtime exception when candidate add

2017-08-17 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/2473 added throw runtime exception when candidate add You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite ignite-5714-1 Alternatively you

[GitHub] ignite pull request #2489: ignite-5714-4

2017-08-20 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/2489 ignite-5714-4 You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite ignite-5714-4 Alternatively you can review and apply these changes

[GitHub] ignite pull request #2467: added throw runtime exception when it waits on Gr...

2017-08-17 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/2467 added throw runtime exception when it waits on GridCacheTxFinishSync You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite master

[GitHub] ignite pull request #1581: IGNITE-1094 Ignite.createCache(CacheConfiguration...

2017-05-22 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/1581 --- 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

[GitHub] ignite pull request #2091: IGNITE-1553 Optimize transaction prepare step whe...

2017-06-06 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/2091 IGNITE-1553 Optimize transaction prepare step when store is enabled You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite IGNITE-1553

[GitHub] ignite pull request #2126: IGNITE-1094 recovery resolved

2017-06-14 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/2126 IGNITE-1094 recovery resolved You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite IGNITE-1094 Alternatively you can review and apply

[GitHub] ignite pull request #1904: IGNITE-1094 corrupted cache recovery resolved

2017-05-04 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/1904 IGNITE-1094 corrupted cache recovery resolved You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite Ignite-1094 Alternatively you can

[GitHub] ignite pull request #2061: IGNITE-4887 Support for starting transaction in a...

2017-06-01 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/2061 IGNITE-4887 Support for starting transaction in another thread You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite IGNITE-4887

[GitHub] ignite pull request #2658: ignite-5960 cont counter null if nobody listens

2017-09-14 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/2658 ignite-5960 cont counter null if nobody listens You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite ignite-5960-1 Alternatively you

[GitHub] ignite pull request #2126: IGNITE-1094 recovery resolved

2017-09-15 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/2126 ---

[GitHub] ignite pull request #2677: ignite-5960 Sending backupQueue to node.

2017-09-15 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/2677 ignite-5960 Sending backupQueue to node. You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite ignite-5960-3 Alternatively you can

[GitHub] ignite pull request #1557: IGNITE-2845 Get operation might ignore entry upda...

2017-09-15 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/1557 ---

[GitHub] ignite pull request #2091: IGNITE-1553 Optimize transaction prepare step whe...

2017-09-15 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/2091 ---

[GitHub] ignite pull request #2332: Ignite 1094

2017-09-15 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/2332 ---

[GitHub] ignite pull request #2668: ignite-5960 race fixed

2017-09-15 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/2668 ignite-5960 race fixed You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite ignite-5960-final Alternatively you can review and apply

[GitHub] ignite pull request #2677: ignite-5960 Sending backupQueue to node.

2017-09-19 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/2677 ---

[GitHub] ignite pull request #2728: race in innerUpdate fixed

2017-09-22 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/2728 race in innerUpdate fixed You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite ignite-5960-1 Alternatively you can review and apply

[GitHub] ignite pull request #2700: probable fix

2017-09-22 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/2700 ---

[GitHub] ignite pull request #2658: ignite-5960 cont counter null if nobody listens

2017-09-19 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/2658 ---

[GitHub] ignite pull request #2700: probable fix

2017-09-19 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/2700 probable fix You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite ignite-5960-1 Alternatively you can review and apply these changes

[GitHub] ignite pull request #2751: ignite-5714-8

2017-10-06 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/2751 ---

[GitHub] ignite pull request #2751: ignite-5714-8

2017-10-06 Thread voipp
GitHub user voipp reopened a pull request: https://github.com/apache/ignite/pull/2751 ignite-5714-8 You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite ignite-5714-local-lock-not-covered Alternatively you can review

[GitHub] ignite pull request #2829: ignite-5714 removed unused GridCacheTxFinishSync

2017-10-11 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/2829 ignite-5714 removed unused GridCacheTxFinishSync You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite ignite-5714-remove-tx-sync

[GitHub] ignite pull request #2829: ignite-5714 removed unused GridCacheTxFinishSync

2017-10-12 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/2829 ---

[GitHub] ignite pull request #2641: ignite-5960 continuous query entry update race fi...

2017-09-12 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/2641 ignite-5960 continuous query entry update race fixed You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite ignite-5960 Alternatively you

[GitHub] ignite pull request #2648: ignite-4931 tests reworked

2017-09-12 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/2648 ignite-4931 tests reworked You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite ignite-4931 Alternatively you can review and apply

[GitHub] ignite pull request #2607: tests unmuted

2017-09-07 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/2607 tests unmuted You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite ignite-4931-on-2.1 Alternatively you can review and apply

[GitHub] ignite pull request #2607: tests unmuted

2017-09-07 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/2607 ---

[GitHub] ignite pull request #2759: exception when trying to check threadId for remot...

2017-09-26 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/2759 exception when trying to check threadId for remote You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite ignite-5714-6 Alternatively you

[GitHub] ignite pull request #2641: ignite-5960 continuous query entry update race fi...

2017-09-25 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/2641 ---

[GitHub] ignite pull request #2668: ignite-5960 race fixed

2017-09-25 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/2668 ---

[GitHub] ignite pull request #2753: ignite-5714 updateExplicitVersion for detached en...

2017-09-26 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/2753 ignite-5714 updateExplicitVersion for detached entry You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite ignite-5714-7 Alternatively

[GitHub] ignite pull request #2751: Adding lock if timeout is negative

2017-09-26 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/2751 Adding lock if timeout is negative You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite ignite-5714-local-lock-not-covered

[GitHub] ignite pull request #2788: ignite-5714 xid instead thread id in postLockWrit...

2017-10-02 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/2788 ignite-5714 xid instead thread id in postLockWrite You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite ignite-5714-postLockWrite-edited

[GitHub] ignite pull request #2789: ignite-5714 refactoring threadId removed

2017-10-02 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/2789 ignite-5714 refactoring threadId removed You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite ignite-5714-threadId-removed1

[GitHub] ignite pull request #2768: ignite-5714 refactoring proposal for unused remot...

2017-09-28 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/2768 ignite-5714 refactoring proposal for unused remoteCandidate() You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite ignite-5714

[GitHub] ignite pull request #2494: ignite-5714-2

2017-09-26 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/2494 ---

[GitHub] ignite pull request #2746: Ignite 5714 2

2017-09-26 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/2746 Ignite 5714 2 You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite ignite-5714-2 Alternatively you can review and apply these changes

[GitHub] ignite pull request #2494: ignite-5714-2

2017-08-21 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/2494 ignite-5714-2 You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite ignite-5714-2 Alternatively you can review and apply these changes

[GitHub] ignite pull request #2493: ignite-5714-1

2017-08-21 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/2493 ignite-5714-1 You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite ignite-5714-1 Alternatively you can review and apply these changes

[GitHub] ignite pull request #2495: ignite-5714-3

2017-08-21 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/2495 ignite-5714-3 You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite ignite-5714-3 Alternatively you can review and apply these changes

[GitHub] ignite pull request #2473: ignite-5714-1

2017-08-21 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/2473 --- 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

[GitHub] ignite pull request #2474: ignite-5714-2

2017-08-21 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/2474 --- 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

[GitHub] ignite pull request #2524: Ignite 5714

2017-08-28 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/2524 Ignite 5714 You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite ignite-5714 Alternatively you can review and apply these changes

[GitHub] ignite pull request #2753: ignite-5714 updateExplicitVersion for detached en...

2017-09-27 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/2753 ---

[GitHub] ignite pull request #3079: Ignite incorrect state reconnect

2017-11-22 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/3079 Ignite incorrect state reconnect You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite ignite-incorrect-state-reconnect Alternatively

[GitHub] ignite pull request #3253: Ignite-1553

2017-12-19 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/3253 Ignite-1553 You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite IGNITE-1553 Alternatively you can review and apply these changes

[GitHub] ignite pull request #2975: Ignite-6083

2017-11-02 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/2975 Ignite-6083 You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite ignite-6083 Alternatively you can review and apply these changes

[GitHub] ignite pull request #3148: Ignite 6846

2017-12-05 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/3148 Ignite 6846 You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite ignite-6846 Alternatively you can review and apply these changes

[GitHub] ignite pull request #2768: ignite-5714 refactoring proposal for unused remot...

2017-12-11 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/2768 ---

[GitHub] ignite pull request #2746: Ignite-5714-2

2017-12-11 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/2746 ---

[GitHub] ignite pull request #2788: ignite-5714 xid instead thread id in postLockWrit...

2017-12-11 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/2788 ---

[GitHub] ignite pull request #2759: ignite-5714-6

2017-12-11 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/2759 ---

[GitHub] ignite pull request #3079: Ignite incorrect state reconnect

2017-12-11 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/3079 ---

[GitHub] ignite pull request #2751: ignite-5714-8

2017-12-11 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/2751 ---

[GitHub] ignite pull request #2493: ignite-5714-1

2017-12-11 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/2493 ---

[GitHub] ignite pull request #2516: ignite-5714-5

2017-12-11 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/2516 ---

[GitHub] ignite pull request #2495: ignite-5714-3

2017-12-11 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/2495 ---

[GitHub] ignite pull request #2524: Ignite-5714 threadId removed from Near finish res...

2017-12-11 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/2524 ---

[GitHub] ignite pull request #2489: ignite-5714 thread id amended to data structure

2017-12-11 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/2489 ---

[GitHub] ignite pull request #2975: Ignite-6083 Null value has appeared in entry proc...

2018-05-14 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/2975 ---

[GitHub] ignite pull request #3692: Suspend resume benchmark

2018-05-14 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/3692 ---

[GitHub] ignite pull request #3991: 50 time run test

2018-05-14 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/3991 50 time run test You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite IGNITE-8161 Alternatively you can review and apply these changes

[GitHub] ignite pull request #3738: patch

2018-05-11 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/3738 ---

[GitHub] ignite pull request #4023: IGNITE-5990

2018-05-18 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/4023 IGNITE-5990 You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite IGNITE-5990 Alternatively you can review and apply these changes

[GitHub] ignite pull request #3584: IGNITE-7844 Transaction incorrect state after cli...

2018-05-17 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/3584 ---

[GitHub] ignite pull request #3991: IGNITE-8161 Suspend-resume TX test is flaky on TC...

2018-05-16 Thread voipp
GitHub user voipp reopened a pull request: https://github.com/apache/ignite/pull/3991 IGNITE-8161 Suspend-resume TX test is flaky on TC (~5% fail rate) You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite IGNITE-8161

[GitHub] ignite pull request #3991: IGNITE-8161 Suspend-resume TX test is flaky on TC...

2018-05-16 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/3991 ---

[GitHub] ignite pull request #4052: IGNITE-5954 Remove obsolete near cache value from...

2018-05-23 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/4052 IGNITE-5954 Remove obsolete near cache value from primary\backup node. You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite IGNITE-5954

[GitHub] ignite pull request #4174: IGNITE-8073 Cache read metric is calculated incor...

2018-06-09 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/4174 IGNITE-8073 Cache read metric is calculated incorrectly in atomic cache. You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite IGNITE

[GitHub] ignite pull request #4154: IGNITE-8645 fix for client tx metrics aren't incl...

2018-06-08 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/4154 IGNITE-8645 fix for client tx metrics aren't included to cache metrics You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite IGNITE-8645

[GitHub] ignite pull request #4154: IGNITE-8645 fix for client tx metrics aren't incl...

2018-06-08 Thread voipp
GitHub user voipp reopened a pull request: https://github.com/apache/ignite/pull/4154 IGNITE-8645 fix for client tx metrics aren't included to cache metrics You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite IGNITE

[GitHub] ignite pull request #4154: IGNITE-8645 fix for client tx metrics aren't incl...

2018-06-08 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/4154 ---

[GitHub] ignite pull request #4111: IGNITE-8645 fix for client tx metrics aren't incl...

2018-06-08 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/4111 ---

[GitHub] ignite pull request #4189: #rerun test 200 times

2018-06-14 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/4189 #rerun test 200 times You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite IGNITE-5971 Alternatively you can review and apply

[GitHub] ignite pull request #4189: #rerun test 200 times

2018-06-14 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/4189 ---

[GitHub] ignite pull request #4119: Ignite 5954 30 time run test

2018-06-04 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/4119 Ignite 5954 30 time run test You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite IGNITE-5954-30-time-run-test Alternatively you can

[GitHub] ignite pull request #4119: Ignite 5954 30 time run test

2018-06-05 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/4119 ---

[GitHub] ignite pull request #4023: IGNITE-5990

2018-06-05 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/4023 ---

  1   2   >