tedyu
|
2333596279
|
HBASE-17296 Provide per peer throttling for replication (Guanghao Zhang)
|
2016-12-13 04:20:20 -08:00 |
tedyu
|
adb319f5c2
|
HBASE-17297 Single Filter in parenthesis cannot be parsed correctly (Xuesen Liang)
|
2016-12-12 12:07:34 -08:00 |
zhangduo
|
b3ae87bd7d
|
HBASE-17251 Add a timeout parameter when locating region
|
2016-12-08 09:55:29 +08:00 |
anoopsamjohn
|
61220e4d7c
|
HBASE-17249 Get/Scan's setTimeRange/setColumnFamilyTimeRange can take the TimeRange reference as the parameter instead of creating a new setColumnFamilyTimeRange instance. (huaxiang sun)
|
2016-12-07 12:22:41 +05:30 |
anoopsamjohn
|
f112427425
|
HBASE-17207 Arrays.asList() with too few arguments. (John Leach)
|
2016-12-06 14:42:14 +05:30 |
tedyu
|
1c8822ddff
|
HBASE-17170 HBase is also retrying DoNotRetryIOException because of class loader differences (Ankit Singhal)
|
2016-12-05 10:15:09 -08:00 |
anoopsamjohn
|
e10baacd3e
|
HBASE-17245 Replace HTableDescriptor#htd.getColumnFamilies().length with a low-cost implementation. (huaxiang sun)
|
2016-12-05 13:28:57 +05:30 |
Xiang Li
|
004f0abb46
|
HBASE-14882: Provide a Put API that adds the provided family, qualifier, value without copying
Signed-off-by: anoopsamjohn <anoopsamjohn@gmail.com>
|
2016-12-05 13:16:46 +05:30 |
Phil Yang
|
c73180d456
|
HBASE-17246 TestSerialReplication#testRegionMerge fails in master branch
|
2016-12-04 20:58:14 +08:00 |
Ramkrishna
|
3b72b69d0e
|
HBASE-17191 Make use of UnsafeByteOperations#unsafeWrap(ByteBuffer buffer)
in PBUtil#toCell(Cell cell) (Ram)
|
2016-12-02 12:48:06 +05:30 |
Stephen Yuan Jiang
|
0a24077841
|
HBASE-16119 Procedure v2 - Reimplement Merge region (Stephen Yuan Jiang)
|
2016-12-01 22:41:15 -08:00 |
Guanghao Zhang
|
b3d8d06703
|
HBASE-17205 Add a metric for the duration of region in transition
|
2016-12-01 10:13:37 -08:00 |
Jonathan M Hsieh
|
eeaea4aea3
|
HBASE-17224 Fix lots of spelling errors in HBase logging and exception messages (Grant Sohn)
|
2016-12-01 08:57:16 -08:00 |
zhangduo
|
540ede376b
|
HBASE-16648 [JDK8] Use computeIfAbsent instead of get and putIfAbsent
|
2016-12-01 21:17:55 +08:00 |
John Leach
|
37d7b57128
|
HBASE-17216 Fields that can safetly be made static
|
2016-11-30 22:03:35 -08:00 |
Yu Li
|
1f3c6f4c07
|
HBASE-17114 Add an option to set special retry pause when encountering CallQueueTooBigException
|
2016-12-01 13:38:13 +08:00 |
Yu Li
|
15fe3d3279
|
HBASE-17212 Should add null checker on table name in HTable and RegionServerCallable constructor (addendum)
|
2016-12-01 13:28:24 +08:00 |
Yu Li
|
f2e363b589
|
HBASE-17212 Should add null checker on table name in HTable and RegionServerCallable constructor
|
2016-12-01 02:25:31 +08:00 |
Yu Li
|
8adf6857c7
|
HBASE-17211 Add more details in log when UnknownScannerException thrown in ScannerCallable
|
2016-12-01 01:13:18 +08:00 |
zhangduo
|
890fcbd0e6
|
HBASE-17167 Pass mvcc to client when scan
|
2016-11-30 10:11:04 +08:00 |
anoopsamjohn
|
030054bcce
|
HBASE-17162 Avoid unconditional call to getXXXArray() in write path.
|
2016-11-26 12:49:01 +05:30 |
tedyu
|
219d8a1b71
|
HBASE-17176 Reuse the builder in RequestConverter (ChiaPing Tsai)
|
2016-11-25 13:47:43 -08:00 |
zhangduo
|
01d3473bf0
|
HBASE-16984 Implement getScanner
|
2016-11-25 20:32:35 +08:00 |
anoopsamjohn
|
86e17858f7
|
HBASE-15786 Create DBB backed MSLAB pool.
|
2016-11-24 20:47:41 +05:30 |
zhangduo
|
6ff19f94fe
|
HBASE-17141 Introduce a more user-friendly implementation of AsyncTable
|
2016-11-22 14:44:51 +08:00 |
Yu Li
|
ec9c9e201a
|
HBASE-17127 Locate region should fail fast if underlying Connection already closed
|
2016-11-20 00:00:14 +08:00 |
Jerry He
|
a8ee83c092
|
HBASE-16708 Expose endpoint Coprocessor name in responseTooSlow log messages (Yi Liang)
|
2016-11-18 11:04:10 -08:00 |
thiruvel
|
80acc2dca5
|
HBASE-16169: Make RegionSizeCalculator scalable
Signed-off-by: Michael Stack <stack@apache.org>
|
2016-11-16 23:07:14 -08:00 |
anoopsamjohn
|
c3685760f0
|
HBASE-15788 Use Offheap ByteBuffers from BufferPool to read RPC requests.
|
2016-11-14 23:05:05 +05:30 |
tedyu
|
dba7ec1b69
|
HBASE-17077 Don't copy the replication queue belonging to the peer which has been deleted (Guanghao Zhang)
|
2016-11-13 06:58:39 -08:00 |
zhangduo
|
8a6d6aa239
|
HBASE-16838 Implement basic scan
|
2016-11-11 21:01:16 +08:00 |
tedyu
|
76814e8451
|
HBASE-17010 Serial replication should handle daughter regions being assigned to another RS (Phil Yang)
|
2016-11-08 06:25:50 -08:00 |
Mikhail Antonov
|
a34a9adb22
|
HBASE-17032 CallQueueTooBigException and CallDroppedException should not be triggering PFFE
|
2016-11-06 21:44:59 -08:00 |
Matteo Bertozzi
|
00ea7aeafe
|
HBASE-16892 Use TableName instead of String in SnapshotDescription
|
2016-11-04 13:18:10 -07:00 |
anoopsamjohn
|
05ee54f665
|
HBASE-17013 Add constructor to RowMutations for initializing the capacity of internal list. (ChiaPing Tsai)
|
2016-11-04 10:34:20 +05:30 |
Jim Kleckner
|
681b7da196
|
HBASE-16970 Clarify misleading Scan.java comment about caching
Signed-off-by: Yu Li <liyu@apache.org>
|
2016-11-01 17:33:05 +08:00 |
zhangduo
|
6cf9333e97
|
HBASE-16945 Implement AsyncRegionLocator
|
2016-11-01 10:18:55 +08:00 |
Michael Stack
|
fe47ec81f9
|
HBASE-16969 RegionCoprocessorServiceExec should override the toString() for debugging (ChiaPing Tsai)
|
2016-10-31 14:32:59 -07:00 |
daoye.ch
|
6ce05d44e5
|
HBASE-16954 Unify HTable#checkAndDelete with AP (ChiaPing Tsai)
|
2016-10-31 09:15:29 +08:00 |
zhangduo
|
9607409fca
|
HBASE-16932 addendum fix incorrect System.arraycopy
|
2016-10-28 21:39:54 +08:00 |
tedyu
|
3dac4f38cd
|
HBASE-16886 hbase-client: scanner with reversed=true and small=true gets no result - addendum 2 makes MAX_BYTE_ARRAY package protected
|
2016-10-28 06:06:26 -07:00 |
zhangduo
|
3283bc7c91
|
HBASE-16835 Revisit the zookeeper usage at client side
|
2016-10-28 13:27:41 +08:00 |
Stephen Yuan Jiang
|
e108a4f815
|
HBASE-14551 Procedure v2 - Reimplement split (Stephen Yuan Jiang)
|
2016-10-27 21:45:41 -07:00 |
Guanghao Zhang
|
7b74dd0374
|
HBASE-16947 Some improvements for DumpReplicationQueues tool
Signed-off-by: Michael Stack <stack@apache.org>
|
2016-10-27 10:12:26 -07:00 |
tedyu
|
a9526f6fdb
|
HBASE-16886 hbase-client: scanner with reversed=true and small=true gets no result - addendum fixes reference to MAX_BYTE_ARRAY
|
2016-10-27 08:47:24 -07:00 |
tedyu
|
d35b65883c
|
HBASE-16886 hbase-client: scanner with reversed=true and small=true gets no result (huzheng)
|
2016-10-27 06:54:13 -07:00 |
zhangduo
|
cd3dd6e018
|
HBASE-16932 Implement small scan
|
2016-10-26 17:26:58 +08:00 |
zhangduo
|
5cee6a39c2
|
Revert "Implement small scan" due to miss issue number
This reverts commit c7c45f2c85 .
|
2016-10-26 17:22:50 +08:00 |
zhangduo
|
c7c45f2c85
|
Implement small scan
|
2016-10-26 15:45:02 +08:00 |
Michael Stack
|
8e2d410195
|
HBASE-16000 Table#checkAndPut() docs are too vague (Csaba Skrabak)
This is a reapply of a revert just to fix the commit message
This reverts commit 9c6d123b22 .
|
2016-10-25 14:33:22 -07:00 |