You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by DmitriyGovorukhin <gi...@git.apache.org> on 2018/05/08 15:50:05 UTC

[GitHub] ignite pull request #3965: IGNITE-7912

GitHub user DmitriyGovorukhin opened a pull request:

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

    IGNITE-7912

    

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

    $ git pull https://github.com/gridgain/apache-ignite ignite-7912

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

    https://github.com/apache/ignite/pull/3965.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 #3965
    
----
commit 578a49689cefbcf94ab999c2837a5324fdd069c5
Author: Ivan Daschinskiy <iv...@...>
Date:   2018-03-14T17:43:34Z

    IGNITE-7912 Add Visor WAL command to safely truncate WAL archives and
    print list of files that is safe to truncate. Perform these task clusterwide
    and per nodes that are specified.

commit 7b591d61c114ee24ef520480591ee1371d4f24ef
Author: Ivan Daschinskiy <iv...@...>
Date:   2018-03-20T16:46:36Z

    IGNITE-7912 Rewrote code for preventing abstraction leaks, and added additional tests for CommandHandler.

commit 5f19e13b180ac346ad3d6886f7b37ad595c706dc
Author: Ivan Daschinskiy <iv...@...>
Date:   2018-03-21T10:35:27Z

    IGNITE-7912 Merged with master and rewrote wal logic in CommandHandler according to new changes

commit 90daba6df7db6be0e42e07b20fa78bd4ce1c129e
Author: Ivan Daschinskiy <iv...@...>
Date:   2018-03-21T10:36:29Z

    IGNITE-7912 Merged with master and rewrote wal logic in CommandHandler according to new changes

commit 4093e89e1c1fb58123db2b1a863c82e9e07bdbca
Author: Ivan Daschinskiy <iv...@...>
Date:   2018-03-23T14:03:36Z

    Merge branch 'master' into ignite-7912

commit 680fe97ecb23bd13b4daa14d5723c112db5bc7fc
Author: Ivan Daschinskiy <iv...@...>
Date:   2018-03-23T14:04:43Z

    IGNITE-7912 Merging master and revert GridDhtPartitionExchangeId

commit f3b46c1af07a73913dca2b0f9173fb23280d13f8
Author: Ivan Daschinskiy <iv...@...>
Date:   2018-03-31T09:13:11Z

    IGNITE-7912 merge with master

commit 5478ca0454e83127f8a923e9e3da1e0bafb0424f
Author: Ivan Daschinskiy <iv...@...>
Date:   2018-04-03T08:33:21Z

    IGNITE-7912 Simplified tests and corrected formatting issues

commit 012b9b43df19abe7a3e6c4cc7371cc506f29a93a
Author: Ivan Daschinskiy <iv...@...>
Date:   2018-04-04T13:12:41Z

    IGNITE-7912 Code review reaction

commit 2c35061b2cba570d75231ae2addb6b1c6ef84ae8
Author: Ivan Daschinskiy <iv...@...>
Date:   2018-04-05T11:05:44Z

    IGNITE-7912 Add test that checks whether reserved WAL segment
    is not affected

commit 93014eea3402d216880c1f574285a53eb66999ab
Author: Ivan Daschinskiy <iv...@...>
Date:   2018-04-05T15:18:10Z

    IGNITE-7912 Reworking test, part 1.

commit 0b94a1cdfc119577fe150a3d9094c897f9031537
Author: Ivan Daschinskiy <iv...@...>
Date:   2018-04-05T16:34:28Z

    IGNITE-7912 Reworking test, part 2.

commit 4e09ed087b73e1887f49aa3242f64e1672c507e7
Author: Ivan Daschinskiy <iv...@...>
Date:   2018-04-06T14:57:16Z

    IGNITE-7912 Small refactoring.

commit 4637e9f022af5c7fd101daf8c039d9f01d876988
Author: Ivan Daschinskiy <iv...@...>
Date:   2018-04-09T09:42:14Z

    Merge remote-tracking branch 'remotes/origin/master' into ignite-7912

commit be6dc1bcc256d7a94834f63873520103846d3797
Author: Ivan Daschinskiy <iv...@...>
Date:   2018-04-09T09:49:13Z

    IGNITE-7912 Small refactoring.

commit f6e4206dc8dcef1792bf9e25c204f0ce9732c209
Author: Ivan Daschinskiy <iv...@...>
Date:   2018-04-12T10:44:12Z

    Merge branch 'master' into ignite-7912

commit 12f89a6458228b7163a032177812d476473ee8d0
Author: Ivan Daschinskiy <iv...@...>
Date:   2018-04-12T11:22:52Z

    IGNITE-7912 Introduce IGNITE_ENABLE_EXPERIMENTAL_COMMAND system property
    to hide WAL command by default.

commit 10d1ff6f8fab3239706da15d2ea63e894cb24385
Author: Ivan Daschinskiy <iv...@...>
Date:   2018-05-02T11:41:37Z

    Merge remote-tracking branch 'remotes/origin/master' into ignite-7912
    
    # Conflicts:
    #	modules/core/src/main/java/org/apache/ignite/internal/commandline/Arguments.java
    #	modules/core/src/main/java/org/apache/ignite/internal/commandline/Command.java
    #	modules/core/src/main/java/org/apache/ignite/internal/commandline/CommandHandler.java
    #	modules/core/src/test/java/org/apache/ignite/internal/commandline/CommandHandlerParsingTest.java
    #	modules/core/src/test/java/org/apache/ignite/util/GridCommandHandlerTest.java

commit 895bb93ca5365d8d54c15853b0a2fb92d888f2a1
Author: Ivan Daschinskiy <iv...@...>
Date:   2018-05-02T14:15:22Z

    IGNITE-7912 wip.

commit c01ceddc697202e3c774383ac473db428015f838
Author: Ivan Daschinskiy <iv...@...>
Date:   2018-05-07T09:30:19Z

    Merge remote-tracking branch 'origin/master' into ignite-7912

commit b19be66f9938fcc0314f3584cb8f5dd3071c6836
Author: Ivan Daschinskiy <iv...@...>
Date:   2018-05-07T09:42:44Z

    IGNITE-7912 wip.

commit 2e5a2800632c094500f0680d6fbf54e4a6fe6731
Author: Ivan Daschinskiy <iv...@...>
Date:   2018-05-07T16:42:44Z

    IGNITE-7912 minor codestyle.

commit 70ee1f8d4a43d871bb5b1f722f9180b6f9152677
Author: Dmitriy Govorukhin <dm...@...>
Date:   2018-05-08T15:45:11Z

    Merge remote-tracking branch 'origin-mirror/master' into ignite-7912

----


---

[GitHub] ignite pull request #3965: IGNITE-7912

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

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


---