NSAmelchev commented on a change in pull request #7358: IGNITE-12614 : Disallow
silent deactivation of cluster to prevent in-mem data loss.
URL: https://github.com/apache/ignite/pull/7358#discussion_r375436085
##########
File path:
modules/core/src/main/java/org/apache/ignite/mxbean/IgniteMXBean.java
##########
@@ -424,12 +427,8 @@
* @throws JMException Thrown if undeploy failed.
*/
@MXBeanDescription("Makes the best attempt to undeploy a task from the
whole grid.")
- @MXBeanParametersNames(
- "taskName"
- )
- @MXBeanParametersDescriptions(
- "Name of the task to undeploy."
- )
+ @MXBeanParametersNames("taskName")
Review comment:
Lets do not change code that is not related to the issue
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services