You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2021/07/01 01:35:32 UTC

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #6131: [refactor] fix machine_name&accesskey leak

yangzhg commented on a change in pull request #6131:
URL: https://github.com/apache/incubator-doris/pull/6131#discussion_r661912389



##########
File path: fe/fe-core/src/test/java/org/apache/doris/backup/BrokerStorageTest.java
##########
@@ -59,7 +59,7 @@
 public class BrokerStorageTest {
     private static String basePath;
     private final String bucket = "bos://yang-repo/";
-    private final String brokerHost = "xafj-palo-rpm64.xafj.baidu.com";
+    private final String brokerHost = "your_machine_host";

Review comment:
       ```suggestion
       private final String brokerHost = "your_host";
   ```




-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org