You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Bryan Duxbury (JIRA)" <ji...@apache.org> on 2008/02/04 22:25:09 UTC

[jira] Updated: (HBASE-79) [hbase] When HBase needs to be migrated, it should display a message on stdout, not just in the logs

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

Bryan Duxbury updated HBASE-79:
-------------------------------

    Component/s: util

> [hbase] When HBase needs to be migrated, it should display a message on stdout, not just in the logs
> ----------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-79
>                 URL: https://issues.apache.org/jira/browse/HBASE-79
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: util
>            Reporter: Bryan Duxbury
>
> When you upgrade your HBase code version, there is occasionally the need to migrate the underlying data store to a new version. However, if you are unaware of this need, then you'll be very confused by what happens when you restart HBase. Using start-hbase.sh, you get messages indicating that the master and regionservers started as expected. However, in reality, it will have tried to start and failed due to a version mismatch. This information is displayed in the logs, but you won't know that until you go log diving.
> Instead, let's have the start-hbase.sh script do a check to see if the version number is wrong itself. That way, if it fails, it can write messages about startup failure to the console instead of to the logs. This will make new admins much happier.

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