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
|
3f062ee236
|
HBASE-13922 Do not reset mvcc in compactions for mob-enabled column.(Jingcheng Du)
|
2015-06-29 13:29:36 +05:30 |
|
Ashish Singhi
|
3efde85614
|
HBASE-13214 Remove deprecated and unused methods from HTable class
|
2015-06-26 15:39:53 -07: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 |
|
tedyu
|
2ed058554c
|
HBASE-13969 AuthenticationTokenSecretManager is never stopped in RPCServer (Pankaj Kumar)
|
2015-06-25 17:42:22 -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 |
|
tedyu
|
b7f241d73b
|
HBASE-13923 Loaded region coprocessors are not reported in shell status command (Ashish Singhi)
|
2015-06-23 21:25:50 -07:00 |
|
ramkrishna
|
ba4ba32b0d
|
HBASE-13932 - Add mob integrity check in HFilePrettyPrinter (Jingcheng du)
|
2015-06-24 09:22:44 +05:30 |
|
ramkrishna
|
d7356667be
|
HBASE-13945 - Prefix_Tree seekBefore() does not work correctly (Ram)
|
2015-06-24 09:11:05 +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 |
|
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 |
|
Mikhail Antonov
|
fd37ccb63c
|
HBASE-13103 [ergonomics] add region size balancing as a feature of master
|
2015-06-22 15:52:07 -07: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 |
|
anoopsjohn
|
e4d8fab104
|
HBASE-13926 Close the scanner only after Call#setResponse.
|
2015-06-21 20:04:13 +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 |
|
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 |
|
Elliott Clark
|
623fd63827
|
HBASE-13876 Improving performance of HeapMemoryManager
|
2015-06-17 09:58:59 -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 |
|
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 |
|
Gábor Lipták
|
0a227b79d6
|
Correct Javadoc generation errors
|
2015-06-16 13:27:45 +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
|
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 |
|
Enis Soztutar
|
c6dd3f965b
|
HBASE-13877 Interrupt to flush from TableFlushProcedure causes dataloss in ITBLL
|
2015-06-14 11:22:07 -07:00 |
|
Gábor Lipták
|
682b8ab8a5
|
HBASE-13569 Correct Javadoc (for Java8)
Signed-off-by: Sean Busbey <busbey@apache.org>
|
2015-06-13 01:10:37 -05:00 |
|
Dave Latham
|
293506c7cd
|
HBASE-13639 SyncTable - rsync for HBase tables
Signed-off-by: Andrew Purtell <apurtell@apache.org>
|
2015-06-12 16:00:00 -07:00 |
|
Sean Busbey
|
47a9ff5d1f
|
HBASE-13848 Use Credential Provider when available for SSL passwords in InfoServer.
|
2015-06-12 09:12:20 -05:00 |
|
Srikanth Srungarapu
|
7595bdfb1a
|
HBASE-13755 Provide single super user check implementation (Mikhail Antonov)
|
2015-06-11 20:51:05 -07:00 |
|
Josh Elser
|
8cef99e506
|
HBASE-13892 NPE in ClientScanner on null results array
Signed-off-by: Andrew Purtell <apurtell@apache.org>
Amending-Author: Andrew Purtell <apurtell@apache.org>
|
2015-06-11 19:03:59 -07:00 |
|
Changgeng Li
|
9d3422ed16
|
HBASE-13560 large compaction thread pool will steal jobs from small compaction pool when idle
Signed-off-by: Elliott Clark <eclark@apache.org>
|
2015-06-11 14:23:29 -07:00 |
|
anoopsjohn
|
faefb9073f
|
HBASE-13855 Race in multi threaded PartitionedMobCompactor causes NPE. (Jingcheng)
|
2015-06-11 15:32:19 +05:30 |
|
Ashish Singhi
|
349cbe102a
|
HBASE-13828 Add group permissions testing coverage to AC
Signed-off-by: Andrew Purtell <apurtell@apache.org>
|
2015-06-10 17:47:04 -07:00 |
|
Enis Soztutar
|
399fddddc3
|
HBASE-13878 Set hbase.fs.tmp.dir config in HBaseTestingUtility.java for Phoenix UT to use
|
2015-06-10 16:30:02 -07:00 |
|
Jesse Yates
|
0f93986015
|
HBASE-13846 Run MiniCluster on top of other MiniDfsCluster
|
2015-06-10 11:27:08 -07:00 |
|
tedyu
|
3ada2345d6
|
HBASE-13873 LoadTestTool addAuthInfoToConf throws UnsupportedOperationException (sunyerui)
|
2015-06-10 07:32:10 -07:00 |
|