Skip to content
Snippets Groups Projects
Commit fe7d1c82 authored by maitp2's avatar maitp2
Browse files

hot fix

parent 9b54c40a
No related branches found
No related tags found
1 merge request!14hot fix
No preview for this file type
...@@ -388,6 +388,8 @@ public class Member { ...@@ -388,6 +388,8 @@ public class Member {
*/ */
if (dfs.mkdir()) { if (dfs.mkdir()) {
logger.info("Directory dfs has been created successfully"); logger.info("Directory dfs has been created successfully");
} else {
dfs.delete();
} }
logger.info("Member process received join command"); logger.info("Member process received join command");
......
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment