<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Weird HBase Error in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Weird-HBase-Error/m-p/156750#M119167</link>
    <description>&lt;P&gt;This is just an information message during the connection. If your application doesn't work, check that zookeeper as well as HBase are started. &lt;/P&gt;</description>
    <pubDate>Fri, 16 Dec 2016 06:06:34 GMT</pubDate>
    <dc:creator>ssoldatov</dc:creator>
    <dc:date>2016-12-16T06:06:34Z</dc:date>
    <item>
      <title>Weird HBase Error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Weird-HBase-Error/m-p/156748#M119165</link>
      <description>&lt;P&gt;I have code I have been using for a while and has worked.&lt;/P&gt;&lt;P&gt;But today my Java code calling Phoenix, ran into this:&lt;/P&gt;&lt;P&gt;: Initiating client connection, connectString=tspann:2181 sessionTimeout=90000 watcher=hconnection-0x4550bb580x0, quorum=tspann:2181, baseZNode=/hbase-unsecure
2016-12-15 16:49:44.898  INFO 11624 --- [42.140.21:2181)] org.apache.zookeeper.ClientCnxn          : Opening socket connection to server 24221/242.21:2181. Will not attempt to authenticate using SASL (unknown error)&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2016 05:52:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Weird-HBase-Error/m-p/156748#M119165</guid>
      <dc:creator>TimothySpann</dc:creator>
      <dc:date>2016-12-16T05:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Weird HBase Error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Weird-HBase-Error/m-p/156749#M119166</link>
      <description>&lt;P&gt;That is not a real error. ZK is just saying that it won't do SASL when connecting to the server (because this is not a secure cluster). You can ignore it. &lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2016 05:54:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Weird-HBase-Error/m-p/156749#M119166</guid>
      <dc:creator>Enis</dc:creator>
      <dc:date>2016-12-16T05:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Weird HBase Error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Weird-HBase-Error/m-p/156750#M119167</link>
      <description>&lt;P&gt;This is just an information message during the connection. If your application doesn't work, check that zookeeper as well as HBase are started. &lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2016 06:06:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Weird-HBase-Error/m-p/156750#M119167</guid>
      <dc:creator>ssoldatov</dc:creator>
      <dc:date>2016-12-16T06:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Weird HBase Error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Weird-HBase-Error/m-p/156751#M119168</link>
      <description>&lt;P&gt;Strange error, but fixed due to disconnected network.   &lt;/P&gt;&lt;P&gt;So connection timeout error.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2016 06:49:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Weird-HBase-Error/m-p/156751#M119168</guid>
      <dc:creator>TimothySpann</dc:creator>
      <dc:date>2016-12-16T06:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Weird HBase Error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Weird-HBase-Error/m-p/156752#M119169</link>
      <description>&lt;P&gt;:51:02.642  WARN 11624 --- [           main] o.a.h.h.zookeeper.RecoverableZooKeeper   : Possibly transient ZooKeeper, quorum=tspann:2181, exception=org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /hbase-unsecure/hbaseid
2016-12-15 16:51:03.644  INFO 11624 --- [42.140.21:2181)] org.apache.zookeeper.ClientCnxn          : Opening socket connection to server 92.242.140.21/92.242.140.21:2181. Will not attempt to authenticate using SASL (unknown error)
2016-12-15 16:52:19.044  WARN 11624 --- [42.140.21:2181)] org.apache.zookeeper.ClientCnxn          : Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect
java.net.ConnectException: Operation timed out
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) ~[na:1.8.0_91]
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) ~[na:1.8.0_91]
at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361) ~[zookeeper-3.4.6.jar!/:3.4.6-1569965]
at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081) ~[zookeeper-3.4.6.jar!/:3.4.6-1569965]&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2016 07:20:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Weird-HBase-Error/m-p/156752#M119169</guid>
      <dc:creator>TimothySpann</dc:creator>
      <dc:date>2016-12-16T07:20:53Z</dc:date>
    </item>
  </channel>
</rss>

