stack
ccf2975e8e
HBASE-12966 NPE in HMaster while recovering tables in Enabling state; ADDENDUM
2015-02-06 16:02:14 -08:00
rahulgidwani
b14614c948
HBASE-12891 Parallel execution for Hbck checkRegionConsistency
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java
2015-02-06 15:14:19 -08:00
Esteban Gutierrez
fc7f53f240
HBASE-12956 Binding to 0.0.0.0 is broken after HBASE-10569
...
Signed-off-by: Enis Soztutar <enis@apache.org>
2015-02-06 14:52:38 -08:00
stack
9293bf26ea
HBASE-12980 Delete of a table may not clean all rows from hbase:meta
...
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/master/handler/DeleteTableHandler.java
hbase-server/src/test/java/org/apache/hadoop/hbase/master/handler/TestEnableTableHandler.java
2015-02-06 14:13:26 -08:00
Jesse Yates
073badfd7f
HBASE-12979 Use setters instead of return values for handing back statistics from HRegion methods
2015-02-06 13:31:56 -08:00
Devaraj Das
055f5a95e4
HBASE-11568. Async WAL replication for region replicas (Enis Soztutar)
2015-02-06 07:48:32 -08:00
stack
fb867f7952
HBASE-12958 SSH doing hbase:meta get but hbase:meta not assigned; REAPPLY
2015-02-05 16:53:23 -08:00
tedyu
58b943a842
HBASE-12966 NPE in HMaster while recovering tables in Enabling state (Andrey Stepachev)
2015-02-05 13:05:09 -08:00
stack
aabc74406f
Revert "HBASE-12958 SSH doing hbase:meta get but hbase:meta not assigned"
...
Reverting. Its failing up on apache build.
This reverts commit bccd4fa38b
.
2015-02-05 12:25:03 -08:00
stack
bccd4fa38b
HBASE-12958 SSH doing hbase:meta get but hbase:meta not assigned
...
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/master/RegionStates.java
hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestRegionStates.java
2015-02-04 23:24:03 -08:00
Victoria Dudin
de92ccbb27
HBASE-12961 Fix negative values in read and write region server metrics.
2015-02-04 10:32:17 -08:00
Ramkrishna
d33bc0c8c6
HBASE-12962 - TestHFileBlockIndex.testBlockIndex() commented out during
...
HBASE-10531 (Ram)
2015-02-04 11:44:39 +05:30
stack
adcb840e1b
HBASE-7332 [webui] HMaster webui should display the number of regions a table has. (Andrey Stepachev)
2015-02-03 09:25:28 -08:00
Devaraj Das
44596148c7
HBASE-10942. support parallel request cancellation for multi-get (Nicolas Liochon & Devaraj Das)
2015-02-02 23:02:20 -08:00
zhangduo
2fd27ea80c
HBASE-8329 Limit compaction speed
...
Signed-off-by: stack <stack@apache.org>
2015-02-02 22:19:51 -08:00
stack
e06be2060c
HBASE-12782 ITBLL fails for me if generator does anything but 5M per maptask
...
Conflicts:
hbase-it/src/test/java/org/apache/hadoop/hbase/test/IntegrationTestBigLinkedList.java
hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WALSplitter.java
2015-01-30 19:21:17 -08:00
stack
af84b746ce
HBASE-6778 Deprecate Chore; its a thread per task when we should have one thread to do all tasks (Jonathan Lawlor)
2015-01-30 15:27:08 -08:00
Lars Hofhansl
45b0aa874d
HBASE-12859; Addendum
2015-01-29 14:11:19 -08:00
Lars Hofhansl
0b3502f2b1
HBASE-12859 New master API to track major compaction completion.
2015-01-29 13:57:24 -08:00
Devaraj Das
8ddc90c209
HBASE-11574. Addendum for a failing UT in branch-1 (tedyu)
2015-01-29 09:57:48 -08:00
Devaraj Das
c66fdf1e83
HBASE-11574. hbase:meta's regions can be replicated
2015-01-29 00:32:21 -08:00
Ashish Singhi
a2d8b0e52b
HBASE-12831 Changing the set of vis labels a user has access to doesn't generate an audit log event
...
Signed-off-by: Sean Busbey <busbey@apache.org>
2015-01-28 21:30:02 -06:00
Enis Soztutar
e38d83eeb0
HBASE-12916 No access control for replicating WAL entries (Liu Shaohui)
2015-01-27 15:34:47 -08:00
Enis Soztutar
0c3e5b23a0
HBASE-11908 Region replicas should be added to the meta table at the time of table creation
2015-01-27 14:42:42 -08:00
tedyu
f1bd041113
HBASE-12929 TableMapReduceUtil.initTableMapperJob unnecessarily limits the types of outputKeyClass and outputValueClass (Will Temperley)
2015-01-27 07:58:48 -08:00
Matteo Bertozzi
e7bb32c240
HBASE-12925 Use acl cache for doing access control checks in prepare and clean phases of Bulkloading (Srikanth Srungarapu)
2015-01-27 13:15:49 +00:00
tedyu
80dfdc5244
HBASE-7847 Use zookeeper multi to clear znodes (Rakesh R)
2015-01-26 21:44:14 -08:00
rahulgidwani
3bf34993a8
HBASE-12627 Add back snapshot batching facility
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2015-01-26 18:45:10 -08:00
tedyu
9aadf4c35b
HBASE-12927 TestFromClientSide#testScanMetrics() failing due to duplicate createTable commands (Jonathan Lawlor)
2015-01-26 17:39:01 -08:00
Enis Soztutar
a84233ae35
HBASE-12745 Visibility Labels: support visibility labels for user groups. (Addendum2 for BC between 0.98 and branch-1) (Anoop Sam John)
2015-01-26 15:58:35 -08:00
tedyu
5cee77a1f1
HBASE-12917 HFilePerformanceEvaluation Scan tests fail with StackOverflowError due to recursive call in createCell function (Vikas Vishwakarma)
2015-01-26 15:26:01 -08:00
stack
c057604742
HBASE-7541 Convert all tests that use HBaseTestingUtility.createMultiRegions to HBA.createTable (Jonathan Lawlor)
2015-01-26 14:11:02 -08:00
Enis Soztutar
0a50a7a472
HBASE-12745 Visibility Labels: support visibility labels for user groups. (Addendum for BC between 0.98 and branch-1)
2015-01-25 18:11:40 -08:00
Elliott Clark
8ee4464ef9
HBASE-12892 Add a class to allow taking a snapshot from the command line
2015-01-25 17:22:41 -08:00
Enis Soztutar
d0a2a0b145
HBASE-12901 Possible deadlock while onlining a region and get region plan for other region run parallel (Rajeshbabu Chintaguntla)
2015-01-24 18:37:35 -08:00
stack
eb9978cc3d
HBASE-12684 Add new AsyncRpcClient (Jurriaan Mous)
2015-01-24 18:21:36 -08:00
Enis Soztutar
e180f0bdd1
HBASE-12728 buffered writes substantially less useful after removal of HTablePool (addendum for failing test in branch-1.0)
2015-01-24 17:57:34 -08:00
tedyu
3a529c04ce
HBASE-10499 In write heavy scenario one of the regions does not get flushed causing RegionTooBusyException (Ram and Ted)
2015-01-23 09:44:50 -08:00
Nick Dimiduk
8556e2598e
HBASE-12728 buffered writes substantially less useful after removal of HTablePool (Solomon Duskis and Nick Dimiduk)
...
In our pre-1.0 API, HTable is considered a light-weight object that consumed by
a single thread at a time. The HTablePool class provided a means of sharing
multiple HTable instances across a number of threads. As an optimization,
HTable managed a "write buffer", accumulating edits and sending a "batch" all
at once. By default the batch was sent as the last step in invocations of
put(Put) and put(List<Put>). The user could disable the automatic flushing of
the write buffer, retaining edits locally and only sending the whole "batch"
once the write buffer has filled or when the flushCommits() method in invoked
explicitly. Explicit or implicit batch writing was controlled by the
setAutoFlushTo(boolean) method. A value of true (the default) had the write
buffer flushed at the completion of a call to put(Put) or put(List<Put>). A
value of false allowed for explicit buffer management. HTable also exposed the
buffer to consumers via getWriteBuffer().
The combination of HTable with setAutoFlushTo(false) and the HTablePool
provided a convenient mechanism by which multiple "Put-producing" threads could
share a common write buffer. Both HTablePool and HTable are deprecated, and
they are officially replaced in The new 1.0 API by Table and BufferedMutator.
Table, which replaces HTable, no longer exposes explicit write-buffer
management. Instead, explicit buffer management is exposed via BufferedMutator.
BufferedMutator is made safe for concurrent use. Where code would previously
retrieve and return HTables from an HTablePool, now that code creates and
shares a single BufferedMutator instance across all threads.
Conflicts:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/HTable.java
hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestAsyncProcess.java
hbase-it/src/test/java/org/apache/hadoop/hbase/test/IntegrationTestBigLinkedList.java
hbase-it/src/test/java/org/apache/hadoop/hbase/test/IntegrationTestBigLinkedListWithVisibility.java
hbase-it/src/test/java/org/apache/hadoop/hbase/test/IntegrationTestLoadAndVerify.java
hbase-it/src/test/java/org/apache/hadoop/hbase/trace/IntegrationTestSendTraceRequests.java
hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/PerformanceEvaluation.java
hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/client/TestRemoteTable.java
hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/MultiTableOutputFormat.java
hbase-server/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java
hbase-server/src/test/java/org/apache/hadoop/hbase/TestMultiVersions.java
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestClientPushback.java
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestCloneSnapshotFromClient.java
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestFromClientSide.java
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestMultiParallel.java
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestRestoreSnapshotFromClient.java
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestRpcControllerFactory.java
hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestMaster.java
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestFSErrorsExposed.java
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestRegionServerMetrics.java
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestScannerWithBulkload.java
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/wal/TestLogRolling.java
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationChangingPeerRegionservers.java
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationWithTags.java
hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestVisibilityLabelsReplication.java
hbase-server/src/test/java/org/apache/hadoop/hbase/snapshot/SnapshotTestingUtils.java
hbase-server/src/test/java/org/apache/hadoop/hbase/snapshot/TestFlushSnapshotFromClient.java
hbase-server/src/test/java/org/apache/hadoop/hbase/snapshot/TestRestoreFlushSnapshotFromClient.java
2015-01-23 09:07:55 -08:00
Rajeshbabu Chintaguntla
d21ea4e570
HBASE-12791 HBase does not attempt to clean up an aborted split when the regionserver shutting down-addendum(Rajeshbabu)
2015-01-23 12:30:36 +05:30
Andrew Purtell
7e1f030f2a
HBASE-12731 Heap occupancy based client pushback
...
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RegionServerServices.java
hbase-server/src/test/java/org/apache/hadoop/hbase/master/MockRegionServer.java
2015-01-22 17:47:59 -08:00
Andrew Purtell
04a003d6a2
HBASE-12730 Backport HBASE-5162 (Basic client pushback mechanism) to branch-1
2015-01-22 14:50:40 -08:00
Nick Dimiduk
05f4e0c715
HBASE-12810 Update to htrace-incubating
2015-01-22 14:32:21 -08:00
anoopsjohn
613efef04b
HBASE-12745 Visibility Labels: support visibility labels for user groups. (Jerry He)
2015-01-22 11:39:30 +05:30
Enis Soztutar
54f6cae41c
HBASE-12393 The regionserver web will throw exception if we disable block cache (ChiaPing Tsai)
2015-01-21 17:27:37 -08:00
Enis Soztutar
ba2d05e148
HBASE-12774 Fix the inconsistent permission checks for bulkloading. (Srikanth Srungarapu)
2015-01-21 17:04:57 -08:00
Enis Soztutar
08cf057c6b
HBASE-12864 IntegrationTestTableSnapshotInputFormat fails
2015-01-21 16:22:09 -08:00
tedyu
25b1c2670d
HBASE-12886 Correct tag option name in PerformanceEvaluation (Jerry He)
2015-01-21 12:31:18 -08:00
tedyu
6152b2b86f
HBASE-12876 TestScannerWithBulkload should pass Table with unmanaged connection to LoadIncrementalHFiles#doBulkLoad()
2015-01-21 11:21:41 -08:00
Nick Dimiduk
8dccea9dd7
HBASE-12881 TestFastFail is not compatible with surefire.rerunFailingTestsCount
2015-01-20 09:29:57 -08:00
rahulgidwani
6a1fcf2b85
HBASE-11195 Potentially improve block locality during major compaction for old regions
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2015-01-19 17:33:26 -08:00
Andrew Purtell
453f9294b6
HBASE-12878 Incorrect HFile path in TestHFilePerformance print output (Vikas Vishwakarma)
2015-01-19 12:46:54 -08:00
Devaraj Das
d0e4fb6ae3
HBASE-12548. Improve debuggability of IntegrationTestTimeBoundedRequestsWithRegionReplicas.
2015-01-16 11:49:49 -08:00
Devaraj Das
37a2774c6f
HBASE-11903. Directly invoking split & merge of replica regions should be disallowed
2015-01-16 11:23:48 -08:00
Enis Soztutar
0689098092
HBASE-12862 Uppercase wals in RegionServer webUI
2015-01-16 11:12:47 -08:00
zhangduo
5ee40c5516
HBASE-12863 Master info port on RS UI is always 0
...
Signed-off-by: Enis Soztutar <enis@apache.org>
2015-01-16 11:00:42 -08:00
Devaraj Das
60e7e6aed5
HBASE-11261. Handle splitting/merging of regions that have region_replication greater than one
2015-01-16 10:54:52 -08:00
Devaraj Das
895e9228a0
HBASE-10674. HBCK should be updated to do replica related checks
2015-01-16 10:28:37 -08:00
Matteo Bertozzi
52b4db8607
HBASE-12773 Add warning message when user is trying to bulkload a large HFile (Srikanth Srungarapu)
2015-01-15 23:14:29 +00:00
tedyu
2e08bb3b47
HBASE-12848 Utilize Flash storage for WAL
2015-01-15 08:53:06 -08:00
Enis Soztutar
8ecba131af
HBASE-12844 ServerManager.isServerReacable() should sleep between retries
...
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/master/ServerManager.java
hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestAssignmentManagerOnCluster.java
2015-01-14 15:50:43 -08:00
Rajeshbabu Chintaguntla
bc5023018e
HBASE-12847 TestZKLessSplitOnCluster frequently times out in 0.98 builds(Rajeshbabu)
2015-01-15 00:14:52 +05:30
Virag Kothari
4ff742742b
HBASE-12480 Regions in FAILED_OPEN/FAILED_CLOSE should be processed on master failover
2015-01-13 11:06:24 -08:00
tedyu
908779b887
HBASE-12849 LoadIncrementalHFiles should use unmanaged connection in branch-1
2015-01-13 10:55:07 -08:00
tedyu
b79dbedad6
HBASE-11144 Filter to support scanning multiple row key ranges (Jiajia Li)
2015-01-13 07:04:49 -08:00
Enis Soztutar
6e45269f2c
HBASE-12835 HBASE-12422 changed new HTable(Configuration) to not use managed Connections anymore - ADDENDUM for test failure
2015-01-12 18:52:49 -08:00
Rajeshbabu Chintaguntla
f4e0cbc26c
HBASE-12791 HBase does not attempt to clean up an aborted split when the regionserver shutting down(Rajeshbabu)
2015-01-12 07:04:26 +05:30
tedyu
9b8f59cdf9
HBASE-12798 Map Reduce jobs should not create Tables in setConf() (Solomon Duskis)
2015-01-11 09:22:12 -08:00
tedyu
b421498ce6
HBASE-12834 Promote ScanType to LimitedPrivate
2015-01-09 15:36:58 -08:00
Nick Dimiduk
2ecb4b1b34
HBASE-12825 CallRunner exception messages should include destination host:port
2015-01-08 18:40:28 -08:00
Enis Soztutar
4581d54cf7
HBASE-12824 CompressionTest fails with org.apache.hadoop.hbase.io.hfile.AbstractHFileReader: Not seeked to a key/value
2015-01-08 15:57:14 -08:00
Nick Dimiduk
240ef12358
HBASE-12071 Separate out thread pool for Master <-> RegionServer communication (Stephen Yuan Jiang)
2015-01-08 14:11:32 -08:00
tedyu
e0f706999a
HBASE-12811 [AccessController] NPE while scanning a table with user not having READ permission on the namespace (Ashish)
2015-01-08 09:05:55 -08:00
tedyu
165bbb9e8d
HBASE-12819 ExportSnapshot doesn't close FileSystem instances
2015-01-08 08:52:13 -08:00
tedyu
29ec882a5e
HBASE-12817 Data missing while scanning using PREFIX_TREE data block encoding (Duo Zhang)
2015-01-07 19:32:17 -08:00
tedyu
2c4fe03e6a
HBASE-12783 Create efficient RegionLocator implementation (Solomon)
2015-01-07 11:10:24 -08:00
Virag Kothari
46f993b19f
HBASE-12694 testTableExistsIfTheSpecifiedTableRegionIsSplitParent in TestSplitTransactionOnCluster class leaves regions in transition (Vandana Ayyalasomayajula)
2015-01-07 10:58:32 -08:00
tedyu
c951238304
HBASE-10528 Addendum fixes TestRegionStates compilation
2015-01-06 13:35:12 -08:00
tedyu
c5b0a1b8a0
HBASE-10528 DefaultBalancer selects plans to move regions onto draining nodes (Churro Morales)
2015-01-06 12:34:07 -08:00
Sean Busbey
59952c006d
HBASE-12339 WALPerformanceEvaluation should have a log roller.
2015-01-06 08:37:16 -06:00
stack
6fcc8d7c3e
HBASE-12771 TestFailFast#testFastFail failing (Manukranth Kolloju)
2015-01-05 21:17:51 -08:00
Lars Hofhansl
e491f337f1
HBASE-12779 SplitTransaction: Add metrics.
2015-01-05 17:14:20 -08:00
tedyu
0311cc860c
HBASE-12802 Remove unnecessary Table.flushCommits() (Solomon Duskis)
2015-01-05 15:55:10 -08:00
tedyu
071c3026f0
HBASE-12793 [hbck] closeRegionSilentlyAndWait() should log cause of IOException and retry until hbase.hbck.close.timeout expires (Esteban)
2015-01-05 15:06:28 -08:00
tedyu
f9873622b8
HBASE-12785 Use FutureTask to timeout the attempt to get the lock for hbck
2015-01-05 14:10:48 -08:00
Enis Soztutar
e7795007b0
HBASE-12799 ITAG fails with java.lang.RuntimeException if table does not exist
2015-01-05 11:18:58 -08:00
tedyu
a14723b435
HBASE-12804 ImportTsv fails to delete partition files created by it (Ashish)
2015-01-05 09:29:36 -08:00
tedyu
173eba815b
HBASE-12783 Revert - two tests in TestAssignmentManager fail
2015-01-03 06:57:46 -08:00
tedyu
44f392a0cc
HBASE-12783 Addendum removes extraneous import
2015-01-02 21:01:16 -08:00
tedyu
633734a82d
HBASE-12783 Create efficient RegionLocator implementation (Solomon Duskis)
2015-01-02 20:00:09 -08:00
Enis Soztutar
ecbdc45d3d
HBASE-12028 Abort the RegionServer, when it's handler threads die (Alicia Ying Shu)
2015-01-02 13:27:26 -08:00
Sean Busbey
3ddc44b907
HBASE-12719 test provider to remove just the hdfs interactions from fshlog.
...
* Adds a provider that takes a config to determine if we actually do syncs, appends, and file rolls.
- required relaxing some members of FSHLog from private to protected.
* Fixes DisabledWALProvider so it can be used as hbase.wal.provider in the wal perf eval tool.
2014-12-31 16:40:46 -06:00
stack
2ff16e532b
HBASE-12270 A bug in the bucket cache, with cache blocks on write enabled (Liu Shaohui)
2014-12-30 14:43:54 -08:00
stack
ad7d7f5977
HBASE-12740 Improve performance of TestHBaseFsck
...
Signed-off-by: stack <stack@apache.org>
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestHBaseFsck.java
2014-12-30 14:32:16 -08:00
stack
1962d39bf6
HBASE-12772 TestPerColumnFamilyFlush failing -- ADDENDUM
2014-12-30 11:38:11 -08:00
tedyu
034b10733d
HBASE-12607 TestHBaseFsck#testParallelHbck fails running against hadoop 2.6.0
2014-12-30 09:35:04 -08:00
Lars Hofhansl
6a7c619e1e
HBASE-12776 SpliTransaction: Log number of files to be split.
2014-12-29 20:38:33 -08:00
xieliang
619f94f113
HBASE-12767 Fix a StoreFileScanner NPE in reverse scan flow
2014-12-30 11:56:43 +08:00
stack
8ff62d9cee
HBASE-12772 TestPerColumnFamilyFlush failing
2014-12-29 15:45:23 -08:00
Elliott Clark
7527227ab9
HBASE-12429 Add port to ClusterManager's actions.
2014-12-29 10:23:01 -08:00
stack
0e39b8b9f7
HBASE-12762 Region with no hfiles will have the highest locality cost in LocalityCostFunction (cuijianwei)
2014-12-29 07:45:39 -08:00
tedyu
882f4c9761
HBASE-12716 A bug in RegionSplitter.UniformSplit algorithm (Weichen Ye)
2014-12-28 07:49:12 -08:00
tedyu
978d90b557
HBASE-12764 TestPerColumnFamilyFlush#testCompareStoreFileCount may fail due to new table not available
2014-12-27 21:11:59 -08:00
stack
feb71872a3
HBASE-12763 Make it so there must be WALs for a server to be marked dead
2014-12-27 13:10:13 -08:00
Elliott Clark
3c8ac97c76
HBASE-12697 Don't use RegionLocationFinder if localityCost == 0
2014-12-26 11:13:35 -08:00
Jonathan M Hsieh
5425369327
HBASE-12749 Tighten HFileLink api to enable non-snapshot uses
...
Conflicts:
hbase-
server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreFileInfo.java
Also a minor change for TestUpgradeTo96 to replace constructor
2014-12-24 05:07:35 -08:00
Jonathan M Hsieh
ac7ebdb179
HBASE-12735 Refactor TestAcidGuarantees so it can live as unit test and as an integration test
2014-12-23 17:32:39 -08:00
Jurriaan Mous
611ee0eb72
HBASE-12736 Let MetaScanner recycle a given Connection (Jurriaan Mous)
...
Signed-off-by: stack <stack@apache.org>
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestRestartCluster.java
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestEndToEndSplitTransaction.java
hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestHBaseFsck.java
2014-12-23 10:59:18 -08:00
Jurriaan Mous
8eed26fc3c
HBASE-12742
...
Signed-off-by: stack <stack@apache.org>
2014-12-23 10:15:00 -08:00
Devaraj Das
949982fc6e
HBASE-12012. Improve cancellation for the scan RPCs (patch from master; had to resolve some conflicts)
2014-12-22 16:45:41 -08:00
stack
fd232cc3b5
HBASE-12734 TestPerColumnFamilyFlush.testCompareStoreFileCount is flakey (zhangduo)
2014-12-22 08:57:09 -08:00
tedyu
84d4ad76ab
HBASE-12741 AccessController contains a javadoc issue (Jurriaan Mous)
2014-12-22 08:33:51 -08:00
tedyu
fbc852b680
HBASE-10201 Addendum fixes typo of putIfAbsent (Duo Zhang)
2014-12-21 07:23:41 -08:00
stack
dfa22cc922
HBASE-12732 Log messages in FileLink#tryOpen are reversed (Tobi Vollebregt)
2014-12-19 17:48:15 -08:00
Enis Soztutar
85c386cdbb
HBASE-12720 Make InternalScan LimitedPrivate (Vladimir Rodionov)
2014-12-19 13:59:19 -08:00
Enis Soztutar
ec64415570
HBASE-12511 namespace permissions - add support from table creation privilege in a namespace 'C' (Huaiyu Zhu)
2014-12-19 13:05:12 -08:00
Andrew Purtell
7fff4b6cf9
HBASE-12724 Upgrade the interface audience of RegionScanner from Private to LimitedPrivate
2014-12-19 09:37:27 -08:00
Virag Kothari
29940c286e
Revert "HBASE-12694 testTableExistsIfTheSpecifiedTableRegionIsSplitParent in TestSplitTransactionOnCluster class leaves regions in transition (Vandana Ayyalasomayajula)"
...
This reverts commit f0e27b2f78
.
2014-12-19 08:38:15 -08:00
Sean Busbey
2b94aa8c85
HBASE-5699 Adds multiple WALs per Region Server based on groups of regions.
2014-12-19 10:23:12 -06:00
tedyu
14c821781c
HBASE-12715 getLastSequenceId always returns -1 (Duo Zhang)
2014-12-19 07:00:17 -08:00
Jonathan M Hsieh
11d72ff2a4
HBASE-12718 Convert TestAcidGuarantees from a unit test to an integration test
2014-12-18 17:34:43 -08:00
Virag Kothari
f0e27b2f78
HBASE-12694 testTableExistsIfTheSpecifiedTableRegionIsSplitParent in TestSplitTransactionOnCluster class leaves regions in transition (Vandana Ayyalasomayajula)
2014-12-18 17:02:10 -08:00
tedyu
5d34d2d02a
HBASE-10201 Addendum changes TestPerColumnFamilyFlush to LargeTest
2014-12-18 16:01:48 -08:00
zhangduo
e55ef7a663
HBASE-10201 Port 'Make flush decisions per column family' to trunk
...
Signed-off-by: stack <stack@apache.org>
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MemStoreFlusher.java
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java
2014-12-18 15:58:55 -08:00
Virag Kothari
9895604e96
Revert "HBASE-12694 testTableExistsIfTheSpecifiedTableRegionIsSplitParent in TestSplitTransactionOnCluster class leaves regions in transition (Vandana Ayyalasomayajula)"
...
This reverts commit 7fbee896f4
.
2014-12-18 11:33:16 -08:00
Virag Kothari
7fbee896f4
HBASE-12694 testTableExistsIfTheSpecifiedTableRegionIsSplitParent in TestSplitTransactionOnCluster class leaves regions in transition (Vandana Ayyalasomayajula)
2014-12-18 11:29:02 -08:00
tedyu
effbe85888
HBASE-12223 MultiTableInputFormatBase.getSplits is too slow (Yuanbo Peng)
2014-12-18 05:10:12 -08:00
Enis Soztutar
9c532a0f9f
HBASE-12683 Compilation with hadoop-2.7.0-SNAPSHOT is broken - ADDENDUM
2014-12-17 19:43:47 -08:00
Srikanth Srungarapu
85188d5d9d
HBASE-12640 Add Thrift-over-HTTPS and doAs support for Thrift Server
2014-12-17 16:28:13 -08:00
stack
476bd40716
HBASE-12652 Allow unmanaged connections in MetaTableAccessor (Solomon Duskis); REAPPLY
2014-12-17 11:11:35 -08:00
stack
5b51218a56
HBASE-12645 HBaseTestingUtility is using ${$HOME} for rootDir (Varun Saxena) -- ADDENDUM
2014-12-17 10:54:30 -08:00
stack
e82f048d7b
HBASE-12645 HBaseTestingUtility is using ${$HOME} for rootDir (Varun Saxena)
2014-12-16 21:20:32 -08:00
stack
4587a693b0
Revert "HBASE-12652 Allow unmanaged connections in MetaTableAccessor (Solomon Duskis)"
...
This reverts commit 1c99261f53
.
2014-12-16 17:00:37 -08:00
stack
36269b6403
HBASE-9431 Set 'hbase.bulkload.retries.number' to 10 as HBASE-8450 claims
2014-12-16 11:11:51 -08:00
Rajeshbabu Chintaguntla
0a73d41634
HBASE-12696 Possible NPE in HRegionFileSystem#splitStoreFile when skipStoreFileRangeCheck in splitPolicy return true(Rajeshbabu)
2014-12-16 08:57:50 +05:30
Ashish Singhi
e4ad5581d9
HBASE-12348 preModifyColumn and preDeleteColumn in AC denies user to perform its operation though it has required rights
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2014-12-15 17:43:28 -08:00
Andrew Purtell
871444cb0a
HBASE-12686 Failures in split before PONR not clearing the daughter regions from regions in transition during rollback (Vandana Ayyalasomayajula)
2014-12-15 17:32:05 -08:00
tedyu
677153ad61
HBASE-12651 Backport HBASE-12559 'Provide LoadBalancer with online configuration capability' to branch-1
2014-12-15 12:03:55 -08:00
tedyu
8b85feceb7
HBASE-12685 TestSplitLogManager#testLogFilesAreArchived sometimes times out due to race condition
2014-12-15 11:50:54 -08:00
Jonathan M Hsieh
7cf86b62a7
HBASE-12692 NPE from SnapshotManager#stop (Ashish Singhi)
2014-12-15 11:23:18 -08:00
Enis Soztutar
88d1ddffd7
HBASE-12683 Compilation with hadoop-2.7.0-SNAPSHOT is broken
2014-12-15 11:11:50 -08:00
stack
b1c95d50cf
HBASE-12422 Use ConnectionFactory in HTable constructors Fix method signature in test
...
Conflicts:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/coprocessor/SecureBulkLoadClient.java
hbase-server/src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java
hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestLoadIncrementalHFilesSplitRecovery.java
hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestHBaseFsck.java
2014-12-14 19:56:20 -08:00
Enis Soztutar
4f22143dfa
HBASE-12679 Add HBaseInterfaceAudience.TOOLS and move some of the Public classes to LimitedPrivate
2014-12-14 17:52:05 -08:00
tedyu
b7bb9d9505
HBASE-12659 Replace the method calls to grant and revoke in shell scripts with AccessControlClient (Srikanth Srungarapu)
2014-12-13 10:19:18 -08:00
tedyu
4d218bb2ed
HBASE-12644 Visibility Labels: issue with storing super users in labels table (Jerry He)
2014-12-13 09:13:49 -08:00
Enis Soztutar
778f443b06
HBASE-12678 HBCK should print command line arguments
2014-12-12 13:17:47 -08:00
Jurriaan Mous
54381aab11
HBASE-12668 Adapt PayloadCarryingRpcController so it can also be used in an async way
...
Signed-off-by: stack <stack@apache.org>
Conflicts:
hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/TimeLimitedRpcController.java
2014-12-12 07:54:34 -08:00
stack
e3e9c96f89
HBASE-12373 Provide a command to list visibility labels (Jerry He)
...
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestVisibilityLabelsWithDefaultVisLabelService.java
2014-12-11 15:20:40 -08:00
Matteo Bertozzi
c4aee2e283
HBASE-12674 Add permission check to getNamespaceDescriptor()
2014-12-11 18:00:58 +00:00
Jeffrey Zhong
75cf81aae5
HBASE-12485 Maintain SeqId monotonically increasing
2014-12-10 17:56:49 -08:00