[VOTE] First release candidate for HBase 1.7.2 is available for download

2022-08-03 Thread Duo Zhang
Please vote on this Apache HBase release candidate,
hbase-1.7.2RC0

The VOTE will remain open for at least 72 hours.

[ ] +1 Release this package as Apache HBase 1.7.2
[ ] -1 Do not release this package because ...

The tag to be voted on is 1.7.2RC0:

  https://github.com/apache/hbase/tree/1.7.2RC0

This tag currently points to git reference

  e6150c70f83c65a448312d66d1cef26fca6795b5

The release files, including signatures, digests included
in this RC can be found at:

  https://dist.apache.org/repos/dist/dev/hbase/1.7.2RC0/

The release notes can be found at:


https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310753=12350412

Maven artifacts are available in a staging repository at:

  https://repository.apache.org/content/repositories/orgapachehbase-1492/

Artifacts were signed with the 9AD2AE49 key which can be found in:

  https://dist.apache.org/repos/dist/release/hbase/KEYS

Notice that 1.7.2 will be the last release for all the 1.x release line.
Users
are encouraged to upgrade to the 2.x stable release line.

To learn more about Apache HBase, please see

  http://hbase.apache.org/

Thanks,
Your HBase Release Manager


[jira] [Created] (HBASE-27271) BufferCallBeforeInitHandler should ignore the flush request

2022-08-03 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-27271:
-

 Summary: BufferCallBeforeInitHandler should ignore the flush 
request
 Key: HBASE-27271
 URL: https://issues.apache.org/jira/browse/HBASE-27271
 Project: HBase
  Issue Type: Bug
  Components: IPC/RPC
Reporter: Duo Zhang
Assignee: Duo Zhang


This is by design but we failed to do this in the past and caused others rely 
on this mistake, such as NettyHBaseRpcConnectionHeaderHandler, where we should 
add it before BufferCallBeforeInitHandler but we add it after 
BufferCallBeforeInitHandler ...



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (HBASE-27270) Add bulkloadExecutor.resizeQueues

2022-08-03 Thread zhengsicheng (Jira)
zhengsicheng created HBASE-27270:


 Summary: Add bulkloadExecutor.resizeQueues
 Key: HBASE-27270
 URL: https://issues.apache.org/jira/browse/HBASE-27270
 Project: HBase
  Issue Type: Sub-task
  Components: regionserver, rpc
Reporter: zhengsicheng
Assignee: zhengsicheng






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (HBASE-27269) The implementation of TestReplicationStatus.waitOnMetricsReport is incorrect

2022-08-03 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-27269:
-

 Summary: The implementation of 
TestReplicationStatus.waitOnMetricsReport is incorrect
 Key: HBASE-27269
 URL: https://issues.apache.org/jira/browse/HBASE-27269
 Project: HBase
  Issue Type: Bug
  Components: Replication, test
Reporter: Duo Zhang


{code}
  private List waitOnMetricsReport(int greaterThan, 
ServerName serverName)
throws IOException {
ClusterMetrics metrics = 
hbaseAdmin.getClusterMetrics(EnumSet.of(Option.LIVE_SERVERS));
List list =
  
metrics.getLiveServerMetrics().get(serverName).getReplicationLoadSourceList();
while (list.size() <= greaterThan) {
  Threads.sleep(1000);
}
return list;
  }
{code}

Obviously the while loop is just a dummy one as the list will not be updated in 
the loop...



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Resolved] (HBASE-27261) Generate CHANGES.txt for 1.7.2

2022-08-03 Thread Duo Zhang (Jira)


 [ 
https://issues.apache.org/jira/browse/HBASE-27261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Duo Zhang resolved HBASE-27261.
---
Hadoop Flags: Reviewed
  Resolution: Fixed

> Generate CHANGES.txt for 1.7.2
> --
>
> Key: HBASE-27261
> URL: https://issues.apache.org/jira/browse/HBASE-27261
> Project: HBase
>  Issue Type: Sub-task
>  Components: documentation
>Reporter: Duo Zhang
>Assignee: Duo Zhang
>Priority: Major
> Fix For: 1.7.2
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)