Re: [ANNOUNCE] New HBase Committer Jan Hentschel

2017-10-26 Thread Ted Yu
Congratulations, Jan ! On Thu, Oct 26, 2017 at 3:39 PM, Stack wrote: > On behalf of the Apache HBase PMC, I am pleased to announce that Jan > Hentschel has accepted the PMC's invitation to become a committer on > the project. > > We appreciate all of Jan' great work thus far

[jira] [Created] (HBASE-19100) Missing break in catch block of InterruptedException in HRegion#waitForFlushesAndCompactions

2017-10-26 Thread Ted Yu (JIRA)
Ted Yu created HBASE-19100: -- Summary: Missing break in catch block of InterruptedException in HRegion#waitForFlushesAndCompactions Key: HBASE-19100 URL: https://issues.apache.org/jira/browse/HBASE-19100

[jira] [Resolved] (HBASE-16885) Deprecate public classes which are removed in 2.0

2017-10-24 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-16885. Resolution: Won't Fix There have been many changes in API, making this obsolete. > Deprecate pub

[jira] [Created] (HBASE-19072) Missing beak in catch block of InterruptedException in HRegion#waitForFlushes()

2017-10-23 Thread Ted Yu (JIRA)
Ted Yu created HBASE-19072: -- Summary: Missing beak in catch block of InterruptedException in HRegion#waitForFlushes() Key: HBASE-19072 URL: https://issues.apache.org/jira/browse/HBASE-19072 Project: HBase

Re: [ANNOUNCE] New HBase committer Zheng Hu

2017-10-23 Thread Ted Yu
Congratulations,  Cheng.  Original message From: libis Date: 10/22/17 11:50 PM (GMT-08:00) To: dev@hbase.apache.org Subject: Re: [ANNOUNCE] New HBase committer Zheng Hu Congratulations!!! 2017-10-23 14:21 GMT+08:00 ramkrishna vasudevan <

[jira] [Resolved] (HBASE-16819) findHangingTests.py should recognize tests with same name from different modules

2017-10-22 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-16819. Resolution: Later > findHangingTests.py should recognize tests with same name from different > m

Re: QA test runs timed out for branch-1.x

2017-10-22 Thread Ted Yu
we build in docker, unless someone manually runs a > build and unselects "run in docker". > > > > On Sat, Oct 21, 2017 at 10:12 AM, Ted Yu <yuzhih...@gmail.com> wrote: > > Hi, > > Looking at https://builds.apache.org/job/PreCommit-HBASE-Build/ , there &

[jira] [Created] (HBASE-19065) HRegion#bulkLoadHFiles() should wait for concurrent Region#flush() to finish

2017-10-22 Thread Ted Yu (JIRA)
Ted Yu created HBASE-19065: -- Summary: HRegion#bulkLoadHFiles() should wait for concurrent Region#flush() to finish Key: HBASE-19065 URL: https://issues.apache.org/jira/browse/HBASE-19065 Project: HBase

QA test runs timed out for branch-1.x

2017-10-21 Thread Ted Yu
Hi, Looking at https://builds.apache.org/job/PreCommit-HBASE-Build/ , there were 4 timed out builds (HBASE-19019, etc). It seems each of them was for branch-1.x Toward the end of console log, I saw: *11:34:26* Build timed out (after 360 minutes). Marking the build as failed.*11:34:26* ERROR:

[jira] [Resolved] (HBASE-18249) Explicitly mark failed small test(s)

2017-10-19 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-18249. Resolution: Later > Explicitly mark failed small tes

Re: [DISCUSS] Merge FilterList Improvement - Branch HBASE-18410

2017-10-19 Thread Ted Yu
Some of recent patches, such as HBASE-18368-HBASE-18410.v2.patch, didn't get proper QA run (due to precommit disruption). We'd better get several good QA runs. Cheers On Thu, Oct 19, 2017 at 5:38 PM, 张铎(Duo Zhang) wrote: > I believe there are several UTs which we want

[jira] [Created] (HBASE-19052) Backport CellComparatorImpl related changes to branch-1.x

2017-10-19 Thread Ted Yu (JIRA)
Ted Yu created HBASE-19052: -- Summary: Backport CellComparatorImpl related changes to branch-1.x Key: HBASE-19052 URL: https://issues.apache.org/jira/browse/HBASE-19052 Project: HBase Issue Type

[jira] [Resolved] (HBASE-18945) Make a IA.LimitedPrivate interface for CellComparator

2017-10-17 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-18945. Resolution: Fixed > Make a IA.LimitedPrivate interface for CellCompara

[jira] [Reopened] (HBASE-18945) Make a IA.LimitedPrivate interface for CellComparator

2017-10-17 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu reopened HBASE-18945: Jenkins build for 2.0 fails with: {code} [ERROR] Failed to execute goal org.apache.maven.plugins:maven

[jira] [Created] (HBASE-19026) TestLockProcedure#testRemoteNamespaceLockRecovery fails in master

2017-10-17 Thread Ted Yu (JIRA)
Ted Yu created HBASE-19026: -- Summary: TestLockProcedure#testRemoteNamespaceLockRecovery fails in master Key: HBASE-19026 URL: https://issues.apache.org/jira/browse/HBASE-19026 Project: HBase Issue

[jira] [Resolved] (HBASE-18900) Backport HBASE-17290 "Potential loss of data for replication of bulk loaded hfiles" to 1.3

2017-10-17 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-18900. Resolution: Won't Fix Hadoop Flags: (was: Reviewed) > Backport HBASE-17290 "Potential loss

[jira] [Created] (HBASE-19023) Usage for rowcounter in refguide is out of sync with code

2017-10-16 Thread Ted Yu (JIRA)
Ted Yu created HBASE-19023: -- Summary: Usage for rowcounter in refguide is out of sync with code Key: HBASE-19023 URL: https://issues.apache.org/jira/browse/HBASE-19023 Project: HBase Issue Type

[jira] [Created] (HBASE-19015) hbase-shaded-check-invariants fails against hadoop3-beta1

2017-10-15 Thread Ted Yu (JIRA)
Ted Yu created HBASE-19015: -- Summary: hbase-shaded-check-invariants fails against hadoop3-beta1 Key: HBASE-19015 URL: https://issues.apache.org/jira/browse/HBASE-19015 Project: HBase Issue Type

[jira] [Created] (HBASE-19008) Add missing equals or hashCode method(s) to stock Filter implementations

2017-10-13 Thread Ted Yu (JIRA)
Ted Yu created HBASE-19008: -- Summary: Add missing equals or hashCode method(s) to stock Filter implementations Key: HBASE-19008 URL: https://issues.apache.org/jira/browse/HBASE-19008 Project: HBase

Re: [DISCUSS] HBASE-18978 Table and AsyncTable alignment

2017-10-13 Thread Ted Yu
Nice spreadsheet, Peter. w.r.t. Different return types, I took a look at the discussion on HBASE-18912. I think that changing the return type only doesn't have to be done in this iteration. Cheers On Fri, Oct 13, 2017 at 5:16 PM, Peter Somogyi wrote: > Hi, > > I

Re: Jenkins build for 1.3 failing with NullPointerException

2017-10-13 Thread Ted Yu
/builds.apache.org/view/H-L/view/HBase/job/HBase%20Nightly/ > > On Fri, Oct 13, 2017 at 12:12 PM, Ted Yu <yuzhih...@gmail.com> wrote: > > Thanks for taking a look. > > > > Logged INFRA-15275 > > > > On Fri, Oct 13, 2017 at 10:09 AM, Mike Drob <md...@apache.o

Re: Jenkins build for 1.3 failing with NullPointerException

2017-10-13 Thread Ted Yu
t up > > On Fri, Oct 13, 2017 at 10:52 AM, Ted Yu <yuzhih...@gmail.com> wrote: > > > Hi, > > From https://builds.apache.org/job/HBase-1.3-JDK7/307/console : > > > > [ERROR] Failed to execute goal > > org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-

Jenkins build for 1.3 failing with NullPointerException

2017-10-13 Thread Ted Yu
Hi, >From https://builds.apache.org/job/HBase-1.3-JDK7/307/console : [ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (min-maven-min-java-banned-xerces) on project hbase: Execution min-maven-min-java-banned-xerces of goal

[jira] [Created] (HBASE-19000) Group multiple block cache clear requests per server

2017-10-12 Thread Ted Yu (JIRA)
Ted Yu created HBASE-19000: -- Summary: Group multiple block cache clear requests per server Key: HBASE-19000 URL: https://issues.apache.org/jira/browse/HBASE-19000 Project: HBase Issue Type: Sub

[jira] [Created] (HBASE-18998) processor.getRowsToLock() always assumes there is some row being locked

2017-10-12 Thread Ted Yu (JIRA)
Ted Yu created HBASE-18998: -- Summary: processor.getRowsToLock() always assumes there is some row being locked Key: HBASE-18998 URL: https://issues.apache.org/jira/browse/HBASE-18998 Project: HBase

[jira] [Resolved] (HBASE-15175) Add support for checkAndXX methods in JavaHBaseContext for Spark

2017-10-10 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-15175. Resolution: Won't Fix No traction. > Add support for checkAndXX methods in JavaHBaseContext for Sp

[jira] [Reopened] (HBASE-15410) Utilize the max seek value when all Filters in MUST_PASS_ALL FilterList return SEEK_NEXT_USING_HINT

2017-10-09 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu reopened HBASE-15410: > Utilize the max seek value when all Filters in MUST_PASS_ALL FilterList > return SEEK_NEXT_USIN

[jira] [Created] (HBASE-18953) Use hadoop shaded jars for hadoop-3 profile

2017-10-05 Thread Ted Yu (JIRA)
Ted Yu created HBASE-18953: -- Summary: Use hadoop shaded jars for hadoop-3 profile Key: HBASE-18953 URL: https://issues.apache.org/jira/browse/HBASE-18953 Project: HBase Issue Type: Improvement

Re: If possible read families from tables and (more important) qualifiers?

2017-10-05 Thread Ted Yu
See Enis' comment: https://issues.apache.org/jira/browse/HBASE-14850?focusedCommentId=15840799=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15840799 though it was half year old. On Thu, Oct 5, 2017 at 8:53 AM, Sean Busbey wrote: > I believe there

Re: If possible read families from tables and (more important) qualifiers?

2017-10-05 Thread Ted Yu
Did you use scan ? Cheers Original message From: Andrzej Date: 10/5/17 12:03 AM (GMT-08:00) To: dev Subject: Re: If possible read families from tables and (more important) qualifiers? W dniu 05.10.2017 o 08:01, Sean Busbey pisze:

[jira] [Created] (HBASE-18943) Cannot start mini dfs cluster in test due to NoSuchMethodError in jetty

2017-10-04 Thread Ted Yu (JIRA)
Ted Yu created HBASE-18943: -- Summary: Cannot start mini dfs cluster in test due to NoSuchMethodError in jetty Key: HBASE-18943 URL: https://issues.apache.org/jira/browse/HBASE-18943 Project: HBase

[jira] [Created] (HBASE-18942) hbase-hadoop2-compat module ignores hadoop-3 profile

2017-10-04 Thread Ted Yu (JIRA)
Ted Yu created HBASE-18942: -- Summary: hbase-hadoop2-compat module ignores hadoop-3 profile Key: HBASE-18942 URL: https://issues.apache.org/jira/browse/HBASE-18942 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-18930) TestRegionObserverInterface#testRecovery sometimes times out

2017-10-03 Thread Ted Yu (JIRA)
Ted Yu created HBASE-18930: -- Summary: TestRegionObserverInterface#testRecovery sometimes times out Key: HBASE-18930 URL: https://issues.apache.org/jira/browse/HBASE-18930 Project: HBase Issue Type

Re: [DISCUSS] Move Type out of KeyValue

2017-10-02 Thread Ted Yu
If CellType is added, should the following method of Cell be affected ? /** * @return The byte representation of the KeyValue.TYPE of this cell: one of Put, Delete, etc */ byte getTypeByte(); Ideally CellType should be returned instead of a byte. On Mon, Oct 2, 2017 at 1:54 AM,

Re: [NOTICE] PreCommit now running against Hadoop3 artifacts successfully

2017-10-01 Thread Ted Yu
ds.apache.org/job/PreCommit-HBASE-Build/8875/ > artifact/patchprocess/patch-javac-3.0.0-alpha4.txt > > these aren't super intuitive names, maybe you could update them to > include 'hadoopcheck' or something like that? > > On Sun, Oct 1, 2017 at 4:01 PM, Ted Yu <yuzhih...

Re: [NOTICE] PreCommit now running against Hadoop3 artifacts successfully

2017-10-01 Thread Ted Yu
I was looking under https://builds.apache.org/job/PreCommit-HBASE-Build/8875 but didn't seem to find the output which shows the compilation error against hadoop-3. Do you know if the output can be retrieved from Jenkins or, does developer have to perform build against hadoop-3 locally ? Thanks,

Re: [DISCUSS] update our imports layout

2017-10-01 Thread Ted Yu
; > On Sun, Oct 1, 2017 at 9:09 AM, Chia-Ping Tsai <chia7...@apache.org> > wrote: > > > bq. I guess you meant attention. > > You are right. sorry for the misspelling. ☹ > > > > On 2017-10-01 23:33, Ted Yu <yuzhih...@gmail.com> wro

Re: [DISCUSS] update our imports layout

2017-10-01 Thread Ted Yu
bq. hold our attraction I guess you meant attention. The suggestions under Q1 are good. On Sun, Oct 1, 2017 at 8:27 AM, Chia-Ping Tsai wrote: > hi folks, > > I noticed the code conflict occurs on the imports frequently. To resolve > the conflict is a complete waste of

Re: [HBASE-14850]Will shared object client as task in near future?

2017-10-01 Thread Ted Yu
Design and implementation of HBASE-14850 project follows C++ (11/14) standard. Please design your client application accordingly. Cheers On Sun, Oct 1, 2017 at 6:25 AM, Andrzej <borucki_andr...@wp.pl> wrote: > W dniu 30.09.2017 o 14:51, Ted Yu pisze: > >> bq. smart point

Re: [HBASE-14850]Will shared object client as task in near future?

2017-09-30 Thread Ted Yu
Please watch HBASE-18901 . libHBaseClient.a and libHBaseClient.so can be generated outside docker. bq. smart pointers, which hinders simple pointers values as arguments and return values I don't quite get what you meant. Can you elaborate ?

[jira] [Created] (HBASE-18907) Methods missing rpc timeout parameter in HTable

2017-09-29 Thread Ted Yu (JIRA)
Ted Yu created HBASE-18907: -- Summary: Methods missing rpc timeout parameter in HTable Key: HBASE-18907 URL: https://issues.apache.org/jira/browse/HBASE-18907 Project: HBase Issue Type: Bug

Re: Welcome Chia-Ping Tsai to the HBase PMC

2017-09-29 Thread Ted Yu
Congratulations, Chia-Ping. On Fri, Sep 29, 2017 at 3:19 PM, Misty Stanley-Jones wrote: > The HBase PMC is delighted to announce that Chia-Ping Tsai has agreed to > join > the HBase PMC, and help to make the project run smoothly. Chia-Ping became > an > HBase committer over 6

Re: Performance issue in the Join query on the HBase tables

2017-09-29 Thread Ted Yu
Have you looked at Phoenix ? https://phoenix.apache.org/joins.html On Fri, Sep 29, 2017 at 3:25 AM, wenxing zheng wrote: > Dear all, > > I have 3 big HBase tables, which all have millions of rows(rows are synced > from MySQL DB via Bin log) and for each HBase table, we

[jira] [Resolved] (HBASE-18875) Thrift server supports read-only mode

2017-09-28 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-18875. Resolution: Fixed Addendum was only needed for branch-1 > Thrift server supports read-only m

[jira] [Created] (HBASE-18904) Missing break in NEXT_ROW case of FilterList#mergeReturnCodeForOrOperator()

2017-09-28 Thread Ted Yu (JIRA)
Ted Yu created HBASE-18904: -- Summary: Missing break in NEXT_ROW case of FilterList#mergeReturnCodeForOrOperator() Key: HBASE-18904 URL: https://issues.apache.org/jira/browse/HBASE-18904 Project: HBase

[jira] [Created] (HBASE-18902) TestCoprocessorServiceBackwardCompatibility fails in master branch

2017-09-28 Thread Ted Yu (JIRA)
Ted Yu created HBASE-18902: -- Summary: TestCoprocessorServiceBackwardCompatibility fails in master branch Key: HBASE-18902 URL: https://issues.apache.org/jira/browse/HBASE-18902 Project: HBase

[jira] [Created] (HBASE-18900) Backport HBASE-17290 "Potential loss of data for replication of bulk loaded hfiles" to 1.3

2017-09-28 Thread Ted Yu (JIRA)
Ted Yu created HBASE-18900: -- Summary: Backport HBASE-17290 "Potential loss of data for replication of bulk loaded hfiles" to 1.3 Key: HBASE-18900 URL: https://issues.apache.org/jira/browse/H

Re: [DISCUSS] Move Type out of KeyValue

2017-09-28 Thread Ted Yu
How about choosing option #2 ? Cell is annotated Public. On Thu, Sep 28, 2017 at 2:25 AM, Chia-Ping Tsai wrote: > hi folks, > > User is allowed to create custom cell but the valid code of type - > KeyValue#Type - is declared as IA.Private. As i see it, we should expose >

[jira] [Resolved] (HBASE-18712) Specify -X for precommit unit tests

2017-09-27 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-18712. Resolution: Won't Fix > Specify -X for precommit unit te

Re: [Proposal] Supporting Query Langeage In HBase

2017-09-27 Thread Ted Yu
It's my bad! > > Here is the link: > https://drive.google.com/file/d/0Bw6_ESGWcwIqYWpRWkFtTFBIQms/view? > usp=sharing > > 2017-09-27 22:34 GMT+08:00 Ted Yu <yuzhih...@gmail.com>: > > > Document didn't come through. > > > > Consider using googledoc, etc &g

Re: [Proposal] Supporting Query Langeage In HBase

2017-09-27 Thread Ted Yu
Document didn't come through. Consider using googledoc, etc On Wed, Sep 27, 2017 at 7:27 AM, Yung-An He wrote: > Hi folks, > > Currently, HBase hasn’t support SQL syntax yet. Many users who are > familiar with SQL syntax can only query data from HBase via Hive, Impala, >

Re: [DISCUSS] Memstore or MemStore

2017-09-27 Thread Ted Yu
+1 on unifying to MemStore . On Wed, Sep 27, 2017 at 6:49 AM, Chia-Ping Tsai wrote: > hi folks, > > Memstore/MemStore is our core component, but we have two ways of writing > its name. We should unify its name in our code base. Personally, i prefer > "MemStore". > > Any

Re: HFileOutputFormat2 hardcodes default FileOutputCommitter

2017-09-26 Thread Ted Yu
Hbase doesn't use pull request. Can you open a JIRA and attach patch there ? Thanks Original message From: ShaoFeng Shi Date: 9/26/17 4:00 AM (GMT-08:00) To: dev@hbase.apache.org Subject: Re: HFileOutputFormat2 hardcodes default FileOutputCommitter

[jira] [Reopened] (HBASE-18875) Thrift server supports read-only mode

2017-09-25 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu reopened HBASE-18875: {code} [ERROR] COMPILATION ERROR : [INFO

Re: Empty byte array values for cells which doesn't exist

2017-09-24 Thread Ted Yu
Can you tell us more about this table (e.g. schema) ? If you can formulate a unit test which reproduces this behavior, that would be easier to debug. Which version of hbase are you using ? Cheers On Sun, Sep 24, 2017 at 9:30 PM, Karthick Ram wrote: > Hi, we have a

Re: [HBASE-14850] How build simple-client after changes?

2017-09-24 Thread Ted Yu
7 o 18:43, Ted Yu pisze: > >> For building simple-client, you can use: >> buck build src/hbase/client:simple-client >> > > Ok, this built simple-client > >> >> For #2, you'd better not mix your code inside native client library. >> > > What is

Re: [HBASE-14850] How build simple-client after changes?

2017-09-24 Thread Ted Yu
You should run buck under hbase-native-client . Source files are now under hbase-native-client/src/hbase/ directory. For building simple-client, you can use: buck build src/hbase/client:simple-client For #2, you'd better not mix your code inside native client library.

Re: Failure Maven build

2017-09-23 Thread Ted Yu
tools.jar is available with jdk 1.8 e.g. on Mac: /Library/Java/JavaVirtualMachines/jdk1.8.0_91.jdk/Contents/Home/lib/tools.jar See also https://stackoverflow.com/questions/18061887/where-is-tools-jar-located On Sat, Sep 23, 2017 at 2:15 PM, Andrzej wrote: > I clone HBase

Re: error installing Cyrus

2017-09-22 Thread Ted Yu
Andrzej: There is http://cyrusimap.web.cmu.edu/old/docs/cyrus-imapd/2.2.13p1/mailing-list.php Please use appropriate mailing list for each specific question. On Fri, Sep 22, 2017 at 11:02 AM, Andrzej <borucki_andr...@wp.pl> wrote: > W dniu 22.09.2017 o 19:10, Ted Yu pisze: > >

Re: libsasl2.so.3 (branch HBASE-14850)

2017-09-22 Thread Ted Yu
: > W dniu 22.09.2017 o 18:57, Ted Yu pisze: > > So libsasl2.so.3 is in your docker VM. > > Can you give the full error w.r.t. libsasl2.so.3 not being opened (I > assume > > you got the error within docker) ? > > No, build is ok within docker, but I can't use it outside

Re: [DISCUSS] Increase stability on o.a.h.h.Tag?

2017-09-22 Thread Ted Yu
given the > > current > > >>>>> state, so be it. My complaining won't fix it. > > >>>>> > > >>>>> Thanks. > > >>>>> > > >>>>> > > >>>>>> On 9/21/17 4:25 PM, Sean Busbey wr

Re: libsasl2.so.3 (branch HBASE-14850)

2017-09-22 Thread Ted Yu
So libsasl2.so.3 is in your docker VM. Can you give the full error w.r.t. libsasl2.so.3 not being opened (I assume you got the error within docker) ? On Fri, Sep 22, 2017 at 9:53 AM, Andrzej <borucki_andr...@wp.pl> wrote: > W dniu 22.09.2017 o 18:19, Ted Yu pisze: > >> On my

Re: libsasl2.so.3 (branch HBASE-14850)

2017-09-22 Thread Ted Yu
On my docker VM, I found the following: /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25 /usr/lib/x86_64-linux-gnu/libsasl2.so.2 /usr/local/lib/libsasl2.so.3.0.0 /usr/local/lib/libsasl2.so.3 Which commit were you using for the branch ? I used: 21c08df9079b8cc9dd1c8c2208a7604fc12fca12 Take a look

Re: How force rebuild with buck on docker?

2017-09-22 Thread Ted Yu
Have you tried removing buck-out directory (under hbase-native-client) ? On Fri, Sep 22, 2017 at 7:01 AM, Andrzej <borucki_andr...@wp.pl> wrote: > W dniu 05.09.2017 o 17:25, Ted Yu pisze: > >> Have you tried running the following command ? >> >> buck clean >>

Re: [DISCUSS] Increase stability on o.a.h.h.Tag?

2017-09-21 Thread Ted Yu
Can we mark Tag LimitedPrivate ? We know how ATS uses Tags so it should be straight forward to keep their usage intact. On Thu, Sep 21, 2017 at 12:03 PM, Josh Elser wrote: > Hiya, > > (Background, I'm starting what is likely to be an onerous task of looking > through

Re: Please congratulate our new PMC Chair Misty Stanley-Jones

2017-09-21 Thread Ted Yu
Congratulations, Misty ! On Thu, Sep 21, 2017 at 12:08 PM, Andrew Purtell wrote: > At today's meeting of the Board, Special Resolution B changing the HBase > project Chair to Misty Stanley-Jones was passed unanimously. > > Please join me in congratulating Misty on her new

Re: question about TTL deletion

2017-09-21 Thread Ted Yu
Moving dev@ to Bcc. Section #39 is correct. For 70.7.7 , have you looked at the two sections starting http://hbase.apache.org/book.html#compaction.and.deletes ? Basically the 'expired' there doesn't refer to expired hfile(s). Cheers On Thu, Sep 21, 2017 at 2:13 AM, 王晓艳

[jira] [Resolved] (HBASE-18604) Use latest buck for building

2017-09-19 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-18604. Resolution: Later make is the way going forward. > Use latest buck for build

[jira] [Resolved] (HBASE-18713) Fix build through make command

2017-09-19 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-18713. Resolution: Cannot Reproduce > Fix build through make comm

[jira] [Resolved] (HBASE-14417) Incremental backup and bulk loading

2017-09-18 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-14417. Resolution: Fixed > Incremental backup and bulk load

Re: [DISCUSS] Helper tool / checklist to facilitate RC testing coverage?

2017-09-18 Thread Ted Yu
bq. have some kind of dashboard where people could "sign up" to test different things on that checklist This makes sense. +1 On Mon, Sep 18, 2017 at 11:49 AM, Misty Stanley-Jones wrote: > I keep feeling like we need a checklist for all the different things that > should be

Re: [DISCUSS] Introduce the limited private to filter

2017-09-16 Thread Ted Yu
HBASE-9529 was resolved 4 years ago. Are there JIRAs which are more recent that can provide more background for this motion ? Cheers On Sat, Sep 16, 2017 at 4:02 AM, Chia-Ping Tsai wrote: > Hi, Folks! > > We have many powerful callback functions to help user to build

[jira] [Created] (HBASE-18829) Consider reverting HBASE-14893 Race between mutation on region and region closing operation

2017-09-15 Thread Ted Yu (JIRA)
Ted Yu created HBASE-18829: -- Summary: Consider reverting HBASE-14893 Race between mutation on region and region closing operation Key: HBASE-18829 URL: https://issues.apache.org/jira/browse/HBASE-18829

QA bot stalls

2017-09-14 Thread Ted Yu
Hi, I filed INFRA-15084 since none of the precommit jobs is making progress. FYI

Re: [DISCUSS] is hbase-spark integration going to make it into HBase 2.0

2017-09-14 Thread Ted Yu
ossibly as a result > "set up a different issue tracker". It's *more* steps between someone > who wants to move the effort forward and artifacts in the hands of > downstream folks. > > On Thu, Sep 14, 2017 at 7:00 AM, Ted Yu <yuzhih...@gmail.com> wrote: > > No one

Re: Couldn't get dependency '//third-party:folly'

2017-09-14 Thread Ted Yu
Please check that hbase-native-client/third-party/BUCK has the following: folly = add_system_libs( ['folly'], lib_dir='/usr/local/lib', exported_deps=tp_dep_rules,) The folly lib is built when docker is built. On Thu, Sep 14, 2017 at 3:36 AM, Andrzej wrote:

Re: [DISCUSS] is hbase-spark integration going to make it into HBase 2.0

2017-09-14 Thread Ted Yu
esn't get it to > downstream any faster. > > On Sep 13, 2017 9:57 PM, "Ted Yu" <yuzhih...@gmail.com> wrote: > > > If we leave it in the master branch, does that mean the code would not be > > transferred to additional ASF repo ? > > > > If so, that impl

Re: [DISCUSS] is hbase-spark integration going to make it into HBase 2.0

2017-09-13 Thread Ted Yu
m. > > On Sep 13, 2017 9:37 PM, "Ted Yu" <yuzhih...@gmail.com> wrote: > > > Several days passed. > > > > Sean: > > Can you start a VOTE thread ? > > > > On Sun, Sep 10, 2017 at 2:26 PM, Josh Elser <els...@apache.org> w

Re: [DISCUSS] is hbase-spark integration going to make it into HBase 2.0

2017-09-13 Thread Ted Yu
e. > I can't think of a reason we'd need to keep it in the main tree in terms of > HBase Java API (it would only rely on public API stuff, right?). > > The lack of folks with time and expertise makes me think that a separate > release cycle makes me think that's the right call. >

[jira] [Created] (HBASE-18808) Inaccurate config check in BackupLogCleaner#getDeletableFiles()

2017-09-13 Thread Ted Yu (JIRA)
Ted Yu created HBASE-18808: -- Summary: Inaccurate config check in BackupLogCleaner#getDeletableFiles() Key: HBASE-18808 URL: https://issues.apache.org/jira/browse/HBASE-18808 Project: HBase Issue

Re: [DISCUSS] Plan for Distributed testing of Backup and Restore

2017-09-12 Thread Ted Yu
bq. we need a test tool similar to ITBLL How about making the following such a tool ? hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestBackupRestore.java On Tue, Sep 12, 2017 at 11:25 AM, Vladimir Rodionov wrote: > >> Vlad: I'm obviously curious to see

[jira] [Created] (HBASE-18801) Bulk load cleanup may falsely deem file deletion successful

2017-09-12 Thread Ted Yu (JIRA)
Ted Yu created HBASE-18801: -- Summary: Bulk load cleanup may falsely deem file deletion successful Key: HBASE-18801 URL: https://issues.apache.org/jira/browse/HBASE-18801 Project: HBase Issue Type

Re: [DISCUSS] is hbase-spark integration going to make it into HBase 2.0

2017-09-10 Thread Ted Yu
bq. revisit the possibility of an independent release cycle run out of an additional ASF repo. This seems to be more practical than the other alternatives. On Sun, Sep 10, 2017 at 11:37 AM, Sean Busbey wrote: > Hi Folks! > > Our Stack recently gave an updated timeline on

[jira] [Reopened] (HBASE-18652) Expose individual cache stats in a CombinedCache through JMX

2017-09-08 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu reopened HBASE-18652: Biju: >From jenkins build, this caused unit test failure in branch-1. Mind attaching updated pa

[jira] [Reopened] (HBASE-18641) Include block content verification logic used in lruCache in bucketCache

2017-09-08 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu reopened HBASE-18641: TestBlockCacheReporting fails in branch-1 > Include block content verification logic used in lruCa

[jira] [Reopened] (HBASE-18713) Fix build through make command

2017-09-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu reopened HBASE-18713: > Fix build through make command > -- > > Key:

[jira] [Resolved] (HBASE-18579) Enable core dump by default for docker

2017-09-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-18579. Resolution: Fixed Hadoop Flags: Reviewed > Enable core dump by default for doc

[jira] [Resolved] (HBASE-18777) Create one table for subtests in multi-retry-test

2017-09-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-18777. Resolution: Fixed Hadoop Flags: Reviewed > Create one table for subtests in multi-retry-t

[jira] [Created] (HBASE-18777) Create one table for subtests in multi-retry-test

2017-09-07 Thread Ted Yu (JIRA)
Ted Yu created HBASE-18777: -- Summary: Create one table for subtests in multi-retry-test Key: HBASE-18777 URL: https://issues.apache.org/jira/browse/HBASE-18777 Project: HBase Issue Type: Sub-task

[jira] [Resolved] (HBASE-18720) [C++] Update wangle dependency to pick up the new release with Apache License v2

2017-09-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-18720. Resolution: Fixed > [C++] Update wangle dependency to pick up the new release with Apache License &

[jira] [Reopened] (HBASE-17972) Remove mergePool from CompactSplitThread

2017-09-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu reopened HBASE-17972: > Remove mergePool from CompactSplitThread > > >

[jira] [Reopened] (HBASE-18720) [C++] Update wangle dependency to pick up the new release with Apache License v2

2017-09-06 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu reopened HBASE-18720: > [C++] Update wangle dependency to pick up the new release with Apache License &

[jira] [Reopened] (HBASE-18444) Add support for specifying custom meta table suffix

2017-09-06 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu reopened HBASE-18444: > Add support for specifying custom meta table suf

[jira] [Resolved] (HBASE-18089) TestScannerHeartbeatMessages fails in branch-1

2017-09-05 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-18089. Resolution: Cannot Reproduce > TestScannerHeartbeatMessages fails in branc

Re: How force rebuild with buck on docker?

2017-09-05 Thread Ted Yu
Have you tried running the following command ? buck clean bq. now it doesn't rebuild Did you mean that buck build didn't detect the change you made to the source file ? On Tue, Sep 5, 2017 at 8:08 AM, Andrzej wrote: > In BUCK I have modified simple-client: >

[jira] [Created] (HBASE-18741) Remove cancel command from backup code

2017-09-01 Thread Ted Yu (JIRA)
Ted Yu created HBASE-18741: -- Summary: Remove cancel command from backup code Key: HBASE-18741 URL: https://issues.apache.org/jira/browse/HBASE-18741 Project: HBase Issue Type: Bug

Re: Problem writing .so - libevent

2017-08-30 Thread Ted Yu
In my docker VM, I see: /usr/lib/x86_64-linux-gnu/libevent.a You can try building //core:core first which should generate libevent.a (dependency). Cheers On Wed, Aug 30, 2017 at 5:28 PM, Andrzej <borucki_andr...@wp.pl> wrote: > W dniu 31.08.2017 o 00:35, Ted Yu pisze: > &

Re: Problem writing .so - libevent

2017-08-30 Thread Ted Yu
libevent.a is system library. >From hbase-native-client/third-party/BUCK : system_libs = [ "lzma", "event", On Wed, Aug 30, 2017 at 3:31 PM, Andrzej <borucki_andr...@wp.pl> wrote: > W dniu 31.08.2017 o 00:27, Ted Yu pisze: > >> Were you u

Re: Problem writing .so - libevent

2017-08-30 Thread Ted Yu
Were you using docker ? Was libevent.a generated ? In my docker VM, I have: -rw-r--r-- 1 root root 506746 Aug 16 16:08 buck-out/gen/third-party/gen_libevent/gen_libevent/libevent.a Cheers On Wed, Aug 30, 2017 at 2:49 PM, Andrzej wrote: > I want write shared object

Re: How works scan ?

2017-08-30 Thread Ted Yu
Filter can be applied to Query. Both Scan and Get are subclasses of Query. For Scan, you have SetStartRow() and SetStopRow(). Take a look at core/scan.h for related methods. On Wed, Aug 30, 2017 at 10:17 AM, Andrzej wrote: > In folder hbase-native-client/core/ > I have

<    1   2   3   4   5   6   7   8   9   10   >