[jira] [Created] (HBASE-26073) Avoid merging regions if tables has not reached the state where numbers of regions are not split because of number of regions

2021-07-07 Thread Aman Poonia (Jira)
Aman Poonia created HBASE-26073: --- Summary: Avoid merging regions if tables has not reached the state where numbers of regions are not split because of number of regions Key: HBASE-26073 URL: https://issues.apache.or

Re: Split Meta Design Reset Status

2021-07-07 Thread Duo Zhang
Is it only me? I tried to join the meeting but it always tell me that I need to wait for the presenter to invite me to join... Stack 于2021年7月8日周四 上午1:04写道: > Short notice but reminder that this meeting is today at 5pm PST (We talked > of doing it earlier but in the end lets just keep the origina

Re: [DISCUSS] HBASE-26056 Cell TTL set to -1 should mean never expire, the same as CF TTL

2021-07-07 Thread Nick Dimiduk
I agree that validation should happen on the server. We should not assume anything about the client in terms of correctness. On Wed, Jul 7, 2021 at 21:30 Andrew Purtell wrote: > I don’t have a strong opinion but servers can never fully trust clients. > The client can be altered. Maybe not by you

Re: [DISCUSS] HBASE-26056 Cell TTL set to -1 should mean never expire, the same as CF TTL

2021-07-07 Thread Andrew Purtell
I don’t have a strong opinion but servers can never fully trust clients. The client can be altered. Maybe not by you/us. Typically the servers are fully under your control and this is where you must apply service protection, hence validity checks on the server side - regardless of what the clien

Re: Split Meta Design Reset Status

2021-07-07 Thread Stack
Short notice but reminder that this meeting is today at 5pm PST (We talked of doing it earlier but in the end lets just keep the original 5pm time). Thanks, S On Tue, Jul 6, 2021 at 11:36 AM Stack wrote: > Lets do a quick chat on current state of hbase split-meta project. > > Francis has posted

[jira] [Resolved] (HBASE-26072) Upgrade hbase version in hbase-operator-tools to 2.4.4

2021-07-07 Thread Zach York (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zach York resolved HBASE-26072. --- Fix Version/s: hbase-operator-tools-1.2.0 Resolution: Fixed > Upgrade hbase version in hbase-

[jira] [Resolved] (HBASE-26069) Remove HStore.compactRecentForTestingAssumingDefaultPolicy and DefaultCompactor.compactForTesting

2021-07-07 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-26069. --- Fix Version/s: 3.0.0-alpha-2 2.5.0 Hadoop Flags: Reviewed Resolution:

Re: [DISCUSS] HBASE-26056 Cell TTL set to -1 should mean never expire, the same as CF TTL

2021-07-07 Thread Baiqiang Zhao
Thanks Reid and Andrew! Agree to reject negative TTL directly on the write path, because negative TTL is invalid. The point of divergence is whether this check is on the client side or on the server side. I simply think it is easier to check and throw the exception directly on the client side, an

[jira] [Resolved] (HBASE-25516) [JDK17] reflective access Field.class.getDeclaredField("modifiers") not supported

2021-07-07 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-25516. --- Fix Version/s: 3.0.0-alpha-2 Hadoop Flags: Reviewed Resolution: Fixed Merged to master.