You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Dave Latham (JIRA)" <ji...@apache.org> on 2015/04/10 15:21:13 UTC

[jira] [Commented] (HBASE-13446) Add docs warning about missing data for downstream on versions prior to HBASE-13262

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

Dave Latham commented on HBASE-13446:
-------------------------------------

Lars commented over in HBASE-13262
{quote}
Not sure we want this in the docs. It only affects 0.98.11 (not .10 and not .12) and only with clients before .11. A note on the mailing lists seems to be more appropriate. (Not feeling strongly, though).
{quote}

0.98.11 certainly exposes the problem clearly, but I think it exists in all the prior versions as well.  If your server is configured with a smaller value for hbase.client.scanner.max.result.size than your client, and a scan reaches that value, you're in trouble.

> Add docs warning about missing data for downstream on versions prior to HBASE-13262
> -----------------------------------------------------------------------------------
>
>                 Key: HBASE-13446
>                 URL: https://issues.apache.org/jira/browse/HBASE-13446
>             Project: HBase
>          Issue Type: Task
>          Components: documentation
>    Affects Versions: 0.98.0, 1.0.0
>            Reporter: Sean Busbey
>            Assignee: Lars Hofhansl
>            Priority: Critical
>             Fix For: 2.0.0, 0.98.13, 1.0.2
>
>
> From conversation at the end of HBASE-13262:
> [~davelatham]
> {quote}
> Should we put a warning somewhere (mailing list? book?) about this? Something like:
> IF (client OR server is <= 0.98.11/1.0.0) AND server has a smaller value for hbase.client.scanner.max.result.size than client does, THEN scan requests that reach the server's hbase.client.scanner.max.result.size are likely to miss data. In particular, 0.98.11 defaults hbase.client.scanner.max.result.size to 2MB but other versions default to larger values, so be very careful using 0.98.11 servers with any other client version.
> {quote}
> [~busbey]
> {quote}
> How about we add a note in the ref guide for upgrades and for
> troubleshooting?
> {quote}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)