forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`roachprod monitor` used to use `netcat` to wait for process termination, but this was replaced by a `kill -0` loop back in cockroachdb#37390. However, the code still contained code and comments related to netcat. This patch removes the outdated `netcat` code and references. Release note: None
- Loading branch information
1 parent
23146ed
commit df5d799
Showing
1 changed file
with
3 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters