1
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 11 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Try building Protobuf 2.5 in the docker for Screwdriver. More... over 2 years ago
Add Screwdriver config. More... over 2 years ago
Bump Logback version to patch CVE-2021-42550 More... over 2 years ago
Add Logback as a test dependency in the pom. More... over 5 years ago
Fix Makefile wherein it was missing the UnknownProtocolException class. More... over 5 years ago
Set version to 1.8.3-SNAPSHOT More... almost 6 years ago
expose `hbase.ipc.client.connection.idle_{read|write}_timeout` More... almost 6 years ago
Cut 1.8.2 More... almost 6 years ago
Add getRetryDelay() to the HBaseRPC base class as a convenient location to compute the backoff. Add CallQueueTooBig retry handling in the RegionClient without NSREing. More... almost 6 years ago
Log the versions, min timestamp and max timestamp for the Scanner. More... almost 6 years ago
Auto-detect HBase 2.0 based on getClosestRowOrBefore throwing an UnknownProtocolException when called as per HBASE-20237. When caught we'll set the flag to scan and try that call. Thanks @saintstack. More... about 6 years ago
Bump version to 1.8.2-SNAPSHOT More... about 6 years ago
Add support for split meta from Yahoo in HBASE-11288 by adding the 'hbase.meta.split' configuration flag. When enabled, we use root to lookup the region server hosting meta, then lookup the table in meta. NOTE: Logging of meta and root has changed a bit in this PR so if you have any dashboards that look for these terms, please update. More... about 6 years ago
Trim the hbase.security.authentication string. More... about 6 years ago
Cut release 1.8.1 More... about 6 years ago
Fix #183 by sorting multi-action RPCs by row key as well as region so that if a later version of HBase is used that sorts the requests on receipt then the RPCs will still match up with the responses. More... about 6 years ago
Fix #170 and #188 by taking @jasonculverhouse 's suggestion and making the HBaseException#make() method abstract so we enforce it everywhere. Now the multi-action processing won't throw the AssertionError. More... about 6 years ago
Add a config flag (via file or JVM flag) called 'hbase.meta.scan' that should be set when HBase 2.x is used. This will turn on reverse scanning for meta information as opposed to the old way of calling getClosestRowBefore(). As part of this, some callbacks in the Scanner class are now package private so we can re-use them in HBaseClient.java. Fixes #150 Thanks @saintstack More... about 6 years ago
Fix the SASL negotiation for encrypted RPCs, i.e. when QoP is set to 'auth-conf' and "hbase.rpc.protection=privacy". We weren't wrapping the header and the wrapper wasn't parsing the buffer properly. Tested with CDH 5.12. This should fix #153, thanks @sagonfor7, @nameeshambardar, @tijmenr More... about 6 years ago
Fix #179 by catching and supressing channel closed exceptions in the idle state handler. More... about 6 years ago
Bump version and copyright date on RegionTooBusyException. More... about 6 years ago
Remove openjdk6 from the .travis.yml config and switch to the openjdk7 as Oracle EOL'd their 7 JVM. This fixes #186. Thanks @stiga-huang. More... about 6 years ago
Add RegionTooBusyException to allow retries More... over 6 years ago
Make Scanner.setReversed(boolean reversed) use the value of the parameter - fixes #181 More... over 6 years ago
Follup up on #163, removing the sync in the NSRE code. More... over 6 years ago
make the family mutable again More... over 6 years ago
Another stab at #163. Now we'll just lock on the RPC row key to avoid locking the entire object. Still need to deep dive and see if the behavior can be improved. More... almost 7 years ago
Cut release 1.8.0 More... almost 7 years ago
Merge branch 'next' More... almost 7 years ago
Fix deadlock in NSRE handling More... almost 7 years ago