10808 Commits

Author SHA1 Message Date
ramkrishna
ba4ba32b0d HBASE-13932 - Add mob integrity check in HFilePrettyPrinter (Jingcheng du) 2015-06-24 09:22:44 +05:30
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
Mikhail Antonov
fd37ccb63c HBASE-13103 [ergonomics] add region size balancing as a feature of master 2015-06-22 15:52:07 -07:00
Gábor Lipták
d51a184051 HBASE-13843 Correct typo in ReplicationAdmin
Signed-off-by: Sean Busbey <busbey@apache.org>
2015-06-22 08:54:01 -05:00
ramkrishna
f9b17bfd37 HBASE-13614 - Avoid temp KeyOnlyKeyValue temp objects creations in read
hot path (Ram)
2015-06-22 12:30:46 +05:30
anoopsjohn
a4bd2b784e HBASE-13448 New Cell implementation with cached component offsets/lengths. 2015-06-22 11:02:45 +05:30
Misty Stanley-Jones
c4437e2516 Apply feedback to MOB docs 2015-06-22 14:15:00 +10:00
Gábor Lipták
1d7c68c086 HBASE-13898 Move 'converter' functions from ProtobufUtil into a helper class
Signed-off-by: Misty Stanley-Jones <mstanleyjones@cloudera.com>
2015-06-22 12:11:51 +10:00
Misty Stanley-Jones
43c0647c62 Revert "Move 'converter' functions from ProtobufUtil into a helper class"
Bad commit message

This reverts commit 2b9afcad3eca725ff322cd9e70cde1d9522d8e21.
2015-06-22 12:10:12 +10:00
Gábor Lipták
80b2b85ab2 Move 'converter' functions from ProtobufUtil into a helper class
Signed-off-by: Misty Stanley-Jones <mstanleyjones@cloudera.com>
2015-06-22 12:05:11 +10:00
anoopsjohn
e4d8fab104 HBASE-13926 Close the scanner only after Call#setResponse. 2015-06-21 20:04:13 +05:30
anoopsjohn
04c25e0f35 HBASE-13931 Move Unsafe based operations to UnsafeAccess. 2015-06-20 20:52:06 +05:30
Nick Dimiduk
db08013ebe HBASE-13933 DBE's seekBefore with tags corrupts the tag's offset information thus leading to incorrect results (ramkrishna.s.vasudevan) 2015-06-19 14:41:06 -07:00
Gábor Lipták
6b37f26280 Use ProtobufMagic methods in ProtobufUtil
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2015-06-19 13:50:09 -07:00
anoopsjohn
8ae4b374e3 HBASE-13916 Create MultiByteBuffer an aggregation of ByteBuffers. 2015-06-18 22:38:10 +05:30
Matteo Bertozzi
fedfe878f4 HBASE-13917 Remove string comparison to identify request priority 2015-06-18 09:30:39 -07:00
Sean Busbey
51b606cd18 HBASE-13915 remove EOL versions from config prereq section 2015-06-17 22:55:43 -05:00
Nick Dimiduk
41d9e8d9b4 HBASE-13929 make_rc.sh publishes empty shaded artifacts 2015-06-17 19:39:06 -07:00
Gábor Lipták
624a169d9d HBASE-13666 Correct PDF renaming and bump version of maven-antrun-plugin 2015-06-17 18:58:28 -07:00
Elliott Clark
623fd63827 HBASE-13876 Improving performance of HeapMemoryManager 2015-06-17 09:58:59 -07:00
Enis Soztutar
1b5ad45b85 HBASE-13470 High level Integration test for master DDL operations (Sophia Feng) 2015-06-16 22:22:35 -07:00
Patrick White
f469c3bd97 HBASE-13918 Fix hbase:namespace description
Signed-off-by: Elliott Clark <eclark@apache.org>
2015-06-16 12:40:47 -07:00
Lars Hofhansl
ce2fd2c58c HBASE-13885 ZK watches leaks during snapshots. 2015-06-16 12:21:49 -07:00
anoopsjohn
b889339006 HBASE-13886 Return empty value when the mob file is corrupt instead of throwing exceptions. (Jingcheng) 2015-06-16 17:17:03 +05:30
anoopsjohn
2e2742183f HBASE-13737 [HBase MOB] MOBTable cloned from a snapshot leads to data loss, when that actual snapshot and main table is deleted. (Ashutosh Jindal) 2015-06-16 15:02:50 +05:30
Sean Busbey
a10a82a8ff HBASE-13910 update precommit test to check branch-1.2 patches. 2015-06-15 23:22:37 -05:00
Misty Stanley-Jones
b16293b5e2 HBASE-13898 correct additional javadoc failures under java 8 <Gabor Liptak> 2015-06-16 14:18:09 +10:00
Misty Stanley-Jones
5e6373e8ec Revert "Correct Javadoc generation errors"
This reverts commit 0a227b79d6c92443752a2a0c53514cb7ef02f61b.
2015-06-16 14:18:09 +10:00
Andrew Purtell
4eb799331b HBASE-13913 Add src/main/asciidoc/asciidoctor.css to RAT exclusion list in POM
Signed-off-by: Sean Busbey <busbey@apache.org>
2015-06-15 23:14:11 -05:00
Sean Busbey
fc4efeeb56 Revert "Add src/main/asciidoc/asciidoctor.css to RAT exclusion list in POM"
This reverts commit fd8c13f61ab3a6f86489d091f45820fe1372ea22.
2015-06-15 23:13:39 -05:00
Gábor Lipták
0a227b79d6 Correct Javadoc generation errors 2015-06-16 13:27:45 +10:00
Andrew Purtell
fd8c13f61a Add src/main/asciidoc/asciidoctor.css to RAT exclusion list in POM 2015-06-16 13:26:17 +10:00
Nick Dimiduk
cba9ea61dd HBASE-13821 WARN if hbase.bucketcache.percentage.in.combinedcache is set 2015-06-15 19:23:58 -07:00
tedyu
84a50393ee HBASE-13888 Fix refill bug from HBASE-13686 (Guanghao Zhang) 2015-06-15 18:31:28 -07:00
Nick Dimiduk
8d1d6c16da HBASE-13247 Change BufferedMutatorExample to use addColumn() since add() is deprecated 2015-06-15 17:48:13 -07:00
Nick Dimiduk
35a9c509fb HBASE-13905 TestRecoveredEdits.testReplayWorksThoughLotsOfFlushing failing consistently on branch-1.1 2015-06-15 17:15:47 -07:00
Nick Dimiduk
461f5307ba HBASE-13833 LoadIncrementalHFile.doBulkLoad(Path,HTable) doesn't handle unmanaged connections when using SecureBulkLoad 2015-06-15 12:10:23 -07:00
Ashish Singhi
d28f299807 HBASE-13901 Error while calling watcher on creating and deleting an HBase table
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2015-06-15 11:27:59 -07:00
Matteo Bertozzi
dd086bb22f HBASE-13894 Avoid visitor alloc each call of ByteBufferArray get/putMultiple() 2015-06-15 09:19:50 -07:00