10665 Commits

Author SHA1 Message Date
stack
20e855f282 HBASE-13895 DATALOSS: Region assigned before WAL replay when abort (Enis Soztutar) -- REAPPLY 2015-07-01 23:16:30 -07:00
stack
f0e29c49a1 Revert "HBASE-13895 DATALOSS: Region assigned before WAL replay when abort (Enis"
This reverts commit fca725a899984f57a6ad48ce9ae9cbc34e8ce752.
2015-07-01 20:20:08 -07:00
stack
fca725a899 HBASE-13895 DATALOSS: Region assigned before WAL replay when abort (Enis
Soztutar)
2015-07-01 20:07:26 -07:00
Esteban Gutierrez
0148292127 Adding myself as a committer. 2015-07-01 17:52:20 -07:00
stack
460d76f623 HBASE-13983 Doc how the oddball HTable methods getStartKey, getEndKey, etc. will be removed in 2.0.0 2015-07-01 13:04:19 -07:00
tedyu
5d1be4a317 HBASE-13980 Distinguish blockedFlushCount vs unblockedFlushCount when tuning heap memory (Abhilash) 2015-07-01 13:03:04 -07:00
Bhupendra
7a6f269c4d HBASE-13978: Variable never assigned in SimpleTotalOrderPartitioner.getPartition()
Signed-off-by: Sean Busbey <busbey@apache.org>
2015-07-01 13:03:21 -05:00
Matt Warhaftig
364205da25 HBASE-13861 Fix UI label for BucketCache free & used bytes.
Signed-off-by: Sean Busbey <busbey@apache.org>
2015-07-01 12:14:12 -05:00
Matteo Bertozzi
5ee11840f6 HBASE-13995 ServerName is not fully case insensitive 2015-07-01 09:26:15 -07:00
Sean Busbey
348a11ad55 HBASE-13911 update java/hadoop prereqs for 1.2 2015-07-01 08:30:34 -05:00
Sean Busbey
6ca337cb3e HBASE-13990 make maven site generation work with jdk8 2015-06-30 21:11:42 -05:00
Sean Busbey
85c278a6a8 HBASE-14003 work around JDK-8044053 2015-06-30 16:21:10 -05:00
anoopsjohn
42d5ef017d HBASE-13943 Get rid of KeyValue#heapSizeWithoutTags. 2015-06-30 23:09:09 +05:30
anoopsjohn
7e7fbdb84b HBASE-14001 Optimize write(OutputStream out, boolean withTags) for SizeCachedNoTagsKeyValue. 2015-06-30 22:50:38 +05:30
Lars Hofhansl
f8bd578b80 HBASE-13959 Region splitting uses a single thread in most common cases. (Hari Krishna Dara) 2015-06-29 18:08:46 -07:00
tedyu
4f06279caa HBASE-13989 Threshold for combined MemStore and BlockCache percentages is not checked 2015-06-29 15:00:29 -07:00
anoopsjohn
3eee730284 HBASE-12345 Unsafe based ByteBuffer Comparator. 2015-06-29 22:50:33 +05:30
anoopsjohn
7b92d8c06a HBASE-13968 Remove deprecated methods from BufferedMutator class.(Ashish Singhi) 2015-06-29 11:00:54 +05:30
Gábor Lipták
7dbb2e6977 HBASE-13930 Exclude Findbugs packages from shaded jars 2015-06-26 15:48:46 -07:00
Ashish Singhi
3efde85614 HBASE-13214 Remove deprecated and unused methods from HTable class 2015-06-26 15:39:53 -07:00
Enis Soztutar
00cadf186b HBASE-13973 Update documentation for 10070 Phase 2 changes 2015-06-26 15:24:38 -07:00
Gábor Lipták
0f9c317968 HBASE-13869 Fix typo in docs
Signed-off-by: Sean Busbey <busbey@apache.org>
2015-06-26 11:48:36 -05:00
tedyu
183fa5d232 HBASE-13863 Multi-wal feature breaks reported number and size of HLogs (Abhilash) 2015-06-26 08:52:24 -07:00
tedyu
f046c4b043 HBASE-13974 TestRateLimiter#testFixedIntervalResourceAvailability may fail (Guanghao Zhang) 2015-06-26 08:27:06 -07:00
ramkrishna
130817b559 HBASE-13939 - Make HFileReaderImpl.getFirstKeyInBlock() to return a Cell
(Ram)
2015-06-26 20:47:30 +05:30
Sean Busbey
4167a3f69a HBASE-13967 use jdk-specific profiles for jdk.tools version. 2015-06-26 09:24:00 -05:00
Gábor Lipták
5826bf2a7c HBASE-13963 Do not leak jdk.tools dependency from hbase-annotations
Signed-off-by: Sean Busbey <busbey@apache.org>
2015-06-26 08:48:02 -05:00
tedyu
2ed058554c HBASE-13969 AuthenticationTokenSecretManager is never stopped in RPCServer (Pankaj Kumar) 2015-06-25 17:42:22 -07:00
Matteo Bertozzi
70f0ca3c6d HBASE-13950 Add a NoopProcedureStore for testing 2015-06-25 16:44:58 -07:00
tedyu
db5dd1ebef HBASE-13923 Addendum fixes NPE in HRegionServer#buildServerLoad() 2015-06-25 16:31:44 -07:00
stack
b5b5853043 HBASE-13893 Replace HTable with Table in client tests (Jurriaan Mous) 2015-06-25 14:42:33 -07:00
tedyu
e6ed792199 HBASE-13702 ImportTsv: Add dry-run functionality and log bad rows (Apekshit Sharma) 2015-06-25 13:15:07 -07:00
anoopsjohn
d9ba4d5bb5 HBASE-13835 KeyValueHeap.current might be in heap when exception happens in pollRealKV. (zhouyingchao) 2015-06-25 23:44:37 +05:30
tedyu
edef3d64bc HBASE-13964 Skip region normalization for tables under namespace quota 2015-06-25 03:34:28 -07:00
Nick Dimiduk
2df3236a4e HBASE-13948 Expand hadoop2 versions built on the pre-commit 2015-06-24 14:05:46 -07:00
Nick Dimiduk
578adca6ee Revert "HBASE-13948 Expand hadoop2 versions built on the pre-commit"
This reverts commit 9db3ea3406748799b7fc36f9d88aac04e02d8fc4.
2015-06-24 08:24:38 -07:00
Nick Dimiduk
8545d5d6f4 Revert "HBASE-13948 Expand hadoop2 versions built on the pre-commit (addendum)"
This reverts commit 645d7ece127cdcbf10d54ad878ee965900cc27d0.
2015-06-24 08:24:13 -07:00
tedyu
b7f241d73b HBASE-13923 Loaded region coprocessors are not reported in shell status command (Ashish Singhi) 2015-06-23 21:25:50 -07:00
Nick Dimiduk
645d7ece12 HBASE-13948 Expand hadoop2 versions built on the pre-commit (addendum) 2015-06-23 20:50:33 -07:00
ramkrishna
d7356667be HBASE-13945 - Prefix_Tree seekBefore() does not work correctly (Ram) 2015-06-24 09:11:05 +05:30
Gábor Lipták
76d6700d23 HBASE-13920 Exclude org.apache.hadoop.hbase.protobuf.generated from javadoc generation
Signed-off-by: Sean Busbey <busbey@apache.org>
2015-06-23 21:22:37 -05:00
Matteo Bertozzi
1927f04077 HBASE-13958 RESTApiClusterManager calls kill() instead of suspend() and resume() 2015-06-23 16:28:32 -07:00
Nick Dimiduk
e123363867 HBASE-13956 Add myself as 1.1 release manager 2015-06-23 13:22:43 -07:00
Rajeshbabu Chintaguntla
168c1b1b73 HBASE-13940 IntegrationTestBulkLoad needs option to specify output folders used by test(Rajeshbabu) 2015-06-24 01:06:55 +05:30
Nick Dimiduk
3e72dc9f08 HBASE-13938 Deletes done during the region merge transaction may get eclipsed (ddas, enis, ndimiduk) 2015-06-23 10:23:38 -07:00
Nick Dimiduk
9db3ea3406 HBASE-13948 Expand hadoop2 versions built on the pre-commit 2015-06-23 09:46:12 -07:00
Gábor Lipták
6a537eb854 HBASE-13900 Use ProtobufMagic methods in ProtobufUtil
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2015-06-23 00:32:23 -05:00
Sean Busbey
abc2e61eb1 Revert "Use ProtobufMagic methods in ProtobufUtil"
This reverts commit 6b37f26280ea7e2f475f9813301543411e71383b.
2015-06-23 00:30:25 -05:00
Gábor Lipták
b636c6b1cd HBASE-13898 AMMENDMENT Correct Javadoc errors in site
Signed-off-by: Sean Busbey <busbey@apache.org>
2015-06-23 00:05:56 -05:00
Sean Busbey
93640bb798 Revert "HBASE-13898 Move 'converter' functions from ProtobufUtil into a helper class"
This reverts commit 1d7c68c086de86ad15997edb5833da6013ec2361.
2015-06-23 00:04:27 -05:00