Commit Graph

11685 Commits

Author SHA1 Message Date
stack 9ec408e25b TestStochasticLoadBalancer.testRegionReplicationOnMidClusterSameHosts flaky on trunk 2016-01-30 07:51:21 -04:00
Misty Stanley-Jones 9cd487129d HBASE-14810 Update Hadoop support description to explain "not tested" vs "not supported" 2016-01-29 14:34:22 -08:00
ramkrishna 0de221a19d HBASE-14841 Allow Dictionary to work with BytebufferedCells (Ram) 2016-01-29 10:06:20 +05:30
stack 47506e805d Make hbasecon2016 image half size 2016-01-28 22:46:25 -04:00
stack 83304f8232 Add hbasecon2016 logo 2016-01-28 22:42:19 -04:00
Yu Li b3b1ce99c6 HBASE-14969 Add throughput controller for flush
Signed-off-by: zhangduo <zhangduo@apache.org>
2016-01-29 09:32:01 +08:00
Matteo Bertozzi 14dd959aa2 HBASE-15142 Procedure v2 - Basic WebUI listing the procedures 2016-01-28 10:13:42 -08:00
Matteo Bertozzi 8a217da8fd HBASE-15019 Replication stuck when HDFS is restarted.
Signed-off-by: Sean Busbey <busbey@cloudera.com>
2016-01-28 10:09:02 -08:00
tedyu 1ee07688c8 HBASE-15173 Execute mergeRegions RPC call as the request user 2016-01-28 09:53:24 -08:00
tedyu 37ed0f6d08 HBASE-15171 Addendum removes extra loop (Yu Li) 2016-01-28 07:06:10 -08:00
Elliott Clark 138b754671 HBASE-15146 Don't block on Reader threads queueing to a scheduler queue 2016-01-28 07:58:43 -05:00
tedyu 47c4147940 HBASE-15171 Avoid counting duplicate kv and generating lots of small hfiles in PutSortReducer (Yu Li) 2016-01-27 09:42:56 -08:00
stack 845d00a16b Add hbasecon2016 to news 2016-01-27 10:42:27 -04:00
Enis Soztutar d4610df32e HBASE-15145 HBCK and Replication should authenticate to zookepeer using server principal 2016-01-26 14:43:24 -08:00
Elliott Clark de62ad150d HBASE-14526 Remove delayed rpc 2016-01-26 12:15:01 -08:00
Jonathan M Hsieh cb539917a2 HBASE-15036 Update HBase Spark documentation to include bulk load with thin records (Ted Malaska) 2016-01-26 11:02:48 -08:00
Misty Stanley-Jones 4ca27a68ef HBASE-15184 Fix broken links found via LinkLint 2016-01-26 10:02:53 -08:00
stack d6b3d838eb HBASE-15123 Remove duplicate code in LocalHBaseCluster and minor formatting (Appy) 2016-01-25 13:00:08 -04:00
tedyu a87d9560fc HBASE-15125 HBaseFsck's adoptHdfsOrphan function creates region with wrong end key boundary (chenrongwei) 2016-01-23 12:35:57 -08:00
tedyu 6ed3c759d0 HBASE-15132 Master region merge RPC should authorize user request 2016-01-23 07:48:20 -08:00
Matteo Bertozzi 772f30fe2a HBASE-15100 Master WALProcs are deleted out of order ending up with older wals not removed 2016-01-22 15:57:12 -08:00
Devaraj Das 4681827d63 HBASE-14963. Remove Guava dependency from HBase client code 2016-01-22 13:26:54 -08:00
tedyu f9e69b51e1 HBASE-15148 Resolve IS2_INCONSISTENT_SYNC findbugs warning in AuthenticationTokenSecretManager (Yu Li) 2016-01-22 02:47:49 -08:00
tedyu b1df2f8c88 HBASE-15133 Data loss after compaction when a row has more than Integer.MAX_VALUE columns (Toshihiro Suzuki) 2016-01-22 02:39:40 -08:00
Jonathan M Hsieh b6f091e0fd HBASE-15152 Automatically include prefix-tree module in MR jobs if present 2016-01-21 18:55:19 -08:00
Enis Soztutar 110274b335 HBASE-15147 Shell should use Admin.listTableNames() instead of Admin.listTables() 2016-01-21 11:09:02 -08:00
tedyu 1d2b0d8311 HBASE-15126 HBaseFsck's checkRegionBoundaries function sets incorrect storesFirstKey (chenrongwei) 2016-01-21 07:46:58 -08:00
Mikhail Antonov 4bf6f8379d HBASE-15139 Connection manager doesn't pass client metrics to RpcClient 2016-01-20 14:17:01 -08:00
stack bd9906736e HBASE-15098 Normalizer switch in configuration is not used 2016-01-20 09:32:38 -08:00
stack 5e08e2ceb6 Revert "HBASE-14902 Revert some of the stringency recently introduced by checkstyle tightening"
This seems to cause a NPE when generating report.... reverting.

This reverts commit 2c0394f078.
2016-01-20 08:40:02 -08:00
ramkrishna 93e200d52b HBASE-15101 Leaked References to StoreFile.Reader after HBASE-13082
(Deepankar)
2016-01-20 11:42:13 +05:30
Nick Dimiduk 55bb5ff7fb HBASE-15119 Include git SHA in check_compatibility reports 2016-01-19 21:29:58 -08:00
Gary Helmling df36178062 HBASE-15111 hbase version should write to stdout
Signed-off-by: Sean Busbey <busbey@cloudera.com>
2016-01-19 22:06:57 -06:00
stack 2c0394f078 HBASE-14902 Revert some of the stringency recently introduced by checkstyle tightening 2016-01-19 14:36:44 -08:00
Ashu Pachauri 318814de28 HBASE-15102 Fix HeapMemoryTuner overtuning memstore
HeapMemoryTuner often over tunes memstore without looking at
the lower limit of the previous memstore size and causing a
situation in which memstore used size suddenly exceeds the
total memstore size.

Signed-off-by: Elliott Clark <eclark@apache.org>
2016-01-19 12:24:04 -08:00
Matteo Bertozzi 713c6b5b1e HBASE-15106 Procedure v2 - Procedure Queue pass Procedure for better debuggability 2016-01-19 11:54:24 -08:00
tedyu eb17f74b9e HBASE-15073 Revert due to different opinion on usefulness 2016-01-18 17:51:21 -08:00
stack 9bf26f46d1 HBASE-15118 Fix findbugs complaint in hbase-server 2016-01-18 13:02:17 -08:00
stack 47fc696bc6 HBASE-14962 TestSplitWalDataLoss fails on all branches 2016-01-16 15:53:07 -08:00
Andrew Purtell 387eaff316 Amend HBASE-14512 Cache UGI groups
Handle the case where tests might create a call with a null connection
2016-01-15 19:27:18 -08:00
Andrew Purtell 79588240c6 Amend HBASE-14771 RpcServer#getRemoteAddress always returns null
This change has been reported to cause Phoenix's PhoenixIndexRpcSchedulerTest to fail
with a NPE
2016-01-15 19:27:18 -08:00
Enis Soztutar 2d2fdd5a9f HBASE-15114 NPE when IPC server ByteBuffer reservoir is turned off 2016-01-15 16:42:35 -08:00
stack 76bce77326 HBASE-15115 Fix findbugs complaints in hbase-client 2016-01-15 10:25:49 -08:00
stack 300fe5e6bf Revert "v1"
Bad commit message; revert

This reverts commit c516968b8c.
2016-01-15 10:24:58 -08:00
stack c516968b8c v1 2016-01-15 10:15:05 -08:00
stack cb17c7a97a HBASE-15117 Resolve ICAST findbugs warnings in current codes (Yu Li) 2016-01-15 06:00:11 -08:00
zhangduo 46ea5494a5 update zhangduo affiliation 2016-01-15 11:53:59 +08:00
tedyu 4ac8d4ce61 HBASE-14865 Support passing multiple QOPs to SaslClient/Server via hbase.rpc.protection (Appy) 2016-01-14 16:39:52 -08:00
Matteo Bertozzi ae7cc0c848 HBASE-15105 Procedure V2 - Procedure Queue with Namespaces 2016-01-14 13:45:17 -08:00
Matteo Bertozzi 18a48af242 HBASE-14837 Procedure v2 - Procedure Queue Improvement 2016-01-14 09:24:42 -08:00