You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/07/20 15:11:10 UTC

[iotdb] branch rel/0.12 updated: modify NodeTool user to root (#3593)

This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch rel/0.12
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/0.12 by this push:
     new 153a4a3  modify NodeTool user to root (#3593)
153a4a3 is described below

commit 153a4a3e88f6c27ae563e1b1681562798c0597b5
Author: Potato <TX...@gmail.com>
AuthorDate: Tue Jul 20 23:10:43 2021 +0800

    modify NodeTool user to root (#3593)
    
    Co-authored-by: lta <li...@163.com>
---
 .../org/apache/iotdb/cluster/utils/nodetool/function/NodeToolCmd.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cluster/src/main/java/org/apache/iotdb/cluster/utils/nodetool/function/NodeToolCmd.java b/cluster/src/main/java/org/apache/iotdb/cluster/utils/nodetool/function/NodeToolCmd.java
index a7b2986..793ffae 100644
--- a/cluster/src/main/java/org/apache/iotdb/cluster/utils/nodetool/function/NodeToolCmd.java
+++ b/cluster/src/main/java/org/apache/iotdb/cluster/utils/nodetool/function/NodeToolCmd.java
@@ -61,7 +61,7 @@ public abstract class NodeToolCmd implements Runnable {
       type = OptionType.GLOBAL,
       name = {"-u", "--user"},
       description = "The username to access the remote jmx")
-  private String user = "iotdb";
+  private String user = "root";
 
   @Option(
       type = OptionType.GLOBAL,