NihalJain commented on PR #5588:
URL: https://github.com/apache/hbase/pull/5588#issuecomment-1867429569

   
   > * Build code with `assembly:single`
   > * Untar the tarball
   > * Start hbase in local mode
   >   
   >   * Start `hbase shell` and ensure logs are as expected
   >   * Create a table 't1' via shell: `create 't1', 'cf'`
   >   * Start `hbase shell --debug` and ensure debug logs are coming
   > * Run following to test and ensure output/behaviour is as expected. Also 
now nosisy logging is not there:
   >   
   >   * `./hbase org.jruby.Main get-active-master.rb`
   >   * `./hbase org.jruby.Main replication/copy_tables_desc.rb 
127.0.0.1:2181:/hbase  127.0.0.1:2181:/hbase t1`
   >   * `./hbase org.jruby.Main draining_servers.rb add hostname:16020`
   >   * `./hbase org.jruby.Main draining_servers.rb list`
   >   * `./hbase org.jruby.Main draining_servers.rb remove hostname:16020`
   >   * `./hbase org.jruby.Main shutdown_regionserver.rb IP:16020`
   >   * Also modified one of the scripts and ensured `setRootLevel` works as 
expected
   > * Also ran `hbase-shell` tests locally and ensured tests pass
   
   Tested above on branch-2.5+ and pushed change. 
   Code does not apply directly on 2.4, hence skipping. As the scripts works 
fine there w/o the patch too, skipping. 
   
   Thanks for the review @Apache9 !


-- 
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