You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by "Keith Turner (JIRA)" <ji...@apache.org> on 2012/05/11 14:41:49 UTC

[jira] [Created] (ACCUMULO-590) NPE in TableLoadBalancer

Keith Turner created ACCUMULO-590:
-------------------------------------

             Summary: NPE in TableLoadBalancer
                 Key: ACCUMULO-590
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-590
             Project: Accumulo
          Issue Type: Bug
          Components: master
            Reporter: Keith Turner
            Assignee: Eric Newton
             Fix For: 1.5.0


I tried using the TableLoadBalancer and got an NPE

{noformat}
11 12:13:28,197 [balancer.DefaultLoadBalancer] ERROR: Unable to select a tablet to movejava.lang.NullPointerException
    at org.apache.accumulo.server.master.balancer.TabletBalancer.getOnlineTabletsForTable(TabletBalancer.java:98)
    at org.apache.accumulo.server.master.balancer.DefaultLoadBalancer.move(DefaultLoadBalancer.java:224)
    at org.apache.accumulo.server.master.balancer.DefaultLoadBalancer.getMigrations(DefaultLoadBalancer.java:152)
    at org.apache.accumulo.server.master.balancer.DefaultLoadBalancer.balance(DefaultLoadBalancer.java:305)
    at org.apache.accumulo.server.master.balancer.TableLoadBalancer.balance(TableLoadBalancer.java:145)
    at org.apache.accumulo.server.master.Master$StatusThread.balanceTablets(Master.java:2020)
    at org.apache.accumulo.server.master.Master$StatusThread.updateStatus(Master.java:1960)
    at org.apache.accumulo.server.master.Master$StatusThread.run(Master.java:1939)
{noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (ACCUMULO-590) NPE in TableLoadBalancer

Posted by "Keith Turner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ACCUMULO-590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Keith Turner resolved ACCUMULO-590.
-----------------------------------

    Resolution: Fixed
      Assignee: Keith Turner  (was: Eric Newton)
    
> NPE in TableLoadBalancer
> ------------------------
>
>                 Key: ACCUMULO-590
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-590
>             Project: Accumulo
>          Issue Type: Bug
>          Components: master
>            Reporter: Keith Turner
>            Assignee: Keith Turner
>             Fix For: 1.5.0
>
>
> I tried using the TableLoadBalancer and got an NPE
> {noformat}
> 11 12:13:28,197 [balancer.DefaultLoadBalancer] ERROR: Unable to select a tablet to movejava.lang.NullPointerException
>     at org.apache.accumulo.server.master.balancer.TabletBalancer.getOnlineTabletsForTable(TabletBalancer.java:98)
>     at org.apache.accumulo.server.master.balancer.DefaultLoadBalancer.move(DefaultLoadBalancer.java:224)
>     at org.apache.accumulo.server.master.balancer.DefaultLoadBalancer.getMigrations(DefaultLoadBalancer.java:152)
>     at org.apache.accumulo.server.master.balancer.DefaultLoadBalancer.balance(DefaultLoadBalancer.java:305)
>     at org.apache.accumulo.server.master.balancer.TableLoadBalancer.balance(TableLoadBalancer.java:145)
>     at org.apache.accumulo.server.master.Master$StatusThread.balanceTablets(Master.java:2020)
>     at org.apache.accumulo.server.master.Master$StatusThread.updateStatus(Master.java:1960)
>     at org.apache.accumulo.server.master.Master$StatusThread.run(Master.java:1939)
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Reopened] (ACCUMULO-590) NPE in TableLoadBalancer

Posted by "Keith Turner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ACCUMULO-590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Keith Turner reopened ACCUMULO-590:
-----------------------------------


seeing npe at same spot, different cuase
                
> NPE in TableLoadBalancer
> ------------------------
>
>                 Key: ACCUMULO-590
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-590
>             Project: Accumulo
>          Issue Type: Bug
>          Components: master
>            Reporter: Keith Turner
>            Assignee: Keith Turner
>             Fix For: 1.5.0
>
>
> I tried using the TableLoadBalancer and got an NPE
> {noformat}
> 11 12:13:28,197 [balancer.DefaultLoadBalancer] ERROR: Unable to select a tablet to movejava.lang.NullPointerException
>     at org.apache.accumulo.server.master.balancer.TabletBalancer.getOnlineTabletsForTable(TabletBalancer.java:98)
>     at org.apache.accumulo.server.master.balancer.DefaultLoadBalancer.move(DefaultLoadBalancer.java:224)
>     at org.apache.accumulo.server.master.balancer.DefaultLoadBalancer.getMigrations(DefaultLoadBalancer.java:152)
>     at org.apache.accumulo.server.master.balancer.DefaultLoadBalancer.balance(DefaultLoadBalancer.java:305)
>     at org.apache.accumulo.server.master.balancer.TableLoadBalancer.balance(TableLoadBalancer.java:145)
>     at org.apache.accumulo.server.master.Master$StatusThread.balanceTablets(Master.java:2020)
>     at org.apache.accumulo.server.master.Master$StatusThread.updateStatus(Master.java:1960)
>     at org.apache.accumulo.server.master.Master$StatusThread.run(Master.java:1939)
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (ACCUMULO-590) NPE in TableLoadBalancer

Posted by "Keith Turner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ACCUMULO-590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Keith Turner resolved ACCUMULO-590.
-----------------------------------

    Resolution: Fixed
    
> NPE in TableLoadBalancer
> ------------------------
>
>                 Key: ACCUMULO-590
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-590
>             Project: Accumulo
>          Issue Type: Bug
>          Components: master
>            Reporter: Keith Turner
>            Assignee: Keith Turner
>             Fix For: 1.5.0
>
>
> I tried using the TableLoadBalancer and got an NPE
> {noformat}
> 11 12:13:28,197 [balancer.DefaultLoadBalancer] ERROR: Unable to select a tablet to movejava.lang.NullPointerException
>     at org.apache.accumulo.server.master.balancer.TabletBalancer.getOnlineTabletsForTable(TabletBalancer.java:98)
>     at org.apache.accumulo.server.master.balancer.DefaultLoadBalancer.move(DefaultLoadBalancer.java:224)
>     at org.apache.accumulo.server.master.balancer.DefaultLoadBalancer.getMigrations(DefaultLoadBalancer.java:152)
>     at org.apache.accumulo.server.master.balancer.DefaultLoadBalancer.balance(DefaultLoadBalancer.java:305)
>     at org.apache.accumulo.server.master.balancer.TableLoadBalancer.balance(TableLoadBalancer.java:145)
>     at org.apache.accumulo.server.master.Master$StatusThread.balanceTablets(Master.java:2020)
>     at org.apache.accumulo.server.master.Master$StatusThread.updateStatus(Master.java:1960)
>     at org.apache.accumulo.server.master.Master$StatusThread.run(Master.java:1939)
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira