[GitHub] [hbase] binlijin commented on a change in pull request #3773: HBASE-26385 Clear CellScanner when replay

2021-10-20 Thread GitBox
binlijin commented on a change in pull request #3773: URL: https://github.com/apache/hbase/pull/3773#discussion_r733366223 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java ## @@ -2089,6 +2089,7 @@ public ReplicateWALEntryResponse

[jira] [Updated] (HBASE-26384) Segment already flushed to hfile may still be remained in CompactingMemStore

2021-10-20 Thread chenglei (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenglei updated HBASE-26384: - Summary: Segment already flushed to hfile may still be remained in CompactingMemStore (was: Segment w

[jira] [Updated] (HBASE-26384) Segment which already flushed to hfile may still be remained in CompactingMemStore

2021-10-20 Thread chenglei (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenglei updated HBASE-26384: - Description: When {{CompactingMemStore}} prepares flushing, {{CompactingMemStore.snapshot}} invokes f

[jira] [Updated] (HBASE-26384) Segment which already flushed to hfile may still be remained in CompactingMemStore

2021-10-20 Thread chenglei (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenglei updated HBASE-26384: - Description: When {{CompactingMemStore}} prepares flushing, {{CompactingMemStore.snapshot}} invokes f

[jira] [Updated] (HBASE-26384) Segment which already flushed to hfile may still be remained in CompactingMemStore

2021-10-20 Thread chenglei (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenglei updated HBASE-26384: - Description: When {{CompactingMemStore}} prepares flushing, {{CompactingMemStore.snapshot}} invokes f

[jira] [Updated] (HBASE-26384) Segment which already flushed to hfile may still be remained in CompactingMemStore

2021-10-20 Thread chenglei (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenglei updated HBASE-26384: - Affects Version/s: (was: 3.0.0-alpha-1) 2.4.8 > Segment which already flushe

[jira] [Updated] (HBASE-26384) Segment which already flushed to hfile may still be remained in CompactingMemStore

2021-10-20 Thread chenglei (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenglei updated HBASE-26384: - Labels: branch-2 (was: ) > Segment which already flushed to hfile may still be remained in > Compacti

[jira] [Updated] (HBASE-26384) Segment which already flushed to hfile may still be remained in CompactingMemStore

2021-10-20 Thread chenglei (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenglei updated HBASE-26384: - Description: When {{CompactingMemStore}} prepares flushing, {{CompactingMemStore.snapshot}} invokes f

[jira] [Updated] (HBASE-26384) Segment which already flushed to hfile may still be remained in CompactingMemStore

2021-10-20 Thread chenglei (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenglei updated HBASE-26384: - Affects Version/s: (was: 2.4.7) > Segment which already flushed to hfile may still be remained in

[jira] [Updated] (HBASE-26384) Segment which already flushed to hfile may still be remained in CompactingMemStore

2021-10-20 Thread chenglei (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenglei updated HBASE-26384: - Description: When {{CompactingMemStore}} prepares flushing, {{CompactingMemStore.snapshot}} invokes f

[jira] [Updated] (HBASE-26384) Segment which already flushed to hfile may still be remained in CompactingMemStore

2021-10-20 Thread chenglei (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenglei updated HBASE-26384: - Description: When {{CompactingMemStore}} prepares flushing, {{CompactingMemStore.snapshot}} invokes f

[GitHub] [hbase] Apache-HBase commented on pull request #3776: HBASE-26325 Backport the HBASE-26305 to branch-1. Move NavigableSet add operation to writer thread in BucketCache

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

[jira] [Commented] (HBASE-26318) Publish test logs for flaky jobs to nightlies

2021-10-20 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17432178#comment-17432178 ] Hudson commented on HBASE-26318: Results for branch HBASE-26318 [build #9 on bu

[GitHub] [hbase] Apache-HBase commented on pull request #3772: test

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

[GitHub] [hbase-connectors] YutSean commented on pull request #86: HBASE-26354 [hbase-connectors] Added python client for HBase thrift service

2021-10-20 Thread GitBox
YutSean commented on pull request #86: URL: https://github.com/apache/hbase-connectors/pull/86#issuecomment-948211825 Have fixed all the whitespace problem. Could someone have a look of this? -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [hbase-connectors] Apache-HBase commented on pull request #86: HBASE-26354 [hbase-connectors] Added python client for HBase thrift service

2021-10-20 Thread GitBox
Apache-HBase commented on pull request #86: URL: https://github.com/apache/hbase-connectors/pull/86#issuecomment-948210221 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec |

[GitHub] [hbase] Apache-HBase commented on pull request #3772: test

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

[GitHub] [hbase] Apache-HBase commented on pull request #3772: test

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

[GitHub] [hbase-connectors] Apache-HBase commented on pull request #86: HBASE-26354 [hbase-connectors] Added python client for HBase thrift service

2021-10-20 Thread GitBox
Apache-HBase commented on pull request #86: URL: https://github.com/apache/hbase-connectors/pull/86#issuecomment-948203221 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec |

[GitHub] [hbase] Apache9 commented on a change in pull request #3751: HBASE-26271: Cleanup the broken store files under data directory

2021-10-20 Thread GitBox
Apache9 commented on a change in pull request #3751: URL: https://github.com/apache/hbase/pull/3751#discussion_r733275891 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/FileBasedStoreFileCleaner.java ## @@ -0,0 +1,200 @@ +/** + * Licensed to the

[GitHub] [hbase] Apache-HBase commented on pull request #3776: HBASE-26325 Backport the HBASE-26305 to branch-1. Move NavigableSet add operation to writer thread in BucketCache

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

[jira] [Resolved] (HBASE-26386) Refactor StoreFileTracker implementations to expose the set method

2021-10-20 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-26386. --- Fix Version/s: HBASE-26067 Hadoop Flags: Reviewed Resolution: Fixed Merged to branch HBA

[GitHub] [hbase] Apache9 merged pull request #3774: HBASE-26386 Refactor StoreFileTracker implementations to expose the s…

2021-10-20 Thread GitBox
Apache9 merged pull request #3774: URL: https://github.com/apache/hbase/pull/3774 -- 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 unsubscribe, e-mail: issues-unsubscr.

[GitHub] [hbase] YutSean opened a new pull request #3776: HBASE-26325 Backport the HBASE-26305 to branch-1. Move NavigableSet add operation to writer thread in BucketCache

2021-10-20 Thread GitBox
YutSean opened a new pull request #3776: URL: https://github.com/apache/hbase/pull/3776 https://issues.apache.org/jira/browse/HBASE-26325 -- 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 spec

[GitHub] [hbase] YutSean closed pull request #3720: HBASE-26325 Backport the HBASE-26305 to branch-1. Move NavigableSet add operation to writer thread in BucketCache

2021-10-20 Thread GitBox
YutSean closed pull request #3720: URL: https://github.com/apache/hbase/pull/3720 -- 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 unsubscribe, e-mail: issues-unsubscr.

[jira] [Commented] (HBASE-26387) Modify HEADER.html to reflect recent stable and EOL release line changes

2021-10-20 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17432164#comment-17432164 ] Duo Zhang commented on HBASE-26387: --- Will change it to {code} http://hbase.org/";>HBa

[jira] [Reopened] (HBASE-26190) High rate logging of BucketAllocatorException: Allocation too big

2021-10-20 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell reopened HBASE-26190: - Is it just me or is this not terribly useful? {noformat} 2021-10-21 01:48:42,860 W

[jira] [Commented] (HBASE-26387) Modify HEADER.html to reflect recent stable and EOL release line changes

2021-10-20 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17432162#comment-17432162 ] Duo Zhang commented on HBASE-26387: --- This is the current html source code. {code} htt

[jira] [Created] (HBASE-26387) Modify HEADER.html to reflect recent stable and EOL release line changes

2021-10-20 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-26387: - Summary: Modify HEADER.html to reflect recent stable and EOL release line changes Key: HBASE-26387 URL: https://issues.apache.org/jira/browse/HBASE-26387 Project: HBase

[GitHub] [hbase] apurtell edited a comment on pull request #3775: HBASE-26383 HBCK incorrectly reports inconsistencies for recently split regions following a master failover

2021-10-20 Thread GitBox
apurtell edited a comment on pull request #3775: URL: https://github.com/apache/hbase/pull/3775#issuecomment-948136255 @saintstack I am going to release a 2.4.8 with this merged PR included. You'd like instead to see some additional work done here or a revert of the original change rather

[GitHub] [hbase] apurtell commented on pull request #3775: HBASE-26383 HBCK incorrectly reports inconsistencies for recently split regions following a master failover

2021-10-20 Thread GitBox
apurtell commented on pull request #3775: URL: https://github.com/apache/hbase/pull/3775#issuecomment-948136255 @saintstack I am going to release a 2.4.8 with this merged PR included. If you'd like some additional work done here or a revert of the original change rather than this addition,

[GitHub] [hbase] apurtell commented on pull request #3775: HBASE-26383 HBCK incorrectly reports inconsistencies for recently split regions following a master failover

2021-10-20 Thread GitBox
apurtell commented on pull request #3775: URL: https://github.com/apache/hbase/pull/3775#issuecomment-948135611 Sorry I missed your comment @saintstack . > Was wondering why the change over in HBASE-25847 in the first place @apurtell (If you remember...). I do not remember. Gi

[jira] [Updated] (HBASE-26254) [branch-2.4] Flaky tests

2021-10-20 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell updated HBASE-26254: Fix Version/s: (was: 2.4.8) 2.4.9 > [branch-2.4] Flaky test

[jira] [Assigned] (HBASE-25823) TestSlowLogAccessor.testHigherSlowLogs repeatable failure

2021-10-20 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell reassigned HBASE-25823: --- Assignee: (was: Viraj Jasani) > TestSlowLogAccessor.testHigherSlowLogs

[jira] [Updated] (HBASE-25915) ‘mobdir’ overlaps in HFileLink.mobPath

2021-10-20 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell updated HBASE-25915: Fix Version/s: (was: 2.4.8) 2.4.9 > ‘mobdir’ overlaps in HF

[jira] [Updated] (HBASE-25823) TestSlowLogAccessor.testHigherSlowLogs repeatable failure

2021-10-20 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell updated HBASE-25823: Fix Version/s: (was: 2.4.8) 2.4.9 > TestSlowLogAccessor.tes

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

2021-10-20 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell updated HBASE-26027: Fix Version/s: (was: 2.4.8) 2.4.9 > The calling of HTable.b

[jira] [Resolved] (HBASE-26190) High rate logging of BucketAllocatorException: Allocation too big

2021-10-20 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell resolved HBASE-26190. - Hadoop Flags: Reviewed Resolution: Fixed > High rate logging of BucketAllo

[jira] [Commented] (HBASE-26190) High rate logging of BucketAllocatorException: Allocation too big

2021-10-20 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17432120#comment-17432120 ] Andrew Kyle Purtell commented on HBASE-26190: - I picked this back to branch-

[jira] [Updated] (HBASE-26267) Master initialization fails if Master Region WAL dir is missing

2021-10-20 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell updated HBASE-26267: Fix Version/s: (was: 2.4.8) 2.4.9 > Master initialization f

[jira] [Updated] (HBASE-26383) HBCK incorrectly reports inconsistencies for recently split regions following a master failover

2021-10-20 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell updated HBASE-26383: Hadoop Flags: Reviewed Resolution: Fixed Status: Resolved (was: Pa

[GitHub] [hbase] apurtell commented on pull request #3775: HBASE-26383 HBCK incorrectly reports inconsistencies for recently split regions following a master failover

2021-10-20 Thread GitBox
apurtell commented on pull request #3775: URL: https://github.com/apache/hbase/pull/3775#issuecomment-948093672 Thanks for the review @virajjasani -- 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 t

[GitHub] [hbase] apurtell merged pull request #3775: HBASE-26383 HBCK incorrectly reports inconsistencies for recently split regions following a master failover

2021-10-20 Thread GitBox
apurtell merged pull request #3775: URL: https://github.com/apache/hbase/pull/3775 -- 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 unsubscribe, e-mail: issues-unsubscr

[GitHub] [hbase] Apache-HBase commented on pull request #3775: HBASE-26383 HBCK incorrectly reports inconsistencies for recently split regions following a master failover

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

[GitHub] [hbase] Apache-HBase commented on pull request #3775: HBASE-26383 HBCK incorrectly reports inconsistencies for recently split regions following a master failover

2021-10-20 Thread GitBox
Apache-HBase commented on pull request #3775: URL: https://github.com/apache/hbase/pull/3775#issuecomment-947994004 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 11

[GitHub] [hbase] BukrosSzabolcs commented on a change in pull request #3751: HBASE-26271: Cleanup the broken store files under data directory

2021-10-20 Thread GitBox
BukrosSzabolcs commented on a change in pull request #3751: URL: https://github.com/apache/hbase/pull/3751#discussion_r733065419 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/FileBasedStoreFileCleaner.java ## @@ -0,0 +1,200 @@ +/** + * Licensed

[jira] [Commented] (HBASE-26318) Publish test logs for flaky jobs to nightlies

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

[jira] [Commented] (HBASE-26353) Support loadable dictionaries in hbase-compression-zstd

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

[jira] [Commented] (HBASE-26316) Per-table or per-CF compression codec setting overrides

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

[jira] [Commented] (HBASE-26349) Improve recent change to IntegrationTestLoadCommonCrawl

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

[jira] [Commented] (HBASE-26357) Generate CHANGES.txt for 1.4.14

2021-10-20 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17431407#comment-17431407 ] Hudson commented on HBASE-26357: Results for branch branch-1.4 [build #27 on bu

[jira] [Commented] (HBASE-25890) [branch-1] add -U for maven build to force a check for updated releases and snapshots on remote repositories

2021-10-20 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17431410#comment-17431410 ] Hudson commented on HBASE-25890: Results for branch branch-1.4 [build #27 on bu

[jira] [Commented] (HBASE-25858) [branch-1] make hbase-thrift optional in hbase-assembly module

2021-10-20 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17431409#comment-17431409 ] Hudson commented on HBASE-25858: Results for branch branch-1.4 [build #27 on bu

[jira] [Commented] (HBASE-25804) [branch-1] Make hbase-thrift module build with jdk8

2021-10-20 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17431406#comment-17431406 ] Hudson commented on HBASE-25804: Results for branch branch-1.4 [build #27 on bu

[jira] [Commented] (HBASE-25831) [branch-1] remove thrift examples out of hbase-examples module for bypassing the thrift version check

2021-10-20 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17431408#comment-17431408 ] Hudson commented on HBASE-25831: Results for branch branch-1.4 [build #27 on bu

[jira] [Updated] (HBASE-26371) Prioritize meta region move over other region moves in region_mover

2021-10-20 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viraj Jasani updated HBASE-26371: - Hadoop Flags: Reviewed Resolution: Fixed Status: Resolved (was: Patch Available)

[GitHub] [hbase] virajjasani merged pull request #3768: HBASE-26371 Prioritize meta region move over other region moves in region_mover

2021-10-20 Thread GitBox
virajjasani merged pull request #3768: URL: https://github.com/apache/hbase/pull/3768 -- 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 unsubscribe, e-mail: issues-unsub

[GitHub] [hbase] virajjasani merged pull request #3769: HBASE-26371 Prioritize meta region move over other region moves in region_mover

2021-10-20 Thread GitBox
virajjasani merged pull request #3769: URL: https://github.com/apache/hbase/pull/3769 -- 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 unsubscribe, e-mail: issues-unsub

[GitHub] [hbase] virajjasani merged pull request #3771: HBASE-26371 Prioritize meta region move over other region moves in region_mover

2021-10-20 Thread GitBox
virajjasani merged pull request #3771: URL: https://github.com/apache/hbase/pull/3771 -- 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 unsubscribe, e-mail: issues-unsub

[GitHub] [hbase] virajjasani merged pull request #3767: HBASE-26371 Prioritize meta region move over other region moves in region_mover

2021-10-20 Thread GitBox
virajjasani merged pull request #3767: URL: https://github.com/apache/hbase/pull/3767 -- 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 unsubscribe, e-mail: issues-unsub

[GitHub] [hbase] Apache-HBase commented on pull request #3773: HBASE-26385 Clear CellScanner when replay

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

[GitHub] [hbase] Apache-HBase commented on pull request #3775: HBASE-26383 HBCK incorrectly reports inconsistencies for recently split regions following a master failover

2021-10-20 Thread GitBox
Apache-HBase commented on pull request #3775: URL: https://github.com/apache/hbase/pull/3775#issuecomment-947849038 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 25

[GitHub] [hbase] Apache-HBase commented on pull request #3773: HBASE-26385 Clear CellScanner when replay

2021-10-20 Thread GitBox
Apache-HBase commented on pull request #3773: URL: https://github.com/apache/hbase/pull/3773#issuecomment-947847158 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 43

[GitHub] [hbase] Apache-HBase commented on pull request #3774: HBASE-26386 Refactor StoreFileTracker implementations to expose the s…

2021-10-20 Thread GitBox
Apache-HBase commented on pull request #3774: URL: https://github.com/apache/hbase/pull/3774#issuecomment-947844153 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 30

[GitHub] [hbase] huaxiangsun commented on a change in pull request #3710: HBASE-26308 Sum of multiplier of cost functions is not populated properly when we have a shortcut for trigger

2021-10-20 Thread GitBox
huaxiangsun commented on a change in pull request #3710: URL: https://github.com/apache/hbase/pull/3710#discussion_r732961355 ## File path: hbase-balancer/src/main/java/org/apache/hadoop/hbase/master/balancer/StochasticLoadBalancer.java ## @@ -345,33 +346,27 @@ boolean needsBa

[GitHub] [hbase] huaxiangsun commented on a change in pull request #3710: HBASE-26308 Sum of multiplier of cost functions is not populated properly when we have a shortcut for trigger

2021-10-20 Thread GitBox
huaxiangsun commented on a change in pull request #3710: URL: https://github.com/apache/hbase/pull/3710#discussion_r732960986 ## File path: hbase-balancer/src/main/java/org/apache/hadoop/hbase/master/balancer/StochasticLoadBalancer.java ## @@ -345,33 +346,27 @@ boolean needsBa

[GitHub] [hbase] Apache-HBase commented on pull request #3774: HBASE-26386 Refactor StoreFileTracker implementations to expose the s…

2021-10-20 Thread GitBox
Apache-HBase commented on pull request #3774: URL: https://github.com/apache/hbase/pull/3774#issuecomment-947836603 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 28

[jira] [Commented] (HBASE-26362) Upload mvn site artifacts for nightly build to nightlies

2021-10-20 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17431351#comment-17431351 ] Duo Zhang commented on HBASE-26362: --- https://github.com/apache/hbase/pull/3772#issueco

[GitHub] [hbase] Apache9 commented on pull request #3772: test

2021-10-20 Thread GitBox
Apache9 commented on pull request #3772: URL: https://github.com/apache/hbase/pull/3772#issuecomment-947831446 OK, good. It finally works... -- 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

[GitHub] [hbase] Apache-HBase commented on pull request #3772: test

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

[GitHub] [hbase] Apache-HBase commented on pull request #3772: test

2021-10-20 Thread GitBox
Apache-HBase commented on pull request #3772: URL: https://github.com/apache/hbase/pull/3772#issuecomment-947815250 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 4

[GitHub] [hbase] Apache-HBase commented on pull request #3772: test

2021-10-20 Thread GitBox
Apache-HBase commented on pull request #3772: URL: https://github.com/apache/hbase/pull/3772#issuecomment-947814794 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 31

[jira] [Updated] (HBASE-26383) HBCK incorrectly reports inconsistencies for recently split regions following a master failover

2021-10-20 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell updated HBASE-26383: Fix Version/s: 3.0.0-alpha-2 2.5.0 Status: Patch Avai

[GitHub] [hbase] apurtell opened a new pull request #3775: HBASE-26383 HBCK incorrectly reports inconsistencies for recently split regions following a master failover

2021-10-20 Thread GitBox
apurtell opened a new pull request #3775: URL: https://github.com/apache/hbase/pull/3775 A regression was introduced by HBASE-25847 which changed regionInfo#isParentSplit to regionState#isSplit. The region state after restart is CLOSED instead of SPLIT. We need to check both regionState an

[jira] [Commented] (HBASE-26383) HBCK incorrectly reports inconsistencies for recently split regions following a master failover

2021-10-20 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17431326#comment-17431326 ] Andrew Kyle Purtell commented on HBASE-26383: - Let me apply the recommended

[jira] [Updated] (HBASE-26383) HBCK incorrectly reports inconsistencies for recently split regions following a master failover

2021-10-20 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell updated HBASE-26383: Fix Version/s: 2.4.8 Priority: Critical (was: Major) > HBCK incorrectly

[jira] [Assigned] (HBASE-26383) HBCK incorrectly reports inconsistencies for recently split regions following a master failover

2021-10-20 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell reassigned HBASE-26383: --- Assignee: Andrew Kyle Purtell > HBCK incorrectly reports inconsistencies fo

[GitHub] [hbase] Apache-HBase commented on pull request #3772: test

2021-10-20 Thread GitBox
Apache-HBase commented on pull request #3772: URL: https://github.com/apache/hbase/pull/3772#issuecomment-947790176 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 30

[GitHub] [hbase] Apache-HBase commented on pull request #3772: test

2021-10-20 Thread GitBox
Apache-HBase commented on pull request #3772: URL: https://github.com/apache/hbase/pull/3772#issuecomment-947772531 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 27

[GitHub] [hbase] Apache-HBase commented on pull request #3772: test

2021-10-20 Thread GitBox
Apache-HBase commented on pull request #3772: URL: https://github.com/apache/hbase/pull/3772#issuecomment-947772217 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 25

[jira] [Commented] (HBASE-26358) Put up 1.4.14RC0

2021-10-20 Thread Reid Chan (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17431309#comment-17431309 ] Reid Chan commented on HBASE-26358: --- https://www.azul.com/downloads/?package=jdk > Pu

[jira] [Commented] (HBASE-26358) Put up 1.4.14RC0

2021-10-20 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17431308#comment-17431308 ] Duo Zhang commented on HBASE-26358: --- OK, let me try. > Put up 1.4.14RC0 > ---

[jira] [Commented] (HBASE-26358) Put up 1.4.14RC0

2021-10-20 Thread Reid Chan (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17431306#comment-17431306 ] Reid Chan commented on HBASE-26358: --- Are you using oracle jdk7? Please use zulu jdk7

[jira] [Updated] (HBASE-26384) Segment which already flushed to hfile may still be remained in CompactingMemStore

2021-10-20 Thread chenglei (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenglei updated HBASE-26384: - Description: When {{CompactingMemStore}} prepares flushing, {{CompactingMemStore.snapshot}} uses {{Com

[jira] [Updated] (HBASE-26384) Segment which already flushed to hfile may still be remained in CompactingMemStore

2021-10-20 Thread chenglei (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenglei updated HBASE-26384: - Description: When {{CompactingMemStore}} prepares flushing, {{CompactingMemStore.snapshot}} uses {{Com

[jira] [Updated] (HBASE-26384) Segment which already flushed to hfile may still be remained in CompactingMemStore

2021-10-20 Thread chenglei (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenglei updated HBASE-26384: - Description: When {{CompactingMemStore}} prepares flushing, {{CompactingMemStore.snapshot}} uses {{Com

[jira] [Updated] (HBASE-26384) Segment which already flushed to hfile may still be remained in CompactingMemStore

2021-10-20 Thread chenglei (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenglei updated HBASE-26384: - Description: When {{CompactingMemStore}} prepares flushing, {{CompactingMemStore.snapshot}} uses {{Com

[jira] [Updated] (HBASE-26384) Segment which already flushed to hfile may still be remained in CompactingMemStore

2021-10-20 Thread chenglei (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenglei updated HBASE-26384: - Description: When {{CompactingMemStore}} prepares flushing, {{CompactingMemStore.snapshot}} uses {{Com

[jira] [Updated] (HBASE-26384) Segment which already flushed to hfile may still be remained in CompactingMemStore

2021-10-20 Thread chenglei (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenglei updated HBASE-26384: - Description: When {{CompactingMemStore}} prepares flushing, {{CompactingMemStore.snapshot}} uses {{Com

[jira] [Updated] (HBASE-26384) Segment which already flushed to hfile may still be remained in CompactingMemStore

2021-10-20 Thread chenglei (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenglei updated HBASE-26384: - Description: When {{CompactingMemStore}} prepares flushing, {{CompactingMemStore.snapshot}} uses {{Com

[jira] [Updated] (HBASE-26384) Segment which already flushed to hfile may still be remained in CompactingMemStore

2021-10-20 Thread chenglei (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenglei updated HBASE-26384: - Description: When {{CompactingMemStore}} prepares flushing, {{CompactingMemStore.snapshot}} uses {{Com

[jira] [Updated] (HBASE-26384) Segment which already flushed to hfile may still be remained in CompactingMemStore

2021-10-20 Thread chenglei (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenglei updated HBASE-26384: - Description: When {{CompactingMemStore}} prepares flushing, {{CompactingMemStore.snapshot}} uses {{Com

[jira] [Updated] (HBASE-26384) Segment which already flushed to hfile may still be remained in CompactingMemStore

2021-10-20 Thread chenglei (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenglei updated HBASE-26384: - Description: When {{CompactingMemStore}} prepares flushing, {{CompactingMemStore.snapshot}} uses {{Com

[jira] [Updated] (HBASE-26384) Segment which already flushed to hfile may still be remained in CompactingMemStore

2021-10-20 Thread chenglei (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenglei updated HBASE-26384: - Description: When {{CompactingMemStore}} prepares flushing, {{CompactingMemStore.snapshot}} uses {{Com

[GitHub] [hbase] Apache-HBase commented on pull request #3772: test

2021-10-20 Thread GitBox
Apache-HBase commented on pull request #3772: URL: https://github.com/apache/hbase/pull/3772#issuecomment-947737913 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 44

[jira] [Updated] (HBASE-26384) Segment which already flushed to hfile may still be remained in CompactingMemStore

2021-10-20 Thread chenglei (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenglei updated HBASE-26384: - Description: When {{CompactingMemStore}} prepares flushing, {{CompactingMemStore.snapshot}} uses {{Com

[jira] [Updated] (HBASE-26384) Segment which already flushed to hfile may still be remained in CompactingMemStore

2021-10-20 Thread chenglei (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenglei updated HBASE-26384: - Description: When {{CompactingMemStore}} prepares flushing, {{CompactingMemStore.snapshot}} uses {{Com

[GitHub] [hbase] pankaj72981 commented on a change in pull request #3773: HBASE-26385 Clear CellScanner when replay

2021-10-20 Thread GitBox
pankaj72981 commented on a change in pull request #3773: URL: https://github.com/apache/hbase/pull/3773#discussion_r732841982 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java ## @@ -2089,6 +2089,7 @@ public ReplicateWALEntryRespo

[GitHub] [hbase] Apache-HBase commented on pull request #3774: HBASE-26386 Refactor StoreFileTracker implementations to expose the s…

2021-10-20 Thread GitBox
Apache-HBase commented on pull request #3774: URL: https://github.com/apache/hbase/pull/3774#issuecomment-947721133 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 58

[GitHub] [hbase] Apache-HBase commented on pull request #3772: test

2021-10-20 Thread GitBox
Apache-HBase commented on pull request #3772: URL: https://github.com/apache/hbase/pull/3772#issuecomment-947720871 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 4m 0

  1   2   >