aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorErik Selin <erik.selin@jadedpixel.com>2014-01-29 12:44:54 -0800
committerPatrick Wendell <pwendell@gmail.com>2014-01-29 12:44:54 -0800
commit0ff38c22205f14770ecca1e66378e7c207ca2d1d (patch)
tree72a74367f803560ce800e77998268442084bbcb9 /docs/configuration.md
parent793020961489e16e924c4531da3a13884d2b9175 (diff)
downloadspark-0ff38c22205f14770ecca1e66378e7c207ca2d1d.tar.gz
spark-0ff38c22205f14770ecca1e66378e7c207ca2d1d.tar.bz2
spark-0ff38c22205f14770ecca1e66378e7c207ca2d1d.zip
Merge pull request #494 from tyro89/worker_registration_issue
Issue with failed worker registrations I've been going through the spark source after having some odd issues with workers dying and not coming back. After some digging (I'm very new to scala and spark) I believe I've found a worker registration issue. It looks to me like a failed registration follows the same code path as a successful registration which end up with workers believing they are connected (since they received a `RegisteredWorker` event) even tho they are not registered on the Master. This is a quick fix that I hope addresses this issue (assuming I didn't completely miss-read the code and I'm about to look like a silly person :P) I'm opening this pr now to start a chat with you guys while I do some more testing on my side :) Author: Erik Selin <erik.selin@jadedpixel.com> == Merge branch commits == commit 973012f8a2dcf1ac1e68a69a2086a1b9a50f401b Author: Erik Selin <erik.selin@jadedpixel.com> Date: Tue Jan 28 23:36:12 2014 -0500 break logwarning into two lines to respect line character limit. commit e3754dc5b94730f37e9806974340e6dd93400f85 Author: Erik Selin <erik.selin@jadedpixel.com> Date: Tue Jan 28 21:16:21 2014 -0500 add log warning when worker registration fails due to attempt to re-register on same address. commit 14baca241fa7823e1213cfc12a3ff2a9b865b1ed Author: Erik Selin <erik.selin@jadedpixel.com> Date: Wed Jan 22 21:23:26 2014 -0500 address code style comment commit 71c0d7e6f59cd378d4e24994c21140ab893954ee Author: Erik Selin <erik.selin@jadedpixel.com> Date: Wed Jan 22 16:01:42 2014 -0500 Make a failed registration not persist, not send a `RegisteredWordker` event and not run `schedule` but rather send a `RegisterWorkerFailed` message to the worker attempting to register.
Diffstat (limited to 'docs/configuration.md')
0 files changed, 0 insertions, 0 deletions