Description
Shell#runCommand does not clear the input buffer where it claims to do so.
// clear the input stream buffer String line = null; while (line != null) { line = inReader.readLine(); }
The 'while' loop never runs.
Attachments
Issue Links
- is related to
-
KAFKA-4773 The Kafka build should run findbugs
- Resolved
- links to