Commit e19bf22 Aph-CUG
committed
1 parent ce21105 commit e19bf22 Copy full SHA for e19bf22
File tree 1 file changed +4
-0
lines changed
hugegraph-server/hugegraph-dist/src/main/java/org/apache/hugegraph
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ public void scan() {
33
33
switch (checkList .getStage ()) {
34
34
case "config" : {
35
35
configContinue (checkList );
36
+ break ;
36
37
}
37
38
case "initBackend" : {
38
39
HugeConfig config = checkList .getConfig ();
@@ -42,15 +43,18 @@ public void scan() {
42
43
// Write config to disk file
43
44
String confPath = ConfigUtil .writeToFile (checkList .getConfigPath (), graph .name (),
44
45
(HugeConfig )graph .configuration ());
46
+ break ;
45
47
}
46
48
case "setServerStarted" : {
47
49
HugeConfig config = checkList .getConfig ();
48
50
HugeGraph graph = (HugeGraph ) GraphFactory .open (config );
49
51
String confPath = ConfigUtil .writeToFile (checkList .getConfigPath (), graph .name (),
50
52
(HugeConfig )graph .configuration ());
53
+ break ;
51
54
}
52
55
case "finish" : {
53
56
client .delete (prefix + checkList .getName ());
57
+ break ;
54
58
}
55
59
}
56
60
}
You can’t perform that action at this time.
0 commit comments