[
https://issues.apache.org/jira/browse/IGNITE-23705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17899773#comment-17899773
]
Andrei Nadyktov edited comment on IGNITE-23705 at 11/20/24 3:28 PM:
--------------------------------------------------------------------
It seems that partition id is not displayed with any parameter, not only
{{{}null{}}}. With this fix, output of {{./control.sh --cache distribution}}
looks like this:
{code:java}
[2024-11-20T16:25:21,191][INFO ][main][] Control utility [ver.
2.17.0-SNAPSHOT#20241120-sha1:DEV]
2024 Copyright(C) Apache Software Foundation
User: Andrei
Time: 2024-11-20T16:25:20.713
Command [CACHE] started
Arguments: --cache distribution null with-node-filter-cache --yes
--------------------------------------------------------------------------------
[groupId,partition,nodeId,primary,state,updateCounter,partitionSize,nodeAddresses]
[next group: id=-1695684207, name=with-node-filter-cache]
-1695684207,0,c94a99fd,P,OWNING,1,1,[127.0.0.1]
-1695684207,1,c94a99fd,P,OWNING,0,0,[127.0.0.1]
-1695684207,2,c94a99fd,P,OWNING,0,0,[127.0.0.1]
Command [CACHE] finished with code: 0
Control utility has completed execution at: 2024-11-20T16:25:21.188
Execution time: 475 ms {code}
was (Author: JIRAUSER304643):
It seems that partition id is not displayed with any parameter, not only
{{{}null{}}}. With this fix output of {{./control.sh --cache distribution}}
looks like this:
{code:java}
[2024-11-20T16:25:21,191][INFO ][main][] Control utility [ver.
2.17.0-SNAPSHOT#20241120-sha1:DEV]
2024 Copyright(C) Apache Software Foundation
User: Andrei
Time: 2024-11-20T16:25:20.713
Command [CACHE] started
Arguments: --cache distribution null with-node-filter-cache --yes
--------------------------------------------------------------------------------
[groupId,partition,nodeId,primary,state,updateCounter,partitionSize,nodeAddresses]
[next group: id=-1695684207, name=with-node-filter-cache]
-1695684207,0,c94a99fd,P,OWNING,1,1,[127.0.0.1]
-1695684207,1,c94a99fd,P,OWNING,0,0,[127.0.0.1]
-1695684207,2,c94a99fd,P,OWNING,0,0,[127.0.0.1]
Command [CACHE] finished with code: 0
Control utility has completed execution at: 2024-11-20T16:25:21.188
Execution time: 475 ms {code}
> The partition number is not displayed (--cache distribution)
> -------------------------------------------------------------
>
> Key: IGNITE-23705
> URL: https://issues.apache.org/jira/browse/IGNITE-23705
> Project: Ignite
> Issue Type: Bug
> Reporter: Luchnikov Alexander
> Assignee: Andrei Nadyktov
> Priority: Minor
> Labels: ise
> Time Spent: 10m
> Remaining Estimate: 0h
>
> If you run the command
> {code:java}
> ./control.sh --cache distribution null
> {code}
> The resulting output does not contain the partition number (partition)
> {code:java}
> [groupId,partition,nodeId,primary,state,updateCounter,partitionSize,nodeAddresses]
> [next group: id=-2100569601, name=ignite-sys-cache]
> -2100569601,8e8b1086,P,OWNING,0,0,[0:0:0:0:0:0:0:1, 127.0.0.1]
> -2100569601,8e8b1086,P,OWNING,0,0,[0:0:0:0:0:0:0:1, 127.0.0.1]
> -2100569601,8e8b1086,P,OWNING,0,0,[0:0:0:0:0:0:0:1, 127.0.0.1]
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)