DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
| Info | ||
|---|---|---|
| ||
This page is obsolete. It's been replaced with: http://trafodion.apache.org/release-notes-1-3-0.html |
redirect location http://trafodion.apache.org/release-notes-1-3-0.html
Release 1.3.0
There are various ways to download and use this software see the Using the Software page for options.
...
HBase uses a lease mechanism to protect against memory leaks in Region Servers caused by potential client instabilities that would open scanners, but die before having the opportunity to close cleanly and release resources. This mechanism relies on a server side timer, configured by the hbase.client.scanner.timeout.period parameter in hbase-site.xml. If a client fails to call next() within the timeout period, the server will assume the client died, and will force close the server side scanner and release resources. However, in EsgynDBTrafodion, there are legitimate use cases where client is busy doing heavy processing, and needs more time than specified in the default scanner timeout value. Increasing the hbase.client.scanner.timeout.period value has the side effect of weakening the safety mechanism previously described.
...
<property> <name>hbase.trafodion.patchclientscanner.enabled</name><value>true</value> <description>Enable an EsgynDB a Trafodion feature to allow a client to reset the HBase scanner and resume where it left off instead of throwing an exception upon expiry of the HBase hbase.client.scanner.timeout.period timer</description> </property>
...