<?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: hbase.client.scanner.timeout.period in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/hbase-client-scanner-timeout-period/m-p/343325#M233899</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/45866"&gt;@arunpoy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If we are using the CDH/CDP both timeout parameters(hbase.rpc.timeout &amp;amp; hbase.client.scanner.timeout.period) need to be added in both server-side and client-side in the below paths from the HBase configuration.&lt;/P&gt;&lt;P class="p1"&gt;HBase Service Advanced Configuration Snippet (Safety Valve) for hbase-site.xml&lt;/P&gt;&lt;P class="p1"&gt;HBase Client Advanced Configuration Snippet (Safety Valve) for hbase-site.xml&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bothe the time-out parameters need to be added on the server and client-side and RPC(hbase.rpc.timeout) time-out needs to be set a bit higher than the client scanner time-out (hbase.client.scanner.timeout.period).&lt;/P&gt;</description>
    <pubDate>Fri, 06 May 2022 09:42:31 GMT</pubDate>
    <dc:creator>PrathapKumar</dc:creator>
    <dc:date>2022-05-06T09:42:31Z</dc:date>
    <item>
      <title>hbase.client.scanner.timeout.period</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hbase-client-scanner-timeout-period/m-p/127792#M90496</link>
      <description>&lt;P&gt;I changed the hbase.client.scanner.timeout.period at both the client and server level. After that i use phoenix to run a query, but still see the error. Seems even after changing the require parameters the defaults get applied. Any suggestions on how to fix this?&lt;/P&gt;&lt;P&gt;Caused by: org.apache.hadoop.hbase.client.ScannerTimeoutException: 1864561ms passed since the last invocation, timeout is currently set to 60000&lt;/P&gt;&lt;P&gt;Also sometimes i do see the below exception too&lt;/P&gt;&lt;P&gt;java.net.SocketTimeoutException: callTimeout=60000, callDuration=60307&lt;/P&gt;&lt;P&gt;i have set the following properties &lt;/P&gt;&lt;P&gt;&amp;lt;property&amp;gt;
      &amp;lt;name&amp;gt;hbase.client.scanner.timeout.period&amp;lt;/name&amp;gt;
      &amp;lt;value&amp;gt;1800000&amp;lt;/value&amp;gt;
    &amp;lt;/property&amp;gt;
--
    &amp;lt;property&amp;gt;
      &amp;lt;name&amp;gt;hbase.rpc.timeout&amp;lt;/name&amp;gt;
      &amp;lt;value&amp;gt;1800000&amp;lt;/value&amp;gt;
    &amp;lt;/property&amp;gt;
--
    &amp;lt;property&amp;gt;
      &amp;lt;name&amp;gt;phoenix.query.keepAliveMs&amp;lt;/name&amp;gt;
      &amp;lt;value&amp;gt;1800000&amp;lt;/value&amp;gt;
    &amp;lt;/property&amp;gt;
    &amp;lt;property&amp;gt;
      &amp;lt;name&amp;gt;phoenix.query.timeoutMs&amp;lt;/name&amp;gt;
      &amp;lt;value&amp;gt;1800000&amp;lt;/value&amp;gt;
    &amp;lt;/property&amp;gt;
    &amp;lt;property&amp;gt;
      &amp;lt;name&amp;gt;zookeeper.session.timeout&amp;lt;/name&amp;gt;
      &amp;lt;value&amp;gt;1800000&amp;lt;/value&amp;gt;
    &amp;lt;/property&amp;gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2016 09:16:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hbase-client-scanner-timeout-period/m-p/127792#M90496</guid>
      <dc:creator>arunpoy</dc:creator>
      <dc:date>2016-08-31T09:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: hbase.client.scanner.timeout.period</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hbase-client-scanner-timeout-period/m-p/127793#M90497</link>
      <description>&lt;P&gt;java.net.SocketTimeoutException: callTimeout=60000, callDuration=60307&lt;/P&gt;&lt;P&gt;Have you changed &lt;STRONG&gt;hbase.rpc.timeout&lt;/STRONG&gt;? It seems, you have not.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2016 09:20:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hbase-client-scanner-timeout-period/m-p/127793#M90497</guid>
      <dc:creator>vrodionov</dc:creator>
      <dc:date>2016-08-31T09:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: hbase.client.scanner.timeout.period</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hbase-client-scanner-timeout-period/m-p/127794#M90498</link>
      <description>&lt;P&gt;yes i have changed that too. you could see above&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2016 09:43:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hbase-client-scanner-timeout-period/m-p/127794#M90498</guid>
      <dc:creator>arunpoy</dc:creator>
      <dc:date>2016-08-31T09:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: hbase.client.scanner.timeout.period</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hbase-client-scanner-timeout-period/m-p/127795#M90499</link>
      <description>&lt;P&gt;Looks like the hbase configuration is not picked by the phoenix client.&lt;/P&gt;&lt;P&gt;Please check by setting either of the following environment variables:&lt;/P&gt;&lt;P&gt;export HBASE_CONF_DIR=/etc/hbase/conf  Or&lt;/P&gt;&lt;P&gt;export HBASE_CONF_PATH=/etc/hbase/conf&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2016 13:10:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hbase-client-scanner-timeout-period/m-p/127795#M90499</guid>
      <dc:creator>rmaruthiyodan</dc:creator>
      <dc:date>2016-08-31T13:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: hbase.client.scanner.timeout.period</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hbase-client-scanner-timeout-period/m-p/127796#M90500</link>
      <description>&lt;P&gt;It seems that server adhered this property "hbase.client.scanner.timeout.period" for lease expiration but the client has not . can you check that your hbase-site.xml is in class path of your phoenix client(application/sqlline) as well.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2016 13:22:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hbase-client-scanner-timeout-period/m-p/127796#M90500</guid>
      <dc:creator>asinghal</dc:creator>
      <dc:date>2016-08-31T13:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: hbase.client.scanner.timeout.period</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hbase-client-scanner-timeout-period/m-p/127797#M90501</link>
      <description>&lt;P&gt;Verify that  you use the same hbase-site.xml on both: client and server sides. &lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2016 02:42:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hbase-client-scanner-timeout-period/m-p/127797#M90501</guid>
      <dc:creator>vrodionov</dc:creator>
      <dc:date>2016-09-02T02:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: hbase.client.scanner.timeout.period</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hbase-client-scanner-timeout-period/m-p/343325#M233899</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/45866"&gt;@arunpoy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If we are using the CDH/CDP both timeout parameters(hbase.rpc.timeout &amp;amp; hbase.client.scanner.timeout.period) need to be added in both server-side and client-side in the below paths from the HBase configuration.&lt;/P&gt;&lt;P class="p1"&gt;HBase Service Advanced Configuration Snippet (Safety Valve) for hbase-site.xml&lt;/P&gt;&lt;P class="p1"&gt;HBase Client Advanced Configuration Snippet (Safety Valve) for hbase-site.xml&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bothe the time-out parameters need to be added on the server and client-side and RPC(hbase.rpc.timeout) time-out needs to be set a bit higher than the client scanner time-out (hbase.client.scanner.timeout.period).&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 09:42:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hbase-client-scanner-timeout-period/m-p/343325#M233899</guid>
      <dc:creator>PrathapKumar</dc:creator>
      <dc:date>2022-05-06T09:42:31Z</dc:date>
    </item>
  </channel>
</rss>

