[ 
https://issues.apache.org/jira/browse/SPARK-40771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean R. Owen reassigned SPARK-40771:
------------------------------------

    Assignee: Emil Ejbyfeldt

> 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
>
> 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

Reply via email to