Yuta HIGUCHI

turn off duplicate check for now

Change-Id: Ic11a4e4c33ae219df1ddf49f512b8f61a145dc91
...@@ -407,9 +407,9 @@ public class DeviceManager ...@@ -407,9 +407,9 @@ public class DeviceManager
407 // TODO duplicate suppression should probably occur in the MastershipManager 407 // TODO duplicate suppression should probably occur in the MastershipManager
408 // itself, so listeners that can't deal with duplicates don't have to 408 // itself, so listeners that can't deal with duplicates don't have to
409 // so this check themselves. 409 // so this check themselves.
410 - if (checkDuplicate(event.roleInfo(), term.termNumber())) { 410 +// if (checkDuplicate(event.roleInfo(), term.termNumber())) {
411 - return; 411 +// return;
412 - } 412 +// }
413 413
414 if (!myNodeId.equals(term.master())) { 414 if (!myNodeId.equals(term.master())) {
415 // something went wrong in consistency, let go 415 // something went wrong in consistency, let go
......