jianghuazhu commented on a change in pull request #2079:
URL: https://github.com/apache/hadoop/pull/2079#discussion_r443119929



##########
File path: 
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/DataStorage.java
##########
@@ -388,6 +388,11 @@ static int getParallelVolumeLoadThreadsNum(int dataDirs, 
Configuration conf) {
     try {
       final List<StorageLocation> successLocations = loadDataStorage(
           datanode, nsInfo, dataDirs, startOpt, executor);
+
+      if (successLocations.isEmpty()) {

Review comment:
       thank you very much.
   I have modified the source code and resubmitted it.
   The title has been modified.




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to