Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The hbase shell process hangs when running in the background with piped input.
$ cat command.sh #!/bin/bash echo "list" | bin/hbase shell > shell.out 2>&1 $ ./command.sh & [1] 62907 $ [1] + 62907 suspended (tty output) ./command.sh
This regression was introduced with JRuby 9.1 -> 9.2 upgrade and the process hangs on this line: https://github.com/apache/hbase/blob/master/hbase-shell/src/main/ruby/jar-bootstrap.rb#L41
Attachments
Issue Links
- relates to
-
HBASE-28132 TestTableShell times out when run in background
- Open
- links to