You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Robin Anil (JIRA)" <ji...@apache.org> on 2009/08/26 19:43:59 UTC

[jira] Created: (HBASE-1797) HRegionServer crashes when trying to initialize LZO-Codec which doesn't exist. Instead error must be thrown while creating a HTable with LZO Compression enabled

HRegionServer crashes when trying to initialize LZO-Codec which doesn't exist. Instead error must be thrown while creating a HTable with LZO Compression enabled
----------------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: HBASE-1797
                 URL: https://issues.apache.org/jira/browse/HBASE-1797
             Project: Hadoop HBase
          Issue Type: Bug
    Affects Versions: 0.20.0
            Reporter: Robin Anil


HRegionServer crashes when trying to initialize LZO-Codec which doesn't exist. Instead error must be thrown while creating a HTable with LZO Compression enabled.  There is no point creating a table and then allowing it to insert data and crash when its not able to access a Codec.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HBASE-1797) HRegionServer crashes when trying to initialize LZO-Codec which doesn't exist. Instead error must be thrown while creating a HTable with LZO Compression enabled

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

Robin Anil commented on HBASE-1797:
-----------------------------------

Found it on RC2

> HRegionServer crashes when trying to initialize LZO-Codec which doesn't exist. Instead error must be thrown while creating a HTable with LZO Compression enabled
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-1797
>                 URL: https://issues.apache.org/jira/browse/HBASE-1797
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.0
>            Reporter: Robin Anil
>
> HRegionServer crashes when trying to initialize LZO-Codec which doesn't exist. Instead error must be thrown while creating a HTable with LZO Compression enabled.  There is no point creating a table and then allowing it to insert data and crash when its not able to access a Codec.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HBASE-1797) HRegionServer crashes when trying to initialize LZO-Codec which doesn't exist. Instead error must be thrown while creating a HTable with LZO Compression enabled

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

ryan rawson commented on HBASE-1797:
------------------------------------

I'm not sure this is as easy as it seems, since even if the master has the LZO codecs installed, there is no assurance the other regionservers have it as well.

> HRegionServer crashes when trying to initialize LZO-Codec which doesn't exist. Instead error must be thrown while creating a HTable with LZO Compression enabled
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-1797
>                 URL: https://issues.apache.org/jira/browse/HBASE-1797
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.0
>            Reporter: Robin Anil
>
> HRegionServer crashes when trying to initialize LZO-Codec which doesn't exist. Instead error must be thrown while creating a HTable with LZO Compression enabled.  There is no point creating a table and then allowing it to insert data and crash when its not able to access a Codec.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.