[jira] [Resolved] (HBASE-16566) Add nonce support to TableBackupProcedure

2016-09-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-16566. Resolution: Fixed Hadoop Flags: Reviewed Thanks for the review, Stephen. > Add nonce support

[jira] [Resolved] (HBASE-15565) Rewrite restore with Procedure V2

2016-09-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-15565. Resolution: Fixed Hadoop Flags: Reviewed Thanks for the review, Stephen. > Rewrite restore w

Re: branch-2: Judgement Day

2016-09-07 Thread Ted Yu
There is work of introducing AsyncRegion (see HBASE-16505). This would be done by the end of September. On Wed, Sep 7, 2016 at 10:03 AM, Matteo Bertozzi wrote: > the idea of end of semptember is to cut the branch, to be able to work on > fixing stuff. > AM, backup, offheap/protobuf/... will pro

Re: [DISCUSSION] Merge Backup / Restore - Branch HBASE-7912

2016-09-07 Thread Ted Yu
Adding more tests around backup / restore is in the works. e.g. I will start with HBASE-16497 this week. I agree that developers of the feature should try out typical scenarios so that user experience is better. 30 minute of unit tests runtime for backup / restore is for machine with SSDs. For ma

[jira] [Created] (HBASE-16574) Add backup / restore feature to refguide

2016-09-07 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16574: -- Summary: Add backup / restore feature to refguide Key: HBASE-16574 URL: https://issues.apache.org/jira/browse/HBASE-16574 Project: HBase Issue Type: Improvement

[jira] [Created] (HBASE-16571) Consider locking target table(s) during restore operation

2016-09-07 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16571: -- Summary: Consider locking target table(s) during restore operation Key: HBASE-16571 URL: https://issues.apache.org/jira/browse/HBASE-16571 Project: HBase Issue Type

Re: [ANNOUNCE] Duo Zhang (张铎) joins the Apache HBase PMC

2016-09-06 Thread Ted Yu
Congratulations, Duo. > On Sep 6, 2016, at 9:26 PM, Stack wrote: > > On behalf of the Apache HBase PMC I am pleased to announce that 张铎 > has accepted our invitation to become a PMC member on the Apache > HBase project. Duo has healthy notions on where the project should be > headed and over th

Re: [DISCUSSION] Merge Backup / Restore - Branch HBASE-7912

2016-09-06 Thread Ted Yu
Andrew: Do you think you would have some time this week ? Thanks On Thu, Sep 1, 2016 at 8:47 AM, Andrew Purtell wrote: > Busy at work, aiming for next week. > > > On Sep 1, 2016, at 8:44 AM, Ted Yu wrote: > > > > Andrew: > > HBASE-16255 has been resolved. > &

[jira] [Created] (HBASE-16566) Add nonce support to TableBackupProcedure

2016-09-06 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16566: -- Summary: Add nonce support to TableBackupProcedure Key: HBASE-16566 URL: https://issues.apache.org/jira/browse/HBASE-16566 Project: HBase Issue Type: Improvement

[jira] [Created] (HBASE-16565) Add metrics for backup / restore

2016-09-06 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16565: -- Summary: Add metrics for backup / restore Key: HBASE-16565 URL: https://issues.apache.org/jira/browse/HBASE-16565 Project: HBase Issue Type: Improvement

[jira] [Resolved] (HBASE-15449) HBase Backup Phase 3: Support physical table layout change

2016-09-06 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-15449. Resolution: Fixed Hadoop Flags: Reviewed Thanks for the review, Vlad. > HBase Backup Phas

[jira] [Resolved] (HBASE-16545) Add backup test where data is ingested during backup procedure

2016-09-06 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-16545. Resolution: Fixed Assignee: Ted Yu Hadoop Flags: Reviewed Thanks for the review, Vlad

Re: There are some errors with hbase java example

2016-09-05 Thread Ted Yu
Xi: Thanks for spotting these. snappy requires some setup - setting compression type to others would be easier for first time users. Please open a JIRA to modify refguide. Cheers On Mon, Sep 5, 2016 at 12:31 PM, Xi Yang wrote: > Hi , > > There are some errors with hbase java example: > https

[jira] [Reopened] (HBASE-16556) The read/write timeout are not used in HTable.delete(List), HTable.get(List), and HTable.existsAll(List)

2016-09-04 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu reopened HBASE-16556: > The read/write timeout are not used in HTable.delete(List), HTable.get(List), > and HTable.existsAl

[jira] [Created] (HBASE-16557) UI for backup / restore

2016-09-03 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16557: -- Summary: UI for backup / restore Key: HBASE-16557 URL: https://issues.apache.org/jira/browse/HBASE-16557 Project: HBase Issue Type: Improvement Reporter

Re: org.apache.hadoop.hbase.client Table#batch Javadoc clarification

2016-09-03 Thread Ted Yu
For the last point, please take a look at AsyncProcess#createAsyncRequestFuture() protected AsyncRequestFutureImpl createAsyncRequestFuture( TableName tableName, List> actions, long nonceGroup, ExecutorService pool, Batch.Callback callback, Object[] results, boolean needResults,

Re: [DISCUSSION] Merge Backup / Restore - Branch HBASE-7912

2016-09-02 Thread Ted Yu
bust snapshots" and "table > backup/restore" > >> are totally separate features, but we have separate JIRA for fault > >> tolerance (HBASE-14413). > >> > >> -Vlad > >> > >> On Thu, Sep 1, 2016 at 9:28 AM, Ted Yu wrote: > >

[jira] [Created] (HBASE-16545) Add backup test where data is ingested during backup procedure

2016-09-01 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16545: -- Summary: Add backup test where data is ingested during backup procedure Key: HBASE-16545 URL: https://issues.apache.org/jira/browse/HBASE-16545 Project: HBase Issue

[jira] [Created] (HBASE-16542) Skip full backup in selected backup tests

2016-09-01 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16542: -- Summary: Skip full backup in selected backup tests Key: HBASE-16542 URL: https://issues.apache.org/jira/browse/HBASE-16542 Project: HBase Issue Type: Test

Re: [DISCUSSION] Merge Backup / Restore - Branch HBASE-7912

2016-09-01 Thread Ted Yu
Sean: Please see HBASE-14413 for the last question. FYI On Thu, Sep 1, 2016 at 9:24 AM, Sean Busbey wrote: > On Sat, Aug 20, 2016 at 12:59 PM, Vladimir Rodionov > wrote: > > Not sure what do you mean, Andrew by "trying out the branch via the IT", > > but we do not recommend running this with m

Re: [DISCUSSION] Merge Backup / Restore - Branch HBASE-7912

2016-09-01 Thread Ted Yu
t; >> I will be able to spend some time next week trying out the branch via > the > >> IT, and poking around with the new tools. After that I feel like I'll be > >> informed enough to vote on a branch merge vote. > >> > >>> On Aug 19, 2016, at 12:38

[jira] [Resolved] (HBASE-16255) Backup/Restore IT

2016-08-31 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-16255. Resolution: Fixed > Backup/Restore IT > - > > Key:

[jira] [Created] (HBASE-16532) Enforce procedure ownership at construction

2016-08-30 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16532: -- Summary: Enforce procedure ownership at construction Key: HBASE-16532 URL: https://issues.apache.org/jira/browse/HBASE-16532 Project: HBase Issue Type: Bug

[jira] [Resolved] (HBASE-16521) Restore operation would fail if the hbase.tmp.dir directory is absent or doesn't have proper permission

2016-08-29 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-16521. Resolution: Fixed Hadoop Flags: Reviewed Thanks for the review, Vlad. > Restore operation wo

[jira] [Created] (HBASE-16523) Update refguide with ACL for procedure admin tasks

2016-08-29 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16523: -- Summary: Update refguide with ACL for procedure admin tasks Key: HBASE-16523 URL: https://issues.apache.org/jira/browse/HBASE-16523 Project: HBase Issue Type: Task

[jira] [Created] (HBASE-16521) Restore operation would fail if the hbase.tmp.dir directory is absent or doesn't give proper permission

2016-08-29 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16521: -- Summary: Restore operation would fail if the hbase.tmp.dir directory is absent or doesn't give proper permission Key: HBASE-16521 URL: https://issues.apache.org/jira/browse/HBASE-

[jira] [Created] (HBASE-16520) NullPointerException in ProcedureExecutor#isProcedureOwner()

2016-08-29 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16520: -- Summary: NullPointerException in ProcedureExecutor#isProcedureOwner() Key: HBASE-16520 URL: https://issues.apache.org/jira/browse/HBASE-16520 Project: HBase Issue Type

[jira] [Created] (HBASE-16509) Add option to LoadIncrementalHFiles which allows skipping unmatched column families

2016-08-26 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16509: -- Summary: Add option to LoadIncrementalHFiles which allows skipping unmatched column families Key: HBASE-16509 URL: https://issues.apache.org/jira/browse/HBASE-16509 Project

[jira] [Created] (HBASE-16506) Use subprocedure of Proc V2 for snapshot in BackupProcedure

2016-08-26 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16506: -- Summary: Use subprocedure of Proc V2 for snapshot in BackupProcedure Key: HBASE-16506 URL: https://issues.apache.org/jira/browse/HBASE-16506 Project: HBase Issue Type

[jira] [Resolved] (HBASE-16409) Row key for bad row should be properly delimited in VerifyReplication

2016-08-25 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-16409. Resolution: Fixed Thanks Andrew for spotting the bug. > Row key for bad row should be properly delimi

[jira] [Created] (HBASE-16497) Add test for backup / restore involving MOB table

2016-08-24 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16497: -- Summary: Add test for backup / restore involving MOB table Key: HBASE-16497 URL: https://issues.apache.org/jira/browse/HBASE-16497 Project: HBase Issue Type: Test

[jira] [Created] (HBASE-16491) A few org.apache.hadoop.hbase.rsgroup classes missing @InterfaceAudience annotation

2016-08-24 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16491: -- Summary: A few org.apache.hadoop.hbase.rsgroup classes missing @InterfaceAudience annotation Key: HBASE-16491 URL: https://issues.apache.org/jira/browse/HBASE-16491 Project

Re: IntegrationTestBigLinkedList now running on builds.apache.org

2016-08-23 Thread Ted Yu
lan on adding them once I get master passing. Stay tuned! > > On Monday, August 22, 2016, Ted Yu wrote: > > > Nice job, Dima. > > > > Is there Jenkins job for running ITBLL for 1.2 / 1.3 branches ? > > > > Cheers > > > > On Mon, Aug

[jira] [Resolved] (HBASE-16255) Backup/Restore IT

2016-08-22 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-16255. Resolution: Fixed Thanks for the patch, Vlad. [~apurtell]: IT test has been integrate to HBASE-7912

Re: IntegrationTestBigLinkedList now running on builds.apache.org

2016-08-22 Thread Ted Yu
Nice job, Dima. Is there Jenkins job for running ITBLL for 1.2 / 1.3 branches ? Cheers On Mon, Aug 22, 2016 at 5:33 PM, Dima Spivak wrote: > Dear devs, > > tl;dr: We now have Jenkins jobs > > that can run IntegrationTes

Re: [DISCUSSION] Merge Backup / Restore - Branch HBASE-7912

2016-08-20 Thread Ted Yu
via the > IT, and poking around with the new tools. After that I feel like I'll be > informed enough to vote on a branch merge vote. > > > On Aug 19, 2016, at 12:38 PM, Ted Yu wrote: > > > > IT test is provided on HBASE-16255. > > > > Any other comment ? > &

[jira] [Created] (HBASE-16458) Shorten backup / restore test execution time

2016-08-19 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16458: -- Summary: Shorten backup / restore test execution time Key: HBASE-16458 URL: https://issues.apache.org/jira/browse/HBASE-16458 Project: HBase Issue Type: Test

Re: [DISCUSSION] Merge Backup / Restore - Branch HBASE-7912

2016-08-19 Thread Ted Yu
ection and the like. > > -Dima > > On Tuesday, August 2, 2016, Ted Yu wrote: > > > Any more comments from the community on whether the merge can be > conducted > > ? > > > > Thanks > > > > On Mon, Aug 1, 2016 at 12:03 PM, Vladimir Rodionov < >

[jira] [Resolved] (HBASE-15598) Potential null deference in CloneSnapshotProcedure#preCloneSnapshot()

2016-08-19 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-15598. Resolution: Won't Fix This hasn't happened when configuration is proper. > Potential null

[jira] [Created] (HBASE-16456) Fix findbugs warnings in hbase-rsgroup module

2016-08-19 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16456: -- Summary: Fix findbugs warnings in hbase-rsgroup module Key: HBASE-16456 URL: https://issues.apache.org/jira/browse/HBASE-16456 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-16455) Provide API for obtaining highest file number among all the WAL files

2016-08-19 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16455: -- Summary: Provide API for obtaining highest file number among all the WAL files Key: HBASE-16455 URL: https://issues.apache.org/jira/browse/HBASE-16455 Project: HBase

[jira] [Created] (HBASE-16443) Add readRegionServerLastLogRollResult() variant which accepts server name parameter

2016-08-17 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16443: -- Summary: Add readRegionServerLastLogRollResult() variant which accepts server name parameter Key: HBASE-16443 URL: https://issues.apache.org/jira/browse/HBASE-16443 Project

Re: Hbase Row key lock

2016-08-16 Thread Ted Yu
Are you referring to the following in HRegion.java ? public RowLock getRowLock(byte[] row) throws IOException { Note: HRegion is annotated with @InterfaceAudience.Private On Tue, Aug 16, 2016 at 9:25 PM, Manjeet Singh wrote: > Hi All > > Can anyone help me about how and in which version of H

[jira] [Resolved] (HBASE-16428) hbase-spark will not compile on Spark 2.0.0 due to private Logger

2016-08-16 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-16428. Resolution: Duplicate > hbase-spark will not compile on Spark 2.0.0 due to private Log

Re: [DISCUSSION] Should we pull the Cygwin-oriented instructions out of the official reference materials?

2016-08-16 Thread Ted Yu
+1 on pulling cygwin.adoc off. On Tue, Aug 16, 2016 at 6:52 PM, Daniel Vimont wrote: > Hey all, > > There are recurring user-list postings[1][2] (and the occasional JIRA[3]) > from confused individuals who are attempting to follow the (apparently > outdated and unsupported, yet apparently "offic

Re: Can anyone explain tome about the 2 unit tests in hbase-client have the same code?

2016-08-15 Thread Ted Yu
Not sure what scenario testRegionServerStoppedOnScannerOpen() intended to test. Looks like testRegionServerStoppedOnScannerOpen() can be dropped. On Mon, Aug 15, 2016 at 8:13 PM, Huang, Zhi wrote: > Hi, > I am reading the test code in hbase, and I found in this test class: > https://github.com

[jira] [Created] (HBASE-16418) Reduce duration of sleep waiting for region reopen in IntegrationTestBulkLoad#installSlowingCoproc()

2016-08-15 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16418: -- Summary: Reduce duration of sleep waiting for region reopen in IntegrationTestBulkLoad#installSlowingCoproc() Key: HBASE-16418 URL: https://issues.apache.org/jira/browse/HBASE-16418

[jira] [Created] (HBASE-16411) BackupDistCp#execute() should throw exception if the distcp job fails

2016-08-12 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16411: -- Summary: BackupDistCp#execute() should throw exception if the distcp job fails Key: HBASE-16411 URL: https://issues.apache.org/jira/browse/HBASE-16411 Project: HBase

[jira] [Created] (HBASE-16410) Retry distcp job when previous distcp job didn't succeed

2016-08-12 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16410: -- Summary: Retry distcp job when previous distcp job didn't succeed Key: HBASE-16410 URL: https://issues.apache.org/jira/browse/HBASE-16410 Project: HBase Issue

[jira] [Created] (HBASE-16409) Row key for bad row should be properly delimited in VerifyReplication

2016-08-12 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16409: -- Summary: Row key for bad row should be properly delimited in VerifyReplication Key: HBASE-16409 URL: https://issues.apache.org/jira/browse/HBASE-16409 Project: HBase

Re: [VOTE] The 2nd HBase 0.98.21 release candidate (RC1) is available

2016-08-11 Thread Ted Yu
+1 Built from source. Checked signature. Ran unit test suite against hadoop-1.1 and bumped into HBASE-16400 (can be fixed in next minor release). On Tue, Aug 9, 2016 at 5:57 PM, Andrew Purtell wrote: > Just wanted to say that I used clusterdock to do that 500M ITBLL run with > the 0.98.21RCs. T

[jira] [Created] (HBASE-16400) TestHBaseFsck fails on HBase-0.98-on-Hadoop-1.1 build

2016-08-11 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16400: -- Summary: TestHBaseFsck fails on HBase-0.98-on-Hadoop-1.1 build Key: HBASE-16400 URL: https://issues.apache.org/jira/browse/HBASE-16400 Project: HBase Issue Type: Test

large number of unit tests excluded in trunk build

2016-08-11 Thread Ted Yu
Hi, I noticed that EXCLUDES contained dozens of tests: https://builds.apache.org/job/HBase-TRUNK_matrix/lastCompletedBuild/jdk=JDK%201.7%20(latest),label=yahoo-not-h2/consoleFull I ran a few tests in the list, such as TestHFileArchiving and TestMasterObserver, which passed. This might be due to

Re: [VOTE] The 1st HBase 0.98.21 release candidate (RC0) is available

2016-08-08 Thread Ted Yu
Andrew: The following test failure is reproducible: testLogSplittingAfterMasterRecoveryDueToZKExpiry(org.apache.hadoop.hbase.TestZooKeeper) Time elapsed: 243.551 sec <<< ERROR! java.lang.Exception: test timed out after 24 milliseconds at java.lang.Thread.sleep(Native Method) at org.apach

[jira] [Created] (HBASE-16377) ServerName check is ineffective in region_mover.rb

2016-08-08 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16377: -- Summary: ServerName check is ineffective in region_mover.rb Key: HBASE-16377 URL: https://issues.apache.org/jira/browse/HBASE-16377 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-16367) Race between master and region server initialization may lead to premature server abort

2016-08-06 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16367: -- Summary: Race between master and region server initialization may lead to premature server abort Key: HBASE-16367 URL: https://issues.apache.org/jira/browse/HBASE-16367 Project

[jira] [Resolved] (HBASE-16198) Enhance backup history command

2016-08-05 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-16198. Resolution: Fixed Hadoop Flags: Reviewed > Enhance backup history comm

[jira] [Created] (HBASE-16364) Enhance BackupSystemTable#getBackupHistoryForTable() to selectively retrieve related backup history

2016-08-05 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16364: -- Summary: Enhance BackupSystemTable#getBackupHistoryForTable() to selectively retrieve related backup history Key: HBASE-16364 URL: https://issues.apache.org/jira/browse/HBASE-16364

[jira] [Resolved] (HBASE-16358) Backup create command: log success/failure with backup id

2016-08-05 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-16358. Resolution: Fixed > Backup create command: log success/failure with backup

[jira] [Created] (HBASE-16359) NullPointerException in RSRpcServices.openRegion()

2016-08-04 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16359: -- Summary: NullPointerException in RSRpcServices.openRegion() Key: HBASE-16359 URL: https://issues.apache.org/jira/browse/HBASE-16359 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-16349) TestClusterId may hang during cluster shutdown

2016-08-03 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16349: -- Summary: TestClusterId may hang during cluster shutdown Key: HBASE-16349 URL: https://issues.apache.org/jira/browse/HBASE-16349 Project: HBase Issue Type: Bug

Re: [DISCUSSION] Merge Backup / Restore - Branch HBASE-7912

2016-08-02 Thread Ted Yu
ore deciding that a fresh full backup is less costly in terms > of > >> > > space. > >> > > > but I think this incremental merge/compaction was a feature on the > >> > > roadmap > >> > > > as Phase3. > >>

[jira] [Resolved] (HBASE-16265) BulkLoadSuite#Wide Row Bulk Load fails in master branch

2016-08-02 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-16265. Resolution: Cannot Reproduce After HBASE-15291 was reverted, this is no longer failing. > BulkLoadSu

[jira] [Created] (HBASE-16274) assert_equal may fail in replication_admin_test#"add_peer: multiple zk cluster key and table_cfs - peer config"

2016-07-22 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16274: -- Summary: assert_equal may fail in replication_admin_test#"add_peer: multiple zk cluster key and table_cfs - peer config" Key: HBASE-16274 URL: https://issues.apache.org/jira/br

[jira] [Created] (HBASE-16267) Remove httpclient dependency from hbase-rest module

2016-07-21 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16267: -- Summary: Remove httpclient dependency from hbase-rest module Key: HBASE-16267 URL: https://issues.apache.org/jira/browse/HBASE-16267 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-16265) BulkLoadSuite#Wide Row Bulk Load fails in master branch

2016-07-20 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16265: -- Summary: BulkLoadSuite#Wide Row Bulk Load fails in master branch Key: HBASE-16265 URL: https://issues.apache.org/jira/browse/HBASE-16265 Project: HBase Issue Type: Bug

Re: [DISCUSSION] Merge Backup / Restore - Branch HBASE-7912

2016-07-20 Thread Ted Yu
y only keep the last n backups around) we > would just compact those together. > > Maybe this has already been discussed, if it has I'm sorry for bringing > this up. > > On Tue, Jul 19, 2016 at 6:35 PM, Ted Yu wrote: > > > I have attached rebased mega patch to HBASE-14

Re: [DISCUSSION] Merge Backup / Restore - Branch HBASE-7912

2016-07-19 Thread Ted Yu
even keep WAL files, and completely disable incremental > backups? > > Enis > > > > > > has anyone interested in using backups looked at the doc in HBASE-7912? > > is the current design of incremental backup acceptable for everyone > wanting > > to use this

[jira] [Resolved] (HBASE-16243) Admin#takeSnapshotAsync should not expose Protos as the return type

2016-07-19 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-16243. Resolution: Duplicate Marking dup of HBASE-15174 : Admin API is kept unchanged. > Admin#takeSnapshotAs

[jira] [Created] (HBASE-16254) hbase:backup table should have proper description in system table UI

2016-07-19 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16254: -- Summary: hbase:backup table should have proper description in system table UI Key: HBASE-16254 URL: https://issues.apache.org/jira/browse/HBASE-16254 Project: HBase

Re: [DISCUSSION] Merge Backup / Restore - Branch HBASE-7912

2016-07-19 Thread Ted Yu
Gentle ping on this subject. The changes are mostly non-intrusive. More comments are welcome. On Mon, Jul 11, 2016 at 9:29 PM, Vladimir Rodionov wrote: > Not that hard, Andrew. I will open JIRA. > > -Vlad > > On Mon, Jul 11, 2016 at 8:46 PM, Andrew Purtell > wrote: > > > How hard would it be

[jira] [Reopened] (HBASE-14123) HBase Backup/Restore Phase 2

2016-07-19 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu reopened HBASE-14123: > HBase Backup/Restore Phase 2 > > > Key:

[jira] [Created] (HBASE-16243) Admin#takeSnapshotAsync should not expose Protos as the return type

2016-07-18 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16243: -- Summary: Admin#takeSnapshotAsync should not expose Protos as the return type Key: HBASE-16243 URL: https://issues.apache.org/jira/browse/HBASE-16243 Project: HBase

Re: Continuous Integration for Hbase 1.2.1

2016-07-18 Thread Ted Yu
Have you looked at https://builds.apache.org/job/HBase-1.2/ ? Cheers On Tue, Jul 12, 2016 at 12:16 AM, buddyhbase hbase wrote: > Hi, > > > I would like to run the CI(Continuous Integration) tests for the hbase > 1.2.1, I searched for it but looks like the link > http://hudson.zones.apache.org/h

[jira] [Created] (HBASE-16237) Blocks for hbase:meta table are not cached in L1 cache

2016-07-15 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16237: -- Summary: Blocks for hbase:meta table are not cached in L1 cache Key: HBASE-16237 URL: https://issues.apache.org/jira/browse/HBASE-16237 Project: HBase Issue Type: Bug

Re: hbase:meta blocks in L1?

2016-07-14 Thread Ted Yu
ons > of 1.x branches. Please examine each independently, don't assume what holds > on one branch applies to another. > > On Thu, Jul 14, 2016 at 12:35 PM, Ted Yu wrote: > > > Interesting. > > > > Do you want to log a JIRA ? > > > > I checked HTableDescri

Re: hbase:meta blocks in L1?

2016-07-14 Thread Ted Yu
g/jira/browse/HBASE-15467, but is not right > (if I read this proper) in the 1.x line. It could mean that hbase:meta > is cached in L2 only. > > On Thu, Jul 14, 2016 at 7:37 PM, Ted Yu wrote: > > Looking at FSTableDescriptors#createMetaTableDescriptor() , both column > &g

Re: Cache features in shell missing?

2016-07-14 Thread Ted Yu
I think support for these configs should be added for HColumnDescriptor. On Thu, Jul 14, 2016 at 7:00 AM, Lars George wrote: > Hi, > > Looking at `CacheConfig` and noticed that > `CACHE_DATA_BLOCKS_COMPRESSED_KEY` and > `DROP_BEHIND_CACHE_COMPACTION_KEY` both have no equivalent in > `HColumnDesc

Re: hbase:meta blocks in L1?

2016-07-14 Thread Ted Yu
Looking at FSTableDescriptors#createMetaTableDescriptor() , both column families have the following: .setCacheDataInL1(true), Is there something else you were looking for ? Cheers On Thu, Jul 14, 2016 at 6:59 AM, Lars George wrote: > Hey, > > HBASE-11364 did add `.setCacheData

Re: bringing unit test out of exclusion

2016-07-13 Thread Ted Yu
27;s the expert there, but I believe it will eventually migrate out of > the exclusion list if it empirically starts passing regularly again. > > Jon. > > On Wed, Jul 13, 2016 at 10:57 AM, Ted Yu wrote: > > > Hi, > > Does someone know how to bring fixed unit test out of t

bringing unit test out of exclusion

2016-07-13 Thread Ted Yu
Hi, Does someone know how to bring fixed unit test out of the exclusion list (for trunk build) ? TestReplicationSmallTests was tagged flaky a few days ago but now it has been fixed. Thanks

[jira] [Reopened] (HBASE-16184) Shell test fails due to rLoadSink being nil

2016-07-10 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu reopened HBASE-16184: HBASE-16185 handles TestReplicationSmallTests failure. This would be used to handle shell test failure

[jira] [Resolved] (HBASE-15988) User needs to initiate full backup for new table(s) being added for incremental backup

2016-07-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-15988. Resolution: Fixed Assignee: Ted Yu Hadoop Flags: Reviewed Thanks for the review. Ran tests

[jira] [Resolved] (HBASE-16184) Shell test fails due to undefined method `getAgeOfLastAppliedOp' for nil:NilClass

2016-07-06 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-16184. Resolution: Duplicate Turns out to be dup of HBASE-16185 Switching to commit

[jira] [Created] (HBASE-16185) TestReplicationSmallTests fails in master branch

2016-07-06 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16185: -- Summary: TestReplicationSmallTests fails in master branch Key: HBASE-16185 URL: https://issues.apache.org/jira/browse/HBASE-16185 Project: HBase Issue Type: Test

[jira] [Created] (HBASE-16184) Shell test fails due to undefined method `getAgeOfLastAppliedOp'

2016-07-06 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16184: -- Summary: Shell test fails due to undefined method `getAgeOfLastAppliedOp' Key: HBASE-16184 URL: https://issues.apache.org/jira/browse/HBASE-16184 Project: HBase

[jira] [Created] (HBASE-16179) Fix compilation errors when building hbase-spark against Spark 2.0

2016-07-05 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16179: -- Summary: Fix compilation errors when building hbase-spark against Spark 2.0 Key: HBASE-16179 URL: https://issues.apache.org/jira/browse/HBASE-16179 Project: HBase

Re: Hbase replication

2016-07-05 Thread Ted Yu
darshit: Can you outline what changes were made during alter table operation ? Thanks On Tue, Jul 5, 2016 at 10:28 AM, darshit kandpal wrote: > Hello James, > Thanks for the update. There was another issue: > Once the table has been created and replication has been enabled, if I do > alter tabl

[jira] [Resolved] (HBASE-16114) Get regionLocation of required regions only for MR jobs

2016-07-01 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-16114. Resolution: Fixed > Get regionLocation of required regions only for MR j

[jira] [Reopened] (HBASE-16114) Get regionLocation of required regions only for MR jobs

2016-07-01 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu reopened HBASE-16114: > Get regionLocation of required regions only for MR j

[jira] [Created] (HBASE-16147) Add ruby wrapper for getting compaction state

2016-06-29 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16147: -- Summary: Add ruby wrapper for getting compaction state Key: HBASE-16147 URL: https://issues.apache.org/jira/browse/HBASE-16147 Project: HBase Issue Type: Improvement

Re: [DISCUSS] Move "stable" pointer to 1.2.x

2016-06-28 Thread Ted Yu
+1 from me as well. > On Jun 28, 2016, at 9:08 PM, Sean Busbey wrote: > > fine by me once 1.2.2 is out. it'll give us a great incentive to get > back on the target release cadence. > >> On Tue, Jun 28, 2016 at 11:01 PM, Nick Dimiduk wrote: >> With the second 1.2 patch release on the way, and

[jira] [Created] (HBASE-16122) PerformanceEvaluation should provide user friendly hint when client threads argument is missing

2016-06-27 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16122: -- Summary: PerformanceEvaluation should provide user friendly hint when client threads argument is missing Key: HBASE-16122 URL: https://issues.apache.org/jira/browse/HBASE-16122

[jira] [Resolved] (HBASE-16009) Restoring an incremental backup should not require -overwrite

2016-06-27 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-16009. Resolution: Duplicate > Restoring an incremental backup should not require -overwr

[jira] [Created] (HBASE-16112) TestMobFlushSnapshotFromClient is flaky

2016-06-25 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16112: -- Summary: TestMobFlushSnapshotFromClient is flaky Key: HBASE-16112 URL: https://issues.apache.org/jira/browse/HBASE-16112 Project: HBase Issue Type: Test

[jira] [Resolved] (HBASE-16037) Make automatic mode default one

2016-06-24 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-16037. Resolution: Fixed Hadoop Flags: Reviewed Fix Version/s: 2.0.0 Thanks for the patch, Vlad

[jira] [Created] (HBASE-16109) Add Interface audience annotation to a few classes

2016-06-24 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16109: -- Summary: Add Interface audience annotation to a few classes Key: HBASE-16109 URL: https://issues.apache.org/jira/browse/HBASE-16109 Project: HBase Issue Type: Bug

[jira] [Resolved] (HBASE-16065) hbase backup set describe command does not inform if the set does not exist

2016-06-24 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-16065. Resolution: Fixed Hadoop Flags: Reviewed Thanks for the patch, Vlad. > hbase backup set descr

[jira] [Resolved] (HBASE-16088) hbase restore gives a misleading message if the table doesn't exist

2016-06-23 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-16088. Resolution: Fixed Hadoop Flags: Reviewed Thanks for the review, Vlad. > hbase restore give

Re: Branch for 1.3

2016-06-22 Thread Ted Yu
I think Dima's past work would help narrow down the patch(es) which introduced the regression: http://search-hadoop.com/m/YGbbPH6kn1dKe8j2 A list of JIRAs which went into 1.3 but not 1.2.2 can be obtained. The scope of search should be considerably smaller once we have the list. FYI On Wed, Jun

<    5   6   7   8   9   10   11   12   13   14   >