[ https://issues.apache.org/jira/browse/SPARK-40771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sean R. Owen resolved SPARK-40771. ---------------------------------- Fix Version/s: 3.4.0 Resolution: Fixed Issue resolved by pull request 38224 [https://github.com/apache/spark/pull/38224] > Estimated size in log message can overflow Int > ---------------------------------------------- > > Key: SPARK-40771 > URL: https://issues.apache.org/jira/browse/SPARK-40771 > Project: Spark > Issue Type: Bug > Components: Spark Core > Affects Versions: 3.3.0 > Reporter: Emil Ejbyfeldt > Assignee: Emil Ejbyfeldt > Priority: Trivial > Fix For: 3.4.0 > > > The log message from > ``` > logInfo(s"Started reading broadcast variable $id with $numBlocks > pieces " + > s"(estimated total size $estimatedTotalSize)") > ``` > multiples two ints to calculate `estimatedTotalSize` which will overflow when > the broadcast exceeds 2Gib. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org