busbey commented on pull request #4137:
URL: https://github.com/apache/hbase/pull/4137#issuecomment-1052390408


   okay so before this change, I can replicate the problem described in the 
jira:
   
   ```bash
   (base) sbusbey@seans-mbp hbase-3.0.0-alpha-3-SNAPSHOT % (echo "list" | 
./bin/hbase shell -n)
   2022-02-26T11:48:32,236 WARN  [main] util.NativeCodeLoader: Unable to load 
native-hadoop library for your platform... using builtin-java classes where 
applicable
   reading from ~/.irbrc
   hbase:001:0> list
   TABLE                                                                        
                                                                                
                                                                                
                 
   0 row(s)
   Took 0.7729 seconds                                                          
                                                                                
                                                                                
                 
   => []
   hbase:002:0> 
   (base) sbusbey@seans-mbp hbase-3.0.0-alpha-3-SNAPSHOT % (echo "list" | 
./bin/hbase shell -n) &
   [1] 53337
   (base) sbusbey@seans-mbp hbase-3.0.0-alpha-3-SNAPSHOT % 
   [1]  + suspended (tty output)  ( echo "list" | ./bin/hbase shell -n; )
   (base) sbusbey@seans-mbp hbase-3.0.0-alpha-3-SNAPSHOT % fg
   [1]  + continued  ( echo "list" | ./bin/hbase shell -n; )
   2022-02-26T11:49:07,536 WARN  [main] util.NativeCodeLoader: Unable to load 
native-hadoop library for your platform... using builtin-java classes where 
applicable
   reading from ~/.irbrc
   hbase:001:0> list
   TABLE                                                                        
                                                                                
                                                                                
                 
   0 row(s)
   Took 0.7193 seconds                                                          
                                                                                
                                                                                
                 
   => []
   hbase:002:0> 
   (base) sbusbey@seans-mbp hbase-3.0.0-alpha-3-SNAPSHOT %
   ```
   
   but after the change I still have things hang, just a bit later.
   
   ```
   (base) sbusbey@seans-mbp hbase-3.0.0-alpha-3-SNAPSHOT % (echo "list" | 
./bin/hbase shell -n) &
   [1] 54168
   (base) sbusbey@seans-mbp hbase-3.0.0-alpha-3-SNAPSHOT % 
2022-02-26T11:56:54,053 WARN  [main] util.NativeCodeLoader: Unable to load 
native-hadoop library for your platform... using builtin-java classes where 
applicable
   reading from ~/.irbrc
   hbase:001:0> list
   
   [1]  + suspended (tty output)  ( echo "list" | ./bin/hbase shell -n; )
   (base) sbusbey@seans-mbp hbase-3.0.0-alpha-3-SNAPSHOT % fg
   [1]  + continued  ( echo "list" | ./bin/hbase shell -n; )
   TABLE                                                                        
                                                                                
                                                                                
                 
   0 row(s)
   Took 155.7721 seconds                                                        
                                                                                
                                                                                
                 
   => []
   hbase:002:0> 
   (base) sbusbey@seans-mbp hbase-3.0.0-alpha-3-SNAPSHOT %
   ```
   
   Am I messing up the test conditions somehow?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to