GitHub user DaveBirdsall opened a pull request: https://github.com/apache/incubator-trafodion/pull/753
[TRAFODION-2272] Insure adequate hbase.client.scanner.timeout.period UPDATE STATISTICS on large tables fails on some cluster installations because the hbase.client.scanner.timeout.period setting is too low. The symptom is that a sample scan fails with a SocketTimeoutException. This change adds code to insure the setting is at least 1 hour. This is viewed as a short-term fix. The setting is hard-coded in the Trafodion HBase client code. Very soon there will be another change that will abstract this out into some sort of properties file mechanism that is easier to manipulate. Too, as soon as we migrate to HBase 1.1-based distributions, the HBase heartbeat protocol should eliminate the need for this particular change. You can merge this pull request into a Git repository by running: $ git pull https://github.com/DaveBirdsall/incubator-trafodion Trafodion2272 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-trafodion/pull/753.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #753 ---- commit 670d9edc49e5a1d8fbe1a94824ce5e334110ee0b Author: Dave Birdsall <dbirds...@apache.org> Date: 2016-10-10T22:12:28Z [TRAFODION-2272] Insure adequate hbase.client.scanner.timeout.period ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---