[
https://issues.apache.org/jira/browse/IGNITE-11954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16878052#comment-16878052
]
Maxim Muzafarov commented on IGNITE-11954:
------------------------------------------
[~DmitriyGovorukhin], [~vmalinovskiy]
Folks, can you please check? It seems that checkstyle suite begins to fail due
to these changes (probably some merge issues).
https://ci.ignite.apache.org/viewLog.html?buildId=4257936&buildTypeId=IgniteTests24Java8_CheckCodeStyle&tab=buildLog&branch_IgniteTests24Java8=%3Cdefault%3E
https://ci.ignite.apache.org/viewType.html?buildTypeId=IgniteTests24Java8_CheckCodeStyle&branch_IgniteTests24Java8=%3Cdefault%3E&tab=buildTypeStatusDiv
{code}
[19:26:00] [Step 2/2] [ERROR]
/opt/buildagent/work/69588afcb2ab3382/modules/core/src/test/java/org/apache/ignite/util/GridCommandHandlerAbstractTest.java:28:1:
Duplicate import to line 27 - java.util.Collection. [RedundantImport]
[19:26:00] [Step 2/2] [ERROR]
/opt/buildagent/work/69588afcb2ab3382/modules/core/src/test/java/org/apache/ignite/util/GridCommandHandlerAbstractTest.java:34:1:
Duplicate import to line 32 - java.util.stream.Collectors. [RedundantImport]
[19:26:00] [Step 2/2] [ERROR]
/opt/buildagent/work/69588afcb2ab3382/modules/core/src/test/java/org/apache/ignite/util/GridCommandHandlerAbstractTest.java:35:1:
Duplicate import to line 33 - org.apache.ignite.Ignite. [RedundantImport]
{code}
> control.sh should log actions performed
> ---------------------------------------
>
> Key: IGNITE-11954
> URL: https://issues.apache.org/jira/browse/IGNITE-11954
> Project: Ignite
> Issue Type: Improvement
> Reporter: Vladimir Malinovskiy
> Assignee: Vladimir Malinovskiy
> Priority: Major
> Fix For: 2.8
>
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> control.sh must log all actions performed to work/log/control-utility.log
> The fields logged should be as follows:
> * date and time of action start and finish
> * version of utility
> * command name and arguments
> * user issued command
> * session id
> * log level
> * action error code and/or status message
> All the same fields but for log level and and session should be also logged
> to console.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)