Re: (BUG)ShortCircuitLocalReads Failed when enabled replication

2016-08-22 Thread yangming860101
Can anybody test it again,to verify whether there is a problem. Thanks! -- View this message in context: http://apache-hbase.679495.n3.nabble.com/BUG-ShortCircuitLocalReads-Failed-when-enabled-replication-tp4081733p4081968.html Sent from the HBase User mailing list archive at Nabble.com.

Re: (BUG)ShortCircuitLocalReads Failed when enabled replication

2016-08-15 Thread yangming860101
bble.com/BUG-ShortCircuitLocalReads-Failed-when-enabled-replication-tp4081733p4081822.html Sent from the HBase User mailing list archive at Nabble.com.

Re: (BUG)ShortCircuitLocalReads Failed when enabled replication

2016-08-15 Thread yangming860101
bble.com/BUG-ShortCircuitLocalReads-Failed-when-enabled-replication-tp4081733p4081821.html Sent from the HBase User mailing list archive at Nabble.com.

Re: (BUG)ShortCircuitLocalReads Failed when enabled replication

2016-08-15 Thread yangming860101
in context: http://apache-hbase.679495.n3.nabble.com/BUG-ShortCircuitLocalReads-Failed-when-enabled-replication-tp4081733p4081820.html Sent from the HBase User mailing list archive at Nabble.com.

Re: (BUG)ShortCircuitLocalReads Failed when enabled replication

2016-08-15 Thread yangming860101
-4614053595081055029_54130616, duration: 329364 -- View this message in context: http://apache-hbase.679495.n3.nabble.com/BUG-ShortCircuitLocalReads-Failed-when-enabled-replication-tp4081733p4081819.html Sent from the HBase User mailing list archive at Nabble.com.

Re: (BUG)ShortCircuitLocalReads Failed when enabled replication

2016-08-15 Thread yangming860101
true hbase.replication true -- View this message in context: http://apache-hbase.679495.n3.nabble.com/BUG-ShortCircuitLocalReads-Failed-when-enabled-replication-tp4081733p4081818.html Sent from the HBase User mailing list archive at Nabble.com.

Re: (BUG)ShortCircuitLocalReads Failed when enabled replication

2016-08-11 Thread Ted Yu
What's the value for dfs.domain.socket.path ? See explanation in http://hbase.apache.org/book.html for the meaning of this config. Cheers On Thu, Aug 11, 2016 at 12:46 AM, Ming Yang wrote: > The cluster enabled shortCircuitLocalReads. > >

Re: (BUG)ShortCircuitLocalReads Failed when enabled replication

2016-08-11 Thread Dima Spivak
Hey Yang, Looks like HDFS is having trouble with a block. Have you tried running hadoop fsck? -Dima On Thursday, August 11, 2016, Ming Yang wrote: > The cluster enabled shortCircuitLocalReads. > > dfs.client.read.shortcircuit > true > > > When enabled

(BUG)ShortCircuitLocalReads Failed when enabled replication

2016-08-11 Thread Ming Yang
The cluster enabled shortCircuitLocalReads. dfs.client.read.shortcircuit true When enabled replication,we found a large number of error logs. 1.shortCircuitLocalReads(fail everytime). 2.Try reading via the datanode on targetAddr(success). How to make shortCircuitLocalReads successfully