feat(admin): remove target_host, add host verification, ui changes #7707
+255
−108
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.


Main change in this PR is to remove
target_hostfrom the copy tables workflow. Instead, you just pick the source host you want to run the create table on and it will run it for the whole cluster. In addition to that there are some other UI/Backend changes that were added for verification so that you can easily tell if the command created all the tables on all the hosts (including the new replica/shard)UI Changes
Backend Changes
verify_tables_on_replicaschecks that all the tables were created on the tables, and if they weren't returns those specific hosts and which tables they are missingis_single_nodemainly for local dev and testing purposes🤖 Generated with Claude Code