mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-24 17:09:48 +00:00
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…
x
Reference in New Issue
Block a user