vert-x3 / vertx-zookeeper

Zookeeper based cluster manager implementation
Other
73 stars 67 forks source link

bugfix: future.complete() Result is already complete: failed #54

Closed dinstone closed 7 years ago

dinstone commented 7 years ago

when exception occur future.fail(e); but future.complete(); again .

java.lang.IllegalStateException: Result is already complete: failed at io.vertx.core.impl.FutureImpl.fail(FutureImpl.java:121) ~[vertx-core-3.4.1.jar:?]

stream-iori commented 7 years ago

Thanks.