stack
ddc6a42f0f
HBASE-11980 Change sync to hsync, remove unused InfoServer, and reference our httpserver instead of hadoops
2014-09-29 22:29:09 -07:00
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
Jimmy Xiang
e7c610b94c
HBASE-12034 If I kill single RS in branch-1, all regions end up on Master!
2014-09-29 17:12:43 -07:00
anoopsjohn
97a458010d
HBASE-12082 Find a way to set timestamp on Cells on the server.
2014-09-29 11:23:14 +05:30
Ramkrishna
8a7920ecdb
HBASE-11920 Add CP hooks for ReplicationEndPoint
2014-09-28 15:58:57 +05:30
Jeffrey Zhong
b22e670b49
HBASE-12052: BulkLoad Failed due to no write permission on input files - Addendum
2014-09-26 17:55:27 -07:00
Jeffrey Zhong
ae3e70b6e9
HBASE-12052: BulkLoad Failed due to no write permission on input files
2014-09-26 16:06:08 -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
stack
be6d354300
HBASE-12069 Finish making HFile.Writer Cell-centric; undo APIs that expect KV serializations
...
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestHFileInlineToRootChunkConversion.java
2014-09-25 11:12:16 -07:00
anoopsjohn
50e5f13ec1
HBASE-12050 Avoid KeyValueUtil#ensureKeyValue from DefaultMemStore.
2014-09-25 17:45:15 +05:30
Andrew Purtell
dab2af79ea
HBASE-11796 Add client support for atomic checkAndMutate (Srikanth Srungarapu)
2014-09-24 15:20:53 -07:00
Matteo Bertozzi
5e096c5dea
HBASE-12054 bad state after NamespaceUpgrade with reserved table names
2014-09-24 19:42:13 +01:00
Elliott Clark
eca856bad6
HBASE-12076 Move InterfaceAudience imports to hbase-annotations
2014-09-24 04:12:52 -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
Andrew Purtell
c90383bf86
Amend HBASE-12023 HRegion.applyFamilyMapToMemstore creates too many iterator objects; More cases (Vladimir Rodionov)
2014-09-23 13:50:18 -07:00
Andrew Purtell
3d898fe16a
HBASE-12064 hbase.master.balancer.stochastic.numRegionLoadsToRemember is not used (Junegunn Choi)
2014-09-23 12:36:35 -07:00
Elliott Clark
47ae4c2d20
HBASE-12067 Remove deprecated metrics classes.
2014-09-23 11:41:38 -07:00
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
Andrew Purtell
07d2f160b2
HBASE-12045 REST proxy users configuration in hbase-site.xml is ignored (Aditya Kishore)
2014-09-22 17:37:17 -07:00
Andrew Purtell
10afd11256
HBASE-12044 REST delete operation should not retry disableTable for DoNotRetryIOException (Aditya Kishore)
2014-09-22 17:37:17 -07:00
Andrew Purtell
e2cd9221da
HBASE-12043 REST server should respond with FORBIDDEN(403) code on AccessDeniedException (Aditya Kishore)
2014-09-22 17:37:17 -07:00
Enis Soztutar
6ee0462642
HBASE-12055 TestBucketWriterThread hangs flakily based on timing (Nick Dimiduk)
2014-09-22 14:42:58 -07:00
Ted Yu
e92413db79
HBASE-11798 TestBucketWriterThread may hang due to WriterThread stopping prematurely (Sergey Soldatov and Alex Newman)
2014-09-22 14:42:47 -07:00
Enis Soztutar
968eadd24d
HBASE-12046 HTD/HCD setters should be builder-style
2014-09-22 12:41:01 -07:00
anoopsjohn
ee5978d8f0
HBASE-11872 Avoid usage of KeyValueUtil#ensureKeyValue from Compactor.
2014-09-22 10:25:51 +05:30
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
22320eeba0
HBASE-11988 AC/VC system table create on postStartMaster fails too often in test
2014-09-19 20:57:59 -07:00
Jeffrey Zhong
1c127220f0
HBASE-11906: Meta data loss with distributed log replay
2014-09-19 18:05:42 -07:00
stack
9c77c55c47
HBASE-11982 Bootstraping hbase:meta table creates a WAL file in region dir (Enis)
2014-09-19 14:35:21 -07:00
stack
ec69c8833e
HBASE-11145 UNEXPECTEDpatch -p1 < 11145v2.txt ! when HLog sync: Queue full
2014-09-19 14:31:35 -07:00
Lars Hofhansl
62e8cf751e
HBASE-12023 HRegion.applyFamilyMapToMemstore creates too many iterator objects. (Vladimir Rodionov)
2014-09-19 11:43:08 -07:00
Jimmy Xiang
57f6ff5089
HBASE-12007 StochasticBalancer should avoid putting user regions on master
2014-09-19 11:42:00 -07:00
Ted Yu
0eba052ad6
HBASE-11405 Multiple invocations of hbck in parallel disables balancer permanently (bharath v)
2014-09-19 16:39:25 +00: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
stack
60287ed983
HBASE-12025 TestHttpServerLifecycle.testStartedServerWithRequestLog hangs frequently
2014-09-18 21:10:02 -07:00
Jonathan M Hsieh
9121847555
Revert "HBASE-11405 Multiple invocations of hbck in parallel disables balancer permanently (bharath v)"
...
This reverts commit 5a0b2cfbf5
.
2014-09-18 19:06:12 -07:00
Ted Yu
5a0b2cfbf5
HBASE-11405 Multiple invocations of hbck in parallel disables balancer permanently (bharath v)
2014-09-19 01:00:33 +00:00
Elliott Clark
dc20ab3bc9
HBASE-11266 Remove shaded references to logger
2014-09-18 11:27:47 -07:00
anoopsjohn
01cabe1c05
HBASE-11874 Support Cell to be passed to StoreFile.Writer rather than KeyValue.
2014-09-18 18:34:02 +05:30
Jonathan M Hsieh
27eaba2539
Revert "HBASE-11405 Multiple invocations of hbck in parallel disables balancer permanently (Bharath Vissapragada)"
...
This reverts commit 3b30a10424
.
More comments came in, reverting until addressed.
2014-09-17 12:59:11 -07:00
Jonathan M Hsieh
3b30a10424
HBASE-11405 Multiple invocations of hbck in parallel disables balancer permanently (Bharath Vissapragada)
2014-09-17 12:51:53 -07:00
Jimmy Xiang
88e7da321c
HBASE-11991 Region states may be out of sync
2014-09-17 11:20:36 -07:00
Andrew Purtell
ddd44ecb66
HBASE-11994 PutCombiner floods the M/R log with repeated log messages (Aditya Kishore)
2014-09-16 13:55:25 -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
8b4da86dcb
HBASE-11873 Hbase Version CLI enhancement (Ashish Singhi)
2014-09-15 21:08:32 -07:00
Ted Yu
1f1a2c514e
HBASE-11136 Add permission check to roll WAL writer (Jerry He)
2014-09-15 16:23:41 +00:00
Andrew Purtell
435530b4d6
HBASE-11972 The doAs user used in the update to hbase:acl table RPC is incorrect (Devaraj Das)
2014-09-14 20:29:22 -07:00
Andrew Purtell
3ca8184345
HBASE-11963 Synchronize peer cluster replication connection attempts (Maddineni Sukumar)
2014-09-12 17:21:57 -07:00
Ted Yu
949156c633
HBASE-11966 Minor error in TestHRegion.testCheckAndMutate_WithCorrectValue()
2014-09-12 23:44:04 +00:00
Nick Dimiduk
7df1582e14
HBASE-11949 Setting hfile.block.cache.size=0 doesn't actually disable blockcache
2014-09-12 11:37:12 -07:00
Jimmy Xiang
e469466cf1
HBASE-11959 TestAssignmentManagerOnCluster is flaky
2014-09-12 11:16:10 -07:00
Nick Dimiduk
d666a8a4cb
HBASE-11847 HFile tool should be able to print block headers
2014-09-12 10:29:30 -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
Nick Dimiduk
ba87dcc041
HBASE-11845 addendum
2014-09-11 17:14:50 -07:00
Nick Dimiduk
42bc104d0b
HBASE-11845 HFile tool should implement Tool, disable blockcache by default
...
HFileTool now accepts configuration via -D arguments. The blockcache is
disabled by default.
2014-09-11 14:39:18 -07:00
Jimmy Xiang
d283818c51
HBASE-11604 Disable co-locating meta/master by default
2014-09-11 13:43:40 -07:00
Jimmy Xiang
c95bf404b7
HBASE-11947 NoSuchElementException in balancer for master regions (Sergey Soldatov and Jimmy Xiang)
2014-09-11 10:22:28 -07:00
Enis Soztutar
46cbb8e154
HBASE-11942 Fix TestHRegionBusyWait
2014-09-10 19:50:03 -07:00
Nick Dimiduk
4d51cf0ee7
HBASE-11331 [blockcache] lazy block decompression
...
When hbase.block.data.cachecompressed=true, DATA (and ENCODED_DATA) blocks are
cached in the BlockCache in their on-disk format. This is different from the
default behavior, which decompresses and decrypts a block before caching.
2014-09-10 15:39:12 -07:00
Enis Soztutar
6337705f26
Update pom.xml version for 0.99.0
2014-09-09 18:56:44 -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
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
f509f61a40
HBASE-11445 TestZKProcedure#testMultiCohortWithMemberTimeoutDuringPrepare is flaky (Jeffrey Zhong)
2014-09-08 20:58:50 -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
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
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
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
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
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
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
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
Andrew Purtell
01e4f0ed8a
HBASE-11794 StripeStoreFlusher causes NullPointerException (jeongmin kim)
2014-08-23 10:49:33 -07:00
Andrew Purtell
4ba7f67f80
HBASE-11617 incorrect AgeOfLastAppliedOp and AgeOfLastShippedOp in replication Metrics when no new replication OP (Demai Ni)
2014-08-23 09:43:24 -07:00
Matteo Bertozzi
600bee44be
HBASE-11789 LoadIncrementalHFiles is not picking up the -D option
2014-08-21 19:09:29 +01:00
Matteo Bertozzi
07f9f3d38c
Revert "LoadIncrementalHFiles is not picking up the -D option"
...
This reverts commit a80799a3bc
.
2014-08-21 19:09:23 +01:00
Matteo Bertozzi
a80799a3bc
LoadIncrementalHFiles is not picking up the -D option
2014-08-20 21:32:38 +01:00
Nicolas Liochon
bafbc1264a
HBASE-11744 RpcServer code should not use a collection from netty internal
2014-08-20 12:18:17 +02:00
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
f3f3947397
HBASE-11774 Avoid allocating unnecessary tag iterators
2014-08-19 09:52:57 -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
anoopsjohn
d502bafad2
HBASE-11696 Make CombinedBlockCache resizable.
2014-08-19 17:35:03 +05:30
Ted Yu
12478cded7
HBASE-11762 Record the class name of Codec in WAL header
2014-08-19 00:52:16 +00:00
stack
ac6b747370
HBASE-11770 TestBlockCacheReporting.testBucketCache is not stable (Sergey Soldatov)
2014-08-18 15:35:23 -07:00
Matteo Bertozzi
bf5eac49a9
HBASE-11757 Provide a common base abstract class for both RegionObserver and MasterObserver
2014-08-18 20:15:08 +01:00
Ramkrishna
f8eb1962dc
HBASE-11728 - Data loss while scanning using PREFIX_TREE
...
DATA-BLOCK-ENCODING (Ram)
2014-08-18 22:34:26 +05:30
Matteo Bertozzi
2d83d55455
HBASE-11733 Avoid copy-paste in Master/Region CoprocessorHost
2014-08-16 08:23:40 +01:00
Andrew Purtell
baeabeab83
HBASE-11713 Adding hbase shell unit test coverage for visibility labels (Srikanth Srungarapu)
2014-08-15 15:31:21 -07:00
Jimmy Xiang
a3f99265c3
HBASE-11740 RegionStates.getRegionAssignments() gets stuck on clone (Virag Kothari)
2014-08-15 10:37:52 -07:00
Andrew Purtell
0ca9a85c4d
HBASE-11755 VisibilityController returns the wrong value for preBalanceSwitch (Matteo Bertozzi)
2014-08-15 10:31:47 -07:00
Andrew Purtell
3325bbe84f
HBASE-11749 Better error logging when coprocessors loading has failed (Srikanth Srungarapu)
2014-08-14 17:51:08 -07:00
shuai.lou
dad56cee19
HBASE-11708 RegionSplitter incorrectly calculates splitcount
...
when split table using the util(UniformSplit or HexStringSplit),
with "-r" option, the caculation of splitCount in funciton rollingSplit
may be wrong.
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2014-08-14 17:51:08 -07:00
Sean Busbey
a783281b72
HBASE-11627 guard against divide by zero in RegionSplitter logging.
...
Adds a test for noop rolling splits that fails prior to the addition
of the guard.
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2014-08-14 17:51:08 -07:00
Matteo Bertozzi
7df6f58001
HBASE-11724 Add to RWQueueRpcExecutor the ability to split get and scan handlers
2014-08-14 20:52:40 +01:00
Andrew Purtell
a79e5ce525
Amend HBASE-11438 [Visibility Controller] Support UTF8 character as Visibility Labels; Fix failing tests
...
String(byte[]) constructor may not select UTF8 aware conversion
depending on environment
2014-08-14 11:45:59 -07:00
Andrew Purtell
1f5ee71d0f
HBASE-11745 FilterAllFilter should return ReturnCode.SKIP
2014-08-14 11:42:31 -07:00
anoopsjohn
2eb0757301
HBASE-11717 Remove unused config 'hbase.offheapcache.percentage' from hbase-default.xml and book. (Anoop)
2014-08-15 00:01:27 +05:30
Jimmy Xiang
ce6c204078
HBASE-11687 No need to abort on postOpenDeployTasks exception if region opening is cancelled
2014-08-14 09:20:46 -07:00
Andrew Purtell
4bd2da4783
HBASE-11702 Better introspection of long running compactions
2014-08-14 09:02:41 -07:00
Ramkrishna
ae2a944027
HBASE-11438 - [Visibility Controller] Support UTF8 character as Visibility
...
Labels (Ram)
2014-08-14 12:48:57 +05:30
Nick Dimiduk
cd59a023c4
HBASE-11550 Custom value for BUCKET_CACHE_BUCKETS_KEY should be sorted (Gustavo Anatoly)
...
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/bucket/BucketAllocator.java
2014-08-13 21:13:05 -07:00
Jimmy Xiang
dc1d743ce6
HBASE-11727 Assignment wait time error in case of ServerNotRunningYetException
2014-08-12 13:33:19 -07:00
Jimmy Xiang
60fcc2ea8d
HBASE-11725 Backport failover checking change to 1.0
2014-08-12 12:02:05 -07:00
Jimmy Xiang
005fdac29b
HBASE-11703 Meta region state could be corrupted
2014-08-12 11:49:57 -07:00
Jimmy Xiang
b0c7498742
HBASE-11709 TestMasterShutdown can fail sometime
2014-08-12 10:40:27 -07:00
Andrew Purtell
cc5024e6fc
HBASE-11716 LoadTestDataGeneratorWithVisibilityLabels should handle Delete mutations (Anoop Sam John)
2014-08-11 10:52:11 -07:00
anoopsjohn
886ae4691f
HBASE-11527 Cluster free memory limit check should consider L2 block cache size also when L2 cache is onheap. (Anoop)
2014-08-11 13:38:59 +05:30
Andrew Purtell
b8f2f67d4c
HBASE-11589 AccessControlException should be a not retriable exception (Qiang Tian)
...
Amending-Author: Andrew Purtell <apurtell@apache.org>
2014-08-08 19:12:09 -07:00
Andrew Purtell
2df6b0562f
HBASE-11705 callQueueSize should be decremented in a fail-fast scenario (Esteban Gutierrez)
2014-08-08 18:41:28 -07:00
Andrew Purtell
59a49f3149
HBASE-11706 Set versions for VerifyReplication (cuijianwei)
2014-08-08 18:31:12 -07:00
Jimmy Xiang
1669bc44c7
HBASE-11659 Region state RPC call is not idempotent (Virag Kothari)
2014-08-08 15:04:38 -07:00
Andrew Purtell
5dd2afd670
HBASE-11701 Start and end of memstore flush log should be on the same level (Esteban Gutierrez)
2014-08-07 17:55:22 -07:00
Andrew Purtell
0c1daa6efd
HBASE-11697 Improve the 'Too many blocks' message on UI blockcache status page (Mikhail Antonov)
2014-08-07 15:13:08 -07:00
stack
2fea85a0b5
HBASE-11678 BucketCache ramCache fills heap after running a few hours
2014-08-07 14:26:56 -07:00
stack
af2df3523a
HBASE-11603 Apply version of HADOOP-8027 to our JMXJsonServlet
2014-08-06 15:53:37 -07:00
Nick Dimiduk
8fb3c5f4a2
HBASE-11674 LoadIncrementalHFiles should be more verbose after unrecoverable error (Jan Lukavsky)
2014-08-05 15:28:41 -07:00
Jimmy Xiang
6b011d7a54
HBASE-11671 TestEndToEndSplitTransaction fails on master (Mikhail Antonov)
2014-08-05 09:25:30 -07:00
stack
c634fc8f8d
HBASE-11664 Build broken - TestVisibilityWithCheckAuths
2014-08-04 15:30:14 -07:00
stack
46fea6e09f
HBASE-11068 Update code to use Admin factory method instead of constructor
2014-08-04 11:43:14 -07:00
Andrew Purtell
2084272d74
HBASE-11318 Classes in security subpackages missing @InterfaceAudience annotations (Jonathan Hsieh and Andrew Purtell)
2014-08-04 11:14:26 -07:00
Andrew Purtell
ec5a859b92
HBASE-11650 Write hbase.id to a temporary location and move into place
2014-08-01 17:18:01 -07:00
stack
4d272fa5ee
HBASE-11651 Add conf which disables MetaMigrationConvertingToPB check (for experts only)
2014-08-01 16:35:33 -07:00
Ted Yu
9db8ecba74
HBASE-11632 Region split needs to clear force split flag at the end of SplitRequest run (Jerry He)
2014-08-01 22:18:15 +00:00
Ramkrishna
bf87170f50
HBASE-11384 - [Visibility Controller]Check for users covering
...
authorizations for every mutation (Ram)
2014-08-01 13:23:36 -07:00
Jimmy Xiang
7b3d0add60
HBASE-11631 Wait a little till server is online in assigning meta
2014-08-01 12:34:41 -07:00
Ted Yu
e142961099
HBASE-11620 Record the class name of Writer in WAL header so that only proper Reader can open the WAL file (Ted Yu)
2014-08-01 17:15:32 +00:00
Andrew Purtell
85e317b3ae
HBASE-3270 When we create the .version file, we should create it in a tmp location and then move it into place
2014-08-01 10:03:29 -07:00
stack
d34c5d4079
HBASE-11630 Refactor TestAdmin to use Admin interface instead of HBaseAdmin (Carter Page)
2014-08-01 09:44:19 -07:00
Andrew Purtell
b33fc4be9a
HBASE-11583 Refactoring out the configuration changes for enabling VisibilityLabels in the unit tests (Srikanth Srungarapu)
2014-08-01 09:37:57 -07:00
Andrew Purtell
aa87b4a383
HBASE-11594 Unhandled NoNodeException in distributed log replay mode (Jeffrey Zhong)
2014-08-01 09:37:57 -07:00
Andrew Purtell
a1e6fc41cf
HBASE-11516 Track time spent in executing coprocessors in each region (Srikanth Srungarapu and Andrew Purtell)
2014-08-01 09:37:57 -07:00
Lars Hofhansl
24d6a65a12
mutateRowsWithLocks might require updatesLock.readLock with waitTime=0. ( cuijianwei)
2014-07-31 16:29:26 -07:00
Matteo Bertozzi
787f758ded
HBASE-11609 LoadIncrementalHFiles fails if the namespace is specified (addendum)
2014-07-31 20:09:24 +01:00
Ted Yu
63d6f22c96
HBASE-11621 Make MiniDFSCluster run faster
2014-07-31 16:44:49 +00:00
Jimmy Xiang
be816b18a4
HBASE-11615 TestZKLessAMOnCluster.testForceAssignWhileClosing failed on Jenkins
2014-07-30 15:43:02 -07:00
Nick Dimiduk
2af67c2986
HBASE-11558 Caching set on Scan object gets lost when using TableMapReduceUtil in 0.95+ (Ishan Chhabra)
2014-07-30 13:30:51 -07:00
Matteo Bertozzi
a149219707
HBASE-11609 LoadIncrementalHFiles fails if the namespace is specified
2014-07-30 08:42:37 +01:00
stack
dd901e3553
HBASE-11600 DataInputputStream and DoubleOutputStream are no longer being used (Shengzhe Yao)
2014-07-28 13:46:38 -07:00
stack
5accd1a37e
HBASE-11593 TestCacheConfig failing consistently in precommit builds
2014-07-28 12:46:05 -07:00
Ted Yu
6f60f21711
HBASE-11588 RegionServerMetricsWrapperRunnable misused the 'period' parameter (Victor Xu)
2014-07-26 04:33:14 +00:00
Jimmy Xiang
b7e0bde346
HBASE-11531 RegionStates for regions under region-in-transition znode are not updated on startup
2014-07-25 08:47:31 -07:00
Andrew Purtell
13643807ad
HBASE-11586 HFile's HDFS op latency sampling code is not used
2014-07-24 17:07:54 -07:00
Andrew Purtell
e742d88b42
HBASE-11579 CopyTable should check endtime value only if != 0 (Jean-Marc Spaggiari)
2014-07-24 12:05:39 -07:00
Nicolas Liochon
d8562052a4
HBASE-11564 Improve cancellation management in the rpc layer
2014-07-24 17:49:01 +02:00
stack
0409368454
HBASE-11573 Report age on eviction; ADD FORGOTTEN FILE
2014-07-23 13:22:20 -07:00
stack
01f253b99d
HBASE-11573 Report age on eviction
2014-07-23 13:11:08 -07:00
stack
afd4eb6668
HBASE-11551 BucketCache.run() doesn't handle exceptions correctly
2014-07-23 07:35:27 -07:00
Nick Dimiduk
4c3fce8e4a
HBASE-11555 TableSnapshotRegionSplit should be public
2014-07-22 15:48:52 -07:00
Enis Soztutar
0f2647d05b
HBASE-11064 Odd behaviors of TableName for empty namespace (Rekha Joshi)
2014-07-22 14:21:26 -07:00
Andrew Purtell
3b93a81ff4
HBASE-11566 Make ExportSnapshot extendable by removing 'final'
2014-07-22 13:07:44 -07:00
Jonathan M Hsieh
962cbd188a
HBASE-11561 deprecate ImmutableBytesWritable.getSize and replace with getLength
2014-07-22 11:45:07 -07:00
stack
cfa3ad4c27
HBASE-11559 Add dumping of DATA block usage to the BlockCache JSON report
2014-07-22 10:22:18 -07:00
Nicolas Liochon
af141f2b08
HBASE-11492 Hadoop configuration overrides some ipc parameters including tcpNoDelay
2014-07-22 14:56:53 +02:00
Nick Dimiduk
de73ec83c0
HBASE-11545 mapred.TableSnapshotInputFormat is missing InterfaceAudience annotation
2014-07-21 09:25:29 -07:00
Jonathan M Hsieh
7c020244b5
HBASE-11537 Avoid synchronization on instances of ConcurrentMap (Mike Drob)
2014-07-18 15:44:14 -07:00
Ted Yu
4fb32de394
HBASE-11471 Move TableStateManager and ZkTableStateManager and Server to hbase-server (Alex Newman)
2014-07-18 04:34:11 +00:00
Jimmy Xiang
553c86d7df
HBASE-11525 Region server holding in region states is out of sync with meta
2014-07-17 12:57:11 -07:00
Jimmy Xiang
3896210026
HBASE-11530 RegionStates adds regions to wrong servers
2014-07-17 08:59:53 -07:00
stack
21f863528d
HBASE-11517 TestReplicaWithCluster turns zombie (Mikhail Antonov) -- REAPPLY
2014-07-16 14:54:55 -07:00
stack
68f34f8273
HBASE-11517 TestReplicaWithCluster turns zombie (Mikhail Antonov) -- REVERT
2014-07-16 13:56:18 -07:00
stack
9092314c01
HBASE-11517 TestReplicaWithCluster turns zombie (Mikhail Antonov)
2014-07-16 13:54:11 -07:00
stack
2d5c1442b9
HBASE-2251 PE defaults to 1k rows - uncommon use case, and easy to hit benchmarks -- Add zipf distribution of cell values
2014-07-16 13:43:00 -07:00
stack
f2b6a6b2e0
HBASE-11523 JSON serialization of PE Options is broke
2014-07-16 08:44:32 -07:00
stack
14b331ccab
HBASE-11520 Simplify offheap cache config by removing the confusing "hbase.bucketcache.percentage.in.combinedcache"
2014-07-15 23:14:57 -07:00
stack
7175f51f08
HBASE-11517 TestReplicaWithCluster turns zombie -- ADDS TIMEOUTS SO CAN DEBUG ZOMBIE
2014-07-15 23:14:35 -07:00
Enis Soztutar
07643580bb
HBASE-11511 Write flush events to WAL (ADDENDUM to fix flaky test)
2014-07-15 18:29:10 -07:00
Enis Soztutar
4fa0e3274f
HBASE-11511 Write flush events to WAL
2014-07-15 14:48:30 -07:00
stack
a6d271201f
HBASE-11240 Print hdfs pipeline when hlog's sync is slow (Original patch + ADDENDUM)
2014-07-15 07:59:27 -07:00
stack
2a20143f72
HBASE-11514 Fix findbugs warnings in blockcache
2014-07-15 07:52:22 -07:00
Enis Soztutar
11fccd94c0
HBASE-4495 CatalogTracker has an identity crisis; needs to be cut-back in scope (ADDENDUM patch to fix flaky unit test)
2014-07-14 17:00:46 -07:00
Enis Soztutar
ecde6a4c44
HBASE-11442 ReplicationSourceManager doesn't cleanup the queues for recovered sources (Virag Kothari)
2014-07-14 16:48:10 -07:00
Enis Soztutar
c76b528b6d
HBASE-11367 Pluggable replication endpoint
2014-07-14 16:24:28 -07:00
Andrew Purtell
22f205b09b
HBASE-11513 Combine SingleMultiple Queue RpcExecutor into a single class (Jesse Yates)
2014-07-14 15:05:16 -07:00
Andrew Purtell
044d62ac25
Amend HBASE-11497 Expose RpcScheduling implementations as LimitedPrivate interfaces (Matteo Bertozzi)
...
Changes RpcScheduler from an interface into an abstract class
2014-07-14 14:19:47 -07:00
Ramkrishna
f0035e6837
HBASE-11509 Forward port HBASE-11039 to trunk and branch-1 after
...
HBASE-11489 (Ram)
2014-07-14 22:54:44 +05:30
anoopsjohn
93e7ec42d1
HBASE-11510 Visibility serialization format tag gets duplicated in Append/Increment'ed cells. (Anoop)
2014-07-14 22:34:38 +05:30
anoopsjohn
620616050e
HBASE-11437 Modify cell tag handling code to treat the length as unsigned. - Addendum
2014-07-14 15:25:12 +05:30
Andrew Purtell
39100cb1d1
HBASE-11497 Expose RpcScheduling implementations as LimitedPrivate interfaces (Jesse Yates)
2014-07-13 22:42:44 -07:00
Jimmy Xiang
757ecdb14f
HBASE-11474 [Thrift2] support authentication/impersonation
2014-07-13 15:14:57 -07:00
anoopsjohn
42a7be1032
HBASE-11437 Modify cell tag handling code to treat the length as unsigned. (Anoop)
2014-07-13 12:12:34 +05:30
anoopsjohn
15ba35b593
HBASE-11118 non environment variable solution for "IllegalAccessError: class com.google.protobuf.ZeroCopyLiteralByteString cannot access its superclass com.google.protobuf.LiteralByteString". -Addendum
2014-07-12 22:03:59 +05:30
Nick Dimiduk
c362857901
HBASE-11118 non environment variable solution for "IllegalAccessError: class com.google.protobuf.ZeroCopyLiteralByteString cannot access its superclass com.google.protobuf.LiteralByteString"
2014-07-11 16:38:17 -07:00
Enis Soztutar
0b83f2920d
HBASE-11488 cancelTasks in SubprocedurePool can hang during task error (Jerry He)
2014-07-11 14:17:11 -07:00
Andrew Purtell
0c97649b6f
HBASE-11487 ScanResponse carries non-zero cellblock for CloseScanRequest (Shengzhe Yao)
2014-07-11 13:06:48 -07:00
Nicolas Liochon
daa16b9c4d
Revert "HBASE-11492 The servers do not honor the tcpNoDelay option"
...
This reverts commit c80b451044
.
2014-07-11 18:43:46 +02:00
Nicolas Liochon
c80b451044
HBASE-11492 The servers do not honor the tcpNoDelay option
2014-07-11 14:30:10 +02:00
Nicolas Liochon
9a74122a5c
HBASE-11491 Add an option to sleep randomly during the tests with the PE tool
2014-07-11 14:29:56 +02:00
anoopsjohn
3cdbe2ae56
HBASE-11423 Visibility label and per cell ACL feature not working with HTable#mutateRow() and MultiRowMutationEndpoint. (Anoop)
2014-07-11 12:18:49 +05:30
Enis Soztutar
ec7540229f
HBASE-11475 Distributed log replay should also replay compaction events
2014-07-10 10:51:16 -07:00
Jonathan M Hsieh
0b2833e033
HBASE-4931 [docs] CopyTable instructions could be improved (Misty Stanley-Jones)
2014-07-10 01:50:36 -07:00
Andrew Purtell
dd29ff5132
HBASE-11481 TableSnapshotInputFormat javadoc wrongly claims HBase 'enforces security'
2014-07-08 15:10:03 -07:00
Jimmy Xiang
1bd31f9b89
HBASE-11349 Addendum fixes javadoc warning
2014-07-08 13:56:08 -07:00
Jimmy Xiang
dbfdf5bdb6
HBASE-11349 [Thrift] support authentication/impersonation
2014-07-08 13:01:34 -07:00
Enis Soztutar
3e7cccfb4b
HBASE-11458 NPEs if RegionServer cannot initialize
2014-07-07 20:36:13 -07:00
Enis Soztutar
fef10e8413
HBASE-11473 Add BaseWALObserver class
2014-07-07 17:24:29 -07:00
Jeffrey Zhong
cc4f54770b
HBase-11315: Keeping MVCC for configurable longer time
2014-07-06 18:51:48 -07:00
anoopsjohn
738bf63f12
HBASE-11465 [VisibilityController] Reserved tags check not happening for Append/Increment. (Anoop)
2014-07-06 19:17:17 +05:30
stack
b9906005d9
HBASE-11452 add getUserPermission feature in AccessControlClient as client API (Demai Ni)
2014-07-04 19:47:18 -07:00
Ramkrishna
c7efcd0fb3
HBASE-10885 Support visibility expressions on Deletes (Ram)
2014-07-05 00:00:05 +05:30
Andrew Purtell
0b692dfd5a
HBASE-11446 Reduce the frequency of RNG calls in SecureWALCellCodec#EncryptedKvEncoder
2014-07-04 10:48:57 -07:00
stack
8d62d85864
HBASE-11463 (findbugs) HE: Class defines equals() and uses Object.hashCode() (Mike Drob)
2014-07-03 21:55:45 -07:00
Andrew Purtell
a8cbf2988b
HBASE-11434 [AccessController] Disallow inbound cells with reserved tags
2014-07-03 17:37:07 -07:00
Ramkrishna
75ace7ed2f
HBASE-11449 IntegrationTestIngestWithACL fails to use different users
...
after HBASE-10810 (Ram)
2014-07-03 12:06:05 +05:30
Matteo Bertozzi
39caf5757d
HBASE-11450 Improve file size info in SnapshotInfo tool
2014-07-03 07:17:40 +02:00
stack
3b2de6233b
HBASE-4495 CatalogTracker has an identity crisis; needs to be cut-back in scope (Mikhail Antonov)
2014-07-02 19:04:05 -07:00
stack
24a0a2a2bf
HBASE-4495 CatalogTracker has an identity crisis; needs to be cut-back in scope (Mikhail Antonov)
2014-07-02 19:02:52 -07:00
Nick Dimiduk
8b1c29b8be
HBASE-11372 Remove SlabCache
2014-07-02 11:14:00 -07:00
stack
a181dff8e0
HBASE-11413 [findbugs] RV: Negating the result of compareTo()/compare() (Mike Drob)
2014-07-02 10:07:36 -07:00
Ted Yu
b59d931590
HBASE-11439 StripeCompaction may not obey the OffPeak rule to compaction (Victor Xu)
2014-07-01 16:31:24 +00:00
anoopsjohn
a02716fb45
HBASE-11435 Visibility labelled cells fail to getting replicated. (Anoop)
2014-07-01 18:40:16 +05:30
Matteo Bertozzi
9a6a59c7b7
HBASE-11355 a couple of callQueue related improvements
2014-07-01 10:33:39 +02:00
Enis Soztutar
0167558eb3
HBASE-11448 Fix javadoc warnings
2014-06-30 20:11:02 -07:00
Ted Yu
34cd00b291
HBASE-11443 TestIOFencing#testFencingAroundCompactionAfterWALSync times out
2014-06-30 22:28:16 +00:00
Enis Soztutar
5af264c5b5
HBASE-11335 Fix the TABLE_DIR param in TableSnapshotInputFormat (deepankar)
2014-06-30 13:48:31 -07:00
stack
cfba8ccbad
HBASE-11433 LruBlockCache does not respect its configurable parameters
2014-06-30 11:22:53 -07:00
Andrew Purtell
d797fc872f
HBASE-11432 [AccessController] Remove cell first strategy
2014-06-30 09:52:21 -07:00
Ted Yu
dce2520828
HBASE-11436 Support start Row and stop Row in HBase Export (Ward Viaene)
2014-06-29 18:09:18 +00:00
Jeffrey Zhong
c591a25f3c
HBASE-11430: lastFlushSeqId has been updated wrongly during region open
2014-06-27 17:58:32 -07:00
Enis Soztutar
14a09e79bd
HBASE-11332 Fix for metas location cache from HBASE-10785
2014-06-27 16:39:41 -07:00
Devaraj Das
e5ec49b123
HBASE-10818. Add integration test for bulkload with replicas (Nick Dimiduk and Devaraj Das)
2014-06-27 16:39:40 -07:00
Devaraj Das
1daf8acfc9
HBASE-11214. Fixes for scans on a replicated table
2014-06-27 16:39:40 -07:00
Enis Soztutar
5a8f3f7cef
HBASE-10357 Failover RPC's for scans (Devaraj Das)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-10070@1595388 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 16:39:40 -07:00
Enis Soztutar
25baace0de
HBASE-10810 LoadTestTool should share the connection and connection pool
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-10070@1595078 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 16:39:40 -07:00
Enis Soztutar
d84c863525
HBASE-10661 TestStochasticLoadBalancer.testRegionReplicationOnMidClusterWithRacks() is flaky
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-10070@1593587 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 16:39:40 -07:00
Enis Soztutar
e86b13f75a
HBASE-10957 HMaster can abort with NPE in #rebuildUserRegions (Nicolas Liochon)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-10070@1590184 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 16:39:40 -07:00
sershe
579f305bd0
HBASE-10794 multi-get should handle replica location missing from cache
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-10070@1586468 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 16:39:39 -07:00
ndimiduk
d313103aeb
HBASE-10791 Add integration test to demonstrate performance improvement
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-10070@1585807 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 16:39:39 -07:00
Enis Soztutar
7d247524b3
HBASE-10859 Use HFileLink in opening region files from secondaries
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-10070@1585768 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 16:39:39 -07:00
Enis Soztutar
ad05de172f
HBASE-10701 Cache invalidation improvements from client side
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-10070@1585766 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 16:39:39 -07:00
nkeywal
e04e61ed77
HBASE-10817 Add some tests on a real cluster for replica: multi master, replication
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-10070@1585484 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 16:39:39 -07:00
Enis Soztutar
2ddb142990
HBASE-10858 TestRegionRebalancing is failing
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-10070@1582554 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 16:39:39 -07:00
Zhihong Yu
f09ab44cc6
HBASE-10778 Unique keys accounting in MultiThreadedReader is incorrect
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-10070@1578672 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 16:39:39 -07:00
Devaraj Das
ffabf9ba9b
HBASE-10616. Addendum that fixes the case of multiget_batchsize == 1
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-10070@1577438 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 16:39:39 -07:00
Devaraj Das
72ba78667c
HBASE-10743. Replica map update is problematic in RegionStates
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-10070@1577384 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 16:39:39 -07:00
Devaraj Das
41116848e5
HBASE-10616. Integration test for multi-get calls
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-10070@1577372 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 16:39:38 -07:00
Devaraj Das
a0a4744556
HBASE-10734. Fix RegionStates.getRegionAssignments to not add duplicate regions
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-10070@1577001 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 16:39:38 -07:00
Enis Soztutar
fa68470fe6
HBASE-10620 LoadBalancer.needsBalance() should check for co-located region replicas as well (Addendum patch to fix return value from balance() call)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-10070@1576975 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 16:39:38 -07:00
Devaraj Das
d723115058
HBASE-10729. Enable table doesn't balance out replicas evenly if the replicas were unassigned earlier
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-10070@1576964 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 16:39:38 -07:00
Enis Soztutar
759cfb83af
HBASE-10572 Create an IntegrationTest for region replicas
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-10070@1576465 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 16:39:38 -07:00
Zhihong Yu
55a7c87294
HBASE-10704 BaseLoadBalancer#roundRobinAssignment() may add same region to assignment plan multiple times
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-10070@1576156 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 16:39:38 -07:00
nkeywal
c2f6f479ad
HBASE-10355 Failover RPC's from client using region replicas
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-10070@1575261 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 16:39:38 -07:00
Devaraj Das
e34dae0c9a
HBASE-10620. LoadBalancer.needsBalance() should check for co-located region replicas as well
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-10070@1575097 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 16:39:38 -07:00
Devaraj Das
b0480db1ae
HBASE-10672. Table snapshot should handle tables whose REGION_REPLICATION is greater than one
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-10070@1575096 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 16:39:38 -07:00
Devaraj Das
aed0216810
HBASE-10633. StoreFileRefresherChore throws ConcurrentModificationException sometimes
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-10070@1572808 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 16:39:37 -07:00
Enis Soztutar
a98f52953a
HBASE-10351 LoadBalancer changes for supporting region replicas
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-10070@1572298 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 16:39:37 -07:00
Devaraj Das
87b2b923e2
HBASE-10362. HBCK changes for supporting region replicas
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-10070@1571884 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 16:39:37 -07:00
Enis Soztutar
d7d9f8db62
HBASE-10352 Region and RegionServer changes for opening region replicas, and refreshing store files
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-10070@1571865 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 16:39:37 -07:00
Devaraj Das
72355a920a
HBASE-10361. Enable/AlterTable support for region replicas (ddas)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-10070@1570008 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 16:39:37 -07:00
Devaraj Das
c1f9b6193d
HBASE-10359 Master/RS WebUI changes for region replicas
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-10070@1569992 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 16:39:37 -07:00
Devaraj Das
3d8ee3a06e
HBASE-10350. Master/AM/RegionStates changes to create and assign region replicas (ddas)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-10070@1569861 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 16:39:37 -07:00
sershe
25b6103dad
HBASE-10356 Failover RPC's for multi-get
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-10070@1569559 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 16:39:37 -07:00
Devaraj Das
d6f603a492
HBASE-10354. Addendum commit. 10354.add.patch committed
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-10070@1568205 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 16:39:36 -07:00
Devaraj Das
481a116e26
HBASE-10348. HTableDescriptor changes for region replicas
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-10070@1565658 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 16:39:36 -07:00
Enis Soztutar
d4b82224cc
HBASE-10347 HRegionInfo changes for adding replicaId and MetaEditor/MetaReader changes for region replicas
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-10070@1565041 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 16:39:36 -07:00
Ted Yu
e04009c989
HBASE-10330 TableInputFormat/TableRecordReaderImpl leaks HTable
2014-06-27 23:29:06 +00:00
anoopsjohn
7c1135b3e3
HBASE-11424 Avoid usage of CellUtil#getTagArray(Cell cell) within server. (Anoop)
2014-06-27 22:35:08 +05:30
stack
96681210a7
HBASE-11415 [PE] Dump config before running test
2014-06-26 12:58:03 -07:00
Ramkrishna
7f2f4e80c4
HBASE-10861 Extend ByteRange to create Mutable and Immutable ByteRange
...
(Ram)
2014-06-26 13:54:48 +05:30
Jimmy Xiang
f0a32dff9b
HBASE-11370 SSH doesn't need to scan meta if not using ZK for assignment
2014-06-25 08:58:56 -07:00
Matteo Bertozzi
200579f5fd
HBASE-11326 Use an InputFormat for ExportSnapshot (addendum)
2014-06-25 16:28:18 +02:00
Ramkrishna
b8428a68c3
HBASE-11027-Remove kv.isDeleteXX() and related methods and use CellUtil
...
apis (Ram)
2014-06-25 17:02:18 +05:30
Nicolas Liochon
07a771866f
HBASE-11297 Remove some synchros in the rpcServer responder
2014-06-25 11:01:42 +02:00
Ted Yu
3a097784b5
HBASE-11397 When merging expired stripes, we need to create an empty file to preserve metadata (Victor Xu)
2014-06-25 03:39:40 +00:00
Andrew Purtell
b26fb383cf
HBASE-11363 Access checks in preCompact and preCompactSelection are out of sync
2014-06-24 17:09:38 -07:00
Nicolas Liochon
ab72babd97
HBASE-11403 Fix race conditions around Object#notify
2014-06-24 11:37:02 +02:00
Nicolas Liochon
e991fd8055
HBASE-11390 PerformanceEvaluation: add an option to use a single connection
2014-06-24 11:34:45 +02:00
Nicolas Liochon
b2914be9d3
HBASE-11387 metrics: wrong totalRequestCount
2014-06-24 11:21:12 +02:00
Ted Yu
af9e519e00
HBASE-11380 HRegion lock object is not being released properly, leading to snapshot failure
2014-06-24 03:06:40 +00:00
Ted Yu
092fc71b18
HBASE-11398 Print the stripes' state with file size info (Victor Xu)
2014-06-23 21:30:40 +00:00
Jimmy Xiang
54a5375710
HBASE-11404 TestLogLevel should stop the server at the end
2014-06-23 09:51:04 -07:00
Ted Yu
008860cb3b
HBASE-11395 Add logging for HBase table operations
2014-06-21 01:56:17 +00:00
Andrew Purtell
890618bb11
HBASE-11362 Minor improvements to LoadTestTool and PerformanceEvaluation (Vandana Ayyalasomayajula)
2014-06-19 17:11:16 -07:00
Michael Stack
b5db143280
HBASE-9345 Add support for specifying filters in scan (Virag Kothari)
2014-06-19 16:11:52 -07:00
Jimmy Xiang
45bc13d87a
HBASE-11378 TableMapReduceUtil overwrites user supplied options for multiple tables/scaners job
2014-06-19 09:12:53 -07:00
Jimmy Xiang
175f133dbc
HBASE-11373 hbase-protocol compile failed for name conflict of RegionTransition
2014-06-18 09:10:59 -07:00
Jimmy Xiang
6834c929cc
HBASE-11319 No need to use favored node mapping initialization to find all regions
2014-06-18 08:34:17 -07:00
Michael Stack
3ed3c5513c
HBASE-11364 [BlockCache] Add a flag to cache data blocks in L1 if multi-tier cache
2014-06-17 22:33:40 -05:00
Michael Stack
e476947d3f
HBASE-11069 Decouple region merging from ZooKeeper (Sergey Soldatov)
2014-06-17 07:23:04 -05:00
Matteo Bertozzi
6304eb2cce
HBASE-11341 ZKProcedureCoordinatorRpcs should respond only to members
2014-06-17 11:17:33 +01:00
anoopsjohn
463fc9fbd8
HBASE-11194 [AccessController] issue with covering permission check in case of concurrent op on same row (Anoop)
2014-06-17 10:12:47 +05:30
Nicolas Liochon
0e647de3ee
HBASE-11353 Wrong Write Request Count
2014-06-16 09:54:15 +02:00
Jeffrey Zhong
5136c70554
hbase-11094: https://issues.apache.org/jira/browse/HBASE-11094(addendum)
2014-06-15 12:01:23 -07:00
Michael Stack
63f0dffdba
HBASE-11350 [PE] Allow random value size
2014-06-14 17:09:18 -04:00
Jimmy Xiang
58549428a6
HBASE-11059 ZK-less region assignment
2014-06-14 08:39:29 -07:00
Michael Stack
98deb39ace
HBASE-11342 The method isChildReadLock in class ZKInterProcessLockBase is wrong (Qianxi Zhang)
2014-06-13 12:35:49 -07:00
Michael Stack
492f1f6d44
HBASE-8315 Documentation should have more information of LRU Stats
2014-06-13 11:02:23 -07:00
Nick Dimiduk
632301f525
HBASE-11307 Deprecate SlabCache
2014-06-13 09:40:44 -07:00
Jean-Daniel Cryans
8e547f3ba7
HBASE-8844 Document the removal of replication state AKA start/stop_replication (Misty Stanley-Jones)
2014-06-13 08:58:55 -07:00
Jimmy Xiang
92b494df45
HBASE-10871 Indefinite OPEN/CLOSE wait on busy RegionServers (Esteban)
2014-06-13 08:52:09 -07:00
Jeffrey Zhong
55cecc9679
HBase-11094: Distributed log replay is incompatible for rolling restarts
2014-06-12 21:50:16 -07:00
Jimmy Xiang
9e824cda19
HBASE-11162 RegionServer webui uses the default master info port irrespective of the user configuration (Srikanth)
2014-06-12 20:04:06 -07:00
Jimmy Xiang
500ba3de32
HBASE-10923 Control where to put meta region
2014-06-12 16:17:13 -07:00
Matteo Bertozzi
8064bd4fff
HBASE-11326 Use an InputFormat for ExportSnapshot
2014-06-12 09:07:36 +01:00
Matteo Bertozzi
95a7e72302
HBASE-11327 ExportSnapshot hit stackoverflow error when target snapshotDir doesn't contain uri (Demai Ni)
2014-06-12 08:09:37 +01:00
Michael Stack
26096f363e
HBASE-10336 Remove deprecated usage of Hadoop HttpServer in InfoServer (Eric Charles)
2014-06-11 13:55:15 -07:00
Michael Stack
3d3784dd22
HBASE-11329 Minor fixup of new blockcache tab number formatting
2014-06-11 12:25:18 -07:00
Ted Yu
aa916b81ce
HBASE-11310 Addendum fixes compilation error
2014-06-11 18:50:27 +00:00
Jimmy Xiang
9944c6031f
HBASE-11328 testMoveRegion could fail
2014-06-11 11:28:01 -07:00
Ramkrishna
eb1db5ac71
HBASE-11312:Minor refactoring of TestVisibilityLabels class(Srikanth via
...
Ram)
2014-06-11 18:15:30 +05:30
Michael Stack
2ab3b325ca
HBASE-11320 Reenable bucket cache logging
2014-06-10 14:27:04 -07:00
Jimmy Xiang
ee76225783
HBASE-11120 Addendum for fixing compilation error
2014-06-10 09:31:36 -07:00
Michael Stack
948b22f082
HBASE-11120 Update documentation about major compaction algorithm (Misty Stanley-Jones) + addendum fixing CompactionConfiguration
2014-06-09 20:48:56 -07:00
Michael Stack
5851a06412
HBASE-4089 blockCache contents report
2014-06-09 16:42:30 -07:00
Matteo Bertozzi
2087489662
HBASE-11311 Secure Bulk Load does not execute chmod 777 on the files
2014-06-09 22:30:19 +01:00
Matteo Bertozzi
548d5061c9
HBASE-8495 Change ownership of the directory to bulk load
2014-06-09 22:27:50 +01:00
Ted Yu
961919d443
HBASE-11304 Enable HBaseAdmin.execProcedure to return data from procedure execution (Jerry He)
2014-06-08 18:48:20 +00:00
Jeffrey Zhong
c682d57e92
hbase-8763: Combine MVCC and SeqId
2014-06-06 18:25:46 -07:00
Ted Yu
b5e660fff4
HBASE-11302 ReplicationSourceManager#sources is not thread safe (Qianxi Zhang)
2014-06-06 16:57:57 +00:00
Michael Stack
623cfa33d1
HBASE-10962 Decouple region opening (HM and HRS) from ZK (Mikhail Antonov)
2014-06-06 07:46:00 -07:00
Nick Dimiduk
d824f0b25f
HBASE-10641 Configurable Bucket Sizes in bucketCache
2014-06-04 13:31:16 -07:00
Michael Stack
ec9c12edff
HBASE-10915 Decouple region closing (HM and HRS) from ZK (Mikhail Antonov)
2014-06-04 10:42:10 -07:00
Ted Yu
d20feaf1e7
HBASE-11204 Document bandwidth consumption limit feature for ExportSnapshot (Misty Stanley-Jones)
2014-06-04 04:33:24 +00:00
Ted Yu
5419bfdc8e
HBASE-11201 addendum allows null data from procedure member
2014-06-03 21:54:36 +00:00
Ramkrishna
6a2467bbf2
HBASE-11126-Add RegionObserver pre hooks that operate under row lock (Ram)
2014-06-03 17:54:59 +05:30
Jimmy Xiang
369141b795
HBASE-11279 Block cache could be disabled by mistake
2014-06-02 20:01:43 -07:00
Jimmy Xiang
bdfb4172f8
HBASE-11237 Bulk load initiated by user other than hbase fails -- REVERT
...
This reverts commit 57826c7da9
.
Reason: wrong commit message
2014-06-02 19:58:50 -07:00
Jeffrey Zhong
7465c31947
HBASE-10922: Log splitting status should always be closed
2014-06-02 17:56:15 -07:00
Jimmy Xiang
57826c7da9
HBASE-11237 Bulk load initiated by user other than hbase fails
2014-06-02 17:06:19 -07:00
Michael Stack
43be19794a
HBASE-10985 Decouple Split Transaction from Zookeeper (Sergey Soldatov)
2014-06-02 10:22:28 -07:00
Michael Stack
80557b872f
HBASE-10289 Avoid random port usage by default JMX Server. Create Custome JMX server (Qiang Tian)
2014-06-02 09:19:16 -07:00
Matteo Bertozzi
86e5db5099
HBASE-10935 support snapshot policy where flush memstore can be skipped to prevent production cluster freeze (Tianying Chang)
2014-06-02 08:03:19 +01:00
Andrew Purtell
7f2f7c23a7
HBASE-11277 RpcServer threads can wedge under high load
2014-05-31 15:24:06 -07:00
Andrew Purtell
af63fba391
HBASE-11275 [AccessController] postCreateTable hook fails when another CP creates table on their startup (Anoop Sam John)
2014-05-31 15:01:49 -07:00
Ted Yu
8c7772488c
HBASE-11201 Enable global procedure members to return values to procedure master (Jerry He)
2014-05-29 20:00:24 +00:00
Ted Yu
ee963a994b
HBASE-11201 Revert due to unit test failures
2014-05-29 18:39:50 +00:00
Ted Yu
cf896d0671
HBASE-11201 Addendum restores Procedure#waitForCompleted() which returns void (Jerry He)
2014-05-29 18:04:38 +00:00
Ted Yu
cbd39422b4
HBASE-11201 Enable global procedure members to return values to procedure master
2014-05-29 02:56:01 +00:00
Michael Stack
78f7cd450f
HBASE-11218 Data loss in HBase standalone mode (Liu Shaohui)
2014-05-28 10:34:10 -07:00
Matteo Bertozzi
ab896f05d1
HBASE-11220 Add listeners to ServerManager and AssignmentManager
2014-05-28 09:47:08 +01:00
Michael Stack
ef995efb1a
HBASE-8807 HBase MapReduce Job-Launch Documentation Misplaced (Misty Stanley-Jones)
2014-05-27 15:13:23 -07:00
Andrew Purtell
d9739b9e3f
HBASE-10692 The Multi TableMap job don't support the security HBase cluster (Liu Shaohui)
2014-05-27 10:59:40 -07:00
Michael Stack
aa101ca97e
HBASE-9149 javadoc cleanup of to reflect .META. rename to hbase:meta (Misty Stanley-Jones)
2014-05-27 10:36:55 -07:00
Michael Stack
00d550ca13
HBASE-11255 Negative request num in region load (Liu Shaohui)
2014-05-27 08:49:41 -07:00
Andrew Purtell
8e2a8cc0a8
HBASE-11096 stop method of Master and RegionServer coprocessor is not invoked (Qiang Tian)
2014-05-26 11:33:20 -07:00
Andrew Purtell
1f14726afb
Amend HBASE-11251 Attempt grants during tests only when security is enabled
2014-05-26 11:04:11 -07:00
Ramkrishna
1ce333901e
HBASE-11251-LoadTestTool should grant READ permission for the users that
...
are given READ access for specific cells (Ram)
2014-05-26 11:47:04 +05:30
Andrew Purtell
be85f89cd4
Amend HBASE-9857 Blockcache prefetch option; add missing license header to correct file this time
2014-05-23 23:13:00 +00:00
Devaraj Das
e9017586ca
HBASE-11149. Addendum for fixing unit test
2014-05-23 15:42:07 -07:00
Nicolas Liochon
7ee058bc20
HBASE-11202 Cleanup on HRegion class
2014-05-23 19:37:40 +02:00
Nicolas Liochon
220037c465
HBASE-10573 Use Netty 4 - addendum
2014-05-23 19:34:49 +02:00
Nicolas Liochon
28adf60658
HBASE-11226 Document and increase the default value for hbase.hstore.flusher.count
2014-05-23 19:28:51 +02:00
Jesse Yates
c61cb7fb55
HBASE-11048 Support setting custom priority per client RPC
2014-05-22 23:33:22 -07:00
Michael Stack
0b883059ea
HBASE-11239 Forgot to svn add test that was part of HBASE-11171, TestCacheConfig
2014-05-22 23:10:25 -07:00
Michael Stack
ea9e657694
HBASE-11229 Change block cache percentage metrics to be doubles rather than ints -- ADDENDUM to fix broke TestMetricsRegionServer
2014-05-22 22:35:39 -07:00
zjusch
edae564856
HBASE-11234 FastDiffDeltaEncoder#getFirstKeyInBlock returns wrong result
2014-05-23 12:57:10 +08:00
Andrew Purtell
41691e469a
HBASE-10831 IntegrationTestIngestWithACL is not setting up LoadTestTool correctly (Vandana Ayyalasomayajula)
2014-05-22 18:56:20 -07:00
Andrew Purtell
fd94fcde58
HBASE-11211 LoadTestTool option for specifying number of regions per server
2014-05-22 18:49:14 -07:00
Andrew Purtell
b168b8b2d5
HBASE-11149 Wire encryption is broken (Devaraj Das)
2014-05-22 18:46:29 -07:00
Enis Soztutar
9dcebc396b
HBASE-11217 Race between SplitLogManager task creation + TimeoutMonitor - ADDENDUM to fix unit test
2014-05-22 18:27:42 -07:00
Michael Stack
ea0731d60f
HBASE-11108 Split ZKTable into interface and implementation (Mikhail Antononv)
2014-05-22 16:15:51 -07:00
Michael Stack
c5d5a5d1bc
HBASE-11108 Split ZKTable into interface and implementation (Mikhail Antononv)
2014-05-22 16:15:35 -07:00
Jimmy Xiang
26387cbf18
HBASE-11237 Bulk load initiated by user other than hbase fails
2014-05-22 15:27:34 -07:00
Lars Hofhansl
dd9ac0c0ad
HBASE-11212 Fix increment index in KeyValueSortReducer. (Gustavo Anatoly)
2014-05-22 11:54:30 -07:00
Michael Stack
46e53b089a
HBASE-11229 Change block cache percentage metrics to be doubles rather than ints
...
In HBASE-8370 "Report data block cache hit rates apart from aggregate cache hit rates"
discussion highlights small changes in caching percentage can make for large
changes in cache contents; e.g. lots of data blocks may be getting evicited
but because meta blocks -- index and blooms -- are staying in cache with
high hit rates, a large data block eviction may show as a small change in
overall cache percentage (e.g. from 99.99 to 99.11).
Changes the getBlockCacheHitPercent from an int to a double.
Also changes name of the jmx metric blockCountHitPercent to be
blockCacheCountHitPercent instead.
May be incompatible change.
2014-05-22 11:37:50 -07:00
Enis Soztutar
92b2c86776
HBASE-11217 Race between SplitLogManager task creation + TimeoutMonitor
2014-05-22 11:22:57 -07:00
Andrew Purtell
264725d592
Amend HBASE-9857 Blockcache prefetch option; add missing license header
2014-05-22 10:31:31 -07:00
Andrew Purtell
58818496da
HBASE-9857 Blockcache prefetch option
2014-05-22 10:17:39 -07:00
anoopsjohn
53513dcb45
HBASE-10835 DBE encode path improvements.(Anoop)
2014-05-22 11:59:52 +05:30
tedyu
cb1428ddca
HBASE-11219 HRegionServer#createRegionLoad() should reuse RegionLoad.Builder instance when called in a loop
2014-05-22 04:40:47 +00:00
Michael Stack
4053868e72
HBASE-11203 Clean up javadoc and findbugs warnings in trunk
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1596383 13f79535-47bb-0310-9956-ffa450edef68
2014-05-20 20:12:41 +00:00
Zhihong Yu
ffc7215a50
HBASE-10417 index is not incremented in PutSortReducer#reduce() (Gustavo)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1596381 13f79535-47bb-0310-9956-ffa450edef68
2014-05-20 19:54:17 +00:00
Zhihong Yu
71c1d02f02
HBASE-11104 IntegrationTestImportTsv#testRunFromOutputCommitter misses credential initialization (Vandana)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1596277 13f79535-47bb-0310-9956-ffa450edef68
2014-05-20 14:51:00 +00:00
nkeywal
b6646596c6
HBASE-10573 Use Netty 4
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1596192 13f79535-47bb-0310-9956-ffa450edef68
2014-05-20 10:57:11 +00:00
mbertozzi
8a420c52ac
HBASE-11186 Improve TestExportSnapshot verifications
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1596172 13f79535-47bb-0310-9956-ffa450edef68
2014-05-20 09:55:10 +00:00
mbertozzi
0ea99974fe
HBASE-11185 Parallelize Snapshot operations
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1596168 13f79535-47bb-0310-9956-ffa450edef68
2014-05-20 09:47:01 +00:00
Zhihong Yu
4d07aa5f1c
HBASE-11090 Backport HBASE-11083 ExportSnapshot should provide capability to limit bandwidth consumption
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1595947 13f79535-47bb-0310-9956-ffa450edef68
2014-05-19 16:17:53 +00:00
Michael Stack
021bdae697
HBASE-11007 BLOCKCACHE in schema descriptor seems not aptly named
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1595938 13f79535-47bb-0310-9956-ffa450edef68
2014-05-19 15:53:06 +00:00
Michael Stack
a5f6c55edd
HBASE-11171 More doc improvements on block cache options -- ADDENDUM TO FIX JAVADOC WARNINGS
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1595369 13f79535-47bb-0310-9956-ffa450edef68
2014-05-16 22:22:28 +00:00
Zhihong Yu
622d55c1b2
HBASE-11189 Subprocedure should be marked as complete upon failure
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1595357 13f79535-47bb-0310-9956-ffa450edef68
2014-05-16 21:29:41 +00:00
Michael Stack
b42fd10a32
HBASE-11171 More doc improvements on block cache options
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1595267 13f79535-47bb-0310-9956-ffa450edef68
2014-05-16 17:10:12 +00:00
anoopsamjohn
247eadc582
HBASE-11167 Avoid usage of java.rmi package Exception in MemStore. (Anoop)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1595100 13f79535-47bb-0310-9956-ffa450edef68
2014-05-16 04:13:14 +00:00
ndimiduk
4c8510f852
HBASE-11137 Add mapred.TableSnapshotInputFormat
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1594982 13f79535-47bb-0310-9956-ffa450edef68
2014-05-15 17:00:37 +00:00
mbertozzi
712ce70e2e
HBASE-11134 Add a -list-snapshots option to SnapshotInfo
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1594854 13f79535-47bb-0310-9956-ffa450edef68
2014-05-15 10:34:38 +00:00
ndimiduk
54834e87a8
HBASE-11112 PerformanceEvaluation should document --multiGet option on its printUsage (Jean-Marc Spaggiari)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1594757 13f79535-47bb-0310-9956-ffa450edef68
2014-05-15 01:47:02 +00:00
nkeywal
19f6522e10
HBASE-11098 Improve documentation around our blockcache options - addendum
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1594640 13f79535-47bb-0310-9956-ffa450edef68
2014-05-14 16:59:31 +00:00
Jean-Daniel Cryans
6b1c419445
HBASE-10251 Restore API Compat for PerformanceEvaluation.generateValue() (Dima Spivak via JD)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1594637 13f79535-47bb-0310-9956-ffa450edef68
2014-05-14 16:51:00 +00:00
larsh
9be1c51427
HBASE-11143 Improve replication metrics.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1594468 13f79535-47bb-0310-9956-ffa450edef68
2014-05-14 06:15:01 +00:00
Michael Stack
01f6b9540b
HBASE-11098 Improve documentation around our blockcache options
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1594413 13f79535-47bb-0310-9956-ffa450edef68
2014-05-13 22:55:59 +00:00
Michael Stack
76322859a4
HBASE-11135 addendum fixing comments
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1594366 13f79535-47bb-0310-9956-ffa450edef68
2014-05-13 20:11:50 +00:00
Michael Stack
3fde3c238f
HBASE-11135 Change region sequenceid generation so happens earlier in the append cycle rather than just before added to file
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1594345 13f79535-47bb-0310-9956-ffa450edef68
2014-05-13 19:36:32 +00:00
liangxie
e1d16e9892
Amend HBASE-10561 Forward port: HBASE-10212 New rpc metric: number of active handler
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1594126 13f79535-47bb-0310-9956-ffa450edef68
2014-05-13 05:06:14 +00:00
liangxie
5be2766ef4
HBASE-10561 Forward port: HBASE-10212 New rpc metric: number of active handler
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1594117 13f79535-47bb-0310-9956-ffa450edef68
2014-05-13 03:05:45 +00:00
Michael Stack
0b5b0faeb5
HBASE-11151 move tracing modules from hbase-server to hbase-common (Masatake Iwasaki)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1594110 13f79535-47bb-0310-9956-ffa450edef68
2014-05-12 22:43:40 +00:00
Michael Stack
5732ee52bc
HBASE-11140 LocalHBaseCluster should create ConsensusProvider per each server
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1594106 13f79535-47bb-0310-9956-ffa450edef68
2014-05-12 22:35:49 +00:00
mbertozzi
bbde026ebc
HBASE-11139 BoundedPriorityBlockingQueue#poll() should check the return value from awaitNanos() (Shengzhe Yao)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1593854 13f79535-47bb-0310-9956-ffa450edef68
2014-05-11 20:36:50 +00:00
mbertozzi
f00161be20
HBASE-11128 Add -target option to ExportSnapshot to export with a different name
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1593775 13f79535-47bb-0310-9956-ffa450edef68
2014-05-11 11:39:56 +00:00
mbertozzi
a56a4c900e
HBASE-11133 Add an option to skip snapshot verification after ExportSnapshot
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1593771 13f79535-47bb-0310-9956-ffa450edef68
2014-05-11 10:57:33 +00:00
mbertozzi
788b285e11
HBASE-8332 Add truncate as HMaster method
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1593439 13f79535-47bb-0310-9956-ffa450edef68
2014-05-08 22:25:01 +00:00
mbertozzi
64675ef3c2
HBASE-11119 Update ExportSnapShot to optionally not use a tmp file on external file system (Ted Malaska)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1593337 13f79535-47bb-0310-9956-ffa450edef68
2014-05-08 17:23:52 +00:00
Michael Stack
4325d15edf
HBASE-11092 Server interface should have method getConsensusProvider()
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1593183 13f79535-47bb-0310-9956-ffa450edef68
2014-05-08 05:32:31 +00:00
mbertozzi
a669c765f7
HBASE-7987 Snapshot Manifest file instead of multiple empty files
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1593139 13f79535-47bb-0310-9956-ffa450edef68
2014-05-07 21:28:12 +00:00
mbertozzi
de98955c16
HBASE-10993 Deprioritize long-running scanners
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1593137 13f79535-47bb-0310-9956-ffa450edef68
2014-05-07 21:05:04 +00:00
anoopsamjohn
4a7cc45f8a
HBASE-11117 [AccessController] checkAndPut/Delete hook should check only Read permission. (Anoop)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1592940 13f79535-47bb-0310-9956-ffa450edef68
2014-05-07 05:28:06 +00:00
Zhihong Yu
4b2a4d10de
HBASE-10926 Use global procedure to flush table memstore cache (Jerry He)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1592368 13f79535-47bb-0310-9956-ffa450edef68
2014-05-04 16:12:32 +00:00
Enis Soztutar
1b7b4b8998
HBASE-9445 Snapshots should create column family dirs for empty regions
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1591981 13f79535-47bb-0310-9956-ffa450edef68
2014-05-02 17:32:05 +00:00
Andrew Kyle Purtell
86464360f8
HBASE-11077 [AccessController] Restore compatible early-out access denial
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1591524 13f79535-47bb-0310-9956-ffa450edef68
2014-05-01 01:04:36 +00:00
Michael Stack
c1d32df547
HBASE-10925 Do not OOME, throw RowTooBigException instead (Mikhail Antonov)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1591154 13f79535-47bb-0310-9956-ffa450edef68
2014-04-30 00:08:39 +00:00
Zhihong Yu
58e36777b4
HBASE-10611 Description for hbase:acl table is wrong on master-status#catalogTables (Rekha Joshi)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1591070 13f79535-47bb-0310-9956-ffa450edef68
2014-04-29 19:48:25 +00:00
Jonathan Hsieh
3e3b9a2f65
HBASE-5697 Audit HBase for usage of deprecated hadoop 0.20.x, 1.x property names (Srikanth Srungarapu)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1591045 13f79535-47bb-0310-9956-ffa450edef68
2014-04-29 18:19:37 +00:00
ndimiduk
0e367e91e3
HBASE-11086 Add htrace support for PerfEval
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1591001 13f79535-47bb-0310-9956-ffa450edef68
2014-04-29 15:00:18 +00:00
ndimiduk
63bdc72447
HBASE-11082 Potential unclosed TraceScope in FSHLog#replaceWriter()
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1590997 13f79535-47bb-0310-9956-ffa450edef68
2014-04-29 14:51:26 +00:00
Michael Stack
a825ca179b
HBASE-10997 Add a modulo argument to PE to constrain the key range; REVERT
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1590864 13f79535-47bb-0310-9956-ffa450edef68
2014-04-29 04:38:10 +00:00