Aaron Davidson created SPARK-4198:
-------------------------------------

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