You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/03/25 04:56:29 UTC

[GitHub] [spark] mridulm commented on pull request #35959: [SPARK-38640][CORE] Fix NPE with memory-only cache blocks and RDD fetching

mridulm commented on pull request #35959:
URL: https://github.com/apache/spark/pull/35959#issuecomment-1078654857


   Why not simply move the `blocks.remove(blockId)` in `BlockStatusPerBlockId.remove` within a `if (null != blocks) ` check  ?


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