[jira] [Updated] (IGNITE-13510) Getting status of snapshot execution via command line and jmx

2022-09-09 Thread Dmitry Pavlov (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-13510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dmitry Pavlov updated IGNITE-13510:
---
Release Note: Added a snapshot status command to control.sh and JMX  (was: 
Added snapshot status command to control.sh and JMX.)

> Getting status of snapshot execution via command line and jmx
> -
>
> Key: IGNITE-13510
> URL: https://issues.apache.org/jira/browse/IGNITE-13510
> Project: Ignite
>  Issue Type: Task
>Reporter: Sergei Ryzhov
>Assignee: Nikita Amelchev
>Priority: Major
>  Labels: iep-43, ise, snapshot
> Fix For: 2.14
>
>  Time Spent: 5h 20m
>  Remaining Estimate: 0h
>
> the control.sh utility immediately relinquishes control
> and without using metricExporter it is impossible to understand whether the 
> snapshot completed or not
> Creating
> {noformat}
> Create snapshot operation is in progress.
> Snapshot name: snapshot1
> Operation ID: 0c636326-76f8-4918-b15c-1010d9c47a5f
> Started at: Aug 17, 2022 8:02:27 PM
> Duration: 00:00:00.734
> Estimated operation progress:
> Node ID Processed, bytesTotal, bytes
> Percent
> a4d3f584-bd67-4550-a26a-afa3bd54120.0 KB2.2 MB  
> 5% 
> ef3a27fd-86eb-4886-97e6-7b061f1116.6 MB 34.1 MB 
> 48%
> ffd8a17e-1fa4-4671-aac6-e2a3447312.6 MB 34.4 MB 
> 36%
> 072d4b79-d4f9-472e-8b6a-d05c34f2132.0 KB2.1 MB  
> 6% 
> 210db306-0aa9-45ef-a0ca-5b7f612016.7 MB 34.2 MB 
> 48%   
> {noformat}
> Restoring
> {noformat}
> Restore snapshot operation is in progress.
> Snapshot name: snapshot1
> Operation ID: 96201080-b1d0-4f0c-80ef-5e046c1f62cf
> Started at: Aug 17, 2022 8:02:30 PM
> Duration: 00:00:00.170
> Estimated operation progress:
> Node ID Processed, partitionsTotal, 
> partitionsPercent
> a4d3f584-bd67-4550-a26a-afa3bd5499
> 100%   
> ef3a27fd-86eb-4886-97e6-7b061f1111   16   
> 68%
> ffd8a17e-1fa4-4671-aac6-e2a3447314   16   
> 87%
> 072d4b79-d4f9-472e-8b6a-d05c34f211   12   
> 91%
> 210db306-0aa9-45ef-a0ca-5b7f612012   16   
> 75%
> {noformat}
> No snapshot operation
> {noformat}
> There is no create or restore snapshot operation in progress.
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (IGNITE-13510) Getting status of snapshot execution via command line and jmx

2022-08-17 Thread Amelchev Nikita (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-13510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Amelchev Nikita updated IGNITE-13510:
-
Description: 
the control.sh utility immediately relinquishes control
and without using metricExporter it is impossible to understand whether the 
snapshot completed or not

Creating

{noformat}
Create snapshot operation is in progress.
Snapshot name: snapshot1
Operation ID: 0c636326-76f8-4918-b15c-1010d9c47a5f
Started at: Aug 17, 2022 8:02:27 PM
Duration: 00:00:00.734

Estimated operation progress:

Node ID Processed, bytesTotal, bytes
Percent
a4d3f584-bd67-4550-a26a-afa3bd54120.0 KB2.2 MB  5%  
   
ef3a27fd-86eb-4886-97e6-7b061f1116.6 MB 34.1 MB 48% 
   
ffd8a17e-1fa4-4671-aac6-e2a3447312.6 MB 34.4 MB 36% 
   
072d4b79-d4f9-472e-8b6a-d05c34f2132.0 KB2.1 MB  6%  
   
210db306-0aa9-45ef-a0ca-5b7f612016.7 MB 34.2 MB 48% 
  
{noformat}

Restoring

{noformat}
Restore snapshot operation is in progress.
Snapshot name: snapshot1
Operation ID: 96201080-b1d0-4f0c-80ef-5e046c1f62cf
Started at: Aug 17, 2022 8:02:30 PM
Duration: 00:00:00.170

Estimated operation progress:

Node ID Processed, partitionsTotal, 
partitionsPercent
a4d3f584-bd67-4550-a26a-afa3bd5499  
  100%   
ef3a27fd-86eb-4886-97e6-7b061f1111   16 
  68%
ffd8a17e-1fa4-4671-aac6-e2a3447314   16 
  87%
072d4b79-d4f9-472e-8b6a-d05c34f211   12 
  91%
210db306-0aa9-45ef-a0ca-5b7f612012   16 
  75%
{noformat}

No snapshot operation

{noformat}
There is no create or restore snapshot operation in progress.
{noformat}



  was:
the control.sh utility immediately relinquishes control
and without using metricExporter it is impossible to understand whether the 
snapshot completed or not

Restoring
{code:java}
Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
2021 Copyright(C) Apache Software Foundation
User: sega
Time: 2021-10-07T14:18:59.523
Command [SNAPSHOT] started
Arguments: --snapshot status --yes 

Status of SNAPSHOT operations:
gridCommandHandlerTest0 -> Restoring to snapshot with name: snapshot_02052020
gridCommandHandlerTest1 -> Restoring to snapshot with name: snapshot_02052020

Command [SNAPSHOT] finished with code: 0
Control utility has completed execution at: 2021-10-07T14:18:59.546
Execution time: 23 ms
{code}

Creating
{code:java}
Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
2021 Copyright(C) Apache Software Foundation
User: sega
Time: 2021-10-07T14:18:55.368
Command [SNAPSHOT] started
Arguments: --snapshot status --yes 

Status of SNAPSHOT operations:
gridCommandHandlerTest0 -> Creating the snapshot with name: snapshot_02052020
gridCommandHandlerTest1 -> Creating the snapshot with name: snapshot_02052020

Command [SNAPSHOT] finished with code: 0
Control utility has completed execution at: 2021-10-07T14:18:55.391
Execution time: 23 ms
{code}

No snapshot operation
{code:java}
Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
2021 Copyright(C) Apache Software Foundation
User: sega
Time: 2021-10-07T14:18:58.408
Command [SNAPSHOT] started
Arguments: --snapshot status --yes 

Status of SNAPSHOT operations:
gridCommandHandlerTest0 -> No snapshot operation.
gridCommandHandlerTest1 -> No snapshot operation.

Command [SNAPSHOT] finished with code: 0
Control utility has completed execution at: 2021-10-07T14:18:58.439
Execution time: 31 ms
{code}






> Getting status of snapshot execution via command line and jmx
> -
>
> Key: IGNITE-13510
> URL: https://issues.apache.org/jira/browse/IGNITE-13510
> Project: Ignite
>  Issue Type: Task
>Reporter: Sergei Ryzhov
>Assignee: Amelchev Nikita
>Priority: Major
>  Labels: iep-43, ise, snapshot
> Fix For: 2.14
>
>  Time Spent: 4.5h
>  Remaining Estimate: 0h
>
> the control.sh utility immediately relinquishes control
> and without using metricExporter it is impossible to understand whether the 
> snapshot completed or not
> Creating
> {noformat}
> Create snapshot operation is in progress.
> Snapshot name: snapshot1
> Operation ID: 0c636326-76f8-4918-b15c-1010d9c47a5f
> Started at: Aug 17, 2022 8:02:27 PM
> 

[jira] [Updated] (IGNITE-13510) Getting status of snapshot execution via command line and jmx

2022-08-17 Thread Amelchev Nikita (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-13510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Amelchev Nikita updated IGNITE-13510:
-
Ignite Flags: Release Notes Required

> Getting status of snapshot execution via command line and jmx
> -
>
> Key: IGNITE-13510
> URL: https://issues.apache.org/jira/browse/IGNITE-13510
> Project: Ignite
>  Issue Type: Task
>Reporter: Sergei Ryzhov
>Assignee: Amelchev Nikita
>Priority: Major
>  Labels: iep-43, ise, snapshot
> Fix For: 2.14
>
>  Time Spent: 4.5h
>  Remaining Estimate: 0h
>
> the control.sh utility immediately relinquishes control
> and without using metricExporter it is impossible to understand whether the 
> snapshot completed or not
> Restoring
> {code:java}
> Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
> 2021 Copyright(C) Apache Software Foundation
> User: sega
> Time: 2021-10-07T14:18:59.523
> Command [SNAPSHOT] started
> Arguments: --snapshot status --yes 
> 
> Status of SNAPSHOT operations:
> gridCommandHandlerTest0 -> Restoring to snapshot with name: snapshot_02052020
> gridCommandHandlerTest1 -> Restoring to snapshot with name: snapshot_02052020
> Command [SNAPSHOT] finished with code: 0
> Control utility has completed execution at: 2021-10-07T14:18:59.546
> Execution time: 23 ms
> {code}
> Creating
> {code:java}
> Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
> 2021 Copyright(C) Apache Software Foundation
> User: sega
> Time: 2021-10-07T14:18:55.368
> Command [SNAPSHOT] started
> Arguments: --snapshot status --yes 
> 
> Status of SNAPSHOT operations:
> gridCommandHandlerTest0 -> Creating the snapshot with name: snapshot_02052020
> gridCommandHandlerTest1 -> Creating the snapshot with name: snapshot_02052020
> Command [SNAPSHOT] finished with code: 0
> Control utility has completed execution at: 2021-10-07T14:18:55.391
> Execution time: 23 ms
> {code}
> No snapshot operation
> {code:java}
> Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
> 2021 Copyright(C) Apache Software Foundation
> User: sega
> Time: 2021-10-07T14:18:58.408
> Command [SNAPSHOT] started
> Arguments: --snapshot status --yes 
> 
> Status of SNAPSHOT operations:
> gridCommandHandlerTest0 -> No snapshot operation.
> gridCommandHandlerTest1 -> No snapshot operation.
> Command [SNAPSHOT] finished with code: 0
> Control utility has completed execution at: 2021-10-07T14:18:58.439
> Execution time: 31 ms
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (IGNITE-13510) Getting status of snapshot execution via command line and jmx

2022-08-17 Thread Amelchev Nikita (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-13510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Amelchev Nikita updated IGNITE-13510:
-
Fix Version/s: 2.14

> Getting status of snapshot execution via command line and jmx
> -
>
> Key: IGNITE-13510
> URL: https://issues.apache.org/jira/browse/IGNITE-13510
> Project: Ignite
>  Issue Type: Task
>Reporter: Sergei Ryzhov
>Assignee: Amelchev Nikita
>Priority: Major
>  Labels: iep-43, ise, snapshot
> Fix For: 2.14
>
>  Time Spent: 4.5h
>  Remaining Estimate: 0h
>
> the control.sh utility immediately relinquishes control
> and without using metricExporter it is impossible to understand whether the 
> snapshot completed or not
> Restoring
> {code:java}
> Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
> 2021 Copyright(C) Apache Software Foundation
> User: sega
> Time: 2021-10-07T14:18:59.523
> Command [SNAPSHOT] started
> Arguments: --snapshot status --yes 
> 
> Status of SNAPSHOT operations:
> gridCommandHandlerTest0 -> Restoring to snapshot with name: snapshot_02052020
> gridCommandHandlerTest1 -> Restoring to snapshot with name: snapshot_02052020
> Command [SNAPSHOT] finished with code: 0
> Control utility has completed execution at: 2021-10-07T14:18:59.546
> Execution time: 23 ms
> {code}
> Creating
> {code:java}
> Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
> 2021 Copyright(C) Apache Software Foundation
> User: sega
> Time: 2021-10-07T14:18:55.368
> Command [SNAPSHOT] started
> Arguments: --snapshot status --yes 
> 
> Status of SNAPSHOT operations:
> gridCommandHandlerTest0 -> Creating the snapshot with name: snapshot_02052020
> gridCommandHandlerTest1 -> Creating the snapshot with name: snapshot_02052020
> Command [SNAPSHOT] finished with code: 0
> Control utility has completed execution at: 2021-10-07T14:18:55.391
> Execution time: 23 ms
> {code}
> No snapshot operation
> {code:java}
> Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
> 2021 Copyright(C) Apache Software Foundation
> User: sega
> Time: 2021-10-07T14:18:58.408
> Command [SNAPSHOT] started
> Arguments: --snapshot status --yes 
> 
> Status of SNAPSHOT operations:
> gridCommandHandlerTest0 -> No snapshot operation.
> gridCommandHandlerTest1 -> No snapshot operation.
> Command [SNAPSHOT] finished with code: 0
> Control utility has completed execution at: 2021-10-07T14:18:58.439
> Execution time: 31 ms
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (IGNITE-13510) Getting status of snapshot execution via command line and jmx

2021-11-16 Thread Nikolay Izhikov (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-13510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nikolay Izhikov updated IGNITE-13510:
-
Labels: iep-43 ise snapshot  (was: iep-43 snapshot)

> Getting status of snapshot execution via command line and jmx
> -
>
> Key: IGNITE-13510
> URL: https://issues.apache.org/jira/browse/IGNITE-13510
> Project: Ignite
>  Issue Type: Task
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>  Labels: iep-43, ise, snapshot
>  Time Spent: 4h 20m
>  Remaining Estimate: 0h
>
> the control.sh utility immediately relinquishes control
> and without using metricExporter it is impossible to understand whether the 
> snapshot completed or not
> Restoring
> {code:java}
> Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
> 2021 Copyright(C) Apache Software Foundation
> User: sega
> Time: 2021-10-07T14:18:59.523
> Command [SNAPSHOT] started
> Arguments: --snapshot status --yes 
> 
> Status of SNAPSHOT operations:
> gridCommandHandlerTest0 -> Restoring to snapshot with name: snapshot_02052020
> gridCommandHandlerTest1 -> Restoring to snapshot with name: snapshot_02052020
> Command [SNAPSHOT] finished with code: 0
> Control utility has completed execution at: 2021-10-07T14:18:59.546
> Execution time: 23 ms
> {code}
> Creating
> {code:java}
> Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
> 2021 Copyright(C) Apache Software Foundation
> User: sega
> Time: 2021-10-07T14:18:55.368
> Command [SNAPSHOT] started
> Arguments: --snapshot status --yes 
> 
> Status of SNAPSHOT operations:
> gridCommandHandlerTest0 -> Creating the snapshot with name: snapshot_02052020
> gridCommandHandlerTest1 -> Creating the snapshot with name: snapshot_02052020
> Command [SNAPSHOT] finished with code: 0
> Control utility has completed execution at: 2021-10-07T14:18:55.391
> Execution time: 23 ms
> {code}
> No snapshot operation
> {code:java}
> Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
> 2021 Copyright(C) Apache Software Foundation
> User: sega
> Time: 2021-10-07T14:18:58.408
> Command [SNAPSHOT] started
> Arguments: --snapshot status --yes 
> 
> Status of SNAPSHOT operations:
> gridCommandHandlerTest0 -> No snapshot operation.
> gridCommandHandlerTest1 -> No snapshot operation.
> Command [SNAPSHOT] finished with code: 0
> Control utility has completed execution at: 2021-10-07T14:18:58.439
> Execution time: 31 ms
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (IGNITE-13510) Getting status of snapshot execution via command line and jmx

2021-10-07 Thread Sergei Ryzhov (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-13510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergei Ryzhov updated IGNITE-13510:
---
Description: 
the control.sh utility immediately relinquishes control
and without using metricExporter it is impossible to understand whether the 
snapshot completed or not

Restoring
{code:java}
Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
2021 Copyright(C) Apache Software Foundation
User: sega
Time: 2021-10-07T14:18:59.523
Command [SNAPSHOT] started
Arguments: --snapshot status --yes 

Status of SNAPSHOT operations:
gridCommandHandlerTest0 -> Restoring to snapshot with name: snapshot_02052020
gridCommandHandlerTest1 -> Restoring to snapshot with name: snapshot_02052020

Command [SNAPSHOT] finished with code: 0
Control utility has completed execution at: 2021-10-07T14:18:59.546
Execution time: 23 ms
{code}

Creating
{code:java}
Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
2021 Copyright(C) Apache Software Foundation
User: sega
Time: 2021-10-07T14:18:55.368
Command [SNAPSHOT] started
Arguments: --snapshot status --yes 

Status of SNAPSHOT operations:
gridCommandHandlerTest0 -> Creating the snapshot with name: snapshot_02052020
gridCommandHandlerTest1 -> Creating the snapshot with name: snapshot_02052020

Command [SNAPSHOT] finished with code: 0
Control utility has completed execution at: 2021-10-07T14:18:55.391
Execution time: 23 ms
{code}

No snapshot operation
{code:java}
Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
2021 Copyright(C) Apache Software Foundation
User: sega
Time: 2021-10-07T14:18:58.408
Command [SNAPSHOT] started
Arguments: --snapshot status --yes 

Status of SNAPSHOT operations:
gridCommandHandlerTest0 -> No snapshot operation.
gridCommandHandlerTest1 -> No snapshot operation.

Command [SNAPSHOT] finished with code: 0
Control utility has completed execution at: 2021-10-07T14:18:58.439
Execution time: 31 ms
{code}





  was:
the control.sh utility immediately relinquishes control
and without using metricExporter it is impossible to understand whether the 
snapshot completed or not

Restoring
{code:java}
Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
2021 Copyright(C) Apache Software Foundation
User: sega
Time: 2021-10-07T14:18:59.523
Command [SNAPSHOT] started
Arguments: --snapshot status --yes 

Status of SNAPSHOT operations:
gridCommandHandlerTest0 -> Restoring to snapshot with name: snapshot_02052020
gridCommandHandlerTest1 -> Restoring to snapshot with name: snapshot_02052020

Command [SNAPSHOT] finished with code: 0
Control utility has completed execution at: 2021-10-07T14:18:59.546
Execution time: 23 ms
{code}

Creating
{code:java}
Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
2021 Copyright(C) Apache Software Foundation
User: sega
Time: 2021-10-07T14:18:55.368
Command [SNAPSHOT] started
Arguments: --snapshot status --yes 

Status of SNAPSHOT operations:
gridCommandHandlerTest0 -> Creating the snapshot with name: snapshot_02052020
gridCommandHandlerTest1 -> Creating the snapshot with name: snapshot_02052020

Command [SNAPSHOT] finished with code: 0
Control utility has completed execution at: 2021-10-07T14:18:55.391
Execution time: 23 ms
{code}





> Getting status of snapshot execution via command line and jmx
> -
>
> Key: IGNITE-13510
> URL: https://issues.apache.org/jira/browse/IGNITE-13510
> Project: Ignite
>  Issue Type: Task
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>  Labels: iep-43, snapshot
>  Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> the control.sh utility immediately relinquishes control
> and without using metricExporter it is impossible to understand whether the 
> snapshot completed or not
> Restoring
> {code:java}
> Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
> 2021 Copyright(C) Apache Software Foundation
> User: sega
> Time: 2021-10-07T14:18:59.523
> Command [SNAPSHOT] started
> Arguments: --snapshot status --yes 
> 
> Status of SNAPSHOT operations:
> gridCommandHandlerTest0 -> Restoring to snapshot with name: snapshot_02052020
> gridCommandHandlerTest1 -> Restoring to snapshot with name: snapshot_02052020
> Command [SNAPSHOT] finished with code: 0
> Control utility has completed execution at: 

[jira] [Updated] (IGNITE-13510) Getting status of snapshot execution via command line and jmx

2021-10-07 Thread Sergei Ryzhov (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-13510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergei Ryzhov updated IGNITE-13510:
---
Description: 
the control.sh utility immediately relinquishes control
and without using metricExporter it is impossible to understand whether the 
snapshot completed or not

Restoring
{code:java}
Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
2021 Copyright(C) Apache Software Foundation
User: sega
Time: 2021-10-07T14:18:59.523
Command [SNAPSHOT] started
Arguments: --snapshot status --yes 

Status of SNAPSHOT operations:
gridCommandHandlerTest0 -> Restoring to snapshot with name: snapshot_02052020
gridCommandHandlerTest1 -> Restoring to snapshot with name: snapshot_02052020

Command [SNAPSHOT] finished with code: 0
Control utility has completed execution at: 2021-10-07T14:18:59.546
Execution time: 23 ms
{code}

Creating
{code:java}
Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
2021 Copyright(C) Apache Software Foundation
User: sega
Time: 2021-10-07T14:18:55.368
Command [SNAPSHOT] started
Arguments: --snapshot status --yes 

Status of SNAPSHOT operations:
gridCommandHandlerTest0 -> Creating the snapshot with name: snapshot_02052020
gridCommandHandlerTest1 -> Creating the snapshot with name: snapshot_02052020

Command [SNAPSHOT] finished with code: 0
Control utility has completed execution at: 2021-10-07T14:18:55.391
Execution time: 23 ms
{code}




  was:
the control.sh utility immediately relinquishes control
and without using metricExporter it is impossible to understand whether the 
snapshot completed or not


{code:java}
Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
2021 Copyright(C) Apache Software Foundation
User: sega
Time: 2021-10-07T14:18:59.523
Command [SNAPSHOT] started
Arguments: --snapshot status --yes 

Status of SNAPSHOT operations:
gridCommandHandlerTest0 -> Restoring to snapshot with name: snapshot_02052020
gridCommandHandlerTest1 -> Restoring to snapshot with name: snapshot_02052020

Command [SNAPSHOT] finished with code: 0
Control utility has completed execution at: 2021-10-07T14:18:59.546
Execution time: 23 ms
{code}


{code:java}
Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
2021 Copyright(C) Apache Software Foundation
User: sega
Time: 2021-10-07T14:18:55.368
Command [SNAPSHOT] started
Arguments: --snapshot status --yes 

Status of SNAPSHOT operations:
gridCommandHandlerTest0 -> Creating the snapshot with name: snapshot_02052020
gridCommandHandlerTest1 -> Creating the snapshot with name: snapshot_02052020

Command [SNAPSHOT] finished with code: 0
Control utility has completed execution at: 2021-10-07T14:18:55.391
Execution time: 23 ms
{code}





> Getting status of snapshot execution via command line and jmx
> -
>
> Key: IGNITE-13510
> URL: https://issues.apache.org/jira/browse/IGNITE-13510
> Project: Ignite
>  Issue Type: Task
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>  Labels: iep-43, snapshot
>  Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> the control.sh utility immediately relinquishes control
> and without using metricExporter it is impossible to understand whether the 
> snapshot completed or not
> Restoring
> {code:java}
> Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
> 2021 Copyright(C) Apache Software Foundation
> User: sega
> Time: 2021-10-07T14:18:59.523
> Command [SNAPSHOT] started
> Arguments: --snapshot status --yes 
> 
> Status of SNAPSHOT operations:
> gridCommandHandlerTest0 -> Restoring to snapshot with name: snapshot_02052020
> gridCommandHandlerTest1 -> Restoring to snapshot with name: snapshot_02052020
> Command [SNAPSHOT] finished with code: 0
> Control utility has completed execution at: 2021-10-07T14:18:59.546
> Execution time: 23 ms
> {code}
> Creating
> {code:java}
> Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
> 2021 Copyright(C) Apache Software Foundation
> User: sega
> Time: 2021-10-07T14:18:55.368
> Command [SNAPSHOT] started
> Arguments: --snapshot status --yes 
> 
> Status of SNAPSHOT operations:
> gridCommandHandlerTest0 -> Creating the snapshot with name: snapshot_02052020
> gridCommandHandlerTest1 -> Creating the snapshot with name: snapshot_02052020
> Command [SNAPSHOT] finished with 

[jira] [Updated] (IGNITE-13510) Getting status of snapshot execution via command line and jmx

2021-10-07 Thread Sergei Ryzhov (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-13510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergei Ryzhov updated IGNITE-13510:
---
Description: 
the control.sh utility immediately relinquishes control
and without using metricExporter it is impossible to understand whether the 
snapshot completed or not


{code:java}
Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
2021 Copyright(C) Apache Software Foundation
User: sega
Time: 2021-10-07T14:18:59.523
Command [SNAPSHOT] started
Arguments: --snapshot status --yes 

Status of SNAPSHOT operations:
gridCommandHandlerTest0 -> Restoring to snapshot with name: snapshot_02052020
gridCommandHandlerTest1 -> Restoring to snapshot with name: snapshot_02052020

Command [SNAPSHOT] finished with code: 0
Control utility has completed execution at: 2021-10-07T14:18:59.546
Execution time: 23 ms
{code}


{code:java}
Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
2021 Copyright(C) Apache Software Foundation
User: sega
Time: 2021-10-07T14:18:55.368
Command [SNAPSHOT] started
Arguments: --snapshot status --yes 

Status of SNAPSHOT operations:
gridCommandHandlerTest0 -> Creating the snapshot with name: snapshot_02052020
gridCommandHandlerTest1 -> Creating the snapshot with name: snapshot_02052020

Command [SNAPSHOT] finished with code: 0
Control utility has completed execution at: 2021-10-07T14:18:55.391
Execution time: 23 ms
{code}




  was:
the control.sh utility immediately relinquishes control
and without using metricExporter it is impossible to understand whether the 
snapshot completed or not


{code:java}
Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
2021 Copyright(C) Apache Software Foundation
User: sega
Time: 2021-10-07T14:18:59.523
Command [SNAPSHOT] started
Arguments: --snapshot status --yes 

Status of SNAPSHOT operations:
gridCommandHandlerTest0 -> Restoring to snapshot with name: snapshot_02052020
gridCommandHandlerTest1 -> Restoring to snapshot with name: snapshot_02052020

Command [SNAPSHOT] finished with code: 0
Control utility has completed execution at: 2021-10-07T14:18:59.546
Execution time: 23 ms
{code}




> Getting status of snapshot execution via command line and jmx
> -
>
> Key: IGNITE-13510
> URL: https://issues.apache.org/jira/browse/IGNITE-13510
> Project: Ignite
>  Issue Type: Task
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>  Labels: iep-43, snapshot
>  Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> the control.sh utility immediately relinquishes control
> and without using metricExporter it is impossible to understand whether the 
> snapshot completed or not
> {code:java}
> Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
> 2021 Copyright(C) Apache Software Foundation
> User: sega
> Time: 2021-10-07T14:18:59.523
> Command [SNAPSHOT] started
> Arguments: --snapshot status --yes 
> 
> Status of SNAPSHOT operations:
> gridCommandHandlerTest0 -> Restoring to snapshot with name: snapshot_02052020
> gridCommandHandlerTest1 -> Restoring to snapshot with name: snapshot_02052020
> Command [SNAPSHOT] finished with code: 0
> Control utility has completed execution at: 2021-10-07T14:18:59.546
> Execution time: 23 ms
> {code}
> {code:java}
> Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
> 2021 Copyright(C) Apache Software Foundation
> User: sega
> Time: 2021-10-07T14:18:55.368
> Command [SNAPSHOT] started
> Arguments: --snapshot status --yes 
> 
> Status of SNAPSHOT operations:
> gridCommandHandlerTest0 -> Creating the snapshot with name: snapshot_02052020
> gridCommandHandlerTest1 -> Creating the snapshot with name: snapshot_02052020
> Command [SNAPSHOT] finished with code: 0
> Control utility has completed execution at: 2021-10-07T14:18:55.391
> Execution time: 23 ms
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (IGNITE-13510) Getting status of snapshot execution via command line and jmx

2021-10-07 Thread Sergei Ryzhov (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-13510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergei Ryzhov updated IGNITE-13510:
---
Description: 
the control.sh utility immediately relinquishes control
and without using metricExporter it is impossible to understand whether the 
snapshot completed or not


{code:java}
Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
2021 Copyright(C) Apache Software Foundation
User: sega
Time: 2021-10-07T14:18:59.523
Command [SNAPSHOT] started
Arguments: --snapshot status --yes 

Status of SNAPSHOT operations:
gridCommandHandlerTest0 -> Restoring to snapshot with name: snapshot_02052020
gridCommandHandlerTest1 -> Restoring to snapshot with name: snapshot_02052020

Command [SNAPSHOT] finished with code: 0
Control utility has completed execution at: 2021-10-07T14:18:59.546
Execution time: 23 ms
{code}



  was:
the control.sh utility immediately relinquishes control
and without using metricExporter it is impossible to understand whether the 
snapshot completed or not


{code:java}
{panel:title=Output}
Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
2021 Copyright(C) Apache Software Foundation
User: sega
Time: 2021-10-07T14:18:59.523
Command [SNAPSHOT] started
Arguments: --snapshot status --yes 

Status of SNAPSHOT operations:
gridCommandHandlerTest0 -> Restoring to snapshot with name: snapshot_02052020
gridCommandHandlerTest1 -> Restoring to snapshot with name: snapshot_02052020

Command [SNAPSHOT] finished with code: 0
Control utility has completed execution at: 2021-10-07T14:18:59.546
Execution time: 23 ms
{panel}
{code}




> Getting status of snapshot execution via command line and jmx
> -
>
> Key: IGNITE-13510
> URL: https://issues.apache.org/jira/browse/IGNITE-13510
> Project: Ignite
>  Issue Type: Task
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>  Labels: iep-43, snapshot
>  Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> the control.sh utility immediately relinquishes control
> and without using metricExporter it is impossible to understand whether the 
> snapshot completed or not
> {code:java}
> Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
> 2021 Copyright(C) Apache Software Foundation
> User: sega
> Time: 2021-10-07T14:18:59.523
> Command [SNAPSHOT] started
> Arguments: --snapshot status --yes 
> 
> Status of SNAPSHOT operations:
> gridCommandHandlerTest0 -> Restoring to snapshot with name: snapshot_02052020
> gridCommandHandlerTest1 -> Restoring to snapshot with name: snapshot_02052020
> Command [SNAPSHOT] finished with code: 0
> Control utility has completed execution at: 2021-10-07T14:18:59.546
> Execution time: 23 ms
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (IGNITE-13510) Getting status of snapshot execution via command line and jmx

2021-10-07 Thread Sergei Ryzhov (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-13510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergei Ryzhov updated IGNITE-13510:
---
Description: 
the control.sh utility immediately relinquishes control
and without using metricExporter it is impossible to understand whether the 
snapshot completed or not


{code:java}
{panel:title=Output}
Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
2021 Copyright(C) Apache Software Foundation
User: sega
Time: 2021-10-07T14:18:59.523
Command [SNAPSHOT] started
Arguments: --snapshot status --yes 

Status of SNAPSHOT operations:
gridCommandHandlerTest0 -> Restoring to snapshot with name: snapshot_02052020
gridCommandHandlerTest1 -> Restoring to snapshot with name: snapshot_02052020

Command [SNAPSHOT] finished with code: 0
Control utility has completed execution at: 2021-10-07T14:18:59.546
Execution time: 23 ms
{panel}
{code}



  was:
the control.sh utility immediately relinquishes control
and without using metricExporter it is impossible to understand whether the 
snapshot completed or not



{panel:title=Output}
Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
2021 Copyright(C) Apache Software Foundation
User: sega
Time: 2021-10-07T14:18:59.523
Command [SNAPSHOT] started
Arguments: --snapshot status --yes 

Status of SNAPSHOT operations:
gridCommandHandlerTest0 -> Restoring to snapshot with name: snapshot_02052020
gridCommandHandlerTest1 -> Restoring to snapshot with name: snapshot_02052020

Command [SNAPSHOT] finished with code: 0
Control utility has completed execution at: 2021-10-07T14:18:59.546
Execution time: 23 ms
{panel}




> Getting status of snapshot execution via command line and jmx
> -
>
> Key: IGNITE-13510
> URL: https://issues.apache.org/jira/browse/IGNITE-13510
> Project: Ignite
>  Issue Type: Task
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>  Labels: iep-43, snapshot
>  Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> the control.sh utility immediately relinquishes control
> and without using metricExporter it is impossible to understand whether the 
> snapshot completed or not
> {code:java}
> {panel:title=Output}
> Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
> 2021 Copyright(C) Apache Software Foundation
> User: sega
> Time: 2021-10-07T14:18:59.523
> Command [SNAPSHOT] started
> Arguments: --snapshot status --yes 
> 
> Status of SNAPSHOT operations:
> gridCommandHandlerTest0 -> Restoring to snapshot with name: snapshot_02052020
> gridCommandHandlerTest1 -> Restoring to snapshot with name: snapshot_02052020
> Command [SNAPSHOT] finished with code: 0
> Control utility has completed execution at: 2021-10-07T14:18:59.546
> Execution time: 23 ms
> {panel}
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (IGNITE-13510) Getting status of snapshot execution via command line and jmx

2021-10-07 Thread Sergei Ryzhov (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-13510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergei Ryzhov updated IGNITE-13510:
---
Description: 
the control.sh utility immediately relinquishes control
and without using metricExporter it is impossible to understand whether the 
snapshot completed or not



{panel:title=Output}
Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
2021 Copyright(C) Apache Software Foundation
User: sega
Time: 2021-10-07T14:18:59.523
Command [SNAPSHOT] started
Arguments: --snapshot status --yes 

Status of SNAPSHOT operations:
gridCommandHandlerTest0 -> Restoring to snapshot with name: snapshot_02052020
gridCommandHandlerTest1 -> Restoring to snapshot with name: snapshot_02052020

Command [SNAPSHOT] finished with code: 0
Control utility has completed execution at: 2021-10-07T14:18:59.546
Execution time: 23 ms
{panel}



  was:
the control.sh utility immediately relinquishes control
and without using metricExporter it is impossible to understand whether the 
snapshot completed or not


> Getting status of snapshot execution via command line and jmx
> -
>
> Key: IGNITE-13510
> URL: https://issues.apache.org/jira/browse/IGNITE-13510
> Project: Ignite
>  Issue Type: Task
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>  Labels: iep-43, snapshot
>  Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> the control.sh utility immediately relinquishes control
> and without using metricExporter it is impossible to understand whether the 
> snapshot completed or not
> {panel:title=Output}
> Control utility [ver. 2.12.0-SNAPSHOT#20211004-sha1:77de60a7]
> 2021 Copyright(C) Apache Software Foundation
> User: sega
> Time: 2021-10-07T14:18:59.523
> Command [SNAPSHOT] started
> Arguments: --snapshot status --yes 
> 
> Status of SNAPSHOT operations:
> gridCommandHandlerTest0 -> Restoring to snapshot with name: snapshot_02052020
> gridCommandHandlerTest1 -> Restoring to snapshot with name: snapshot_02052020
> Command [SNAPSHOT] finished with code: 0
> Control utility has completed execution at: 2021-10-07T14:18:59.546
> Execution time: 23 ms
> {panel}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (IGNITE-13510) Getting status of snapshot execution via command line and jmx

2021-07-02 Thread Sergei Ryzhov (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-13510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergei Ryzhov updated IGNITE-13510:
---
Ignite Flags:   (was: Docs Required,Release Notes Required)

> Getting status of snapshot execution via command line and jmx
> -
>
> Key: IGNITE-13510
> URL: https://issues.apache.org/jira/browse/IGNITE-13510
> Project: Ignite
>  Issue Type: Task
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>  Labels: iep-43, snapshot
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> the control.sh utility immediately relinquishes control
> and without using metricExporter it is impossible to understand whether the 
> snapshot completed or not



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (IGNITE-13510) Getting status of snapshot execution via command line and jmx

2020-10-02 Thread Sergei Ryzhov (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-13510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergei Ryzhov updated IGNITE-13510:
---
Description: 
the control.sh utility immediately relinquishes control
and without using metricExporter it is impossible to understand whether the 
snapshot completed or not

  was:the control.sh utility immediately gives up control and it is impossible 
to understand whether the snapshot has been completed or not


> Getting status of snapshot execution via command line and jmx
> -
>
> Key: IGNITE-13510
> URL: https://issues.apache.org/jira/browse/IGNITE-13510
> Project: Ignite
>  Issue Type: Task
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>  Labels: iep-43, snapshot
>
> the control.sh utility immediately relinquishes control
> and without using metricExporter it is impossible to understand whether the 
> snapshot completed or not



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (IGNITE-13510) Getting status of snapshot execution via command line and jmx

2020-10-02 Thread Sergei Ryzhov (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-13510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergei Ryzhov updated IGNITE-13510:
---
Labels: iep-43 snapshot  (was: )

> Getting status of snapshot execution via command line and jmx
> -
>
> Key: IGNITE-13510
> URL: https://issues.apache.org/jira/browse/IGNITE-13510
> Project: Ignite
>  Issue Type: Task
>Reporter: Sergei Ryzhov
>Assignee: Sergei Ryzhov
>Priority: Major
>  Labels: iep-43, snapshot
>
> the control.sh utility immediately gives up control and it is impossible to 
> understand whether the snapshot has been completed or not



--
This message was sent by Atlassian Jira
(v8.3.4#803005)