10883 Commits

Author SHA1 Message Date
Srikanth Srungarapu
05de2ec580 HBASE-14097 Log link to client scan troubleshooting section when scanner exceptions happen. 2015-07-28 15:14:27 -07:00
Sean Busbey
746737714a HBASE-14086 remove unused bundled dependencies 2015-07-28 14:57:29 -05:00
Jerry He
d2fbaf267e HBASE-14024 ImportTsv is not loading hbase-default.xml (Ashish Singhi) 2015-07-28 11:51:25 -07:00
Srikanth Srungarapu
1d4c2452e7 HBASE-14057 HBase shell user_permission should list super users defined on hbase-site.xml 2015-07-28 11:33:52 -07:00
tedyu
34f9a84445 HBASE-14157 Interfaces implemented by subclasses should be checked when registering CoprocessorService 2015-07-28 11:09:41 -07:00
Ted Malaska
30f7d127c3 HBASE-13992 Integrate SparkOnHBase into HBase
Signed-off-by: Sean Busbey <busbey@cloudera.com>
2015-07-28 11:45:23 -05:00
ramkrishna
6b9b7cb8c7 HBASE-14152 Fix the warnings in Checkstyle and FindBugs brought in by merging hbase-11339 (Jingcheng Du)
Signed-off-by: Sean Busbey <busbey@cloudera.com>
2015-07-28 10:14:29 -05:00
Sean Busbey
e36af70835 Revert "Fix the warnings in Checkstyle and FindBugs brought in by merging"
This reverts commit 89d04094626abebf279e9f64d597a7085bfc8fcf.
2015-07-28 10:13:57 -05:00
ramkrishna
89d0409462 Fix the warnings in Checkstyle and FindBugs brought in by merging
hbase-11339 (Jingcheng Du)
2015-07-28 11:41:41 +05:30
Esteban Gutierrez
1566ec5fdc HBASE-13089 Fix test compilation error on building against htrace-3.2.0-incubating 2015-07-27 12:57:03 -07:00
ramkrishna
3f80e0ea4f HBASE-14063 Use BufferBackedCell in read path after HBASE-12213 and
HBASE-12295 (ram)
2015-07-27 16:55:46 +05:30
anoopsjohn
ac08b992c5 HBASE-14156 Fix test failure in TestOpenTableInCoprocessor. 2015-07-27 16:01:23 +05:30
Enis Soztutar
dad4cad30e HBASE-11276 Add back support for running ChaosMonkey as standalone tool (Yu Li) 2015-07-23 18:39:01 -07:00
Elliott Clark
e087a9ef51 HBASE-14146 Fix Once replication sees an error it slows down forever 2015-07-23 16:12:02 -07:00
ramkrishna
4ec69ccf3a HBASE-12295 - Addendum for multiGets to add the call back(Ram) 2015-07-23 14:30:20 +05:30
anoopsjohn
4f60d9c28d HBASE-14151 Remove the unnecessary file ProtobufUtil.java.rej which is brought in by merging hbase-11339. (Jingcheng) 2015-07-23 11:43:23 +05:30
Jonathan M Hsieh
493f36c899 HBASE-11339 Merge remote-tracking branch 'apache/hbase-11339' (Jingcheng Du) 2015-07-22 12:51:11 -07:00
abhilak
20739542fd HBASE-14058 Stabilizing default heap memory tuner
Signed-off-by: Elliott Clark <eclark@apache.org>
2015-07-22 11:36:57 -07:00
tedyu
5ec5552be0 HBASE-14115 Fix resource leak in HMasterCommandLine (Yuhao Bi) 2015-07-21 09:18:59 -07:00
ramkrishna
ccb22bd80d HBASE-12295 Prevent block eviction under us if reads are in progress from
the BBs (Ram)
2015-07-21 21:15:32 +05:30
anoopsjohn
3b6db26863 HBASE-13954 Remove HTableInterface#getRowOrBefore related server side code. (Ashish) 2015-07-21 09:08:26 +05:30
anoopsjohn
cceee1b0c3 HBASE-14116 Change ByteBuff.getXXXStrictlyForward to relative position based reads. 2015-07-21 09:01:20 +05:30
Apekshit(Appy) Sharma
7ce318dd3b HBASE-14119 Show error message instead of stack traces in hbase shell commands. (Apekshit) 2015-07-20 15:45:49 -07:00
anoopsjohn
0f614a1c44 HBASE-12374 Change DBEs to work with new BB based cell. 2015-07-20 23:28:45 +05:30
ramkrishna
7e4cd59820 HBASE-14099 StoreFile.passesKeyRangeFilter need not create Cells from the
Scan's start and stop Row (Ram)
2015-07-20 22:10:10 +05:30
anoopsjohn
88038cf473 HBASE-14120 ByteBufferUtils#compareTo small optimization. 2015-07-20 16:49:51 +05:30
Gábor Lipták
338e39970b HBASE-14065 Correct doc file location references in documentation
Signed-off-by: Sean Busbey <busbey@cloudera.com>
2015-07-17 22:57:26 -05:00
Elliott Clark
1446d01e98 HBASE-14092 Add -noLock and -noBalanceSwitch options to hbck 2015-07-17 10:58:06 -07:00
tedyu
a6e91903ec HBASE-14000 Region server failed to report to Master and was stuck in reportForDuty retry loop (Pankaj Kumar) 2015-07-17 10:48:32 -07:00
Matteo Bertozzi
7382f8e045 HBASE-14106 TestProcedureRecovery is flaky 2015-07-17 10:20:33 -07:00
tedyu
b98598f363 HBASE-14110 Add CostFunction for balancing primary region replicas 2015-07-17 09:56:37 -07:00
Esteban Gutierrez
7ddae3939e HBASE-14076 ResultSerialization and MutationSerialization can throw InvalidProtocolBufferException when serializing a cell larger than 64MB 2015-07-17 09:23:13 -07:00
ramkrishna
834f87b23d HBASE-12213 HFileBlock backed by Array of ByteBuffers (Ram) 2015-07-17 13:27:29 +05:30
Andrew Purtell
a249989b93 HBASE-14050 NPE in org.apache.hadoop.hbase.ipc.RpcServer.readAndProcess 2015-07-16 18:27:30 -07:00
zhangduo
257df19cc3 HBASE-14100 Fix high priority findbugs warnings 2015-07-17 08:55:20 +08:00
tedyu
9ebafe6b08 HBASE-13971 Flushes stuck since 6 hours on a regionserver 2015-07-16 13:53:22 -07:00
stack
be5631f377 HBASE-14104 Add vectorportal.com to NOTICES.txt as src of our logo 2015-07-16 10:21:37 -07:00
stack
97e0af001b HBASE-14102 Add thank you to our thanks page for vectorportal.com 2015-07-16 08:13:43 -07:00
anoopsjohn
ebdac4b52e HBASE-12296 Filters should work with ByteBufferedCell. 2015-07-16 09:36:05 +05:30
Andrew Purtell
6c6c7c51f6 HBASE-14089 Remove unnecessary draw of system entropy from RecoverableZooKeeper 2015-07-15 18:41:34 -07:00
Ashish Singhi
e6bd0c8c15 HBASE-8642 [Snapshot] List and delete snapshot by table
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2015-07-15 15:56:07 -07:00
Elliott Clark
5315f0f11f HBASE-14094 Procedure.proto can't be compiled to C++ 2015-07-15 15:51:20 -07:00
Srikanth Srungarapu
c6f2a9a09b HBASE-14045 Bumping thrift version to 0.9.2. 2015-07-15 14:43:33 -07:00
Elliott Clark
62bce5f903 HBASE-14077 Add package to hbase-protocol protobuf files. 2015-07-15 11:15:58 -07:00
terence.yoo
a63e3ac83f HBASE-14041 Do not clear MetaCache if a ThrottlingException is thrown
Signed-off-by: Sean Busbey <busbey@apache.org>
2015-07-15 02:53:21 -05:00
Sean Busbey
25f7e804cd HBASE-14027 clean up multiple netty jars. 2015-07-15 02:33:28 -05:00
anoopsjohn
2f327c9110 HBASE-14073 TestRemoteTable.testDelete failed in the latest trunk code.(Jingcheng) 2015-07-14 14:52:50 +05:30
ramkrishna
a3d30892b4 HBASE-14047 - Cleanup deprecated APIs from Cell class (Ashish Singhi) 2015-07-13 22:06:16 +05:30
Matteo Bertozzi
951ec7a0b7 HBASE-13415 Procedure v2 - Use nonces for double submits from client (Stephen Yuan Jiang)
Signed-off-by: Sean Busbey <busbey@apache.org>
2015-07-13 11:02:30 -05:00
Sean Busbey
60d6435ad8 Revert "Procedure v2 - Use nonces for double submits from client (Stephen Yuan Jiang)"
This reverts commit 87ee37ceb8ea9e1ab64a5522e0eef410580b3145.
2015-07-13 11:01:45 -05:00