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/05/25 11:11:00 UTC

[jira] [Commented] (IGNITE-8467) minSize filter for transactions utility control.sh doesn't work

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

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

GitHub user a-polyakov opened a pull request:

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

    IGNITE-8467 fix filter minSize for transactions utility control.sh

    

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

    $ git pull https://github.com/a-polyakov/ignite IGNITE-8467

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

    https://github.com/apache/ignite/pull/4069.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 #4069
    
----
commit 286870756085d4169dcef775607df10a8bafe3df
Author: a-polyakov <po...@...>
Date:   2018-05-25T11:08:13Z

    IGNITE-8467 fix filter minSize for transactions utility control.sh and add test

----


> minSize filter for transactions utility control.sh doesn't work
> ---------------------------------------------------------------
>
>                 Key: IGNITE-8467
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8467
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 2.5
>            Reporter: Dmitry Sherstobitov
>            Assignee: Alexand Polyakov
>            Priority: Minor
>             Fix For: 2.6
>
>
> I have following output when define control.sh utility with minSize filter
> Looks like it doesn't work.
> {code:java}
> Control utility --tx minDuration 15 minSize 10 order SIZE
> Control utility 
> 2018 Copyright(C) Apache Software Foundation
> User: 
> --------------------------------------------------------------------------------
> Matching transactions:
> [16:52:30][:688] TcpDiscoveryNode [id=02f47e9a-efca-4d8c-a49f-3de4ca82d3ee, addrs=[0:0:0:0:0:0:0:1%lo, 127.0.0.1, 172.17.0.1, 172.25.1.40], sockAddrs=[/172.17.0.1:0, /0:0:0:0:0:0:0:1%lo:0, lab40.gridgain.local/172.25.1.40:0, /127.0.0.1:0], discPort=0, order=5, intOrder=5, lastExchangeTime=1525960350163, loc=false, ver=2.5.1#20180427-sha1:48601cbd, isClient=true]
>  Tx: [xid=0f1d25a4361-00000000-0831-2c15-0000-000000000005, label=tx_5, state=ACTIVE, duration=16, isolation=REPEATABLE_READ, concurrency=PESSIMISTIC, timeout=0, size=1, dhtNodes=[63e05a51]]
>  Tx: [xid=05ad25a4361-00000000-0831-2c15-0000-000000000005, label=tx_6, state=ACTIVE, duration=15, isolation=REPEATABLE_READ, concurrency=PESSIMISTIC, timeout=0, size=1, dhtNodes=[473df74e]]
>  Tx: [xid=7b2b25a4361-00000000-0831-2c15-0000-000000000005, label=tx_1, state=ACTIVE, duration=20, isolation=REPEATABLE_READ, concurrency=PESSIMISTIC, timeout=0, size=1, dhtNodes=[63e05a51]]
>  Tx: [xid=73ab25a4361-00000000-0831-2c15-0000-000000000005, label=tx_2, state=ACTIVE, duration=19, isolation=REPEATABLE_READ, concurrency=PESSIMISTIC, timeout=0, size=1, dhtNodes=[473df74e]]
>  Tx: [xid=47ca25a4361-00000000-0831-2c15-0000-000000000005, label=tx_0, state=ACTIVE, duration=22, isolation=REPEATABLE_READ, concurrency=PESSIMISTIC, timeout=0, size=1, dhtNodes=[63e05a51]]
>  Tx: [xid=b0ac25a4361-00000000-0831-2c15-0000-000000000005, label=tx_4, state=ACTIVE, duration=17, isolation=REPEATABLE_READ, concurrency=PESSIMISTIC, timeout=0, size=1, dhtNodes=[473df74e]]
>  Tx: [xid=3a1c25a4361-00000000-0831-2c15-0000-000000000005, label=tx_3, state=ACTIVE, duration=18, isolation=REPEATABLE_READ, concurrency=PESSIMISTIC, timeout=0, size=1, dhtNodes=[0cd15184]]{code}



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