Skip to content

Commit

Permalink
Return proper exit code for lucene-client commands (#724)
Browse files Browse the repository at this point in the history
* Delete LiveSettingsCommand and SettingsCommand, only V2 versions are used now

* Throw grpc exceptions
  • Loading branch information
sarthakn7 authored Sep 20, 2024
1 parent bfef1e4 commit 50e4766
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 360 deletions.
204 changes: 0 additions & 204 deletions src/main/java/com/yelp/nrtsearch/server/cli/LiveSettingsCommand.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,12 @@
ForceMergeCommand.class,
ForceMergeDeletesCommand.class,
IndicesCommand.class,
LiveSettingsCommand.class,
LiveSettingsV2Command.class,
ReadyCommand.class,
RefreshCommand.class,
RegisterFieldsCommand.class,
ReloadStateCommand.class,
SearchCommand.class,
SettingsCommand.class,
SettingsV2Command.class,
StartIndexCommand.class,
StartIndexV2Command.class,
Expand Down
54 changes: 0 additions & 54 deletions src/main/java/com/yelp/nrtsearch/server/cli/SettingsCommand.java

This file was deleted.

Loading

0 comments on commit 50e4766

Please sign in to comment.