GitHub user andrey-kuznetsov opened a pull request:

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

    Ignite 6587

    For test purposes.

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

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

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

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

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

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

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

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

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

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

    IGNITE-6587: Minor improvements.

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

    IGNITE-6587: Refactored CommunicationWorker to use GridWorker.

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

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

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

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

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

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

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

    IGNITE-6587: Heartbeat updates in checkpointer.

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

    IGNITE-6587: More heartbeat updates in critical workers.

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

    IGNITE-6587: Extended StripedExecutor.Stripe from GridWorker.

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

    IGNITE-6587: Heartbeat updates in StripedExecutor workers.

commit 8304fa92879fe293f112d1c7ba515b5bd30cc271
Author: Andrey Kuznetsov <stkuzma@...>
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 <stkuzma@...>
Date:   2018-05-17T12:36:23Z

    IGNITE-6587: Addition to merge commit.

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

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

----


---

Reply via email to