ruanwenjun commented on code in PR #17140:
URL: 
https://github.com/apache/dolphinscheduler/pull/17140#discussion_r2061129923


##########
dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/LogUtils.java:
##########
@@ -143,21 +142,21 @@ public static String readWholeFileContent(String 
filePath) {
     public static String rollViewLogLines(List<String> lines) {
         StringBuilder builder = new StringBuilder();
         final int MaxResponseLogSize = 65535;
-        int totalLogByteSize = 0;
+        int totalLogSize = 0;

Review Comment:
   ```suggestion
           int totalLogCharSize = 0;
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to