aboutsummaryrefslogtreecommitdiff
path: root/repl
diff options
context:
space:
mode:
authorDongjoon Hyun <dongjoon@apache.org>2016-06-13 10:30:17 -0700
committerMarcelo Vanzin <vanzin@cloudera.com>2016-06-13 10:30:17 -0700
commit938434dc78f35f77cdebd15dcce8d5e7871b396b (patch)
tree42279122f9d30e151c7b5052664e60d4377d4dd5 /repl
parentcd47e233749f42b016264569a214cbf67f45f436 (diff)
downloadspark-938434dc78f35f77cdebd15dcce8d5e7871b396b.tar.gz
spark-938434dc78f35f77cdebd15dcce8d5e7871b396b.tar.bz2
spark-938434dc78f35f77cdebd15dcce8d5e7871b396b.zip
[SPARK-15913][CORE] Dispatcher.stopped should be enclosed by synchronized block.
## What changes were proposed in this pull request? `Dispatcher.stopped` is guarded by `this`, but it is used without synchronization in `postMessage` function. This PR fixes this and also the exception message became more accurate. ## How was this patch tested? Pass the existing Jenkins tests. Author: Dongjoon Hyun <dongjoon@apache.org> Closes #13634 from dongjoon-hyun/SPARK-15913.
Diffstat (limited to 'repl')
0 files changed, 0 insertions, 0 deletions