[jira] [Created] (HBASE-27055) Fix HBASE_TRACE_OPTS when adding opentelemetry agent

2022-05-19 Thread Tak-Lon (Stephen) Wu (Jira)
Tak-Lon (Stephen) Wu created HBASE-27055:


 Summary: Fix HBASE_TRACE_OPTS when adding opentelemetry agent
 Key: HBASE-27055
 URL: https://issues.apache.org/jira/browse/HBASE-27055
 Project: HBase
  Issue Type: Bug
  Components: tracing
Affects Versions: 2.5.0, 2.6.0, 3.0.0-alpha-3
Reporter: Tak-Lon (Stephen) Wu


it was a minor bug caused by HBASE-26363 with a typo in the following line 
https://github.com/apache/hbase/blob/master/bin/hbase#L511

{code}
HBASE_OPTS="$HBASE_OPTS -javaagent:$agent_jar"
{code}

and it should be 

{code}
HBASE_OPTS="$HBASE_TRACE_OPTS -javaagent:$agent_jar"
{code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Resolved] (HBASE-27018) Add a tool command list_liveservers

2022-05-19 Thread Viraj Jasani (Jira)


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

Viraj Jasani resolved HBASE-27018.
--
Fix Version/s: 2.5.0
   3.0.0-alpha-3
   2.4.13
 Hadoop Flags: Reviewed
   Resolution: Fixed

> Add a tool command list_liveservers
> ---
>
> Key: HBASE-27018
> URL: https://issues.apache.org/jira/browse/HBASE-27018
> Project: HBase
>  Issue Type: New Feature
>Reporter: Tao Li
>Assignee: Tao Li
>Priority: Major
> Fix For: 2.5.0, 3.0.0-alpha-3, 2.4.13
>
> Attachments: image-2022-05-10-08-34-33-711.png
>
>
> To make it easier for us to query the living region Servers. We can add a 
> command `list_liveservers`. There are already `list_deadServers` and 
> `list_Decommissioned_regionServers`.
> !image-2022-05-10-08-34-33-711.png|width=457,height=123!
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Resolved] (HBASE-27006) cordon off large ci worker nodes

2022-05-19 Thread Sean Busbey (Jira)


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

Sean Busbey resolved HBASE-27006.
-
Fix Version/s: 2.5.0
   2.6.0
   3.0.0-alpha-3
   2.4.13
 Assignee: Sean Busbey
   Resolution: Fixed

> cordon off large ci worker nodes
> 
>
> Key: HBASE-27006
> URL: https://issues.apache.org/jira/browse/HBASE-27006
> Project: HBase
>  Issue Type: Sub-task
>Reporter: Sean Busbey
>Assignee: Sean Busbey
>Priority: Major
> Fix For: 2.5.0, 2.6.0, 3.0.0-alpha-3, 2.4.13
>
>
> Make sure our node labeling keeps test workloads that off of the new large 
> spec nodes so that they're only used for the nightly k8s based tests



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


Final reminder: ApacheCon North America call for presentations closing soon

2022-05-19 Thread Rich Bowen
[Note: You're receiving this because you are subscribed to one or more
Apache Software Foundation project mailing lists.]

This is your final reminder that the Call for Presetations for
ApacheCon North America 2022 will close at 00:01 GMT on Monday, May
23rd, 2022. Please don't wait! Get your talk proposals in now!

Details here: https://apachecon.com/acna2022/cfp.html

--Rich, for the ApacheCon Planners




Reg HBASE-18045 solution

2022-05-19 Thread Narasimha Sharma
Hi,

I want to contribute to Apache HBase project and started with my first JIRA
https://issues.apache.org/jira/browse/HBASE-18045

As a solution for this, I'd like to add the '-o ConnectTimeout=10' as
default value of 'hbase.it.clustermanager.ssh.opts' property in
hbase-it/src/test/java/org/apache/hadoop/hbase/HBaseClusterManager.java

Can someone please give a go-ahead for this change?

Regards,
Narasimha