We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7379c4a commit 7b6075bCopy full SHA for 7b6075b
src/main/java/org/nlpcn/jcoder/service/SharedSpaceService.java
@@ -563,9 +563,8 @@ public List<Different> joinCluster(Group group) throws IOException {
563
if (zkDao.getZk().checkExists().forPath(GROUP_PATH + "/" + groupName) == null) {
564
addGroup2Cluster(groupName, tasks, fileInfos);
565
diffs = Collections.emptyList();
566
- } else {
567
- diffs = diffGroup(groupName, tasks, (ArrayList<FileInfo>) fileInfos);
568
}
+ diffs = diffGroup(groupName, tasks, (ArrayList<FileInfo>) fileInfos);
569
} catch (Exception e) {
570
e.printStackTrace();
571
} finally {
0 commit comments