on index failure when updating, make sure to call the listener
This commit is contained in:
parent
710e0d78df
commit
ed8a46ce09
|
@ -220,6 +220,7 @@ public class TransportUpdateAction extends TransportInstanceSingleOperationActio
|
|||
return;
|
||||
}
|
||||
}
|
||||
listener.onFailure(e);
|
||||
}
|
||||
});
|
||||
} else if ("delete".equals(operation)) {
|
||||
|
|
Loading…
Reference in New Issue