spark git commit: [SPARK-23020][CORE] Fix races in launcher code, test.

2018-01-21 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.3 36af73b59 -> 57c320a0d [SPARK-23020][CORE] Fix races in launcher code, test. The race in the code is because the handle might update its state to the wrong state if the connection handling thread is still processing incoming data; so

spark git commit: [SPARK-23020][CORE] Fix races in launcher code, test.

2018-01-21 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 8142a3b88 -> ec2289761 [SPARK-23020][CORE] Fix races in launcher code, test. The race in the code is because the handle might update its state to the wrong state if the connection handling thread is still processing incoming data; so the

spark git commit: [SPARK-23020][CORE] Fix races in launcher code, test.

2018-01-15 Thread sameerag
Repository: spark Updated Branches: refs/heads/branch-2.3 e58c4a929 -> 20c69816a [SPARK-23020][CORE] Fix races in launcher code, test. The race in the code is because the handle might update its state to the wrong state if the connection handling thread is still processing incoming data; so

spark git commit: [SPARK-23020][CORE] Fix races in launcher code, test.

2018-01-15 Thread sameerag
Repository: spark Updated Branches: refs/heads/master 07ae39d0e -> 66217dac4 [SPARK-23020][CORE] Fix races in launcher code, test. The race in the code is because the handle might update its state to the wrong state if the connection handling thread is still processing incoming data; so the