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

Zheng Hu edited comment on HBASE-18066 at 5/26/17 2:47 AM:
-----------------------------------------------------------

I've tried following shell commands to install oracle-java7-installer under my 
ubuntu and failed.
{code}
Step 8 : RUN apt-get -q update && apt-get -q install --no-install-recommends -y 
software-properties-common
 ---> Using cache
 ---> e8bb99c68d6d
Step 9 : RUN add-apt-repository -y ppa:webupd8team/java
 ---> Using cache
 ---> e5856402bd14
Step 10 : RUN echo oracle-java7-installer shared/accepted-oracle-license-v1-1 
select true | sudo /usr/bin/debconf-set-selections
 ---> Running in 0d3c79d66aa7
 ---> 1172173f42b9
Removing intermediate container 0d3c79d66aa7
Step 11 : RUN echo oracle-java8-installer shared/accepted-oracle-license-v1-1 
select true | sudo /usr/bin/debconf-set-selections
 ---> Running in d2e322271e4e
 ---> d911c02484a3
Removing intermediate container d2e322271e4e
Step 12 : RUN apt-get -q update && apt-get -q install -y oracle-java7-installer
{code}


was (Author: openinx):
I've tried following shell commands to install oracle-java7-installer and 
failed.
{code}
Step 8 : RUN apt-get -q update && apt-get -q install --no-install-recommends -y 
software-properties-common
 ---> Using cache
 ---> e8bb99c68d6d
Step 9 : RUN add-apt-repository -y ppa:webupd8team/java
 ---> Using cache
 ---> e5856402bd14
Step 10 : RUN echo oracle-java7-installer shared/accepted-oracle-license-v1-1 
select true | sudo /usr/bin/debconf-set-selections
 ---> Running in 0d3c79d66aa7
 ---> 1172173f42b9
Removing intermediate container 0d3c79d66aa7
Step 11 : RUN echo oracle-java8-installer shared/accepted-oracle-license-v1-1 
select true | sudo /usr/bin/debconf-set-selections
 ---> Running in d2e322271e4e
 ---> d911c02484a3
Removing intermediate container d2e322271e4e
Step 12 : RUN apt-get -q update && apt-get -q install -y oracle-java7-installer
{code}

> Get with closest_row_before on "hbase:meta" can return empty Cell during 
> region merge/split
> -------------------------------------------------------------------------------------------
>
>                 Key: HBASE-18066
>                 URL: https://issues.apache.org/jira/browse/HBASE-18066
>             Project: HBase
>          Issue Type: Bug
>          Components: hbase, regionserver
>    Affects Versions: 1.3.1
>         Environment: Linux (16.04.2), MacOS 10.11.6.
> Standalone and distributed HBase setup.
>            Reporter: Andrey Elenskiy
>            Assignee: Zheng Hu
>         Attachments: HBASE-18066.branch-1.1.v1.patch, 
> HBASE-18066.branch-1.1.v1.patch, HBASE-18066.branch-1.1.v1.patch, 
> HBASE-18066.branch-1.3.v1.patch, HBASE-18066.branch-1.3.v1.patch, 
> HBASE-18066.branch-1.v1.patch, HBASE-18066.branch-1.v2.patch, 
> HBASE-18066.branch-1.v3.patch, TestGetWithClosestRowBeforeWhenSplit.java
>
>
> During region split/merge there's a brief period of time where doing a "Get" 
> with "closest_row_before=true" on "hbase:meta" may return empty 
> "GetResponse.result.cell" field even though parent, splitA and splitB regions 
> are all in "hbase:meta". Both gohbase (https://github.com/tsuna/gohbase) and 
> AsyncHBase (https://github.com/OpenTSDB/asynchbase) interprets this as 
> "TableDoesNotExist", which is returned to the client.
> Here's a gist that reproduces this problem: 
> https://gist.github.com/Timoha/c7a236b768be9220e85e53e1ca53bf96. Note that 
> you have to use older HTable client (I used 1.2.4) as current versions ignore 
> `Get.setClosestRowBefore(bool)` option.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to