Commit Graph

9212 Commits

Author SHA1 Message Date
Enis Soztutar b175042917 HBASE-11679 Replace HTable with HTableInterface where backwards-compatible (Carter) 2014-09-09 11:51:26 -07:00
anoopsjohn 3261cb352b HBASE-11919 Remove the deprecated pre/postGet CP hook. 2014-09-09 23:36:50 +05:30
stack d10b9e3a21 HBASE-11839 TestRegionRebalance is flakey 2014-09-09 08:28:22 -07:00
Ted Yu b0e841d2c3 HBASE-11918 TestVisibilityLabelsWithDistributedLogReplay#testAddVisibilityLabelsOnRSRestart sometimes fails due to VisibilityController initialization not being recognized 2014-09-09 14:33:25 +00:00
Enis Soztutar 180d9df216 HBASE-9473 Change UI to list 'system tables' rather than 'catalog tables' (Stack) 2014-09-08 22:39:48 -07:00
Enis Soztutar 32a8bb44a3 HBASE-11832 maven release plugin overrides command line arguments (Enoch Hsu) 2014-09-08 22:02:05 -07:00
Enis Soztutar f509f61a40 HBASE-11445 TestZKProcedure#testMultiCohortWithMemberTimeoutDuringPrepare is flaky (Jeffrey Zhong) 2014-09-08 20:58:50 -07:00
Enis Soztutar c70da8b278 HBASE-11787 TestRegionLocations is not categorized (Nicolas Liochon) 2014-09-08 16:37:31 -07:00
Enis Soztutar b2f42e4309 HBASE-11836 IntegrationTestTimeBoundedMultiGetRequestsWithRegionReplicas tests simple get by default (Nicolas Liochon) 2014-09-08 16:28:12 -07:00
Ted Yu fd5b139a6f HBASE-11772 Bulk load mvcc and seqId issues with native hfiles (Jerry He) 2014-09-08 14:49:16 +00:00
anoopsjohn ecb015d9a3 HBASE-11805 KeyValue to Cell Convert in WALEdit APIs. 2014-09-07 15:50:24 +05:30
Ted Yu 5360fa2529 HBASE-11896 LoadIncrementalHFiles fails in secure mode if the namespace is specified (Ashish Singhi and Ted Yu) 2014-09-06 13:22:34 +00:00
stack 686cecc86d HBASE-11905 Add orca to server UIs and update logo -- ADDENDUM 2014-09-05 22:23:20 -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
Andrew Purtell a44bc7ac1a HBASE-11885 Provide a Dockerfile to easily build and run HBase from source (Dima Spivak) 2014-09-05 17:36:54 -07:00
stack 196ddc328e HBASE-11905 Add orca to server UIs and update logo 2014-09-05 16:43:27 -07:00
stack 0bc349345a HBASE-11905 Add orca to server UIs and update logo 2014-09-05 16:43:08 -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
Sean Busbey e3ee2491b7 HBASE-11858 Add InterfaceAudience for classes missing it in regionserver packages.
* RpcSchedulerFactory and PriorityFunction scoped to Coproc / Phoenix based on SimpleRpcSchedulerFactory and RpcScheduler
* RegionCoprocessorHost, RegionServerCoprocessorHost set to Coproc based on their need for the Observers that are in the book section on coprocessors
* RowProcessor and BaseRowProcessor scoped to Coproc based on RowProcessorClient
* RowTooBigException scope to Public because the book says it will be thrown by the client

Other modified classes set expressly to private.

Signed-off-by: Andrew Purtell <apurtell@apache.org>
2014-09-05 14:34:06 -07:00
Lars Hofhansl b117a8d3b4 HBASE-11898 CoprocessorHost.Environment should cache class loader instance. (Vladimir Rodionov) 2014-09-05 09:47:23 -07:00
Ramkrishna 0eddf0c984 HBASE-11440 Make KeyValueCodecWithTags as the default codec for
replication in trunk (Ram)
2014-09-05 10:35:05 +05:30
stack 66220e4929 HBASE-11072 Abstract WAL splitting from ZK (Sergey Soldatov) 2014-09-04 21:35:27 -07:00
stack c0d81e9ad0 HBASE-11877 Make TableSplit more readable (Liu Shaohui) 2014-09-04 21:26:22 -07:00
Ramkrishna 5fa07efd70 HBASE-11882 Row level consistency may not be maintained with bulk load and
compaction (Jerry He)
Signed-off-by: Ramkrishna <ramkrishna.s.vasudevan@intel.com>
2014-09-05 08:57:52 +05:30
Andrew Purtell 4386d6eb1a HBASE-11886 The creator of the table should have all permissions on the table (Devaraj Das and Andrew Purtell) 2014-09-03 18:30:53 -07:00
Jonathan M Hsieh 2acfcebfa7 HBASE-11781 Document new TableMapReduceUtil scanning options (Misty Stanley-Jones) 2014-09-03 16:25:41 -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
stack 9d9d206d21 HBASE-11887 Memory retention in branch-1; millions of instances of LiteralByteString for column qualifier and value 2014-09-03 14:19:47 -07:00
Andrew Purtell fc27fb0241 HBASE-11876 RegionScanner.nextRaw should not update metrics 2014-09-02 18:28:57 -07:00
Enis Soztutar 4b2f43fafb HBASE-11863 WAL files are not archived and stays in the WAL directory after splitting 2014-09-02 18:13:12 -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
Jimmy Xiang 2a60b2a806 HBASE-11880 NPE in MasterStatusServlet 2014-09-02 14:57:05 -07:00
Enis Soztutar 1143dba61d HBASE-11797 Create Table interface to replace HTableInterface (Carter) 2014-09-02 13:08:03 -07:00
anoopsjohn 737f595c36 HBASE-11821 [ImportTSV] Abstract labels tags creation into pluggable Interface. 2014-09-02 16:32:57 +05:30
Ramkrishna 14fad03045 HBASE-11591 - Addendum based on HBASE-11894 2014-09-01 17:18:03 +05:30
anoopsjohn 58b5bce172 HBASE-11777 Find a way to set sequenceId on Cells on the server. 2014-09-01 15:10:03 +05:30
Ramkrishna 844f3dfb6a HBASE-11591 Scanner fails to retrieve KV from bulk loaded file with
highest sequence id than the cell's mvcc in a non-bulk loaded file (Ram)
2014-09-01 13:52:56 +05:30
stack 6ebcc7bbbf HBASE-11865 Result implements CellScannable; rather it should BE a CellScanner 2014-08-31 00:12:08 -07:00
stack 1834196fcb HBASE-11822 Convert EnvironmentEdge#getCurrentTimeMillis to getCurrentTime 2014-08-29 17:30:02 -07:00
stack 7ac9cbbca0 HBASE-11822 Convert EnvironmentEdge#getCurrentTimeMillis to getCurrentTime 2014-08-29 17:26:02 -07:00
stack f149c26e9a HBASE-11822 Convert EnvironmentEdge#getCurrentTimeMillis to getCurrentTime 2014-08-29 17:21:48 -07:00
Andrew Purtell 2668cc4672 HBASE-11857 Restore ReaderBase.initAfterCompression() and WALCellCodec.create(Configuration, CompressionContext) (Ted Yu) 2014-08-29 16:53:19 -07:00
stack 8362e62222 HBASE-11726 Master should fail-safe if starting with a pre 0.96 layout (Esteban Guiterrez) 2014-08-29 11:15:36 -07:00
Andrew Purtell 51cf5c359b HBASE-11810 Access SSL Passwords through Credential Provider API (Larry McCay) 2014-08-29 07:54:52 -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
Jonathan M Hsieh ce4af20ad3 HBASE-11859 'hadoop jar' references in documentation should mention hbase-server.jar, not hbase.jar 2014-08-28 19:53:49 -07:00
Andrew Purtell 3d73ff13d3 HBASE-11846 HStore#assertBulkLoadHFileOk should log if a full HFile verification will be performed during a bulkload (Esteban Gutierrez) 2014-08-28 15:53:27 -07:00
Andrew Purtell 82c97342aa HBASE-11856 hbase-common needs a log4j.properties resource for handling unit test logging output 2014-08-28 15:38:14 -07:00
Andrew Purtell 8fe406931c HBASE-11844 region_mover.rb load enters an infinite loop if region already present on target server (Stephen Veiss) 2014-08-28 14:33:34 -07:00
Sean Busbey 901d429e15 HBASE-11849 remove classes with audience.private for internals that we don't use.
Signed-off-by: Jonathan M Hsieh <jmhsieh@apache.org>
2014-08-28 11:54:28 -07:00