[jira] [Created] (HBASE-21249) Add jitter for ProcedureUtil.getBackoffTimeMs

2018-09-27 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-21249: - Summary: Add jitter for ProcedureUtil.getBackoffTimeMs Key: HBASE-21249 URL: https://issues.apache.org/jira/browse/HBASE-21249 Project: HBase Issue Type: Sub-task

Re: Are we accepting empty commits?

2018-09-27 Thread Duo Zhang
I think record the information on jira is enough, so I prefer no empty commit. Andrew Purtell 于2018年9月28日周五 上午9:56写道: > There is an odd commit on master that has 0 file changes. > > commit 98b1feac771d7cc5778fb14089834c99642a3533 > Author: Sean Busbey > Date: Wed Sep 26 15:00:05 2018 -0700 >

Re: QA run unable to process patches

2018-09-27 Thread Duo Zhang
Issue resolved. Nobody in infra has changed the hadoopqa account password. It was flagged > as requireing a captcha at login, which means someone has attempted to log > into it too many times and failed. I have reset the login counter, but the > hadoopqa account is not maintained by infra, it is

1.4.8 RC next week

2018-09-27 Thread Andrew Purtell
Starting work on it tomorrow. If you've got branch-1 work pending that you'd like to see in 1.4.8 please commit it by midafternoon Pacific time to see it go in. Apologies for the short notice. It's the end of the month already. Seems like just yesterday was the start of it. -- Best regards,

Are we accepting empty commits?

2018-09-27 Thread Andrew Purtell
There is an odd commit on master that has 0 file changes. commit 98b1feac771d7cc5778fb14089834c99642a3533 Author: Sean Busbey Date: Wed Sep 26 15:00:05 2018 -0700 HBASE-21241 Close stale PRs * Closes #86 - referenced JIRA has already been merged * Closes #90 - no response from

[jira] [Created] (HBASE-21248) Implement exponential backoff when retrying for ModifyPeerProcedure

2018-09-27 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-21248: - Summary: Implement exponential backoff when retrying for ModifyPeerProcedure Key: HBASE-21248 URL: https://issues.apache.org/jira/browse/HBASE-21248 Project: HBase

Re: QA run unable to process patches

2018-09-27 Thread Duo Zhang
Filed https://issues.apache.org/jira/browse/INFRA-17068 张铎(Duo Zhang) 于2018年9月28日周五 上午9:32写道: > Oh the problem is still the same > > jira_http_fetch: https://issues.apache.org/jira/browse/HBASE-21233 returned > 4xx status code. Maybe incorrect username/password? > > > But yetus 0.8.0 will at

Re: QA run unable to process patches

2018-09-27 Thread Duo Zhang
Tried to upgrade to yetus 0.8.0, and exclude H15 from the build machine, now the failure message for HBASE-21233 is failed to apply patch. Let me check. 张铎(Duo Zhang) 于2018年9月28日周五 上午9:15写道: > The jira password has been changed? It seems that the hadoop pre commit > job is still fine. > > Ted

Re: QA run unable to process patches

2018-09-27 Thread Duo Zhang
The jira password has been changed? It seems that the hadoop pre commit job is still fine. Ted Yu 于2018年9月28日周五 上午6:35写道: > From https://builds.apache.org/job/PreCommit-HBASE-Build/14515/console : > > *22:32:24* [Thu Sep 27 22:32:24 UTC 2018 DEBUG]: jira_http_fetch: >

Re: QA run unable to process patches

2018-09-27 Thread Ted Yu
>From https://builds.apache.org/job/PreCommit-HBASE-Build/14515/console : *22:32:24* [Thu Sep 27 22:32:24 UTC 2018 DEBUG]: jira_http_fetch: https://issues.apache.org/jira/browse/HBASE-21247 returned 4xx status code. Maybe incorrect username/password?*22:32:24* [Thu Sep 27 22:32:24 UTC 2018

Re: QA run unable to process patches

2018-09-27 Thread Sean Busbey
Try rebuilding with the debug flag on. On Thu, Sep 27, 2018, 14:17 Ted Yu wrote: > Hi, > Starting this morning, some QA bot runs ended with something similar to the > following ( > https://builds.apache.org/job/PreCommit-HBASE-Build/14508/console > ): > > *05:00:34* ERROR: Unsure how to process

QA run unable to process patches

2018-09-27 Thread Ted Yu
Hi, Starting this morning, some QA bot runs ended with something similar to the following (https://builds.apache.org/job/PreCommit-HBASE-Build/14508/console ): *05:00:34* ERROR: Unsure how to process HBASE-21242. I wonder if someone has idea where I should look in order to determine the root

[jira] [Created] (HBASE-21247) Allow WAL Provider to be specified by configuration without explicit enum in Providers

2018-09-27 Thread Ted Yu (JIRA)
Ted Yu created HBASE-21247: -- Summary: Allow WAL Provider to be specified by configuration without explicit enum in Providers Key: HBASE-21247 URL: https://issues.apache.org/jira/browse/HBASE-21247 Project:

[jira] [Created] (HBASE-21246) Introduce WALIdentity interface

2018-09-27 Thread Ted Yu (JIRA)
Ted Yu created HBASE-21246: -- Summary: Introduce WALIdentity interface Key: HBASE-21246 URL: https://issues.apache.org/jira/browse/HBASE-21246 Project: HBase Issue Type: Sub-task

Feature branch for WAL refactor work

2018-09-27 Thread Josh Elser
FYI On 2018/09/27 16:15:41, te...@apache.org wrote: > Repository: hbase Updated Branches: refs/heads/HBASE-20952 [created] 86cb8e48a

Re: Possible Reference Guide Error: Pseudo case, hbase.unsafe.stream.capability.enforce should set to false, not true

2018-09-27 Thread Sean Busbey
Hi wushen! Did you replace the Hadoop jars in your HBase install with the ones provided by your Hadoop version? The error you ran into can happen if your runtime has a mix of older and newer Hadoop classes. On Thu, Sep 27, 2018 at 8:05 AM wu shen wrote: > > Hi, dev team, > > > My env is: hadoop

Possible Reference Guide Error: Pseudo case, hbase.unsafe.stream.capability.enforce should set to false, not true

2018-09-27 Thread wu shen
Hi, dev team, My env is: hadoop 2.9.1 + hbase 2.1.0 When I follow the Reference Guide to set up Pseudo Distrubuted install: "Be sure to either remove the entry for hbase.unsafe.stream.capability.enforce or set it to true." But actually found: 1. HMaster error and existed "ERROR

[jira] [Created] (HBASE-21245) Add exponential backoff when retrying for sync replication related procedures

2018-09-27 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-21245: - Summary: Add exponential backoff when retrying for sync replication related procedures Key: HBASE-21245 URL: https://issues.apache.org/jira/browse/HBASE-21245 Project:

[jira] [Created] (HBASE-21244) Skip persistence when retrying for assignment related procedures

2018-09-27 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-21244: - Summary: Skip persistence when retrying for assignment related procedures Key: HBASE-21244 URL: https://issues.apache.org/jira/browse/HBASE-21244 Project: HBase

[jira] [Created] (HBASE-21243) Correct java-doc for the method RpcServer.getRemoteAddress()

2018-09-27 Thread Nihal Jain (JIRA)
Nihal Jain created HBASE-21243: -- Summary: Correct java-doc for the method RpcServer.getRemoteAddress() Key: HBASE-21243 URL: https://issues.apache.org/jira/browse/HBASE-21243 Project: HBase

[jira] [Resolved] (HBASE-21218) TableStateNotFoundException thrown from RSGroupAdminEndpoint#postCreateTable when creating table

2018-09-27 Thread Nihal Jain (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nihal Jain resolved HBASE-21218. Resolution: Duplicate > TableStateNotFoundException thrown from