Skip to content

Commit

Permalink
disable proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
pbibra committed Sep 5, 2024
1 parent 5ccf8bb commit 418492a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/cmd/vtorc/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func run(cmd *cobra.Command, args []string) {

log.Info("sleeping for 30s...\n")
time.Sleep(30 * time.Second)
vtopsCmd := exec.Command("/vt/v19/bin/vtops", "problems", "--hostname", "vtctld-dev-iad-wc2-rcqw", "--raise", "--tablet", "tablet-iad-dev-loadtest-00-80-nf2k", "--problem", "orc-dead-tablet")
vtopsCmd := exec.Command("/vt/v19/bin/vtops", "--disable-proxy=0", "problems", "--hostname", "vtctld-dev-iad-wc2-rcqw", "--raise", "--tablet", "tablet-iad-dev-loadtest-00-80-nf2k", "--problem", "orc-dead-tablet")
// out, err := vtopsCmd.CombinedOutput()
// if err != nil {
// log.Errorf("Error executing vtops command for vtorc: %+v", err)
Expand Down

0 comments on commit 418492a

Please sign in to comment.