Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
Signed-off-by: Anshu Agarwal <anshukag@amazon.com>
  • Loading branch information
Anshu Agarwal committed Oct 6, 2022
1 parent e8cda62 commit a4fe992
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public void onFailure(String source, Exception e) {
@Override
public void clusterStateProcessed(String source, ClusterState oldState, ClusterState newState) {
logger.debug("cluster weighted routing weights metadata change is processed by all the nodes");
listener.onResponse(new ClusterDeleteWeightedRoutingResponse(true));
listener.onResponse(new ClusterStateUpdateResponse(true));
}
});
}
Expand Down

0 comments on commit a4fe992

Please sign in to comment.