[jira] [Updated] (IGNITE-16732) Add configurable Ignite logo and Ignite metrics log messages

2022-04-11 Thread Maxim Muzafarov (Jira)


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

Maxim Muzafarov updated IGNITE-16732:
-
Ignite Flags:   (was: Docs Required,Release Notes Required)

> Add configurable Ignite logo and Ignite metrics log messages
> 
>
> Key: IGNITE-16732
> URL: https://issues.apache.org/jira/browse/IGNITE-16732
> Project: Ignite
>  Issue Type: Task
>Reporter: Maxim Muzafarov
>Assignee: Maxim Muzafarov
>Priority: Major
> Fix For: 2.13
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> For some of the deployments it may be necessary do customize the output 
> Ignite messages. For instance,
> {code}
> >>> ++
> >>> Ignite ver. 
> >>> 2.13.0-SNAPSHOT#20220321-sha1:86e91596680009b498991421d161229b178896c6
> >>> ++
> >>> OS name: Mac OS X 10.16 x86_64
> >>> CPU(s): 12
> >>> Heap: 6.0GB
> >>> VM name: 94661@CAB-WSM-0004852
> >>> Ignite instance name: snapshot.IgniteClusterSnapshotSelfTest0
> >>> Local node [ID=FCCB81D4-1A83-4771-926A-B5A01AF0, order=1, 
> >>> clientMode=false]
> >>> Local node addresses: [127.0.0.1]
> >>> Local ports: TCP:10800 TCP:47100 TCP:47500 
> {code}
> This message may be extended with plugins of some custom environment specific 
> variables.



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


[jira] [Updated] (IGNITE-16732) Add configurable Ignite logo and Ignite metrics log messages

2022-03-29 Thread Maxim Muzafarov (Jira)


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

Maxim Muzafarov updated IGNITE-16732:
-
Description: 
For some of the deployments it may be necessary do customize the output Ignite 
messages. For instance,

{code}
>>> ++
>>> Ignite ver. 
>>> 2.13.0-SNAPSHOT#20220321-sha1:86e91596680009b498991421d161229b178896c6
>>> ++
>>> OS name: Mac OS X 10.16 x86_64
>>> CPU(s): 12
>>> Heap: 6.0GB
>>> VM name: 94661@CAB-WSM-0004852
>>> Ignite instance name: snapshot.IgniteClusterSnapshotSelfTest0
>>> Local node [ID=FCCB81D4-1A83-4771-926A-B5A01AF0, order=1, 
>>> clientMode=false]
>>> Local node addresses: [127.0.0.1]
>>> Local ports: TCP:10800 TCP:47100 TCP:47500 
{code}

This message may be extended with plugins of some custom environment specific 
variables.

  was:
Currently IgniteProductVersion has the structure below and can be construct 
from the following line:
{{1.2.3-rc1-4-18e5a7ec9e3202126a69bc231a6b965bc1d73dee}}

Where 
* {{1.2.3}} - major, minor and maintenance versions
* {{rc1}} - stage
* {{4}} - timestamp
* {{18e5a7ec9e3202126a69bc231a6b965bc1d73dee}} - hash commit

It is possible to add a {{nameTag}} for the product version structure, so the 
Ignite will be named the same way as one of the part of the complex solution.




> Add configurable Ignite logo and Ignite metrics log messages
> 
>
> Key: IGNITE-16732
> URL: https://issues.apache.org/jira/browse/IGNITE-16732
> Project: Ignite
>  Issue Type: Task
>Reporter: Maxim Muzafarov
>Assignee: Maxim Muzafarov
>Priority: Major
> Fix For: 2.13
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> For some of the deployments it may be necessary do customize the output 
> Ignite messages. For instance,
> {code}
> >>> ++
> >>> Ignite ver. 
> >>> 2.13.0-SNAPSHOT#20220321-sha1:86e91596680009b498991421d161229b178896c6
> >>> ++
> >>> OS name: Mac OS X 10.16 x86_64
> >>> CPU(s): 12
> >>> Heap: 6.0GB
> >>> VM name: 94661@CAB-WSM-0004852
> >>> Ignite instance name: snapshot.IgniteClusterSnapshotSelfTest0
> >>> Local node [ID=FCCB81D4-1A83-4771-926A-B5A01AF0, order=1, 
> >>> clientMode=false]
> >>> Local node addresses: [127.0.0.1]
> >>> Local ports: TCP:10800 TCP:47100 TCP:47500 
> {code}
> This message may be extended with plugins of some custom environment specific 
> variables.



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


[jira] [Updated] (IGNITE-16732) Add configurable Ignite logo and Ignite metrics log messages

2022-03-29 Thread Maxim Muzafarov (Jira)


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

Maxim Muzafarov updated IGNITE-16732:
-
Summary: Add configurable Ignite logo and Ignite metrics log messages  
(was: Add build name tag for Ignite product version)

> Add configurable Ignite logo and Ignite metrics log messages
> 
>
> Key: IGNITE-16732
> URL: https://issues.apache.org/jira/browse/IGNITE-16732
> Project: Ignite
>  Issue Type: Task
>Reporter: Maxim Muzafarov
>Assignee: Maxim Muzafarov
>Priority: Major
> Fix For: 2.13
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently IgniteProductVersion has the structure below and can be construct 
> from the following line:
> {{1.2.3-rc1-4-18e5a7ec9e3202126a69bc231a6b965bc1d73dee}}
> Where 
> * {{1.2.3}} - major, minor and maintenance versions
> * {{rc1}} - stage
> * {{4}} - timestamp
> * {{18e5a7ec9e3202126a69bc231a6b965bc1d73dee}} - hash commit
> It is possible to add a {{nameTag}} for the product version structure, so the 
> Ignite will be named the same way as one of the part of the complex solution.



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