Re: Hmaster fails to become active in Kerberos ENV

2018-04-02 Thread Reid Chan
> fails with Meta regions assignment and GSS errors. Would you mind providing the logs or stack trace about these. I can't find the attachment... R.C From: Abhishek Kulkarni Sent: 02 April 2018 16:15:50 To:

[jira] [Created] (HBASE-20330) ProcedureExecutor.start() gets stuck in recover lease on store.

2018-04-02 Thread Umesh Agashe (JIRA)
Umesh Agashe created HBASE-20330: Summary: ProcedureExecutor.start() gets stuck in recover lease on store. Key: HBASE-20330 URL: https://issues.apache.org/jira/browse/HBASE-20330 Project: HBase

[DISCUSS] Minimum Maven Version

2018-04-02 Thread Mike Drob
According to the book at http://hbase.apache.org/book.html#build.basic our minimum maven version is currently 3.0.4 However, after HBASE-20212 introduced the warbucks plugin we require 3.0.5 I'm not against bumping the minimum here when there is value added, but we should take this opportunity

HFile.java code comment regarding block_size

2018-04-02 Thread Xu Cang
Hi, I am reading HFile.java today and found out in the comment section, it's a bit confusing to me. * Minimum block size. We recommend a setting of minimum block size between *__8KB to 1MB__ for general usage. Larger block size is preferred if files are * primarily for sequential access.

Re: Looking for AsyncWAL docs

2018-04-02 Thread Stack
HBASE-20329 is first cut. S On Mon, Apr 2, 2018 at 2:11 PM, Stack wrote: > On Mon, Apr 2, 2018 at 1:27 PM, Mike Drob wrote: > >> Duo, can you include content from >> https://issues.apache.org/jira/browse/HBASE-16689 when you are writing up >> the docs as

[jira] [Created] (HBASE-20329) Add note to refguide on AsyncFSWAL

2018-04-02 Thread stack (JIRA)
stack created HBASE-20329: - Summary: Add note to refguide on AsyncFSWAL Key: HBASE-20329 URL: https://issues.apache.org/jira/browse/HBASE-20329 Project: HBase Issue Type: Sub-task

Re: Looking for AsyncWAL docs

2018-04-02 Thread Stack
On Mon, Apr 2, 2018 at 1:27 PM, Mike Drob wrote: > Duo, can you include content from > https://issues.apache.org/jira/browse/HBASE-16689 when you are writing up > the docs as well? Not sure if that is talking about same or different Async > Wal option, actually. > > I'll do the

[RESULT] [VOTE] The first HBase 1.4.3 release candidate (RC0) is available

2018-04-02 Thread Andrew Purtell
With 3 binding +1s, 4 non-binding +1s, and no 0 or -1 votes, this vote passes. Thank you to all who voted on the release candidate! On Fri, Mar 23, 2018 at 5:09 PM, Andrew Purtell wrote: > The first HBase 1.4.3 release candidate (RC0) is available for download at >

Re: Looking for AsyncWAL docs

2018-04-02 Thread Mike Drob
Duo, can you include content from https://issues.apache.org/jira/browse/HBASE-16689 when you are writing up the docs as well? Not sure if that is talking about same or different Async Wal option, actually. Mike On Wed, Mar 28, 2018 at 12:58 PM, 张铎(Duo Zhang) wrote: > Got

Hmaster fails to become active in Kerberos ENV

2018-04-02 Thread Abhishek Kulkarni
Hi, I am using below environment with Kerberos enabled for HBase and ZK. Observation/Issue- HMaster comes up for some time and fails with Meta regions assignment and GSS errors. Can anyone please help resolving this as this is blocking us from last month & failing to resolve with online

[jira] [Created] (HBASE-20328) Fix local backup master start command in documentation

2018-04-02 Thread Yuki Tawara (JIRA)
Yuki Tawara created HBASE-20328: --- Summary: Fix local backup master start command in documentation Key: HBASE-20328 URL: https://issues.apache.org/jira/browse/HBASE-20328 Project: HBase Issue

[jira] [Created] (HBASE-20327) When qualifier is not specified, append and incr operation do not work (shell)

2018-04-02 Thread Nihal Jain (JIRA)
Nihal Jain created HBASE-20327: -- Summary: When qualifier is not specified, append and incr operation do not work (shell) Key: HBASE-20327 URL: https://issues.apache.org/jira/browse/HBASE-20327 Project:

why Comparator extends comparable?

2018-04-02 Thread whodarewin2...@126.com
Question for class ByteComparable and it's subclass ...Comparator: why Comparator extends comparable? Comparable is an interface,object implements this interface can be compare with some other object, Comparator is a tool for compare object,the tool itself can be compare is useless, so