Skip to content

Commit

Permalink
update download
Browse files Browse the repository at this point in the history
Signed-off-by: v_wbxiongli <740332065@qq.com>
  • Loading branch information
Xiong-Li-github committed Dec 16, 2023
1 parent bd02169 commit b1ce806
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,8 @@ public PrepareJobDownloadResponse prepareJobDownload(Context context, PrepareJob
for (SessionRanksTemp rank : sessionRanks) {
sessionRankList.add(Arrays.asList(rank.getServerNodeId(),rank.getContainerId(),rank.getGlobalRank(),rank.getLocalRank(),rank.getIndex()));
}
contentMap.put(serverNodeInDb.getServerNodeId().toString(), sessionRankList);

contentMap.put(String.join(":",serverNodeInDb.getHost(),serverNodeInDb.getPort().toString()), sessionRankList);
ErProcessor erProcessor = new ErProcessor();
erProcessor.setSessionId(sessionId);
erProcessor.setServerNodeId(serverNodeId);
Expand Down

0 comments on commit b1ce806

Please sign in to comment.