Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
9.7
-
Security Level: Public (Default Security Level. Issues are Public)
Description
In SOLR-14115 we deprecated zkcli.sh. A deprecation echo was added to the script in 9.x and it was removed in 10.0.
Turns out the deprecation message is always printed (stdout) thus breaking scripts that rely on capturing the output from the script when used with -cmd get.
This can be fixed by echoing to stderr instead with
>&2 echo "foo"
Attachments
Issue Links
- is broken by
-
SOLR-14115 Deprecate zkcli.sh
- Closed
- links to