Andrew Purtell
|
bcee3609dd
|
HBASE-12077 FilterLists create many ArrayList objects per row (Lars Hofhansl)
|
2014-09-24 11:12:21 -07:00 |
Elliott Clark
|
0a28af366b
|
HBASE-12076 Move InterfaceAudience imports to hbase-annotations
|
2014-09-24 03:57:55 -07:00 |
Enis Soztutar
|
c316257671
|
HBASE-12056 RPC logging too much in DEBUG mode
|
2014-09-23 19:53:57 -07:00 |
Elliott Clark
|
a5bd931682
|
HBASE-12059 Create hbase-annotations module
|
2014-09-23 16:44:14 -07:00 |
anoopsjohn
|
564b3d8bc2
|
HBASE-12048 Remove deprecated APIs from Filter.
|
2014-09-23 23:07:38 +05:30 |
anoopsjohn
|
a94f7b1400
|
HBASE-12024 Fix javadoc warning.
|
2014-09-23 22:50:55 +05:30 |
Elliott Clark
|
2635791027
|
HBASE-12062 Fix usage of Collections.toArray
|
2014-09-23 09:58:24 -07:00 |
anoopsjohn
|
791a03b40f
|
HBASE-12047 Avoid usage of KeyValueUtil#ensureKeyValue in simple cases.
|
2014-09-23 16:42:01 +05:30 |
Enis Soztutar
|
bcbacefdd5
|
HBASE-12046 HTD/HCD setters should be builder-style
|
2014-09-22 11:44:34 -07:00 |
Enis Soztutar
|
d568aa22b8
|
HBASE-11974 When a disabled table is scanned, NotServingRegionException is thrown instead of TableNotEnabledException (Ted Yu)
|
2014-09-21 15:23:31 -07:00 |
stack
|
ee2821b0a5
|
HBASE-11917 Deprecate / Remove HTableUtil
|
2014-09-19 15:56:46 -07:00 |
stack
|
d2501d643b
|
HBASE-10757 Change HTable class doc so it sends people to HCM getting instances
|
2014-09-19 13:34:59 -07:00 |
Jimmy Xiang
|
b4c07e9a80
|
HBASE-12005 Split/merge fails if master restarts before PONR
|
2014-09-19 11:44:07 -07:00 |
stack
|
7d0f5eba2d
|
HBASE-11462 MetaTableAccessor shouldn't use ZooKeeeper (Mikhail Antononv)
|
2014-09-19 11:02:35 -07:00 |
stack
|
e05f78ec01
|
HBASE-12010 Use TableName.META_TABLE_NAME instead of indirectly from HTableDescriptor
|
2014-09-19 00:05:50 -07:00 |
Matteo Bertozzi
|
bd8df9ccd4
|
HBASE-11598 Add simple rpc throttling
|
2014-09-18 22:38:30 +01:00 |
Enis Soztutar
|
cad76a3431
|
HBASE-11825 Create Connection and ConnectionManager (Solomon Duskis)
|
2014-09-16 11:40:29 -07:00 |
Jimmy Xiang
|
cc873713c1
|
HBASE-11976 Server startcode is not checked for bulk region assignment
|
2014-09-16 09:19:27 -07:00 |
stack
|
5554692871
|
HBASE-11862 Get rid of Writables in HTableDescriptor, HColumnDescriptor (Andrey Stepachev)
|
2014-09-15 11:08:21 -07:00 |
stack
|
3cc5d19039
|
HBASE-7767 Get rid of ZKTable, and table enable/disable state in ZK (Andrey Stepachev)
|
2014-09-15 10:12:49 -07:00 |
stack
|
3c9bd7d296
|
HBASE-11911 Break up tests into more fine grained categories (Alex Newman)
|
2014-09-12 21:37:06 -07:00 |
stack
|
7a1b7ef261
|
HBASE-11893 RowTooBigException should be in hbase-client module (Mikhail Antonov)
|
2014-09-12 12:35:28 -07:00 |
stack
|
c0d4b26872
|
HBASE-11897 Add append and remove peer table-cfs cmds for replication (Liu Shaoqui)
|
2014-09-12 09:28:52 -07:00 |
Jimmy Xiang
|
3a82cf238b
|
HBASE-11760 Tighten up region state transition
|
2014-09-11 13:21:12 -07:00 |
Enis Soztutar
|
4cb76aa929
|
HBASE-11936 IsolationLevel must be attribute of a Query not a Scan (Vladimir Rodionov)
|
2014-09-11 12:58:04 -07:00 |
Enis Soztutar
|
686b860f35
|
HBASE-11923 Potential race condition in RecoverableZookeeper.checkZk() (Lars Hofhansl)
|
2014-09-09 18:35:53 -07:00 |
Enis Soztutar
|
f7bcf3df6b
|
HBASE-11921 Minor fixups that come of testing branch-1 (Stack)
|
2014-09-09 12:05:43 -07:00 |
Enis Soztutar
|
4995ed8a02
|
HBASE-11679 Replace HTable with HTableInterface where backwards-compatible (Carter)
|
2014-09-08 23:39:34 -07:00 |
Enis Soztutar
|
27d4ca2f64
|
HBASE-11787 TestRegionLocations is not categorized (Nicolas Liochon)
|
2014-09-08 16:36:42 -07:00 |
Enis Soztutar
|
34a5019b42
|
HBASE-10841 Scan,Get,Put,Delete,etc setters should consistently return this
|
2014-09-05 18:48:38 -07:00 |
Sean Busbey
|
39609a556a
|
HBASE-11891 Introduce an HBaseInterfaceAudience level to denote class names that appear in configs.
Signed-off-by: Andrew Purtell <apurtell@apache.org>
|
2014-09-05 14:33:39 -07:00 |
Enis Soztutar
|
1a6eea335f
|
HBASE-11826 Split each tableOrRegionName admin methods into two targetted methods (Carter and Enis)
|
2014-09-03 14:39:35 -07:00 |
Ted Yu
|
b2d528aac6
|
HBASE-11878 TestVisibilityLabelsWithDistributedLogReplay#testAddVisibilityLabelsOnRSRestart sometimes fails due to VisibilityController not yet initialized
|
2014-09-02 22:44:18 +00:00 |
Enis Soztutar
|
211c1e8ad4
|
HBASE-11797 Create Table interface to replace HTableInterface (Carter)
|
2014-09-02 13:07:02 -07:00 |
stack
|
5719e4098b
|
HBASE-11865 Result implements CellScannable; rather it should BE a CellScanner
|
2014-08-31 00:11:35 -07:00 |
stack
|
3bfbd06291
|
HBASE-11822 Convert EnvironmentEdge#getCurrentTimeMillis to getCurrentTime
|
2014-08-29 17:14:25 -07:00 |
Jimmy Xiang
|
b7f7514762
|
HBASE-11689 Track meta in transition (Andrey Stepachev and Jimmy Xiang)
|
2014-08-29 13:23:35 -07:00 |
Nicolas Liochon
|
8c0e5dca75
|
HBASE-11851 RpcClient can try to close a connection not ready to close
|
2014-08-29 14:35:57 +02:00 |
Srikanth Srungarapu
|
57328e1121
|
HBASE-11788 HBase is not deleting the cell when a Put with a KeyValue, KeyValue.Type.Delete is submitted
|
2014-08-27 09:05:34 -07:00 |
Sean Busbey
|
3411f830e3
|
HBASE-11828 callers of SeverName.valueOf should use equals and not ==.
Signed-off-by: Andrew Purtell <apurtell@apache.org>
|
2014-08-26 17:52:13 -07:00 |
Lars Hofhansl
|
e27a427f9b
|
HBASE-9746 Addendum.
|
2014-08-26 10:56:55 -07:00 |
Lars Hofhansl
|
d79db4d221
|
HBASE-9746 RegionServer can't start when replication tries to replicate to an unknown host.
|
2014-08-25 16:32:01 -07:00 |
stack
|
dd6c21e4d5
|
HBASE-11610 Enhance remote meta updates
|
2014-08-25 11:55:43 -07:00 |
Lars Hofhansl
|
c3d2d6127e
|
HBASE-11536 Puts of region location to Meta may be out of order which causes inconsistent of region location. (Liu Shaohui)
|
2014-08-25 11:35:22 -07:00 |
Gary Helmling
|
db520b94cb
|
HBASE-11800 Make HTableInterface coprocessorService methods public
|
2014-08-22 11:06:08 -07:00 |
Ramkrishna
|
6f00f859a7
|
HBASE-11802 Scan copy constructor doesn't copy reversed member variable
|
2014-08-22 22:03:57 +05:30 |
anoopsjohn
|
062f6a6aac
|
HBASE-11553 Abstract visibility label related services into an interface.
|
2014-08-20 14:47:29 +05:30 |
Enis Soztutar
|
e28ec72464
|
HBASE-11568 Async WAL replication for region replicas
|
2014-08-19 18:59:22 -07:00 |
Enis Soztutar
|
d44e7df5dc
|
HBASE-11512 Write region open/close events to WAL
|
2014-08-19 18:45:21 -07:00 |
Enis Soztutar
|
aeecd20373
|
HBASE-11572 Add support for doing get/scans against a particular replica_id (Jeffrey Zhong)
|
2014-08-19 18:23:09 -07:00 |