[ 
https://issues.apache.org/jira/browse/SPARK-4198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14194212#comment-14194212
 ] 

Apache Spark commented on SPARK-4198:
-------------------------------------

User 'aarondav' has created a pull request for this issue:
https://github.com/apache/spark/pull/3065

> Refactor BlockManager's doPut and doGetLocal into smaller pieces
> ----------------------------------------------------------------
>
>                 Key: SPARK-4198
>                 URL: https://issues.apache.org/jira/browse/SPARK-4198
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>            Reporter: Aaron Davidson
>            Assignee: Aaron Davidson
>
> Currently the BlockManager is pretty hard to grok due to a lot of 
> complicated, interconnected details. Two particularly smelly pieces of code 
> are doPut and doGetLocal, which are both around 200 lines long, with heavily 
> nested statements and lots of orthogonal logic. We should break this up into 
> smaller pieces.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to