You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "amoylan2 (via GitHub)" <gi...@apache.org> on 2023/09/26 05:52:16 UTC

[GitHub] [spark] amoylan2 commented on a diff in pull request #42294: [MINOR] Fix one unit mistake related to spark.eventLog.buffer.kb

amoylan2 commented on code in PR #42294:
URL: https://github.com/apache/spark/pull/42294#discussion_r1336656535


##########
core/src/main/scala/org/apache/spark/deploy/history/EventLogFileWriters.scala:
##########
@@ -56,7 +56,7 @@ abstract class EventLogFileWriter(
 
   protected val shouldCompress = sparkConf.get(EVENT_LOG_COMPRESS)
   protected val shouldOverwrite = sparkConf.get(EVENT_LOG_OVERWRITE)
-  protected val outputBufferSize = sparkConf.get(EVENT_LOG_OUTPUT_BUFFER_SIZE).toInt
+  protected val outputBufferSize = sparkConf.get(EVENT_LOG_OUTPUT_BUFFER_SIZE).toInt * 1024

Review Comment:
   Thanks for your reply, I have filed a JIRA https://issues.apache.org/jira/browse/SPARK-45333



-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org