You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Victor Xu (JIRA)" <ji...@apache.org> on 2015/04/15 08:58:58 UTC

[jira] [Created] (HBASE-13475) Small spelling mistake in region_mover#isSuccessfulScan causes NoMethodError

Victor Xu created HBASE-13475:
---------------------------------

             Summary: Small spelling mistake in region_mover#isSuccessfulScan causes NoMethodError
                 Key: HBASE-13475
                 URL: https://issues.apache.org/jira/browse/HBASE-13475
             Project: HBase
          Issue Type: Bug
          Components: scripts
    Affects Versions: 0.98.12, 0.98.11
            Reporter: Victor Xu
            Priority: Trivial


A small spelling mistake in region_mover#isSuccessfulScan method can cause NoMethodError while rolling upgrade:
15/04/15 11:47:23 INFO region_mover: Waiting for the pool to complete
NoMethodError: undefined method `InclusiveStopFilter' for main:Object
  isSuccessfulScan at /home/hadoop/hadoop_hbase/hbase-current/bin/region_mover.rb:105
     unloadRegions at /home/hadoop/hadoop_hbase/hbase-current/bin/region_mover.rb:331
              call at org/jruby/RubyProc.java:270
              call at org/jruby/RubyProc.java:220
        initialize at /home/hadoop/hadoop_hbase/hbase-current/bin/thread-pool.rb:33
              loop at org/jruby/RubyKernel.java:1439
        initialize at /home/hadoop/hadoop_hbase/hbase-current/bin/thread-pool.rb:31
             catch at org/jruby/RubyKernel.java:1212
        initialize at /home/hadoop/hadoop_hbase/hbase-current/bin/thread-pool.rb:30
              call at org/jruby/RubyProc.java:270
              call at org/jruby/RubyProc.java:224

This bug is from HBASE-12957



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