[GitHub] [hbase] gkanade opened a new pull request #2134: Cherry pick HBASE-24713 RS startup with FSHLog throws NPE after HBASE-21751

2020-07-23 Thread GitBox
gkanade opened a new pull request #2134: URL: https://github.com/apache/hbase/pull/2134 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [hbase] gkanade opened a new pull request #2133: Hbase 24713 branch 2.3

2020-07-23 Thread GitBox
gkanade opened a new pull request #2133: URL: https://github.com/apache/hbase/pull/2133 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [hbase] anoopsjohn commented on a change in pull request #2021: HBASE-24665 all wal of RegionGroupingProvider together roll

2020-07-23 Thread GitBox
anoopsjohn commented on a change in pull request #2021: URL: https://github.com/apache/hbase/pull/2021#discussion_r459857809 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/wal/AbstractWALRoller.java ## @@ -58,31 +58,31 @@ protected static final String

[jira] [Commented] (HBASE-24749) Direct insert HFiles and Persist in-memory HFile tracking

2020-07-23 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17164147#comment-17164147 ] Michael Stack commented on HBASE-24749: --- Just a thought; keeping the hfile set in hbase:meta is

[GitHub] [hbase] ramkrish86 commented on pull request #2125: HBASE-24713 RS startup with FSHLog throws NPE after HBASE-21751

2020-07-23 Thread GitBox
ramkrish86 commented on pull request #2125: URL: https://github.com/apache/hbase/pull/2125#issuecomment-663348076 Think that the test case failures are unrelated. Will commit this in a day or two unless there are any more comments. @anoopsjohn , @saintstack .

[jira] [Updated] (HBASE-24754) Bulk load performance is degraded in HBase 2

2020-07-23 Thread Ajeet Rai (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ajeet Rai updated HBASE-24754: -- Description: in our Test,It is observed that Bulk load performance is degraded in HBase 2 .  Test

[jira] [Commented] (HBASE-23634) Enable "Split WAL to HFile" by default

2020-07-23 Thread ramkrishna.s.vasudevan (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17164140#comment-17164140 ] ramkrishna.s.vasudevan commented on HBASE-23634: bq.Or else write directly under this

[jira] [Commented] (HBASE-23634) Enable "Split WAL to HFile" by default

2020-07-23 Thread ramkrishna.s.vasudevan (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17164139#comment-17164139 ] ramkrishna.s.vasudevan commented on HBASE-23634: bq.. Say if HFile was placed under

[jira] [Commented] (HBASE-24749) Direct insert HFiles and Persist in-memory HFile tracking

2020-07-23 Thread ramkrishna.s.vasudevan (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17164138#comment-17164138 ] ramkrishna.s.vasudevan commented on HBASE-24749: WAL based approach one advantage is

[jira] [Commented] (HBASE-24749) Direct insert HFiles and Persist in-memory HFile tracking

2020-07-23 Thread Anoop Sam John (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17164129#comment-17164129 ] Anoop Sam John commented on HBASE-24749: So the diff is this. In case of HFiles list in META or

[jira] [Commented] (HBASE-24766) Document Remote Procedure Execution

2020-07-23 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17164130#comment-17164130 ] Michael Stack commented on HBASE-24766: --- This is a duplicate of HBASE-24596 > Document Remote

[jira] [Resolved] (HBASE-24596) Document general framework to execute remote procedure on RegionServer

2020-07-23 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Stack resolved HBASE-24596. --- Resolution: Duplicate Resolving as duplicate of HBASE-24596 (I thought I'd filed one

[jira] [Commented] (HBASE-24749) Direct insert HFiles and Persist in-memory HFile tracking

2020-07-23 Thread Anoop Sam John (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17164126#comment-17164126 ] Anoop Sam John commented on HBASE-24749: Thought abt that also.. In case of a cluster drop and

[jira] [Commented] (HBASE-20312) CCSMap: A faster, GC-friendly, less memory Concurrent Map for memstore

2020-07-23 Thread Reid Chan (Jira)
[ https://issues.apache.org/jira/browse/HBASE-20312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17164124#comment-17164124 ] Reid Chan commented on HBASE-20312: --- I just push a new feature branch named "ccsmap", based on

[GitHub] [hbase] Apache-HBase commented on pull request #2130: HBASE-24765: Dynamic master discovery

2020-07-23 Thread GitBox
Apache-HBase commented on pull request #2130: URL: https://github.com/apache/hbase/pull/2130#issuecomment-663337641 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[jira] [Updated] (HBASE-24665) MultiWAL : Avoid rolling of ALL WALs when one of the WAL needs a roll

2020-07-23 Thread wenfeiyi666 (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wenfeiyi666 updated HBASE-24665: Component/s: wal > MultiWAL : Avoid rolling of ALL WALs when one of the WAL needs a roll >

[jira] [Updated] (HBASE-23834) HBase fails to run on Hadoop 3.3.0/3.2.2/3.1.4 due to jetty version mismatch

2020-07-23 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-23834: -- Component/s: dependencies > HBase fails to run on Hadoop 3.3.0/3.2.2/3.1.4 due to jetty version

[jira] [Resolved] (HBASE-24762) Purge protobuf java 2.5.0 dependency

2020-07-23 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-24762. --- Hadoop Flags: Reviewed Resolution: Fixed Merged to master. On branch-2, we still have

[GitHub] [hbase] Apache9 merged pull request #2128: HBASE-24762 Purge protobuf java 2.5.0 dependency

2020-07-23 Thread GitBox
Apache9 merged pull request #2128: URL: https://github.com/apache/hbase/pull/2128 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[jira] [Comment Edited] (HBASE-24749) Direct insert HFiles and Persist in-memory HFile tracking

2020-07-23 Thread Zach York (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17164094#comment-17164094 ] Zach York edited comment on HBASE-24749 at 7/24/20, 3:37 AM: - Yes, I think

[GitHub] [hbase] Apache-HBase commented on pull request #2131: HBASE-24766 Document Remote Procedure Execution

2020-07-23 Thread GitBox
Apache-HBase commented on pull request #2131: URL: https://github.com/apache/hbase/pull/2131#issuecomment-663328941 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 13m

[GitHub] [hbase] Apache-HBase commented on pull request #2132: HBASE-24767 Change default to false for HBASE-15519 per-user metrics

2020-07-23 Thread GitBox
Apache-HBase commented on pull request #2132: URL: https://github.com/apache/hbase/pull/2132#issuecomment-663328453 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[jira] [Commented] (HBASE-19256) [hbase-thirdparty] shade jetty

2020-07-23 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-19256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17164103#comment-17164103 ] Duo Zhang commented on HBASE-19256: --- The patch is ready, mind taking a look [~weichiu]? Thanks. >

[GitHub] [hbase] Apache9 commented on pull request #2113: HBASE-24286: HMaster won't become healthy after after cloning or crea…

2020-07-23 Thread GitBox
Apache9 commented on pull request #2113: URL: https://github.com/apache/hbase/pull/2113#issuecomment-663328123 In general, if you touch the internal of HBase directly, it may lead to data loss, unexpected behavior, etc. As I said above, the current design is to compare the WAL

[GitHub] [hbase] Apache-HBase commented on pull request #2132: HBASE-24767 Change default to false for HBASE-15519 per-user metrics

2020-07-23 Thread GitBox
Apache-HBase commented on pull request #2132: URL: https://github.com/apache/hbase/pull/2132#issuecomment-663327829 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] Apache9 commented on pull request #2113: HBASE-24286: HMaster won't become healthy after after cloning or crea…

2020-07-23 Thread GitBox
Apache9 commented on pull request #2113: URL: https://github.com/apache/hbase/pull/2113#issuecomment-663325543 > In this scenario, regardless of what we do, there will be dataloss unless the correct WAL directory is (again) specified. In fact, I don't believe you can change WAL dir

[GitHub] [hbase] Apache-HBase commented on pull request #2131: HBASE-24766 Document Remote Procedure Execution

2020-07-23 Thread GitBox
Apache-HBase commented on pull request #2131: URL: https://github.com/apache/hbase/pull/2131#issuecomment-663324964 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[GitHub] [hbase] Apache-HBase commented on pull request #2130: HBASE-24765: Dynamic master discovery

2020-07-23 Thread GitBox
Apache-HBase commented on pull request #2130: URL: https://github.com/apache/hbase/pull/2130#issuecomment-663324629 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[jira] [Commented] (HBASE-24749) Direct insert HFiles and Persist in-memory HFile tracking

2020-07-23 Thread Zach York (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17164094#comment-17164094 ] Zach York commented on HBASE-24749: --- Yes, I think that is potentially an alternative implementation

[jira] [Commented] (HBASE-19256) [hbase-thirdparty] shade jetty

2020-07-23 Thread Wei-Chiu Chuang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-19256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17164093#comment-17164093 ] Wei-Chiu Chuang commented on HBASE-19256: - Go ahead. Thanks for taking it up. >

[jira] [Comment Edited] (HBASE-24749) Direct insert HFiles and Persist in-memory HFile tracking

2020-07-23 Thread Anoop Sam John (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17164090#comment-17164090 ] Anoop Sam John edited comment on HBASE-24749 at 7/24/20, 2:33 AM: -- bq.

[jira] [Commented] (HBASE-24749) Direct insert HFiles and Persist in-memory HFile tracking

2020-07-23 Thread Anoop Sam John (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17164090#comment-17164090 ] Anoop Sam John commented on HBASE-24749: bq. Can you expand on how we can get in a situation

[jira] [Commented] (HBASE-23634) Enable "Split WAL to HFile" by default

2020-07-23 Thread Anoop Sam John (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17164085#comment-17164085 ] Anoop Sam John commented on HBASE-23634: bq.So it is ok to have corruption file in the process

[jira] [Assigned] (HBASE-19256) [hbase-thirdparty] shade jetty

2020-07-23 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-19256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang reassigned HBASE-19256: - Assignee: Duo Zhang (was: Wei-Chiu Chuang) > [hbase-thirdparty] shade jetty >

[jira] [Commented] (HBASE-24768) Clear cached service kerberos ticket in case of SASL failures thrown from server side

2020-07-23 Thread Sandeep Guggilam (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17164083#comment-17164083 ] Sandeep Guggilam commented on HBASE-24768: -- FYI [~apurtell] [~abhishek.chouhan] > Clear cached

[jira] [Updated] (HBASE-24768) Clear cached service kerberos ticket in case of SASL failures thrown from server side

2020-07-23 Thread Sandeep Guggilam (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Guggilam updated HBASE-24768: - Summary: Clear cached service kerberos ticket in case of SASL failures thrown from

[jira] [Created] (HBASE-24768) Clear service kerberos ticket in case of SASL failures from server side

2020-07-23 Thread Sandeep Guggilam (Jira)
Sandeep Guggilam created HBASE-24768: Summary: Clear service kerberos ticket in case of SASL failures from server side Key: HBASE-24768 URL: https://issues.apache.org/jira/browse/HBASE-24768

[GitHub] [hbase] Apache-HBase commented on pull request #2132: HBASE-24767 Change default to false for HBASE-15519 per-user metrics

2020-07-23 Thread GitBox
Apache-HBase commented on pull request #2132: URL: https://github.com/apache/hbase/pull/2132#issuecomment-663302313 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[GitHub] [hbase] Apache-HBase commented on pull request #2130: HBASE-24765: Dynamic master discovery

2020-07-23 Thread GitBox
Apache-HBase commented on pull request #2130: URL: https://github.com/apache/hbase/pull/2130#issuecomment-663301795 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[jira] [Commented] (HBASE-11288) Splittable Meta

2020-07-23 Thread Zach York (Jira)
[ https://issues.apache.org/jira/browse/HBASE-11288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17164059#comment-17164059 ] Zach York commented on HBASE-11288: --- Since (as Duo pointed out) this is relevant to the work to store

[jira] [Commented] (HBASE-23634) Enable "Split WAL to HFile" by default

2020-07-23 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17164054#comment-17164054 ] Michael Stack commented on HBASE-23634: --- IIRC recovered.edits system does the right thing. >

[jira] [Commented] (HBASE-23634) Enable "Split WAL to HFile" by default

2020-07-23 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17164052#comment-17164052 ] Guanghao Zhang commented on HBASE-23634: {quote}Say if HFile was placed under

[jira] [Comment Edited] (HBASE-24749) Direct insert HFiles and Persist in-memory HFile tracking

2020-07-23 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17164048#comment-17164048 ] Guanghao Zhang edited comment on HBASE-24749 at 7/24/20, 12:19 AM: ---

[jira] [Comment Edited] (HBASE-24749) Direct insert HFiles and Persist in-memory HFile tracking

2020-07-23 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17164048#comment-17164048 ] Guanghao Zhang edited comment on HBASE-24749 at 7/24/20, 12:18 AM: ---

[jira] [Commented] (HBASE-24749) Direct insert HFiles and Persist in-memory HFile tracking

2020-07-23 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17164048#comment-17164048 ] Guanghao Zhang commented on HBASE-24749: {quote}bq. it should be HBASE-20724, so for compaction

[jira] [Resolved] (HBASE-24743) Reject to add a peer which replicate to itself earlier

2020-07-23 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang resolved HBASE-24743. Resolution: Fixed All ut passed. Pushed to branch-2 and master. > Reject to add a peer

[GitHub] [hbase] infraio commented on pull request #2124: HBASE-24743 Reject to add a peer which replicate to itself earlier

2020-07-23 Thread GitBox
infraio commented on pull request #2124: URL: https://github.com/apache/hbase/pull/2124#issuecomment-663291501 Ok. All ut passed. This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [hbase] infraio merged pull request #2124: HBASE-24743 Reject to add a peer which replicate to itself earlier

2020-07-23 Thread GitBox
infraio merged pull request #2124: URL: https://github.com/apache/hbase/pull/2124 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [hbase] infraio merged pull request #2122: HBASE-24743 Reject to add a peer which replicate to itself earlier

2020-07-23 Thread GitBox
infraio merged pull request #2122: URL: https://github.com/apache/hbase/pull/2122 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [hbase] infraio commented on pull request #2122: HBASE-24743 Reject to add a peer which replicate to itself earlier

2020-07-23 Thread GitBox
infraio commented on pull request #2122: URL: https://github.com/apache/hbase/pull/2122#issuecomment-663291310 Ok. All UT passed. Let me merge it. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [hbase] saintstack opened a new pull request #2132: HBASE-24767 Change default to false for HBASE-15519 per-user metrics

2020-07-23 Thread GitBox
saintstack opened a new pull request #2132: URL: https://github.com/apache/hbase/pull/2132 Set hbase.regionserver.user.metrics.enabled default to false; i.e. off. This is an automated message from the Apache Git Service. To

[jira] [Commented] (HBASE-24675) On Master restart all servers are assigned to default rsgroup.

2020-07-23 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17164042#comment-17164042 ] Hudson commented on HBASE-24675: Results for branch branch-2.2 [build #918 on

[jira] [Created] (HBASE-24767) Change default to false for HBASE-15519 per-user metrics

2020-07-23 Thread Michael Stack (Jira)
Michael Stack created HBASE-24767: - Summary: Change default to false for HBASE-15519 per-user metrics Key: HBASE-24767 URL: https://issues.apache.org/jira/browse/HBASE-24767 Project: HBase

[jira] [Commented] (HBASE-24696) Include JVM information on Web UI under "Software Attributes"

2020-07-23 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17164041#comment-17164041 ] Hudson commented on HBASE-24696: Results for branch branch-2.2 [build #918 on

[jira] [Commented] (HBASE-24749) Direct insert HFiles and Persist in-memory HFile tracking

2020-07-23 Thread Zach York (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17164039#comment-17164039 ] Zach York commented on HBASE-24749: --- [~anoop.hbase] Can you expand on how we can get in a situation

[jira] [Comment Edited] (HBASE-24749) Direct insert HFiles and Persist in-memory HFile tracking

2020-07-23 Thread Tak-Lon (Stephen) Wu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17164037#comment-17164037 ] Tak-Lon (Stephen) Wu edited comment on HBASE-24749 at 7/24/20, 12:03 AM:

[jira] [Comment Edited] (HBASE-24749) Direct insert HFiles and Persist in-memory HFile tracking

2020-07-23 Thread Tak-Lon (Stephen) Wu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17164037#comment-17164037 ] Tak-Lon (Stephen) Wu edited comment on HBASE-24749 at 7/24/20, 12:03 AM:

[GitHub] [hbase] Apache-HBase commented on pull request #2130: HBASE-24765: Dynamic master discovery

2020-07-23 Thread GitBox
Apache-HBase commented on pull request #2130: URL: https://github.com/apache/hbase/pull/2130#issuecomment-663289529 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[jira] [Commented] (HBASE-24749) Direct insert HFiles and Persist in-memory HFile tracking

2020-07-23 Thread Tak-Lon (Stephen) Wu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17164037#comment-17164037 ] Tak-Lon (Stephen) Wu commented on HBASE-24749: -- bq. If an HFile is written successfully but

[GitHub] [hbase] Apache-HBase commented on pull request #2131: HBASE-24766 Document Remote Procedure Execution

2020-07-23 Thread GitBox
Apache-HBase commented on pull request #2131: URL: https://github.com/apache/hbase/pull/2131#issuecomment-663288955 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 2m

[jira] [Commented] (HBASE-15519) Add per-user metrics

2020-07-23 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-15519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17164035#comment-17164035 ] Michael Stack commented on HBASE-15519: --- Let me set the default as off. It seems like the lossy

[jira] [Commented] (HBASE-11288) Splittable Meta

2020-07-23 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-11288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17164023#comment-17164023 ] Michael Stack commented on HBASE-11288: --- A deadline seems reasonable to me for making a call on

[GitHub] [hbase] saintstack opened a new pull request #2131: HBASE-24766 Document Remote Procedure Execution

2020-07-23 Thread GitBox
saintstack opened a new pull request #2131: URL: https://github.com/apache/hbase/pull/2131 Add outline of how the mechanism works generally. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [hbase] Apache-HBase commented on pull request #2130: HBASE-24765: Dynamic master discovery

2020-07-23 Thread GitBox
Apache-HBase commented on pull request #2130: URL: https://github.com/apache/hbase/pull/2130#issuecomment-663269079 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] z-york commented on pull request #2113: HBASE-24286: HMaster won't become healthy after after cloning or crea…

2020-07-23 Thread GitBox
z-york commented on pull request #2113: URL: https://github.com/apache/hbase/pull/2113#issuecomment-663260010 So the use case here is starting a new cluster in the cloud where HDFS (WAL) data on the previous cluster will not be available. One of the benefits of storing the data off the

[jira] [Commented] (HBASE-24632) Enable procedure-based log splitting as default in hbase3

2020-07-23 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17163998#comment-17163998 ] Michael Stack commented on HBASE-24632: --- {quote} So here also once the work is given, the thread

[jira] [Created] (HBASE-24766) Document Remote Procedure Execution

2020-07-23 Thread Michael Stack (Jira)
Michael Stack created HBASE-24766: - Summary: Document Remote Procedure Execution Key: HBASE-24766 URL: https://issues.apache.org/jira/browse/HBASE-24766 Project: HBase Issue Type: Bug

[jira] [Commented] (HBASE-11288) Splittable Meta

2020-07-23 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-11288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17163989#comment-17163989 ] Hudson commented on HBASE-11288: Results for branch HBASE-11288.splittable-meta [build #18 on

[jira] [Commented] (HBASE-24662) Update DumpClusterStatusAction to notice changes in region server count

2020-07-23 Thread Bharath Vissapragada (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17163986#comment-17163986 ] Bharath Vissapragada commented on HBASE-24662: -- > You're saying you've worked around the

[jira] [Commented] (HBASE-15519) Add per-user metrics

2020-07-23 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-15519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17163980#comment-17163980 ] Andrew Kyle Purtell commented on HBASE-15519: - Can we make lossy counting housekeeping

[jira] [Commented] (HBASE-15519) Add per-user metrics

2020-07-23 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-15519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17163978#comment-17163978 ] Michael Stack commented on HBASE-15519: --- Thanks for the prompt response [~an...@apache.org] The

[GitHub] [hbase] Apache-HBase commented on pull request #2127: HBASE-24757 : ReplicationSink should limit row count in batch mutation based on hbase.rpc.rows.warning.threshold

2020-07-23 Thread GitBox
Apache-HBase commented on pull request #2127: URL: https://github.com/apache/hbase/pull/2127#issuecomment-663243730 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[jira] [Commented] (HBASE-15519) Add per-user metrics

2020-07-23 Thread Ankit Singhal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-15519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17163961#comment-17163961 ] Ankit Singhal commented on HBASE-15519: --- {quote}Each instance creates an executor which has a

[jira] [Commented] (HBASE-15519) Add per-user metrics

2020-07-23 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-15519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17163953#comment-17163953 ] Michael Stack commented on HBASE-15519: --- Does this feature work? I see the unit tests but on a

[GitHub] [hbase] Apache-HBase commented on pull request #2130: HBASE-24765: Dynamic master discovery

2020-07-23 Thread GitBox
Apache-HBase commented on pull request #2130: URL: https://github.com/apache/hbase/pull/2130#issuecomment-663229929 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 2m

[jira] [Commented] (HBASE-15519) Add per-user metrics

2020-07-23 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-15519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17163943#comment-17163943 ] Michael Stack commented on HBASE-15519: --- As I read this, we have per-user metrics enabled per

[GitHub] [hbase] Apache-HBase commented on pull request #2118: HBASE-24758 Avoid flooding replication source RSes logs when no sinks…

2020-07-23 Thread GitBox
Apache-HBase commented on pull request #2118: URL: https://github.com/apache/hbase/pull/2118#issuecomment-663228402 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[jira] [Updated] (HBASE-24765) Dynamic master discovery

2020-07-23 Thread Bharath Vissapragada (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bharath Vissapragada updated HBASE-24765: - Status: Patch Available (was: Open) > Dynamic master discovery >

[GitHub] [hbase] Apache-HBase commented on pull request #2118: HBASE-24758 Avoid flooding replication source RSes logs when no sinks…

2020-07-23 Thread GitBox
Apache-HBase commented on pull request #2118: URL: https://github.com/apache/hbase/pull/2118#issuecomment-663224048 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[jira] [Resolved] (HBASE-24763) Update 2.1 documentation to 2.1.9 and remove direct link from main page

2020-07-23 Thread Peter Somogyi (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Somogyi resolved HBASE-24763. --- Fix Version/s: 3.0.0-alpha-1 Resolution: Fixed Pushed 2.1.9 docs to hbase-site

[GitHub] [hbase] petersomogyi merged pull request #2129: HBASE-24763 Remove 2.1 Documentation direct link from website

2020-07-23 Thread GitBox
petersomogyi merged pull request #2129: URL: https://github.com/apache/hbase/pull/2129 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [hbase] Apache-HBase commented on pull request #2129: HBASE-24763 Remove 2.1 Documentation direct link from website

2020-07-23 Thread GitBox
Apache-HBase commented on pull request #2129: URL: https://github.com/apache/hbase/pull/2129#issuecomment-663212529 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] Apache-HBase commented on pull request #2128: HBASE-24762 Purge protobuf java 2.5.0 dependency

2020-07-23 Thread GitBox
Apache-HBase commented on pull request #2128: URL: https://github.com/apache/hbase/pull/2128#issuecomment-663211195 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] Apache-HBase commented on pull request #2127: HBASE-24757 : ReplicationSink should limit row count in batch mutation based on hbase.rpc.rows.warning.threshold

2020-07-23 Thread GitBox
Apache-HBase commented on pull request #2127: URL: https://github.com/apache/hbase/pull/2127#issuecomment-663210758 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[jira] [Commented] (HBASE-15519) Add per-user metrics

2020-07-23 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-15519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17163919#comment-17163919 ] Michael Stack commented on HBASE-15519: --- [~an...@apache.org] There are two users accessing my

[GitHub] [hbase] Apache-HBase commented on pull request #2129: HBASE-24763 Remove 2.1 Documentation direct link from website

2020-07-23 Thread GitBox
Apache-HBase commented on pull request #2129: URL: https://github.com/apache/hbase/pull/2129#issuecomment-663201249 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 2m

[GitHub] [hbase] bharathv opened a new pull request #2130: HBASE-24765: Dynamic master discovery

2020-07-23 Thread GitBox
bharathv opened a new pull request #2130: URL: https://github.com/apache/hbase/pull/2130 This patch adds the ability to discover newly added masters dynamically on the master registry side. The trigger for the re-fetch is either 5mins or any registry RPC failure. I didn't add

[GitHub] [hbase] Apache-HBase commented on pull request #2129: HBASE-24763 Remove 2.1 Documentation direct link from website

2020-07-23 Thread GitBox
Apache-HBase commented on pull request #2129: URL: https://github.com/apache/hbase/pull/2129#issuecomment-663200572 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase-site] petersomogyi merged pull request #6: HBASE-24763 Update 2.1 documentation to 2.1.9

2020-07-23 Thread GitBox
petersomogyi merged pull request #6: URL: https://github.com/apache/hbase-site/pull/6 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[jira] [Created] (HBASE-24765) Dynamic master discovery

2020-07-23 Thread Bharath Vissapragada (Jira)
Bharath Vissapragada created HBASE-24765: Summary: Dynamic master discovery Key: HBASE-24765 URL: https://issues.apache.org/jira/browse/HBASE-24765 Project: HBase Issue Type:

[GitHub] [hbase] petersomogyi opened a new pull request #2129: HBASE-24763 Remove 2.1 Documentation direct link from website

2020-07-23 Thread GitBox
petersomogyi opened a new pull request #2129: URL: https://github.com/apache/hbase/pull/2129 2.1 is EOM so the 2.1 Documentation link can be removed. The content is still available under https://hbase.apache.org/2.1 This

[GitHub] [hbase-site] petersomogyi commented on pull request #6: HBASE-24763 Update 2.1 documentation to 2.1.9

2020-07-23 Thread GitBox
petersomogyi commented on pull request #6: URL: https://github.com/apache/hbase-site/pull/6#issuecomment-663193784 Looks like GitHub is having trouble with the size of this commit. :) This is an automated message from the

[jira] [Resolved] (HBASE-24209) [Hadoop3.3] Add Hadoop-3.3.0-SNAPSHOT to hadoopcheck in our yetus personality

2020-07-23 Thread Wei-Chiu Chuang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei-Chiu Chuang resolved HBASE-24209. - Resolution: Won't Fix > [Hadoop3.3] Add Hadoop-3.3.0-SNAPSHOT to hadoopcheck in our

[jira] [Created] (HBASE-24764) Add support of enabling default peer configs via hbase-site.xml for all default replication peers.

2020-07-23 Thread Ankit Jain (Jira)
Ankit Jain created HBASE-24764: -- Summary: Add support of enabling default peer configs via hbase-site.xml for all default replication peers. Key: HBASE-24764 URL: https://issues.apache.org/jira/browse/HBASE-24764

[jira] [Commented] (HBASE-24696) Include JVM information on Web UI under "Software Attributes"

2020-07-23 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17163865#comment-17163865 ] Viraj Jasani commented on HBASE-24696: -- (y) > Include JVM information on Web UI under "Software

[GitHub] [hbase] Apache-HBase commented on pull request #2128: HBASE-24762 Purge protobuf java 2.5.0 dependency

2020-07-23 Thread GitBox
Apache-HBase commented on pull request #2128: URL: https://github.com/apache/hbase/pull/2128#issuecomment-663172924 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[jira] [Comment Edited] (HBASE-24696) Include JVM information on Web UI under "Software Attributes"

2020-07-23 Thread Mingliang Liu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17163859#comment-17163859 ] Mingliang Liu edited comment on HBASE-24696 at 7/23/20, 6:44 PM: - Thank

[jira] [Commented] (HBASE-24696) Include JVM information on Web UI under "Software Attributes"

2020-07-23 Thread Mingliang Liu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17163859#comment-17163859 ] Mingliang Liu commented on HBASE-24696: --- Thank you [~psomogyi] Very useful information. I did not

[jira] [Created] (HBASE-24763) Update 2.1 documentation to 2.1.9 and remove direct link from main page

2020-07-23 Thread Peter Somogyi (Jira)
Peter Somogyi created HBASE-24763: - Summary: Update 2.1 documentation to 2.1.9 and remove direct link from main page Key: HBASE-24763 URL: https://issues.apache.org/jira/browse/HBASE-24763 Project:

[jira] [Commented] (HBASE-24696) Include JVM information on Web UI under "Software Attributes"

2020-07-23 Thread Peter Somogyi (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17163850#comment-17163850 ] Peter Somogyi commented on HBASE-24696: --- Not directly but the [Download

  1   2   3   >