You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/11/02 12:20:00 UTC

[jira] [Commented] (IGNITE-10129) MVCC TX: do not log Vacuum warnings if mvcc is not enabled

    [ https://issues.apache.org/jira/browse/IGNITE-10129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16673022#comment-16673022 ] 

ASF GitHub Bot commented on IGNITE-10129:
-----------------------------------------

GitHub user rkondakov opened a pull request:

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

    IGNITE-10129: Disable Vacuum warnings if mvcc is not enabled.

    

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

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

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

    https://github.com/apache/ignite/pull/5242.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 #5242
    
----
commit 25a8625438204bccf988ed1e3f39ee54c3c164c1
Author: rkondakov <ko...@...>
Date:   2018-11-02T12:09:48Z

    IGNITE-10129: Disable Vacuum warnings if mvcc is not enabled.

----


> MVCC TX: do not log Vacuum warnings if mvcc is not enabled
> ----------------------------------------------------------
>
>                 Key: IGNITE-10129
>                 URL: https://issues.apache.org/jira/browse/IGNITE-10129
>             Project: Ignite
>          Issue Type: Bug
>          Components: mvcc
>            Reporter: Igor Seliverstov
>            Assignee: Roman Kondakov
>            Priority: Minor
>             Fix For: 2.7
>
>
> currently we can see warnings like : {{[10:18:48,741][INFO][exchange-worker-#64][MvccProcessorImpl] Attempting to stop inactive vacuum.}} on node stop.
> Such warnings should not appear in case MVCC is disabled (there is no MVCC caches).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)