gehaijiang created HBASE-19668:
----------------------------------
Summary: hbase1.3.1 (build hadoop2.7.4) shortcircuit problem
Key: HBASE-19668
URL: https://issues.apache.org/jira/browse/HBASE-19668
Project: HBase
Issue Type: Bug
Components: hbase
Affects Versions: 1.3.1
Environment: Online HBase services, large requests
hbase version: 1.3.1 hadoop version: 2.7.4 os linux version: centos6.5
Reporter: gehaijiang
Online HBase services, large requests, hbase version: 1.3.1 hadoop
version: 2.7.4 os linux version: centos6.5
hdfs-site.xml conf:
<property>
<name>dfs.client.read.shortcircuit</name>
<value>true</value>
<source>hdfs-site.xml</source>
</property>
<property>
<name>dfs.domain.socket.path</name>
<value>/var/run/hadoop-hdfs/dn_socket</value>
<source>hdfs-site.xml</source>
</property>
os linux command : netstat -an
unix 2 [ ACC ] STREAM LISTENING 10576083
/var/run/hadoop-hdfs/dn_socket
*{color:#d04437}problem : /var/run/hadoop-hdfs/dn_socket only one
LISTENING, but no CONNECTED {color}*
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)