[jira] [Commented] (HBASE-27635) Shutdown zookeeper logs coming via ReadOnlyZKClient when hbase shell started

2024-06-11 Thread Andrew Kyle Purtell (Jira)


[ 
https://issues.apache.org/jira/browse/HBASE-27635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17854195#comment-17854195
 ] 

Andrew Kyle Purtell commented on HBASE-27635:
-

I can't change the In Progess status and that's not accurate based on the 
history of this issue, so I am going to resolve it as Not A Problem. Reopen if 
you feel otherwise.

> Shutdown zookeeper logs coming via ReadOnlyZKClient when hbase shell started
> 
>
> Key: HBASE-27635
> URL: https://issues.apache.org/jira/browse/HBASE-27635
> Project: HBase
>  Issue Type: Improvement
>  Components: shell
>Reporter: Rajeshbabu Chintaguntla
>Assignee: Rajeshbabu Chintaguntla
>Priority: Major
> Fix For: 3.0.0-beta-2, 2.6.1, 2.5.9
>
>
> When hbase shell with HBase 2.5.2 started there is too much logging of zk 
> connection realated, classpaths etc.  Even though we enabled ERROR log level 
> for zookeeper package.
> {noformat}
> 2023-02-10 17:34:25,211 INFO  
> [ReadOnlyZKClient-host1:2181,host2:2181,host3:2181@0x15c16f19] 
> zookeeper.ZooKeeper: Client 
> environment:zookeeper.version=3.5.9-5-a433770fc7b303332f10174221799495a26bbca2,
>  built on 02/07/2023 13:02 GMT
> 2023-02-10 17:34:25,212 INFO  
> [ReadOnlyZKClient-host1:2181,host2:2181,host3:2181@0x15c16f19] 
> zookeeper.ZooKeeper: Client environment:host.name=host1
> 2023-02-10 17:34:25,212 INFO  
> [ReadOnlyZKClient-host1:2181,host2:2181,host3:2181:2181@0x15c16f19] 
> zookeeper.ZooKeeper: Client environment:java.version=1.8.0_352
> 2023-02-10 17:34:25,212 INFO  
> [ReadOnlyZKClient-host1:2181,host2:2181,host3:2181@0x15c16f19] 
> zookeeper.ZooKeeper: Client environment:java.vendor=Red Hat, Inc.
> 2023-02-10 17:34:25,212 INFO  
> [ReadOnlyZKClient-host1:2181,host2:2181,host3:2181@0x15c16f19] 
> zookeeper.ZooKeeper: Client 
> environment:java.home=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.352.b08-2.el7_9.x86_64/jre
> {noformat}
> Better to change the  org.apache.hadoop.hbase.zookeeper package log level to 
> error.
> {noformat}
> # Set logging level to avoid verboseness
> org.apache.logging.log4j.core.config.Configurator.setAllLevels('org.apache.zookeeper',
>  log_level)
> org.apache.logging.log4j.core.config.Configurator.setAllLevels('org.apache.hadoop',
>  log_level)
> org.apache.logging.log4j.core.config.Configurator.setAllLevels('org.apache.hadoop.hbase.zookeeper',
>  log_level)
> {noformat}



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


[jira] [Commented] (HBASE-27635) Shutdown zookeeper logs coming via ReadOnlyZKClient when hbase shell started

2024-02-26 Thread Andrew Kyle Purtell (Jira)


[ 
https://issues.apache.org/jira/browse/HBASE-27635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17820910#comment-17820910
 ] 

Andrew Kyle Purtell commented on HBASE-27635:
-

Current code on branch-2.5 and master will set the zookeeper logging level to 
ERROR unless the debug (-d) parameter is supplied to the shell. Is this still 
an issue?

> Shutdown zookeeper logs coming via ReadOnlyZKClient when hbase shell started
> 
>
> Key: HBASE-27635
> URL: https://issues.apache.org/jira/browse/HBASE-27635
> Project: HBase
>  Issue Type: Improvement
>  Components: shell
>Reporter: Rajeshbabu Chintaguntla
>Assignee: Rajeshbabu Chintaguntla
>Priority: Major
> Fix For: 2.5.8, 3.0.0-beta-2, 2.6.1
>
>
> When hbase shell with HBase 2.5.2 started there is too much logging of zk 
> connection realated, classpaths etc.  Even though we enabled ERROR log level 
> for zookeeper package.
> {noformat}
> 2023-02-10 17:34:25,211 INFO  
> [ReadOnlyZKClient-host1:2181,host2:2181,host3:2181@0x15c16f19] 
> zookeeper.ZooKeeper: Client 
> environment:zookeeper.version=3.5.9-5-a433770fc7b303332f10174221799495a26bbca2,
>  built on 02/07/2023 13:02 GMT
> 2023-02-10 17:34:25,212 INFO  
> [ReadOnlyZKClient-host1:2181,host2:2181,host3:2181@0x15c16f19] 
> zookeeper.ZooKeeper: Client environment:host.name=host1
> 2023-02-10 17:34:25,212 INFO  
> [ReadOnlyZKClient-host1:2181,host2:2181,host3:2181:2181@0x15c16f19] 
> zookeeper.ZooKeeper: Client environment:java.version=1.8.0_352
> 2023-02-10 17:34:25,212 INFO  
> [ReadOnlyZKClient-host1:2181,host2:2181,host3:2181@0x15c16f19] 
> zookeeper.ZooKeeper: Client environment:java.vendor=Red Hat, Inc.
> 2023-02-10 17:34:25,212 INFO  
> [ReadOnlyZKClient-host1:2181,host2:2181,host3:2181@0x15c16f19] 
> zookeeper.ZooKeeper: Client 
> environment:java.home=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.352.b08-2.el7_9.x86_64/jre
> {noformat}
> Better to change the  org.apache.hadoop.hbase.zookeeper package log level to 
> error.
> {noformat}
> # Set logging level to avoid verboseness
> org.apache.logging.log4j.core.config.Configurator.setAllLevels('org.apache.zookeeper',
>  log_level)
> org.apache.logging.log4j.core.config.Configurator.setAllLevels('org.apache.hadoop',
>  log_level)
> org.apache.logging.log4j.core.config.Configurator.setAllLevels('org.apache.hadoop.hbase.zookeeper',
>  log_level)
> {noformat}



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


[jira] [Commented] (HBASE-27635) Shutdown zookeeper logs coming via ReadOnlyZKClient when hbase shell started

2024-01-13 Thread Bryan Beaudreault (Jira)


[ 
https://issues.apache.org/jira/browse/HBASE-27635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17806363#comment-17806363
 ] 

Bryan Beaudreault commented on HBASE-27635:
---

Moving out of 2.6.0

> Shutdown zookeeper logs coming via ReadOnlyZKClient when hbase shell started
> 
>
> Key: HBASE-27635
> URL: https://issues.apache.org/jira/browse/HBASE-27635
> Project: HBase
>  Issue Type: Improvement
>  Components: shell
>Reporter: Rajeshbabu Chintaguntla
>Assignee: Rajeshbabu Chintaguntla
>Priority: Major
> Fix For: 2.5.8, 3.0.0-beta-2, 2.6.1
>
>
> When hbase shell with HBase 2.5.2 started there is too much logging of zk 
> connection realated, classpaths etc.  Even though we enabled ERROR log level 
> for zookeeper package.
> {noformat}
> 2023-02-10 17:34:25,211 INFO  
> [ReadOnlyZKClient-host1:2181,host2:2181,host3:2181@0x15c16f19] 
> zookeeper.ZooKeeper: Client 
> environment:zookeeper.version=3.5.9-5-a433770fc7b303332f10174221799495a26bbca2,
>  built on 02/07/2023 13:02 GMT
> 2023-02-10 17:34:25,212 INFO  
> [ReadOnlyZKClient-host1:2181,host2:2181,host3:2181@0x15c16f19] 
> zookeeper.ZooKeeper: Client environment:host.name=host1
> 2023-02-10 17:34:25,212 INFO  
> [ReadOnlyZKClient-host1:2181,host2:2181,host3:2181:2181@0x15c16f19] 
> zookeeper.ZooKeeper: Client environment:java.version=1.8.0_352
> 2023-02-10 17:34:25,212 INFO  
> [ReadOnlyZKClient-host1:2181,host2:2181,host3:2181@0x15c16f19] 
> zookeeper.ZooKeeper: Client environment:java.vendor=Red Hat, Inc.
> 2023-02-10 17:34:25,212 INFO  
> [ReadOnlyZKClient-host1:2181,host2:2181,host3:2181@0x15c16f19] 
> zookeeper.ZooKeeper: Client 
> environment:java.home=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.352.b08-2.el7_9.x86_64/jre
> {noformat}
> Better to change the  org.apache.hadoop.hbase.zookeeper package log level to 
> error.
> {noformat}
> # Set logging level to avoid verboseness
> org.apache.logging.log4j.core.config.Configurator.setAllLevels('org.apache.zookeeper',
>  log_level)
> org.apache.logging.log4j.core.config.Configurator.setAllLevels('org.apache.hadoop',
>  log_level)
> org.apache.logging.log4j.core.config.Configurator.setAllLevels('org.apache.hadoop.hbase.zookeeper',
>  log_level)
> {noformat}



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


[jira] [Commented] (HBASE-27635) Shutdown zookeeper logs coming via ReadOnlyZKClient when hbase shell started

2023-10-11 Thread Andrew Kyle Purtell (Jira)


[ 
https://issues.apache.org/jira/browse/HBASE-27635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17774185#comment-17774185
 ] 

Andrew Kyle Purtell commented on HBASE-27635:
-

Moving out of 2.5.6

> Shutdown zookeeper logs coming via ReadOnlyZKClient when hbase shell started
> 
>
> Key: HBASE-27635
> URL: https://issues.apache.org/jira/browse/HBASE-27635
> Project: HBase
>  Issue Type: Improvement
>  Components: shell
>Reporter: Rajeshbabu Chintaguntla
>Assignee: Rajeshbabu Chintaguntla
>Priority: Major
> Fix For: 2.6.0, 3.0.0-beta-1, 2.5.7
>
>
> When hbase shell with HBase 2.5.2 started there is too much logging of zk 
> connection realated, classpaths etc.  Even though we enabled ERROR log level 
> for zookeeper package.
> {noformat}
> 2023-02-10 17:34:25,211 INFO  
> [ReadOnlyZKClient-host1:2181,host2:2181,host3:2181@0x15c16f19] 
> zookeeper.ZooKeeper: Client 
> environment:zookeeper.version=3.5.9-5-a433770fc7b303332f10174221799495a26bbca2,
>  built on 02/07/2023 13:02 GMT
> 2023-02-10 17:34:25,212 INFO  
> [ReadOnlyZKClient-host1:2181,host2:2181,host3:2181@0x15c16f19] 
> zookeeper.ZooKeeper: Client environment:host.name=host1
> 2023-02-10 17:34:25,212 INFO  
> [ReadOnlyZKClient-host1:2181,host2:2181,host3:2181:2181@0x15c16f19] 
> zookeeper.ZooKeeper: Client environment:java.version=1.8.0_352
> 2023-02-10 17:34:25,212 INFO  
> [ReadOnlyZKClient-host1:2181,host2:2181,host3:2181@0x15c16f19] 
> zookeeper.ZooKeeper: Client environment:java.vendor=Red Hat, Inc.
> 2023-02-10 17:34:25,212 INFO  
> [ReadOnlyZKClient-host1:2181,host2:2181,host3:2181@0x15c16f19] 
> zookeeper.ZooKeeper: Client 
> environment:java.home=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.352.b08-2.el7_9.x86_64/jre
> {noformat}
> Better to change the  org.apache.hadoop.hbase.zookeeper package log level to 
> error.
> {noformat}
> # Set logging level to avoid verboseness
> org.apache.logging.log4j.core.config.Configurator.setAllLevels('org.apache.zookeeper',
>  log_level)
> org.apache.logging.log4j.core.config.Configurator.setAllLevels('org.apache.hadoop',
>  log_level)
> org.apache.logging.log4j.core.config.Configurator.setAllLevels('org.apache.hadoop.hbase.zookeeper',
>  log_level)
> {noformat}



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