mirror of https://github.com/apache/druid.git
remove pointless exception
This commit is contained in:
parent
2aab2a0cd9
commit
fc36bfbc6d
|
@ -257,7 +257,6 @@ public class ZkCoordinator extends BaseZkCoordinator
|
|||
log.makeAlert(e, "Failed to remove segment! Possible resource leak!")
|
||||
.addData("segment", segment)
|
||||
.emit();
|
||||
throw Throwables.propagate(e);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue