You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "Karthik Palanisamy (JIRA)" <ji...@apache.org> on 2019/05/22 21:32:00 UTC

[jira] [Commented] (PHOENIX-5293) Usage: Remove deprecated setting hbase.regionserver.lease.period

    [ https://issues.apache.org/jira/browse/PHOENIX-5293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16846236#comment-16846236 ] 

Karthik Palanisamy commented on PHOENIX-5293:
---------------------------------------------

Usage:

{code}

./psql --upgrade

-u,--upgrade Upgrades tables specified as arguments by
 rewriting them with the correct row key for
 descending columns. If no arguments are
 specified, then tables that need to be
 upgraded will be displayed without being
 upgraded. Use the -b option to bypass the
 rewrite if you know that your data does not
 need to be upgrade. This would only be the
 case if you have not relied on auto padding
 for BINARY and CHAR data, but instead have
 always provided data up to the full max
 length of the column. See PHOENIX-2067 and
 PHOENIX-2120 for more information. Note
 that phoenix.query.timeoutMs and
 hbase.regionserver.lease.period parameters
 must be set very high to prevent timeouts
 when upgrading.

{code}

> Usage: Remove deprecated setting hbase.regionserver.lease.period
> ----------------------------------------------------------------
>
>                 Key: PHOENIX-5293
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-5293
>             Project: Phoenix
>          Issue Type: Wish
>    Affects Versions: 5.0.0
>            Reporter: Karthik Palanisamy
>            Assignee: Karthik Palanisamy
>            Priority: Trivial
>
> The recommendation for psql.py -upgrade option should use hbase.client.scanner.timeout.period instead of hbase.regionserver.lease.period (deprecated).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)