You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2011/04/07 19:14:05 UTC

[jira] [Created] (HBASE-3752) Tool to replay moved-aside WAL logs

Tool to replay moved-aside WAL logs
-----------------------------------

                 Key: HBASE-3752
                 URL: https://issues.apache.org/jira/browse/HBASE-3752
             Project: HBase
          Issue Type: Task
            Reporter: stack
            Priority: Critical


We need this.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-3752) Tool to replay moved-aside WAL logs

Posted by "stack (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-3752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13021821#comment-13021821 ] 

stack commented on HBASE-3752:
------------------------------

See also HBASE-2889.  Its a tool to output content of WAL file.

> Tool to replay moved-aside WAL logs
> -----------------------------------
>
>                 Key: HBASE-3752
>                 URL: https://issues.apache.org/jira/browse/HBASE-3752
>             Project: HBase
>          Issue Type: Task
>            Reporter: stack
>            Priority: Critical
>         Attachments: walplayer.rb
>
>
> We need this.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-3752) Tool to replay moved-aside WAL logs

Posted by "jack levin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-3752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13025593#comment-13025593 ] 

jack levin commented on HBASE-3752:
-----------------------------------

getting this error:


12:59:11 10.103.7.1 root@mtag11:~/tmp $ /usr/lib/hbase/bin/hbase org.jruby.Main walplayer.rb 208.94.1.252%3A60020.1303872726316 
file:/usr/lib/hbase-JD/hbase-0.89.20100830/lib/jruby-complete-1.4.0.jar!/META-INF/jruby.home/lib/ruby/site_ruby/shared/builtin/javasupport/core_ext/object.rb:37:in `get_proxy_or_package_under_package': cannot load Java class org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException (NameError)
	from file:/usr/lib/hbase-JD/hbase-0.89.20100830/lib/jruby-complete-1.4.0.jar!/META-INF/jruby.home/lib/ruby/site_ruby/shared/builtin/javasupport/java.rb:51:in `method_missing'
	from walplayer.rb:39


> Tool to replay moved-aside WAL logs
> -----------------------------------
>
>                 Key: HBASE-3752
>                 URL: https://issues.apache.org/jira/browse/HBASE-3752
>             Project: HBase
>          Issue Type: Task
>            Reporter: stack
>            Priority: Critical
>         Attachments: walplayer.rb
>
>
> We need this.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (HBASE-3752) Tool to replay moved-aside WAL logs

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

Lars Hofhansl resolved HBASE-3752.
----------------------------------

    Resolution: Duplicate

Resolving as DUP of HBASE-5604
                
> Tool to replay moved-aside WAL logs
> -----------------------------------
>
>                 Key: HBASE-3752
>                 URL: https://issues.apache.org/jira/browse/HBASE-3752
>             Project: HBase
>          Issue Type: Task
>            Reporter: stack
>            Priority: Critical
>         Attachments: walplayer.rb, walplayer.rb
>
>
> We need this.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-3752) Tool to replay moved-aside WAL logs

Posted by "stack (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-3752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13029156#comment-13029156 ] 

stack commented on HBASE-3752:
------------------------------

Can you play with it? Change the rescue to be a more generic Exception.  We're trying here to just printout the problematic exception and then move on.  Any coders in your house that can hack some on this script?

> Tool to replay moved-aside WAL logs
> -----------------------------------
>
>                 Key: HBASE-3752
>                 URL: https://issues.apache.org/jira/browse/HBASE-3752
>             Project: HBase
>          Issue Type: Task
>            Reporter: stack
>            Priority: Critical
>         Attachments: walplayer.rb
>
>
> We need this.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HBASE-3752) Tool to replay moved-aside WAL logs

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

stack updated HBASE-3752:
-------------------------

    Attachment: walplayer.rb

Here is another version that uses replication replay of edits code instead.  Testing.... (Don't worry Todd, will redo as a java once I've figured what works).

> Tool to replay moved-aside WAL logs
> -----------------------------------
>
>                 Key: HBASE-3752
>                 URL: https://issues.apache.org/jira/browse/HBASE-3752
>             Project: HBase
>          Issue Type: Task
>            Reporter: stack
>            Priority: Critical
>         Attachments: walplayer.rb, walplayer.rb
>
>
> We need this.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-3752) Tool to replay moved-aside WAL logs

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

stack updated HBASE-3752:
-------------------------

    Tags: noob

> Tool to replay moved-aside WAL logs
> -----------------------------------
>
>                 Key: HBASE-3752
>                 URL: https://issues.apache.org/jira/browse/HBASE-3752
>             Project: HBase
>          Issue Type: Task
>            Reporter: stack
>            Priority: Critical
>         Attachments: walplayer.rb, walplayer.rb
>
>
> We need this.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-3752) Tool to replay moved-aside WAL logs

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

stack updated HBASE-3752:
-------------------------

    Attachment: walplayer.rb

First cut.  Worked on at least one file.

> Tool to replay moved-aside WAL logs
> -----------------------------------
>
>                 Key: HBASE-3752
>                 URL: https://issues.apache.org/jira/browse/HBASE-3752
>             Project: HBase
>          Issue Type: Task
>            Reporter: stack
>            Priority: Critical
>         Attachments: walplayer.rb
>
>
> We need this.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira