whitespace!

This commit is contained in:
cheddar 2013-04-29 14:02:30 -05:00
parent 2630d75cd3
commit a665e8b3b7
1 changed files with 1 additions and 0 deletions

View File

@ -248,6 +248,7 @@ public class LoadQueuePeon
if (stat == null) {
final byte[] noopPayload = jsonMapper.writeValueAsBytes(new SegmentChangeRequestNoop());
// Create a node and then delete it to remove the registered watcher. This is a work-around for
// a zookeeper race condition. Specifically, when you set a watcher, it fires on the next event
// that happens for that node. If no events happen, the watcher stays registered foreverz.