You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by 1vanan <gi...@git.apache.org> on 2017/11/01 09:08:51 UTC

[GitHub] ignite pull request #2957: IGNITE-5798

GitHub user 1vanan opened a pull request:

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

    IGNITE-5798

    Logging of IgniteConfiguration was added at startup.

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

    $ git pull https://github.com/1vanan/ignite IGNITE-5798

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

    https://github.com/apache/ignite/pull/2957.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 #2957
    
----
commit 9a7db6bff146eac658324661de5126969c73fcb7
Author: ivanan <va...@gmail.com>
Date:   2017-09-14T21:05:48Z

    Log IgniteConfiguration with reflection

commit 5826ec18bdfe3edca0d580b9d33198c42d14e32b
Author: ivanan <va...@gmail.com>
Date:   2017-09-17T13:12:27Z

    took into account the corrections

commit ce2d522ab8d451db23f691e1ebee425409740877
Author: ivanan <va...@gmail.com>
Date:   2017-09-21T21:44:24Z

    fix ackIgniteConfigurationInfo method in IgniteKernal

commit 78f9b5f0a95c0b221a6f4e3e29feed4e94d33b97
Author: ivanan <va...@gmail.com>
Date:   2017-10-01T20:55:32Z

    use recursive ackIgniteConfiguration

commit 868ecb3598f11856050da5f40fb3c7eb8f45d438
Author: ivanan <va...@gmail.com>
Date:   2017-10-01T21:03:26Z

    Revert "fix ackIgniteConfigurationInfo method in IgniteKernal"
    
    This reverts commit ce2d522ab8d451db23f691e1ebee425409740877.

commit 3f6e10bc83a199436e1cb7e1ad7709f29956e71c
Author: ivanan <va...@gmail.com>
Date:   2017-10-01T21:30:57Z

    add recursive ackIgniteConfiguration

commit e4e0b2047ade273ad0f572a04fb094cd05880e3a
Author: ivanan <va...@gmail.com>
Date:   2017-10-04T22:29:31Z

    remove recursion

commit fab172ef257758828b736b151648d6e76697bd6e
Author: ivanan <va...@gmail.com>
Date:   2017-10-06T07:13:18Z

    06.10.17 fix changes

commit edff9457587ea42723677c88403e6bb83b42bfa9
Author: ivanan <va...@gmail.com>
Date:   2017-10-12T06:14:15Z

    remove deadlock case

commit 7fc4b8e3653dc125e6cb41b00ac370fa9bb914bf
Author: ivanan <va...@gmail.com>
Date:   2017-10-12T06:26:44Z

    return java.util.... imports instead of java.util.*

commit 2a5f7dc7ebf60899c094dabd4dd149fdc88230e6
Author: ivanan <va...@gmail.com>
Date:   2017-10-13T05:27:24Z

    minor code style changes

commit 3db6647d31d680467792eaaf06afe735a18ed4fa
Author: ivanan <va...@gmail.com>
Date:   2017-10-17T21:34:31Z

    remove Pair, fix changes

commit bfa66b0519173f5e8e1e13d108b5a19eb313ddd4
Author: Ivan <va...@gmail.com>
Date:   2017-10-27T13:18:34Z

    27.10.17

commit 6dd08c99edf85bed263626186ece8392eadd74f0
Author: Ivan <va...@gmail.com>
Date:   2017-10-27T13:49:39Z

    minor changes

commit d72e3637e214456694ebe67ce5af70d9edb35304
Author: Ivan <va...@gmail.com>
Date:   2017-10-31T09:05:57Z

    delete garbage methods.

commit 7d79be46e38c5488b294524786c266b43ffe1941
Author: Ivan <va...@gmail.com>
Date:   2017-11-01T08:56:11Z

    delete unused import

commit 6755a26a19c035686ed1e939a1c966489342e407
Author: Ivan <va...@gmail.com>
Date:   2017-11-01T09:01:35Z

    delete sout in test

----


---

[GitHub] ignite pull request #2957: IGNITE-5798

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

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


---