You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by andrey-kuznetsov <gi...@git.apache.org> on 2018/05/29 16:27:09 UTC

[GitHub] ignite pull request #4089: Ignite 6587 true

GitHub user andrey-kuznetsov opened a pull request:

    https://github.com/apache/ignite/pull/4089

    Ignite 6587 true

    For TC tests now

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/andrey-kuznetsov/ignite ignite-6587-true

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/4089.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 #4089
    
----
commit 3b25cb934838feb3300c7088db4b3840ec7f9ab5
Author: Andrey Kuznetsov <st...@...>
Date:   2018-05-07T12:43:26Z

    IGNITE-6587: Refactored ServerImpl.TcpServer to use GridWorker.

commit 665ba863ceb95b643a805d6920f3f384275dae20
Author: Andrey Kuznetsov <st...@...>
Date:   2018-05-07T13:06:22Z

    IGNITE-6587: Refactored ServerImpl.RingMessageWorker to use GridWorker.

commit b10bcd350efb55de95792b369996ba266b3612a9
Author: Andrey Kuznetsov <st...@...>
Date:   2018-05-07T15:59:56Z

    IGNITE-6587: Refactored WAL manager critical threads to use GridWorker.

commit 3154112c8bab70d1ff4fe20639648e8a9c7da373
Author: Andrey Kuznetsov <st...@...>
Date:   2018-05-07T18:55:25Z

    IGNITE-6587: Minor improvements.

commit a44fc8064a9ba8f42e4faacde018ac9bc1193f01
Author: Andrey Kuznetsov <st...@...>
Date:   2018-05-08T10:52:01Z

    IGNITE-6587: Refactored CommunicationWorker to use GridWorker.

commit 0efc5354f33666ac705c738d75955258084091de
Author: Andrey Kuznetsov <st...@...>
Date:   2018-05-08T15:25:56Z

    IGNITE-6587: (WIP) switching to timed waits/polls, updating heartbeats.

commit 48c889441a119ef2192c1ff61485c20f80659e82
Author: Andrey Kuznetsov <st...@...>
Date:   2018-05-14T13:38:47Z

    IGNITE-6587: Heartbeat updates in critical WAL manager workers.

commit 69059bda2071f7d6af0cef30cf8d77b160fc56be
Author: Andrey Kuznetsov <st...@...>
Date:   2018-05-14T15:55:51Z

    IGNITE-6587: (WiP) More heartbeat updates in critical workers.

commit 6fb2edf1fef15bb187481f89eddb3710d5daadba
Author: Andrey Kuznetsov <st...@...>
Date:   2018-05-15T13:09:16Z

    IGNITE-6587: Heartbeat updates in checkpointer.

commit 9cd8cba1fdc8c21d999df4c334daaef7e226aa0f
Author: Andrey Kuznetsov <st...@...>
Date:   2018-05-15T13:23:17Z

    IGNITE-6587: More heartbeat updates in critical workers.

commit 5245abc0c72812c4746127b25638a28dac7af11a
Author: Andrey Kuznetsov <st...@...>
Date:   2018-05-16T20:14:31Z

    IGNITE-6587: Extended StripedExecutor.Stripe from GridWorker.

commit 2eb448f6a7ff7a6be423742336480a7b98793c2d
Author: Andrey Kuznetsov <st...@...>
Date:   2018-05-17T11:37:08Z

    IGNITE-6587: Heartbeat updates in StripedExecutor workers.

commit 8304fa92879fe293f112d1c7ba515b5bd30cc271
Author: Andrey Kuznetsov <st...@...>
Date:   2018-05-17T12:33:23Z

    Merge branch 'master' into ignite-6587
    
    # Conflicts:
    #	modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/wal/FileWriteAheadLogManager.java
    #	modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/wal/FsyncModeFileWriteAheadLogManager.java

commit 5051aa4d44e78b5362dd0094bc5a57566eea4855
Author: Andrey Kuznetsov <st...@...>
Date:   2018-05-17T12:36:23Z

    IGNITE-6587: Addition to merge commit.

commit 732d2c25013d94d67188f42b2f96c786eeaf6346
Author: Andrey Kuznetsov <st...@...>
Date:   2018-05-17T12:42:05Z

    IGNITE-6587: Updated WAL FileDecompressors to conform uniform poll style.

commit 0c6f7762f1bc709c1444e545ff6475edc3fd6152
Author: Andrey Kuznetsov <st...@...>
Date:   2018-05-18T09:54:05Z

    IGNITE-6587: Added Checkpointer to worker registry.

commit d64e2f8e97e9d8a339695087ceea1443f8f75141
Author: Andrey Kuznetsov <st...@...>
Date:   2018-05-18T14:43:22Z

    IGNITE-6587: Added Stripe workers to worker registry.

commit fd142e80f80e73d420c0a03923ba3a4783dc7f34
Author: Andrey Kuznetsov <st...@...>
Date:   2018-05-21T11:40:46Z

    IGNITE-6587: Optional reference to worker registry in GridNioServer.

commit de98f8782f1728cc7e4a2852fbd0931cb21d3af9
Author: Andrey Kuznetsov <st...@...>
Date:   2018-05-21T11:42:11Z

    IGNITE-6587: Added worker registry to communication SPI GridNioServer.

commit f24f93abe8b8a3833f556b204c9995d28cd9cf44
Author: Andrey Kuznetsov <st...@...>
Date:   2018-05-21T13:47:11Z

    Merge branch 'master' into ignite-6587
    
    # Conflicts:
    #	modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/wal/FileWriteAheadLogManager.java
    #	modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/wal/FsyncModeFileWriteAheadLogManager.java

commit e3a7b9aaed79d45b205715b6b281db702e7be95d
Author: Andrey Kuznetsov <st...@...>
Date:   2018-05-22T12:30:30Z

    IGNITE-6587: Recovering after incorrect merge commit.

commit 45c64a1ebaf5dabcfdf64e35a14542c0bddaa4c2
Author: Andrey Kuznetsov <st...@...>
Date:   2018-05-22T12:56:27Z

    IGNITE-6587: Moved WAL timeout constants to proper place.

commit 95f1ce0a9c3002a72fa47c616f928521570d2d40
Author: Andrey Kuznetsov <st...@...>
Date:   2018-05-22T13:12:36Z

    IGNITE-6587: Made WAL FileDecompressors not critical again.

commit 538fa40bf8f4a6585fecc265f36be54510c9a101
Author: Andrey Kuznetsov <st...@...>
Date:   2018-05-22T14:22:56Z

    IGNITE-6587: Dropped misleading todo.

commit 611a14d23048d26d4e7fb2f02fe1b97a80edabbf
Author: Andrey Kuznetsov <st...@...>
Date:   2018-05-22T14:49:41Z

    IGNITE-8562: Passed GridWorkerListener to GridNioServer's acceptor.

commit 0ed52b28536eb7cc7220fbc9f9a5c8d958136d04
Author: Andrey Kuznetsov <st...@...>
Date:   2018-05-22T15:18:45Z

    IGNITE-8562: Passed worker registry to 2 more GridNioServers.

commit 0d33c1a88ac73d7b5fc554c8d5365129c16976ef
Author: Andrey Kuznetsov <st...@...>
Date:   2018-05-22T20:36:22Z

    IGNITE-8562: Fixed access to worker registry in communication SPI.

commit 851f5c3ca7666f38ee561056084ac5d91be0fe21
Author: Andrey Kuznetsov <st...@...>
Date:   2018-05-23T06:29:28Z

    IGNITE-8562: (WiP) debugging flaky test.

commit 39b863c099ec2a5653a743cd2c35167791b6d8c8
Author: Andrey Kuznetsov <st...@...>
Date:   2018-05-23T07:53:58Z

    IGNITE-8562: Reverting: (WiP) debugging flaky test.
    
    This reverts commit 851f5c3ca7666f38ee561056084ac5d91be0fe21.

commit ec7724bd54672f37606def59c8d4399a0bf5da07
Author: Andrey Kuznetsov <st...@...>
Date:   2018-05-23T08:32:33Z

    IGNITE-8562: Quick fix for flaky test.

----


---

[GitHub] ignite pull request #4089: Ignite 6587 true

Posted by andrey-kuznetsov <gi...@git.apache.org>.
Github user andrey-kuznetsov closed the pull request at:

    https://github.com/apache/ignite/pull/4089


---