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
anoopsjohn
c23c850cac
HBASE-9875 Removing the empty file NamespaceJanitor
2014-08-28 16:40:23 +05:30
stack
fd78e1c553
HBASE-9875 NamespaceJanitor chore is not used
2014-08-27 09:57:37 -07: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
anoopsjohn
9bd9b26a0e
HBASE-11820 ReplicationSource : Set replication codec class as RPC codec class on a clonned Configuration.
2014-08-27 10:29:51 +05:30
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
Andrew Purtell
02fed866ce
HBASE-11814 TestAssignmentManager.testCloseFailed() and testOpenCloseRacing() is flaky (Virag Kothari)
2014-08-26 07:51:19 -07:00
Ted Yu
2fa197d3ab
HBASE-11823 Cleanup javadoc warnings.(Andrey Stepachev)
2014-08-26 09:14:51 +00:00
stack
b1b038a771
HBASE-11610 Enhance remote meta updates (Virag Kothari)
2014-08-25 18:17:18 -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
Andrew Purtell
706c5fcf56
HBASE-11766 Backdoor CoprocessorHConnection is no longer being used for local writes
2014-08-25 15:58:23 -07:00
stack
2c5a2e854b
HBASE-11813 CellScanner#advance may overflow stack
2014-08-25 14:53:27 -07:00
Jonathan M Hsieh
465d7d85a6
HBASE-11782 Document that hbase.MetaMigrationConvertingToPB needs to be set to true for migrations pre 0.96 (Misty Stanley-Jones)
2014-08-25 13:52:22 -07:00
stack
77085d0ff1
HBASE-11816 Initializing custom Metrics implementation failed in Mapper or Reducer
2014-08-25 12:27:50 -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
Andrew Purtell
01e4f0ed8a
HBASE-11794 StripeStoreFlusher causes NullPointerException (jeongmin kim)
2014-08-23 10:49:33 -07:00