[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-16521

[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
; Not yet, but I plan on adding them once I get master passing. Stay tuned! > > On Monday, August 22, 2016, Ted Yu <yuzhih...@gmail.com> wrote: > > > Nice job, Dima. > > > > Is there Jenkins job for running ITBLL for 1.2 / 1.3 branches ? > > > > Cheer

[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

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

2016-08-20 Thread Ted Yu
xt 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 PM, Ted Yu <yuzhih...@gmail.com> wrote: > > > > IT test is provided on HBAS

[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
behaves well with > fault injection and the like. > > -Dima > > On Tuesday, August 2, 2016, Ted Yu <yuzhih...@gmail.com> wrote: > > > Any more comments from the community on whether the merge can be > conducted > > ? > > > > Thanks > > > > On

[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 defere

[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

[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

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

[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-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

[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

[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
uld I take > >> > > incrementals, > >> > > > before 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 > >> &g

[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
lete an incremental backup (say 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 <yuzhih...@gmail.com> wrote: > >

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

2016-07-19 Thread Ted Yu
> wanting > > to use this feature? > > (maybe this should be a question for the @user list and not dev) > > > > is there anyone already using this feature or it is just dev testing it? > > to me will be interesting having a use-case/workflow example

[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

[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 >

[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
master and various incarnations > 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 <yuzhih...@gmail.com> wrote: > > > Interesting. > > > > Do you want to log a

Re: hbase:meta blocks in L1?

2016-07-14 Thread Ted Yu
n > https://issues.apache.org/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 <yuzhih...@gmail.com> wrote: > > Looking at FSTableDescriptor

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

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, > >

Re: bringing unit test out of exclusion

2016-07-13 Thread Ted Yu
wrote: > Appy'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 <yuzhih...@gmail.com> wrote: > > > Hi, > > Does

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-11 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 Issue

[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

[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

[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 gi

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,

[jira] [Resolved] (HBASE-16083) Fix table based replication related configs

2016-06-22 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-16083. Resolution: Fixed > Fix table based replication related conf

[jira] [Created] (HBASE-16090) ResultScanner is not closed in SyncTable#finishRemainingHashRanges()

2016-06-22 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16090: -- Summary: ResultScanner is not closed in SyncTable#finishRemainingHashRanges() Key: HBASE-16090 URL: https://issues.apache.org/jira/browse/HBASE-16090 Project: HBase

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

2016-06-22 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16088: -- Summary: hbase restore gives a misleading message if the table doesn't exist Key: HBASE-16088 URL: https://issues.apache.org/jira/browse/HBASE-16088 Project: HBase

[jira] [Created] (HBASE-16084) Clean up the stale references in javadoc

2016-06-22 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16084: -- Summary: Clean up the stale references in javadoc Key: HBASE-16084 URL: https://issues.apache.org/jira/browse/HBASE-16084 Project: HBase Issue Type: Bug

Re: HBCK options to disable master maintenance threads

2016-06-20 Thread Ted Yu
Is this change for 2.0 ? For 1.x, this would be incompatible change, right ? On Mon, Jun 20, 2016 at 2:33 PM, Enis Söztutar wrote: > On Mon, Jun 20, 2016 at 1:49 PM, Stephen Jiang > wrote: > > > Enis, what I suggested was that even no repair is

[jira] [Created] (HBASE-16048) Consider tagging InternalScanner with LimitedPrivate(HBaseInterfaceAudience.COPROC)

2016-06-16 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16048: -- Summary: Consider tagging InternalScanner with LimitedPrivate(HBaseInterfaceAudience.COPROC) Key: HBASE-16048 URL: https://issues.apache.org/jira/browse/HBASE-16048 Project

[jira] [Resolved] (HBASE-16039) Incremental backup action failed with NPE when table in full backup is deleted in between

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

[jira] [Created] (HBASE-16045) endtime argument for VerifyReplication was incorrectly specified in usage

2016-06-16 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16045: -- Summary: endtime argument for VerifyReplication was incorrectly specified in usage Key: HBASE-16045 URL: https://issues.apache.org/jira/browse/HBASE-16045 Project: HBase

Re: Surge of flaky tests

2016-06-16 Thread Ted Yu
> I suspected this failure was caused by me reverting the split/merge > switch-related locks, but couldn't reproduce it locally. Let me look again > too. > > -Mikhail > > On Wed, Jun 15, 2016 at 9:04 PM, Ted Yu <yuzhih...@gmail.com> wrote: > > > From the list, some te

Re: Surge of flaky tests

2016-06-15 Thread Ted Yu
>From the list, some tests, such as the following (reproduced locally), failed 100%. testCallQueueTooBigException(org.apache.hadoop.hbase.client.TestFastFail) Time elapsed: 1.54 sec <<< FAILURE! java.lang.AssertionError: There should have been 1 hit expected:<1> but was:<0> at

[jira] [Resolved] (HBASE-15862) Backup - Delete- Restore does not restore deleted data

2016-06-14 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-15862. Resolution: Fixed Hadoop Flags: Reviewed > Backup - Delete- Restore does not restore deleted d

[jira] [Resolved] (HBASE-15584) Revisit handling of BackupState#CANCELLED

2016-06-13 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-15584. Resolution: Fixed Hadoop Flags: Reviewed Thanks for the reviews. > Revisit handling of BackupSt

Re: HBase Task #57953b5d

2016-06-13 Thread Ted Yu
Have you seen this thread ? http://search-hadoop.com/m/YGbbLPiq82r0SVj2=Re+Task+57953b5d+ On Mon, Jun 13, 2016 at 2:05 AM, Madhur Sharma wrote: > Hi, > > Can you please let me know the details of this task, so that I can > contribute on this. > I have 10 years of

[jira] [Resolved] (HBASE-15853) HBase backups fail if there is no /user/hbase directory on HDFS

2016-06-12 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-15853. Resolution: Later Creation of the directory can be handled outside of hbase. > HBase backups f

[jira] [Resolved] (HBASE-15979) replication_admin_test.rb fails in 0.98 branch

2016-06-12 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-15979. Resolution: Cannot Reproduce I haven't been able to reproduce this test failure

Re: Branch for 1.3

2016-06-10 Thread Ted Yu
bq. How many people want to stick with Hadoop 2.4 yet upgrade to HBase 1.3? Seems like the above question should be asked on user@ also. On Fri, Jun 10, 2016 at 5:00 PM, Mikhail Antonov wrote: > Basically everything I waited for to land in 1.3 is done so it's time to >

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

2016-06-10 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16009: -- Summary: Restoring an incremental backup should not require -overwrite Key: HBASE-16009 URL: https://issues.apache.org/jira/browse/HBASE-16009 Project: HBase Issue

[jira] [Created] (HBASE-16007) Job's Configuration should be passed to TableMapReduceUtil#addDependencyJars() in WALPlayer

2016-06-10 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16007: -- Summary: Job's Configuration should be passed to TableMapReduceUtil#addDependencyJars() in WALPlayer Key: HBASE-16007 URL: https://issues.apache.org/jira/browse/HBASE-16007

[jira] [Created] (HBASE-16006) FileSystem should be obtained from specified path in WALInputFormat#getSplits()

2016-06-10 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16006: -- Summary: FileSystem should be obtained from specified path in WALInputFormat#getSplits() Key: HBASE-16006 URL: https://issues.apache.org/jira/browse/HBASE-16006 Project: HBase

[jira] [Resolved] (HBASE-15986) BackupServerUtil.getWALFilesOlderThan() should handle oldWALs properly

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

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

2016-06-08 Thread Ted Yu
+1 Ran unit test suite with Java 1.7.0_67 Exercised some basic shell commands On Wed, Jun 8, 2016 at 11:05 AM, Andrew Purtell wrote: > I've not seen this Dima but note that 0.98 releases have always built their > binary convenience artifacts against Hadoop 2.2.0. When

[jira] [Created] (HBASE-15986) BackupServerUtil.getWALFilesOlderThan() should handle oldWALs properly

2016-06-07 Thread Ted Yu (JIRA)
Ted Yu created HBASE-15986: -- Summary: BackupServerUtil.getWALFilesOlderThan() should handle oldWALs properly Key: HBASE-15986 URL: https://issues.apache.org/jira/browse/HBASE-15986 Project: HBase

[jira] [Created] (HBASE-15979) replication_admin_test.rb fails in 0.98 branch

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

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