Commit 45075a2c by huangfusuper

日志合并

parent 4554b8d3
...@@ -142,7 +142,7 @@ public class JavaFlowFreeTaskCallbackThread implements Runnable { ...@@ -142,7 +142,7 @@ public class JavaFlowFreeTaskCallbackThread implements Runnable {
String runMsg = jobTaskRunLogWithBLOBs.getRunMsg(); String runMsg = jobTaskRunLogWithBLOBs.getRunMsg();
byte[] bytes = stringToByteArray(runMsg); byte[] bytes = stringToByteArray(runMsg);
byte[] mergeFile = mergeFile(intervalByteMergeFile, bytes); byte[] mergeFile = mergeFile(bytes, intervalByteMergeFile);
Map<String, String> fileMate = fileSystem.getFileMate(thisLogUrlPath); Map<String, String> fileMate = fileSystem.getFileMate(thisLogUrlPath);
String logPath = fileSystem.uploadFile(mergeFile, "log", fileMate); String logPath = fileSystem.uploadFile(mergeFile, "log", fileMate);
jobTaskRunLogWithBLOBs.setLogRemotelyPath(logPath); jobTaskRunLogWithBLOBs.setLogRemotelyPath(logPath);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment