[GitHub] [hbase] nkalmar commented on a change in pull request #3872: HBASE-26340 - fix RegionSizeCalculator getLEngth to bytes instead of …

2021-12-07 Thread GitBox
nkalmar commented on a change in pull request #3872: URL: https://github.com/apache/hbase/pull/3872#discussion_r763734266 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java ## @@ -1460,6 +1466,10 @@ RegionLoad createRegionLoad(fina

[jira] [Assigned] (HBASE-26409) `MAXIMUN_KEY_LENGTH` changed from 0.20.0 to 0.20.2

2021-12-07 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viraj Jasani reassigned HBASE-26409: Assignee: thrylokya > `MAXIMUN_KEY_LENGTH` changed from 0.20.0 to 0.20.2 > --

[jira] [Commented] (HBASE-26233) The region replication framework should not be built upon the general replication framework

2021-12-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454502#comment-17454502 ] Hudson commented on HBASE-26233: Results for branch HBASE-26233 [build #6 on bu

[jira] [Commented] (HBASE-26541) hbase-protocol-shaded not buildable on M1 MacOSX

2021-12-07 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454649#comment-17454649 ] Duo Zhang commented on HBASE-26541: --- We do have any.proto in our hbase-shaded-protobuf

[jira] [Commented] (HBASE-26541) hbase-protocol-shaded not buildable on M1 MacOSX

2021-12-07 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454651#comment-17454651 ] Duo Zhang commented on HBASE-26541: --- And what is the problem for using protobuf 3.11.4

[GitHub] [hbase] Apache9 commented on pull request #3922: HBASE-26541 hbase-protocol-shaded not buildable on M1 MacOSX

2021-12-07 Thread GitBox
Apache9 commented on pull request #3922: URL: https://github.com/apache/hbase/pull/3922#issuecomment-987924716 I replied on jira, we need more information on the failure message, as at least we do have the any.proto in the shaded protobuf jar... -- This is an automated message from the A

[jira] [Work started] (HBASE-26027) The calling of HTable.batch blocked at AsyncRequestFutureImpl.waitUntilDone caused by ArrayStoreException

2021-12-07 Thread Zheng Wang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-26027 started by Zheng Wang. -- > The calling of HTable.batch blocked at AsyncRequestFutureImpl.waitUntilDone > ca

[jira] [Commented] (HBASE-26529) Document HBASE-26524 to section of Dynamic Unloading

2021-12-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454664#comment-17454664 ] Hudson commented on HBASE-26529: Results for branch master [build #462 on build

[jira] [Commented] (HBASE-26462) Should persist restoreAcl flag in the procedure state for CloneSnapshotProcedure and RestoreSnapshotProcedure

2021-12-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454662#comment-17454662 ] Hudson commented on HBASE-26462: Results for branch master [build #462 on build

[jira] [Commented] (HBASE-26527) ArrayIndexOutOfBoundsException in KeyValueUtil.copyToNewKeyValue()

2021-12-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454663#comment-17454663 ] Hudson commented on HBASE-26527: Results for branch master [build #462 on build

[jira] [Commented] (HBASE-26524) Support remove coprocessor by class name via alter table command

2021-12-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454665#comment-17454665 ] Hudson commented on HBASE-26524: Results for branch master [build #462 on build

[GitHub] [hbase] Apache9 commented on pull request #3716: HBASE-26323 introduce a SnapshotProcedure

2021-12-07 Thread GitBox
Apache9 commented on pull request #3716: URL: https://github.com/apache/hbase/pull/3716#issuecomment-987979639 No, there is no such limitation. The only possible condition is whether you have subscribed to the mailing list... Anyway, you could send the content to me first and then I

[GitHub] [hbase] frostruan commented on pull request #3716: HBASE-26323 introduce a SnapshotProcedure

2021-12-07 Thread GitBox
frostruan commented on pull request #3716: URL: https://github.com/apache/hbase/pull/3716#issuecomment-987989218 Really thanks for your patience @Apache9 . anyway, I want to say Hi all, As we all know, currently the snapshot in hbase has a few limitations, so I want to propos

[GitHub] [hbase] BukrosSzabolcs commented on pull request #3851: HBASE-26286: Add support for specifying store file tracker when restoring or cloning snapshot

2021-12-07 Thread GitBox
BukrosSzabolcs commented on pull request #3851: URL: https://github.com/apache/hbase/pull/3851#issuecomment-987994714 Fixed the unit test and the error prone part. Hopefully fixed the conflicts too. -- This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [hbase] Apache9 commented on pull request #3716: HBASE-26323 introduce a SnapshotProcedure

2021-12-07 Thread GitBox
Apache9 commented on pull request #3716: URL: https://github.com/apache/hbase/pull/3716#issuecomment-987998207 Email sent, could you please check whether you can see the email? Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [hbase] frostruan commented on pull request #3716: HBASE-26323 introduce a SnapshotProcedure

2021-12-07 Thread GitBox
frostruan commented on pull request #3716: URL: https://github.com/apache/hbase/pull/3716#issuecomment-988001728 yes, I can. Thanks so much. -- 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 the s

[jira] [Resolved] (HBASE-26538) Should find a way to clear the replication queue for a legacy region_replica_replication peer

2021-12-07 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-26538. --- Fix Version/s: HBASE-26233 Hadoop Flags: Reviewed Resolution: Fixed > Should find a way

[jira] [Resolved] (HBASE-26539) The default rpc timeout 200ms is too small for replicating meta edits

2021-12-07 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-26539. --- Fix Version/s: HBASE-26233 Hadoop Flags: Reviewed Resolution: Fixed > The default rpc ti

[GitHub] [hbase] bsglz opened a new pull request #3925: HBASE-26027 The calling of HTable.batch blocked at AsyncRequestFutureImpl.waitUntilDone caused by ArrayStoreException

2021-12-07 Thread GitBox
bsglz opened a new pull request #3925: URL: https://github.com/apache/hbase/pull/3925 This is a new pr instead of #3419. -- 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 the specific comment. To

[jira] [Commented] (HBASE-26487) Run some tests to verify the new region replication framework

2021-12-07 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454724#comment-17454724 ] Duo Zhang commented on HBASE-26487: --- I've done the first test, there is no big differe

[jira] [Commented] (HBASE-25792) Filter out o.a.hadoop.thirdparty building shaded jars

2021-12-07 Thread Bryan Beaudreault (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454729#comment-17454729 ] Bryan Beaudreault commented on HBASE-25792: --- [~stack]  I just stumbled across

[jira] [Comment Edited] (HBASE-25792) Filter out o.a.hadoop.thirdparty building shaded jars

2021-12-07 Thread Bryan Beaudreault (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454729#comment-17454729 ] Bryan Beaudreault edited comment on HBASE-25792 at 12/7/21, 4:04 PM: -

[jira] [Comment Edited] (HBASE-25792) Filter out o.a.hadoop.thirdparty building shaded jars

2021-12-07 Thread Bryan Beaudreault (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454729#comment-17454729 ] Bryan Beaudreault edited comment on HBASE-25792 at 12/7/21, 4:05 PM: -

[jira] [Comment Edited] (HBASE-25792) Filter out o.a.hadoop.thirdparty building shaded jars

2021-12-07 Thread Bryan Beaudreault (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454729#comment-17454729 ] Bryan Beaudreault edited comment on HBASE-25792 at 12/7/21, 4:12 PM: -

[GitHub] [hbase] Apache-HBase commented on pull request #3851: HBASE-26286: Add support for specifying store file tracker when restoring or cloning snapshot

2021-12-07 Thread GitBox
Apache-HBase commented on pull request #3851: URL: https://github.com/apache/hbase/pull/3851#issuecomment-988073118 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 29

[jira] [Commented] (HBASE-26541) hbase-protocol-shaded not buildable on M1 MacOSX

2021-12-07 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454738#comment-17454738 ] Andrew Kyle Purtell commented on HBASE-26541: - The first issue is this: {no

[GitHub] [hbase] apurtell commented on pull request #3922: HBASE-26541 hbase-protocol-shaded not buildable on M1 MacOSX

2021-12-07 Thread GitBox
apurtell commented on pull request #3922: URL: https://github.com/apache/hbase/pull/3922#issuecomment-988087102 See https://issues.apache.org/jira/browse/HBASE-26541?focusedCommentId=17454738&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17454738 -- This

[GitHub] [hbase] apurtell commented on pull request #3923: HBASE-26541 hbase-protocol-shaded not buildable on M1 MacOSX

2021-12-07 Thread GitBox
apurtell commented on pull request #3923: URL: https://github.com/apache/hbase/pull/3923#issuecomment-988087074 See https://issues.apache.org/jira/browse/HBASE-26541?focusedCommentId=17454738&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17454738 -- This i

[jira] [Comment Edited] (HBASE-26541) hbase-protocol-shaded not buildable on M1 MacOSX

2021-12-07 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454738#comment-17454738 ] Andrew Kyle Purtell edited comment on HBASE-26541 at 12/7/21, 4:36 PM: ---

[GitHub] [hbase] apurtell edited a comment on pull request #3923: HBASE-26541 hbase-protocol-shaded not buildable on M1 MacOSX

2021-12-07 Thread GitBox
apurtell edited a comment on pull request #3923: URL: https://github.com/apache/hbase/pull/3923#issuecomment-988087074 See https://issues.apache.org/jira/browse/HBASE-26541?focusedCommentId=17454738&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17454738

[GitHub] [hbase] apurtell edited a comment on pull request #3922: HBASE-26541 hbase-protocol-shaded not buildable on M1 MacOSX

2021-12-07 Thread GitBox
apurtell edited a comment on pull request #3922: URL: https://github.com/apache/hbase/pull/3922#issuecomment-988087102 See https://issues.apache.org/jira/browse/HBASE-26541?focusedCommentId=17454738&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17454738

[GitHub] [hbase] Apache-HBase commented on pull request #3925: HBASE-26027 The calling of HTable.batch blocked at AsyncRequestFutureImpl.waitUntilDone caused by ArrayStoreException

2021-12-07 Thread GitBox
Apache-HBase commented on pull request #3925: URL: https://github.com/apache/hbase/pull/3925#issuecomment-988097582 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 9m 0

[GitHub] [hbase] Apache-HBase commented on pull request #3923: HBASE-26541 hbase-protocol-shaded not buildable on M1 MacOSX

2021-12-07 Thread GitBox
Apache-HBase commented on pull request #3923: URL: https://github.com/apache/hbase/pull/3923#issuecomment-988105916 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 33

[GitHub] [hbase] Apache-HBase commented on pull request #3923: HBASE-26541 hbase-protocol-shaded not buildable on M1 MacOSX

2021-12-07 Thread GitBox
Apache-HBase commented on pull request #3923: URL: https://github.com/apache/hbase/pull/3923#issuecomment-988108333 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 32

[jira] [Commented] (HBASE-26541) hbase-protocol-shaded not buildable on M1 MacOSX

2021-12-07 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454755#comment-17454755 ] Andrew Kyle Purtell commented on HBASE-26541: - bq. I did a manual install an

[jira] [Comment Edited] (HBASE-26541) hbase-protocol-shaded not buildable on M1 MacOSX

2021-12-07 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454755#comment-17454755 ] Andrew Kyle Purtell edited comment on HBASE-26541 at 12/7/21, 5:05 PM: ---

[GitHub] [hbase] Apache-HBase commented on pull request #3923: HBASE-26541 hbase-protocol-shaded not buildable on M1 MacOSX

2021-12-07 Thread GitBox
Apache-HBase commented on pull request #3923: URL: https://github.com/apache/hbase/pull/3923#issuecomment-988112810 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 38

[GitHub] [hbase] Apache-HBase commented on pull request #3922: HBASE-26541 hbase-protocol-shaded not buildable on M1 MacOSX

2021-12-07 Thread GitBox
Apache-HBase commented on pull request #3922: URL: https://github.com/apache/hbase/pull/3922#issuecomment-988116383 -- 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 the specific comment. To unsub

[jira] [Comment Edited] (HBASE-26541) hbase-protocol-shaded not buildable on M1 MacOSX

2021-12-07 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454760#comment-17454760 ] Andrew Kyle Purtell edited comment on HBASE-26541 at 12/7/21, 5:13 PM: ---

[jira] [Commented] (HBASE-26541) hbase-protocol-shaded not buildable on M1 MacOSX

2021-12-07 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454760#comment-17454760 ] Andrew Kyle Purtell commented on HBASE-26541: - For branch-2, we also have th

[GitHub] [hbase] Apache-HBase commented on pull request #3922: HBASE-26541 hbase-protocol-shaded not buildable on M1 MacOSX

2021-12-07 Thread GitBox
Apache-HBase commented on pull request #3922: URL: https://github.com/apache/hbase/pull/3922#issuecomment-988119946 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 35

[jira] [Comment Edited] (HBASE-26541) hbase-protocol-shaded not buildable on M1 MacOSX

2021-12-07 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454760#comment-17454760 ] Andrew Kyle Purtell edited comment on HBASE-26541 at 12/7/21, 5:18 PM: ---

[jira] [Comment Edited] (HBASE-26541) hbase-protocol-shaded not buildable on M1 MacOSX

2021-12-07 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454760#comment-17454760 ] Andrew Kyle Purtell edited comment on HBASE-26541 at 12/7/21, 5:18 PM: ---

[jira] [Comment Edited] (HBASE-26541) hbase-protocol-shaded not buildable on M1 MacOSX

2021-12-07 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454760#comment-17454760 ] Andrew Kyle Purtell edited comment on HBASE-26541 at 12/7/21, 5:20 PM: ---

[jira] [Commented] (HBASE-24870) Ignore TestAsyncTableRSCrashPublish

2021-12-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454766#comment-17454766 ] Hudson commented on HBASE-24870: Results for branch branch-2.3 [build #318 on b

[GitHub] [hbase] ndimiduk commented on a change in pull request #3906: HBASE-26472 Adhere to semantic conventions regarding table data operations

2021-12-07 Thread GitBox
ndimiduk commented on a change in pull request #3906: URL: https://github.com/apache/hbase/pull/3906#discussion_r764221474 ## File path: hbase-common/src/main/java/org/apache/hadoop/hbase/trace/HBaseSemanticAttributes.java ## @@ -28,7 +28,9 @@ */ @InterfaceAudience.Private

[GitHub] [hbase] ndimiduk commented on a change in pull request #3906: HBASE-26472 Adhere to semantic conventions regarding table data operations

2021-12-07 Thread GitBox
ndimiduk commented on a change in pull request #3906: URL: https://github.com/apache/hbase/pull/3906#discussion_r764225344 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/trace/TableOperationSpanBuilder.java ## @@ -0,0 +1,119 @@ +/* + * Licensed to the

[jira] [Updated] (HBASE-26541) hbase-protocol-shaded not buildable on M1 MacOSX

2021-12-07 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell updated HBASE-26541: Description: I needed to make some changes to get branch-2's hbase-protocol-shaded

[GitHub] [hbase] ndimiduk commented on a change in pull request #3906: HBASE-26472 Adhere to semantic conventions regarding table data operations

2021-12-07 Thread GitBox
ndimiduk commented on a change in pull request #3906: URL: https://github.com/apache/hbase/pull/3906#discussion_r764228006 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/trace/TableOperationSpanBuilder.java ## @@ -0,0 +1,119 @@ +/* + * Licensed to the

[jira] [Created] (HBASE-26546) hbase-shaded-client missing required thirdparty classes under hadoop 3.3.1

2021-12-07 Thread Bryan Beaudreault (Jira)
Bryan Beaudreault created HBASE-26546: - Summary: hbase-shaded-client missing required thirdparty classes under hadoop 3.3.1 Key: HBASE-26546 URL: https://issues.apache.org/jira/browse/HBASE-26546

[jira] [Commented] (HBASE-25792) Filter out o.a.hadoop.thirdparty building shaded jars

2021-12-07 Thread Bryan Beaudreault (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454776#comment-17454776 ] Bryan Beaudreault commented on HBASE-25792: --- Actually [~stack] , I decided to

[jira] [Commented] (HBASE-22338) LICENSE file only contains Apache 2.0

2021-12-07 Thread Tak-Lon (Stephen) Wu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454784#comment-17454784 ] Tak-Lon (Stephen) Wu commented on HBASE-22338: -- is this JIRA still valid? [

[GitHub] [hbase] Apache-HBase commented on pull request #3851: HBASE-26286: Add support for specifying store file tracker when restoring or cloning snapshot

2021-12-07 Thread GitBox
Apache-HBase commented on pull request #3851: URL: https://github.com/apache/hbase/pull/3851#issuecomment-988157101 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 40

[jira] [Commented] (HBASE-16247) SparkSQL Avro serialization doesn't handle enums correctly

2021-12-07 Thread Tak-Lon (Stephen) Wu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-16247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454787#comment-17454787 ] Tak-Lon (Stephen) Wu commented on HBASE-16247: -- should we close this issue?

[jira] [Created] (HBASE-26547) Passing an invalid DURABILITY when creating a table enters an endless loop of retries

2021-12-07 Thread Bryan Beaudreault (Jira)
Bryan Beaudreault created HBASE-26547: - Summary: Passing an invalid DURABILITY when creating a table enters an endless loop of retries Key: HBASE-26547 URL: https://issues.apache.org/jira/browse/HBASE-26547

[jira] [Updated] (HBASE-16247) SparkSQL Avro serialization doesn't handle enums correctly

2021-12-07 Thread Sean Busbey (Jira)
[ https://issues.apache.org/jira/browse/HBASE-16247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated HBASE-16247: Fix Version/s: (was: hbase-connectors-1.0.1) (was: 3.0.0-alpha-2) > Spa

[jira] [Commented] (HBASE-16247) SparkSQL Avro serialization doesn't handle enums correctly

2021-12-07 Thread Sean Busbey (Jira)
[ https://issues.apache.org/jira/browse/HBASE-16247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454790#comment-17454790 ] Sean Busbey commented on HBASE-16247: - AFAIK we haven't addressed the issue. unsched

[jira] [Commented] (HBASE-26462) Should persist restoreAcl flag in the procedure state for CloneSnapshotProcedure and RestoreSnapshotProcedure

2021-12-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454792#comment-17454792 ] Hudson commented on HBASE-26462: Results for branch branch-2 [build #412 on bui

[jira] [Commented] (HBASE-24870) Ignore TestAsyncTableRSCrashPublish

2021-12-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454794#comment-17454794 ] Hudson commented on HBASE-24870: Results for branch branch-2 [build #412 on bui

[jira] [Commented] (HBASE-26527) ArrayIndexOutOfBoundsException in KeyValueUtil.copyToNewKeyValue()

2021-12-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454793#comment-17454793 ] Hudson commented on HBASE-26527: Results for branch branch-2 [build #412 on bui

[GitHub] [hbase] Apache-HBase commented on pull request #3925: HBASE-26027 The calling of HTable.batch blocked at AsyncRequestFutureImpl.waitUntilDone caused by ArrayStoreException

2021-12-07 Thread GitBox
Apache-HBase commented on pull request #3925: URL: https://github.com/apache/hbase/pull/3925#issuecomment-988184799 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 14s

[jira] [Commented] (HBASE-26546) hbase-shaded-client missing required thirdparty classes under hadoop 3.3.1

2021-12-07 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454806#comment-17454806 ] Michael Stack commented on HBASE-26546: --- Makes sense [~bbeaudreault] . Thanks for

[GitHub] [hbase] Apache-HBase commented on pull request #3851: HBASE-26286: Add support for specifying store file tracker when restoring or cloning snapshot

2021-12-07 Thread GitBox
Apache-HBase commented on pull request #3851: URL: https://github.com/apache/hbase/pull/3851#issuecomment-988210160 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 3s

[jira] [Comment Edited] (HBASE-26546) hbase-shaded-client missing required thirdparty classes under hadoop 3.3.1

2021-12-07 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454806#comment-17454806 ] Michael Stack edited comment on HBASE-26546 at 12/7/21, 8:14 PM: -

[jira] [Commented] (HBASE-26546) hbase-shaded-client missing required thirdparty classes under hadoop 3.3.1

2021-12-07 Thread Bryan Beaudreault (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454829#comment-17454829 ] Bryan Beaudreault commented on HBASE-26546: --- I'll give an implementation a sho

[jira] [Assigned] (HBASE-26546) hbase-shaded-client missing required thirdparty classes under hadoop 3.3.1

2021-12-07 Thread Bryan Beaudreault (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Beaudreault reassigned HBASE-26546: - Assignee: Bryan Beaudreault > hbase-shaded-client missing required thirdparty c

[GitHub] [hbase] bbeaudreault opened a new pull request #3926: HBASE-26546: hbase-shaded-client missing required thirdparty classes under hadoop 3.3.1

2021-12-07 Thread GitBox
bbeaudreault opened a new pull request #3926: URL: https://github.com/apache/hbase/pull/3926 I expected there would be more to this, but this ended up working locally without needing to modify our invariants checks. I'm continuing to look into why, but wanted to get the full build started.

[GitHub] [hbase] Apache-HBase commented on pull request #3925: HBASE-26027 The calling of HTable.batch blocked at AsyncRequestFutureImpl.waitUntilDone caused by ArrayStoreException

2021-12-07 Thread GitBox
Apache-HBase commented on pull request #3925: URL: https://github.com/apache/hbase/pull/3925#issuecomment-988264202 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 3m 20s

[GitHub] [hbase] Apache-HBase commented on pull request #3926: HBASE-26546: hbase-shaded-client missing required thirdparty classes under hadoop 3.3.1

2021-12-07 Thread GitBox
Apache-HBase commented on pull request #3926: URL: https://github.com/apache/hbase/pull/3926#issuecomment-988276853 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 26

[GitHub] [hbase] Apache-HBase commented on pull request #3926: HBASE-26546: hbase-shaded-client missing required thirdparty classes under hadoop 3.3.1

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

[GitHub] [hbase] Apache-HBase commented on pull request #3926: HBASE-26546: hbase-shaded-client missing required thirdparty classes under hadoop 3.3.1

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

[jira] [Commented] (HBASE-26067) Change the way on how we track store file list

2021-12-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454859#comment-17454859 ] Hudson commented on HBASE-26067: Results for branch HBASE-26067 [build #8 on bu

[GitHub] [hbase] ndimiduk commented on a change in pull request #3906: HBASE-26472 Adhere to semantic conventions regarding table data operations

2021-12-07 Thread GitBox
ndimiduk commented on a change in pull request #3906: URL: https://github.com/apache/hbase/pull/3906#discussion_r764483238 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/RawAsyncTableImpl.java ## @@ -220,35 +224,47 @@ private static Result toResult(HBa

[GitHub] [hbase] Apache-HBase commented on pull request #3906: HBASE-26472 Adhere to semantic conventions regarding table data operations

2021-12-07 Thread GitBox
Apache-HBase commented on pull request #3906: URL: https://github.com/apache/hbase/pull/3906#issuecomment-988429450 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 3m 52

[GitHub] [hbase] Apache-HBase commented on pull request #3906: HBASE-26472 Adhere to semantic conventions regarding table data operations

2021-12-07 Thread GitBox
Apache-HBase commented on pull request #3906: URL: https://github.com/apache/hbase/pull/3906#issuecomment-988430137 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 7

[jira] [Commented] (HBASE-24870) Ignore TestAsyncTableRSCrashPublish

2021-12-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454937#comment-17454937 ] Hudson commented on HBASE-24870: Results for branch branch-2.4 [build #254 on b

[jira] [Commented] (HBASE-26525) Use unique thread name for group WALs

2021-12-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454938#comment-17454938 ] Hudson commented on HBASE-26525: Results for branch branch-2.4 [build #254 on b

[GitHub] [hbase] sunhelly commented on a change in pull request #3800: HBASE-26347 Support detect and exclude slow DNs in fan-out of WAL

2021-12-07 Thread GitBox
sunhelly commented on a change in pull request #3800: URL: https://github.com/apache/hbase/pull/3800#discussion_r764543345 ## File path: hbase-asyncfs/src/main/java/org/apache/hadoop/hbase/io/asyncfs/monitor/ExcludeDatanodeManager.java ## @@ -0,0 +1,120 @@ +/* + * Licensed to

[GitHub] [hbase] sunhelly commented on a change in pull request #3800: HBASE-26347 Support detect and exclude slow DNs in fan-out of WAL

2021-12-07 Thread GitBox
sunhelly commented on a change in pull request #3800: URL: https://github.com/apache/hbase/pull/3800#discussion_r764543482 ## File path: hbase-asyncfs/src/main/java/org/apache/hadoop/hbase/io/asyncfs/monitor/ExcludeDatanodeManager.java ## @@ -0,0 +1,120 @@ +/* + * Licensed to

[GitHub] [hbase] bbeaudreault commented on pull request #3926: HBASE-26546: hbase-shaded-client missing required thirdparty classes under hadoop 3.3.1

2021-12-07 Thread GitBox
bbeaudreault commented on pull request #3926: URL: https://github.com/apache/hbase/pull/3926#issuecomment-988503569 I did some investigation and cannot figure out why this works without tweaking our allow list. In fact, I checked out the original state prior to https://github.com/apache/hb

[GitHub] [hbase] Apache-HBase commented on pull request #3925: HBASE-26027 The calling of HTable.batch blocked at AsyncRequestFutureImpl.waitUntilDone caused by ArrayStoreException

2021-12-07 Thread GitBox
Apache-HBase commented on pull request #3925: URL: https://github.com/apache/hbase/pull/3925#issuecomment-988513843 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 47

[GitHub] [hbase] Apache-HBase commented on pull request #3800: HBASE-26347 Support detect and exclude slow DNs in fan-out of WAL

2021-12-07 Thread GitBox
Apache-HBase commented on pull request #3800: URL: https://github.com/apache/hbase/pull/3800#issuecomment-988516097 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 5

[GitHub] [hbase] Apache-HBase commented on pull request #3925: HBASE-26027 The calling of HTable.batch blocked at AsyncRequestFutureImpl.waitUntilDone caused by ArrayStoreException

2021-12-07 Thread GitBox
Apache-HBase commented on pull request #3925: URL: https://github.com/apache/hbase/pull/3925#issuecomment-988568886 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 33

[GitHub] [hbase] Apache-HBase commented on pull request #3800: HBASE-26347 Support detect and exclude slow DNs in fan-out of WAL

2021-12-07 Thread GitBox
Apache-HBase commented on pull request #3800: URL: https://github.com/apache/hbase/pull/3800#issuecomment-988577908 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 29