You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Phil Yang (JIRA)" <ji...@apache.org> on 2016/07/12 04:44:11 UTC

[jira] [Assigned] (HBASE-16184) Shell test fails due to rLoadSink being nil

     [ https://issues.apache.org/jira/browse/HBASE-16184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Phil Yang reassigned HBASE-16184:
---------------------------------

    Assignee: Phil Yang

> Shell test fails due to rLoadSink being nil
> -------------------------------------------
>
>                 Key: HBASE-16184
>                 URL: https://issues.apache.org/jira/browse/HBASE-16184
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Phil Yang
>         Attachments: HBASE-16184-v1.patch
>
>
> Running TestShell ended up with the following on master branch:
> {code}
>   1) Error:
> test_Get_replication_sink_metrics_information(Hbase::AdminAlterTableTest):
> NoMethodError: undefined method `getAgeOfLastAppliedOp' for nil:NilClass
>     /home/hbase/trunk/hbase-shell/src/main/ruby/hbase/admin.rb:725:in `status'
>     file:/home/hbase/.m2/repository/org/jruby/jruby-complete/1.6.8/jruby-complete-1.6.8.jar!/builtin/java/java.util.rb:7:in `each'
>     /home/hbase/trunk/hbase-shell/src/main/ruby/hbase/admin.rb:720:in `status'
>     /home/hbase/trunk/hbase-shell/src/test/ruby/test_helper.rb:130:in `replication_status'
>     ./src/test/ruby/hbase/admin_test.rb:427:in `test_Get_replication_sink_metrics_information'
>     org/jruby/RubyProc.java:270:in `call'
>     org/jruby/RubyKernel.java:2105:in `send'
>     org/jruby/RubyArray.java:1620:in `each'
>     org/jruby/RubyArray.java:1620:in `each'
>   2) Error:
> test_Get_replication_source_metrics_information(Hbase::AdminAlterTableTest):
> NoMethodError: undefined method `getAgeOfLastAppliedOp' for nil:NilClass
>     /home/hbase/trunk/hbase-shell/src/main/ruby/hbase/admin.rb:725:in `status'
>     file:/home/hbase/.m2/repository/org/jruby/jruby-complete/1.6.8/jruby-complete-1.6.8.jar!/builtin/java/java.util.rb:7:in `each'
>     /home/hbase/trunk/hbase-shell/src/main/ruby/hbase/admin.rb:720:in `status'
>     /home/hbase/trunk/hbase-shell/src/test/ruby/test_helper.rb:130:in `replication_status'
>     ./src/test/ruby/hbase/admin_test.rb:423:in `test_Get_replication_source_metrics_information'
>     org/jruby/RubyProc.java:270:in `call'
>     org/jruby/RubyKernel.java:2105:in `send'
>     org/jruby/RubyArray.java:1620:in `each'
>     org/jruby/RubyArray.java:1620:in `each'
>   3) Error:
> test_Get_replication_status(Hbase::AdminAlterTableTest):
> NoMethodError: undefined method `getAgeOfLastAppliedOp' for nil:NilClass
>     /home/hbase/trunk/hbase-shell/src/main/ruby/hbase/admin.rb:725:in `status'
>     file:/home/hbase/.m2/repository/org/jruby/jruby-complete/1.6.8/jruby-complete-1.6.8.jar!/builtin/java/java.util.rb:7:in `each'
>     /home/hbase/trunk/hbase-shell/src/main/ruby/hbase/admin.rb:720:in `status'
>     /home/hbase/trunk/hbase-shell/src/test/ruby/test_helper.rb:130:in `replication_status'
>     ./src/test/ruby/hbase/admin_test.rb:419:in `test_Get_replication_status'
>     org/jruby/RubyProc.java:270:in `call'
>     org/jruby/RubyKernel.java:2105:in `send'
>     org/jruby/RubyArray.java:1620:in `each'
>     org/jruby/RubyArray.java:1620:in `each'
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)