798 Commits

Author SHA1 Message Date
Enis Soztutar
1e821bc02a HBASE-12042 Replace internal uses of HTable(Configuration, String) with HTable(Configuration, TableName) (Solomon Duskis) 2014-09-29 19:39:18 -07:00
Enis Soztutar
669bc49b47 HBASE-11995 Use Connection and ConnectionFactory where possible (Solomon Duskis) 2014-09-26 12:00:24 -07:00
David Deng
a01f1f8ef9 HBASE-12086 Fix bug of HTableMultipliexer
Signed-off-by: Elliott Clark <eclark@apache.org>
2014-09-25 19:17:20 -07:00
Andrew Purtell
dab2af79ea HBASE-11796 Add client support for atomic checkAndMutate (Srikanth Srungarapu) 2014-09-24 15:20:53 -07:00
Andrew Purtell
8ff5f2548a HBASE-12077 FilterLists create many ArrayList objects per row (Lars Hofhansl)
Conflicts:
	hbase-client/src/main/java/org/apache/hadoop/hbase/filter/FilterList.java
2014-09-24 11:14:14 -07:00
Elliott Clark
91642eed82 HBASE-12076 Move InterfaceAudience imports to hbase-annotations 2014-09-24 04:01:58 -07:00
anoopsjohn
af35daac77 HBASE-12068 [Branch-1] Avoid need to always do KeyValueUtil#ensureKeyValue for Filter transformCell. 2014-09-24 13:17:34 +05:30
Enis Soztutar
48aa009581 HBASE-12056 RPC logging too much in DEBUG mode 2014-09-23 19:56:49 -07:00
Elliott Clark
c32af7df5f HBASE-12059 Create hbase-annotations module 2014-09-23 16:43:45 -07:00
anoopsjohn
0834770e63 HBASE-12024 Fix javadoc warning. 2014-09-23 22:53:41 +05:30
Elliott Clark
7e6cb56e4c HBASE-12062 Fix usage of Collections.toArray 2014-09-23 10:00:03 -07:00
anoopsjohn
11e612c28c HBASE-12047 Avoid usage of KeyValueUtil#ensureKeyValue in simple cases. 2014-09-23 16:43:24 +05:30
Enis Soztutar
63c24ac73f Update pom.xml version to 0.99.1-SNAPSHOT 2014-09-22 20:14:52 -07:00
Enis Soztutar
968eadd24d HBASE-12046 HTD/HCD setters should be builder-style 2014-09-22 12:41:01 -07:00
Enis Soztutar
f5305c6039 HBASE-11974 When a disabled table is scanned, NotServingRegionException is thrown instead of TableNotEnabledException (Ted Yu) 2014-09-21 15:27:18 -07:00
stack
c580e4dbd5 HBASE-11917 Deprecate / Remove HTableUtil 2014-09-19 15:59:20 -07:00
stack
098816554a HBASE-10757 Change HTable class doc so it sends people to HCM getting instances 2014-09-19 13:35:46 -07:00
stack
3a5e580010 HBASE-12010 Use TableName.META_TABLE_NAME instead of indirectly from HTableDescriptor
Conflicts:
	hbase-server/src/main/java/org/apache/hadoop/hbase/util/FSTableDescriptors.java
	hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/wal/TestLogRollingNoCluster.java
2014-09-19 00:12:16 -07:00
Enis Soztutar
ff5fa9501b HBASE-11825 Create Connection and ConnectionManager (Solomon Duskis) 2014-09-16 11:48:00 -07:00
Jimmy Xiang
95bc9a337e HBASE-11976 Server startcode is not checked for bulk region assignment 2014-09-16 09:30:01 -07:00
stack
55f144b0f9 HBASE-11893 RowTooBigException should be in hbase-client module (Mikhail Antonov) 2014-09-12 12:52:01 -07:00
stack
511b20a227 HBASE-11897 Add append and remove peer table-cfs cmds for replication (Liu Shaoqui) 2014-09-12 09:29:21 -07:00
Enis Soztutar
d3bccd9b9e HBASE-11936 IsolationLevel must be attribute of a Query not a Scan (Vladimir Rodionov) 2014-09-11 12:59:40 -07:00
Enis Soztutar
6337705f26 Update pom.xml version for 0.99.0 2014-09-09 18:56:44 -07:00
Enis Soztutar
d8f8a58236 HBASE-11923 Potential race condition in RecoverableZookeeper.checkZk() (Lars Hofhansl) 2014-09-09 18:38:10 -07:00
Enis Soztutar
f2898985ad HBASE-11921 Minor fixups that come of testing branch-1 (Stack) 2014-09-09 12:08:15 -07:00
Enis Soztutar
b175042917 HBASE-11679 Replace HTable with HTableInterface where backwards-compatible (Carter) 2014-09-09 11:51:26 -07:00
Enis Soztutar
c70da8b278 HBASE-11787 TestRegionLocations is not categorized (Nicolas Liochon) 2014-09-08 16:37:31 -07:00
Enis Soztutar
73731d9231 HBASE-10841 Scan,Get,Put,Delete,etc setters should consistently return this 2014-09-05 18:50:33 -07:00
Sean Busbey
74f49496fd 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:34:10 -07:00
Enis Soztutar
0cbe0522eb HBASE-11826 Split each tableOrRegionName admin methods into two targetted methods (Carter and Enis) 2014-09-03 14:58:48 -07:00
Ted Yu
5e656f85df HBASE-11878 TestVisibilityLabelsWithDistributedLogReplay#testAddVisibilityLabelsOnRSRestart sometimes fails due to VisibilityController not yet initialized 2014-09-02 22:43:16 +00:00
Enis Soztutar
1143dba61d HBASE-11797 Create Table interface to replace HTableInterface (Carter) 2014-09-02 13:08:03 -07:00
stack
6ebcc7bbbf HBASE-11865 Result implements CellScannable; rather it should BE a CellScanner 2014-08-31 00:12:08 -07:00
stack
f149c26e9a HBASE-11822 Convert EnvironmentEdge#getCurrentTimeMillis to getCurrentTime 2014-08-29 17:21:48 -07:00
Nicolas Liochon
d12ad17381 HBASE-11851 RpcClient can try to close a connection not ready to close 2014-08-29 14:41:36 +02:00
Srikanth Srungarapu
095a0e9aa2 HBASE-11788 HBase is not deleting the cell when a Put with a KeyValue, KeyValue.Type.Delete is submitted 2014-08-27 09:16:14 -07:00
Sean Busbey
2ef6d03e56 HBASE-11828 callers of SeverName.valueOf should use equals and not ==.
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2014-08-26 17:52:26 -07:00
Lars Hofhansl
95da29707f HBASE-9746 Addendum. 2014-08-26 10:51:44 -07:00
stack
59230cb184 HBASE-11610 Enhance remote meta updates (Virag Kothari) 2014-08-25 18:17:18 -07:00
Lars Hofhansl
6ac5718094 HBASE-9746 RegionServer can't start when replication tries to replicate to an unknown host. 2014-08-25 16:33:36 -07:00
Lars Hofhansl
cfd79ac1c2 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:40:31 -07:00
Gary Helmling
971e775f91 HBASE-11800 Make HTableInterface coprocessorService methods public 2014-08-25 10:47:24 -07:00
Ramkrishna
6aba7cf40e HBASE-11802 Scan copy constructor doesn't copy reversed member variable 2014-08-22 22:05:37 +05:30
anoopsjohn
98067274d9 HBASE-11553 Abstract visibility label related services into an interface. 2014-08-20 14:48:53 +05:30
Enis Soztutar
cbc1bc7d49 HBASE-11512 Write region open/close events to WAL 2014-08-19 18:46:24 -07:00
Enis Soztutar
05e67eba9d HBASE-11572 Add support for doing get/scans against a particular replica_id (Jeffrey Zhong) 2014-08-19 18:27:20 -07:00
stack
acf6911114 HBASE-11657 Put HTable region methods in an interface (Carter Page) 2014-08-19 16:15:35 -07:00
Andrew Purtell
4901e649b6 HBASE-11773 Wrong field used for protobuf construction in RegionStates (Andrey Stepachev) 2014-08-19 09:23:21 -07:00
Ramkrishna
ae2a944027 HBASE-11438 - [Visibility Controller] Support UTF8 character as Visibility
Labels (Ram)
2014-08-14 12:48:57 +05:30