Commit Graph

3025 Commits

Author SHA1 Message Date
anoopsjohn d7011a9dcc HBASE-11527 Cluster free memory limit check should consider L2 block cache size also when L2 cache is onheap. (Anoop) 2014-08-08 23:45:29 +05:30
Andrew Purtell da01d2f53d HBASE-11701 Start and end of memstore flush log should be on the same level (Esteban Gutierrez) 2014-08-07 17:53:43 -07:00
Andrew Purtell e11e89e5af HBASE-11697 Improve the 'Too many blocks' message on UI blockcache status page (Mikhail Antonov) 2014-08-07 15:11:44 -07:00
stack 5e899c68e0 HBASE-11678 BucketCache ramCache fills heap after running a few hours 2014-08-07 14:23:22 -07:00
stack 889c8a6f3a HBASE-11333 Remove deprecated class MetaMigrationConvertingToPB 2014-08-07 13:08:57 -07:00
stack 8372d9694d HBASE-11333 Remove deprecated class MetaMigrationConvertingToPB 2014-08-07 13:08:17 -07:00
Jimmy Xiang 041a2ba948 HBASE-11611 Addendum to fix hanging tests 2014-08-07 09:00:42 -07:00
anoopsjohn 12d9697d93 HBASE-11527 Cluster free memory limit check should consider L2 block cache size also when L2 cache is onheap. (Anoop) 2014-08-07 17:16:16 +05:30
Jimmy Xiang 17dff6818e HBASE-11611 Clean up ZK-based region assignment 2014-08-06 16:22:08 -07:00
stack e17a3ca091 HBASE-10205 ConcurrentModificationException in BucketAllocator (Arjen Roodselaar and Chunhui Shen) 2014-08-06 15:56:31 -07:00
stack cae7d76646 HBASE-11603 Apply version of HADOOP-8027 to our JMXJsonServlet 2014-08-06 15:49:16 -07:00
Ted Yu c9d0feb284 HBASE-11673 TestIOFencing#testFencingAroundCompactionAfterWALSync fails(Sergey Soldatov) 2014-08-06 02:20:54 +00:00
Nick Dimiduk 51cc4fed0a HBASE-11674 LoadIncrementalHFiles should be more verbose after unrecoverable error (Jan Lukavsky) 2014-08-05 15:21:00 -07:00
Jimmy Xiang 074f83c80b HBASE-11671 TestEndToEndSplitTransaction fails on master (Mikhail Antonov) 2014-08-05 09:22:32 -07:00
Ted Yu ab757169a1 HBASE-10674 HBCK should be updated to do replica related checks Addendum 2014-08-05 04:19:22 +00:00
Devaraj Das 8562752143 HBASE-10674. HBCK should be updated to do replica related checks 2014-08-04 18:00:29 -07:00
stack af4e0a78de HBASE-11664 Build broken - TestVisibilityWithCheckAuths 2014-08-04 15:28:45 -07:00
stack e91e2659a7 HBASE-11068 Update code to use Admin factory method instead of constructor 2014-08-04 11:42:38 -07:00
Andrew Purtell 757b13dea4 HBASE-11318 Classes in security subpackages missing @InterfaceAudience annotations (Jonathan Hsieh and Andrew Purtell) 2014-08-04 11:13:58 -07:00
Nicolas Liochon 4d005b70a0 HBASE-11585 PE: Allows warm-up 2014-08-04 11:41:34 +02:00
Andrew Purtell 543c64d2e9 HBASE-11650 Write hbase.id to a temporary location and move into place 2014-08-01 17:18:00 -07:00
Ted Yu eb79a43580 HBASE-11632 Region split needs to clear force split flag at the end of SplitRequest run (Jerry He) 2014-08-01 22:17:09 +00:00
Ramkrishna 04e06645ac HBASE-11384 - [Visibility Controller]Check for users covering
authorizations for every mutation (Add new test file) (Ram)
2014-08-01 13:22:08 -07:00
Ramkrishna 4fd3b110f3 HBASE-11384 - [Visibility Controller]Check for users covering
authorizations for every mutation (Ram)
2014-08-01 13:18:09 -07:00
Jimmy Xiang 111636c0e7 HBASE-11631 Wait a little till server is online in assigning meta 2014-08-01 12:32:18 -07:00
Ted Yu b384c06d35 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:17:38 +00:00
Sean Busbey aca2462ce3 HBASE-4744 enable test that log roll fails after split start.
Note that this changes testLogRollAfterSplitStart from a Large
test to a Medium test.

FSHLog changes:
* make logging in replaceWriter handle null newPath
* clean up javadoc for replaceWriter

TestHLogSplit changes:

* removed testLogRollAfterSplitStart

TestLogRollAbort

* added testLogRollAfterSplitStart
* remove @Ignore, add debug messages about test progress
* clean up check for proper failure from log roll
2014-08-01 10:12:08 -07:00
Andrew Purtell aba9f5a7f4 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:12 -07:00
stack a2bbb6b43c HBASE-11630 Refactor TestAdmin to use Admin interface instead of HBaseAdmin (Carter Page) 2014-08-01 09:43:32 -07:00
Andrew Purtell 78d47cc0e4 HBASE-11583 Refactoring out the configuration changes for enabling VisibilityLabels in the unit tests (Srikanth Srungarapu) 2014-08-01 09:37:56 -07:00
Andrew Purtell b727d1e181 HBASE-11594 Unhandled NoNodeException in distributed log replay mode (Jeffrey Zhong) 2014-08-01 09:37:56 -07:00
Andrew Purtell 19e9b8aa52 HBASE-11516 Track time spent in executing coprocessors in each region (Srikanth Srungarapu and Andrew Purtell) 2014-08-01 09:37:56 -07:00
Lars Hofhansl 1326d329ee mutateRowsWithLocks might require updatesLock.readLock with waitTime=0. ( cuijianwei) 2014-07-31 16:28:51 -07:00
Matteo Bertozzi 1441ec9c0c HBASE-11609 LoadIncrementalHFiles fails if the namespace is specified (addendum) 2014-07-31 19:55:40 +01:00
Ted Yu 62d51bb377 HBASE-11621 Make MiniDFSCluster run faster 2014-07-31 16:45:52 +00:00
Jimmy Xiang f1c5741f9b HBASE-11616 TestNamespaceUpgrade fails in trunk 2014-07-30 18:13:56 -07:00
Jimmy Xiang 22445d0ebb HBASE-11615 TestZKLessAMOnCluster.testForceAssignWhileClosing failed on Jenkins 2014-07-30 15:41:31 -07:00
Nick Dimiduk 50ac59fa85 HBASE-11558 Caching set on Scan object gets lost when using TableMapReduceUtil in 0.95+ (Ishan Chhabra) 2014-07-30 13:29:40 -07:00
Matteo Bertozzi fa160bd124 HBASE-11609 LoadIncrementalHFiles fails if the namespace is specified 2014-07-30 08:41:58 +01:00
stack 85853f69c8 HBASE-11316 Expand info about compactions beyond HBASE-11120 ADDENDUM TO FIX BROKE TESTS 2014-07-29 19:00:17 -07:00
Jimmy Xiang 7f9ec95831 HBASE-11606 Enable ZK-less region assignment by default 2014-07-29 09:37:43 -07:00
stack 6a74ef1542 HBASE-4436 Remove and convert @deprecated RemoteExceptionHandler.decodeRemoteException calls (Talat Uyarer) 2014-07-28 18:16:55 -07:00
stack ff655e04d1 HBASE-3135 Make our MR jobs implement Tool and use ToolRunner so can do -D trickery, etc. (Talat Uyarer) 2014-07-28 16:39:49 -07:00
stack c71d1f6a02 HBASE-11603 Apply version of HADOOP-8027 to our JMXJsonServlet 2014-07-28 15:58:08 -07:00
stack 7d4dbb18d1 HBASE-11600 DataInputputStream and DoubleOutputStream are no longer being used (Shengzhe Yao) 2014-07-28 13:45:49 -07:00
stack b26d6c9ea9 HBASE-11593 TestCacheConfig failing consistently in precommit builds 2014-07-28 12:45:26 -07:00
Ted Yu 42fd743222 HBASE-11588 RegionServerMetricsWrapperRunnable misused the 'period' parameter (Victor Xu) 2014-07-26 04:34:21 +00:00
Jimmy Xiang 28c771a306 HBASE-11531 RegionStates for regions under region-in-transition znode are not updated on startup 2014-07-25 08:46:28 -07:00
Andrew Purtell 531eee0031 HBASE-11586 HFile's HDFS op latency sampling code is not used 2014-07-24 17:07:34 -07:00
Andrew Purtell 7b5a309697 HBASE-11579 CopyTable should check endtime value only if != 0 (Jean-Marc Spaggiari) 2014-07-24 12:05:27 -07:00
Nicolas Liochon d8401c8e44 HBASE-11564 Improve cancellation management in the rpc layer 2014-07-24 15:53:32 +02:00
Ted Yu 75c94c6bb5 HBASE-11551 BucketCache.run() doesn't handle exceptions correctly (Ted Yu) 2014-07-24 00:59:10 +00:00
stack 60f5378895 HBASE-11573 Report age on eviction; ADD FORGOTTEN FILE 2014-07-23 13:25:53 -07:00
stack 0523c34321 HBASE-11573 Report age on eviction 2014-07-23 13:25:12 -07:00
Nick Dimiduk 69039f8620 HBASE-11555 TableSnapshotRegionSplit should be public 2014-07-22 15:48:12 -07:00
Enis Soztutar 214694467f HBASE-11064 Odd behaviors of TableName for empty namespace (Rekha Joshi) 2014-07-22 14:19:51 -07:00
Andrew Purtell 3ea48f73db HBASE-11566 Make ExportSnapshot extendable by removing 'final' 2014-07-22 13:07:36 -07:00
Jonathan M Hsieh 226672c55f HBASE-11561 deprecate ImmutableBytesWritable.getSize and replace with getLength 2014-07-22 11:41:43 -07:00
stack 549a8ee219 HBASE-11559 Add dumping of DATA block usage to the BlockCache JSON report 2014-07-22 10:21:37 -07:00
Nicolas Liochon d8faab2fff HBASE-11492 Hadoop configuration overrides some ipc parameters including tcpNoDelay 2014-07-22 14:54:52 +02:00
Jonathan M Hsieh c5dc88791b HBASE-11556 Move HTablePool to hbase-thrift module 2014-07-21 15:43:32 -07:00
Nick Dimiduk 857c03c166 HBASE-11545 mapred.TableSnapshotInputFormat is missing InterfaceAudience annotation 2014-07-21 07:53:13 -07:00
stack 4aeded7588 HBASE-11548 [PE] Add 'cycling' test N times and unit tests for size/zipf/valueSize calculations 2014-07-18 23:57:00 -07:00
Jonathan M Hsieh 5f4e85d3f9 HBASE-11537 Avoid synchronization on instances of ConcurrentMap (Mike Drob) 2014-07-18 15:40:10 -07:00
stack 15815791a6 HBASE-5696 Use Hadoop's DataOutputOutputStream instead of have a copy local (Talat Uyarer) 2014-07-18 10:16:02 -07:00
Ted Yu 5bf37d0b51 HBASE-11471 Move TableStateManager and ZkTableStateManager and Server to hbase-server (Alex Newman) 2014-07-18 04:36:40 +00:00
Jimmy Xiang 7487278baf HBASE-11525 Region server holding in region states is out of sync with meta 2014-07-17 12:54:16 -07:00
Jimmy Xiang d6c5e5f374 HBASE-11530 RegionStates adds regions to wrong servers 2014-07-17 08:57:50 -07:00
Devaraj Das 9f96d91b2e HBASE-11261 Addendum to remove an unneeded debug message 2014-07-17 08:54:22 -07:00
Devaraj Das 72ddb74700 HBASE-11261 Handle splitting/merging of regions that have region_replication greater than one 2014-07-17 08:51:13 -07:00
stack 3455065a75 HBASE-11517 TestReplicaWithCluster turns zombie (Mikhail Antonov) -- REAPPLY 2014-07-16 14:54:20 -07:00
stack 782b1456f2 HBASE-11517 TestReplicaWithCluster turns zombie (Mikhail Antonov) -- REVERT 2014-07-16 13:56:52 -07:00
stack 688877606b HBASE-11517 TestReplicaWithCluster turns zombie (Mikhail Antonov) 2014-07-16 13:53:44 -07:00
stack 76543f525a 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:41:32 -07:00
stack 9d8ad39a4c HBASE-11523 JSON serialization of PE Options is broke 2014-07-16 08:43:38 -07:00
stack 8a481b87b5 HBASE-11520 Simplify offheap cache config by removing the confusing "hbase.bucketcache.percentage.in.combinedcache" 2014-07-15 23:14:14 -07:00
Enis Soztutar 58727343f2 HBASE-11511 Write flush events to WAL (ADDENDUM to fix flaky test) 2014-07-15 18:28:32 -07:00
Enis Soztutar bbe29eb93c HBASE-11511 Write flush events to WAL 2014-07-15 14:47:19 -07:00
stack bb73791dad HBASE-11517 TestReplicaWithCluster turns zombie -- ADDS TIMEOUTS SO CAN DEBUG ZOMBIE 2014-07-15 10:02:51 -07:00
Ramkrishna 995a5a6c68 HBASE-10930 Change Filters and GetClosestRowBeforeTracker to work with
Cells (Ram)
2014-07-15 22:07:00 +05:30
stack c694ec11df HBASE-11240 Print hdfs pipeline when hlog's sync is slow ADDENDUM 2014-07-15 07:57:20 -07:00
stack 96dcd67f56 HBASE-11514 Fix findbugs warnings in blockcache 2014-07-15 07:51:27 -07:00
Enis Soztutar 0b22eb07bb 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:14 -07:00
Enis Soztutar 7db2563c6a HBASE-11442 ReplicationSourceManager doesn't cleanup the queues for recovered sources (Virag Kothari) 2014-07-14 16:46:11 -07:00
Enis Soztutar 463d52d8cf HBASE-11367 Pluggable replication endpoint 2014-07-14 16:22:26 -07:00
Andrew Purtell 4824b0dea7 HBASE-11513 Combine SingleMultiple Queue RpcExecutor into a single class (Jesse Yates) 2014-07-14 15:05:06 -07:00
Andrew Purtell c61676a1ef 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:52 -07:00
Ramkrishna e71d69bf00 HBASE-11509 Forward port HBASE-11039 to trunk and branch-1 after
HBASE-11489 (Ram)
2014-07-14 22:52:48 +05:30
anoopsjohn 94b3f32f9f HBASE-11510 Visibility serialization format tag gets duplicated in Append/Increment'ed cells. (Anoop) 2014-07-14 22:32:45 +05:30
anoopsjohn 470d00ea9a HBASE-11437 Modify cell tag handling code to treat the length as unsigned. - Addendum 2014-07-14 15:24:09 +05:30
Andrew Purtell 01a7dda255 HBASE-11497 Expose RpcScheduling implementations as LimitedPrivate interfaces (Jesse Yates) 2014-07-13 22:42:29 -07:00
Jimmy Xiang fc57363404 HBASE-11474 [Thrift2] support authentication/impersonation 2014-07-13 15:11:13 -07:00
anoopsjohn 213e565bce HBASE-11437 Modify cell tag handling code to treat the length as unsigned. (Anoop) 2014-07-13 12:10:21 +05:30
anoopsjohn f5e13c7460 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:02:26 +05:30
Nick Dimiduk c01e7e50c1 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:52:32 -07:00
Enis Soztutar c6ddc0336e HBASE-11488 cancelTasks in SubprocedurePool can hang during task error (Jerry He) 2014-07-11 14:16:27 -07:00
Andrew Purtell f2a40fc058 HBASE-11487 ScanResponse carries non-zero cellblock for CloseScanRequest (Shengzhe Yao) 2014-07-11 13:06:42 -07:00
Nicolas Liochon dd9f1cbf3a Revert "HBASE-11492 The servers do not honor the tcpNoDelay option"
This reverts commit 79676f15f4.
2014-07-11 18:48:06 +02:00
Nicolas Liochon 79676f15f4 HBASE-11492 The servers do not honor the tcpNoDelay option 2014-07-11 14:15:08 +02:00
Nicolas Liochon 4f3d5bbab9 HBASE-11491 Add an option to sleep randomly during the tests with the PE tool 2014-07-11 14:06:28 +02:00
anoopsjohn 77554df881 HBASE-11423 Visibility label and per cell ACL feature not working with HTable#mutateRow() and MultiRowMutationEndpoint. (Anoop) 2014-07-11 12:15:48 +05:30
Enis Soztutar 09fcdb50af HBASE-11475 Distributed log replay should also replay compaction events 2014-07-10 10:50:22 -07:00
Jonathan M Hsieh 95ef3acdd3 HBASE-4931 [docs] CopyTable instructions could be improved (Misty Stanley-Jones) 2014-07-10 01:50:38 -07:00
Andrew Purtell f0b9b6bbf2 HBASE-11481 TableSnapshotInputFormat javadoc wrongly claims HBase 'enforces security' 2014-07-08 15:09:09 -07:00
Jimmy Xiang ed9ab70180 HBASE-11349 Addendum fixes javadoc warning 2014-07-08 13:57:26 -07:00
Jimmy Xiang 79a03c8bcb HBASE-11349 [Thrift] support authentication/impersonation 2014-07-08 11:15:58 -07:00
Enis Soztutar b47a3f6924 HBASE-11458 NPEs if RegionServer cannot initialize 2014-07-07 20:35:40 -07:00
Enis Soztutar 36d84a1515 HBASE-11473 Add BaseWALObserver class 2014-07-07 17:23:40 -07:00
Jeffrey Zhong d07bc87cd6 HBase-11315: Keeping MVCC for configurable longer time 2014-07-06 18:25:18 -07:00
anoopsjohn a04e0b703f HBASE-11465 [VisibilityController] Reserved tags check not happening for Append/Increment. (Anoop) 2014-07-06 19:14:00 +05:30
stack c6db308977 HBASE-11452 add getUserPermission feature in AccessControlClient as client API (Demai Ni) 2014-07-04 19:47:57 -07:00
Ramkrishna 62c048660b HBASE-10885 Support visibility expressions on Deletes (Ram) 2014-07-04 23:55:05 +05:30
Andrew Purtell 2416d798fa HBASE-11446 Reduce the frequency of RNG calls in SecureWALCellCodec#EncryptedKvEncoder 2014-07-04 10:45:19 -07:00
stack 6da1a485fc HBASE-11463 (findbugs) HE: Class defines equals() and uses Object.hashCode() 2014-07-03 21:54:28 -07:00
Andrew Purtell 80f1271ee5 HBASE-11434 [AccessController] Disallow inbound cells with reserved tags 2014-07-03 17:23:00 -07:00
Ramkrishna 80f0a522f9 HBASE-11449 IntegrationTestIngestWithACL fails to use different users
after HBASE-10810 (Ram)
2014-07-03 12:03:59 +05:30
Matteo Bertozzi c88b4c46a4 HBASE-11450 Improve file size info in SnapshotInfo tool 2014-07-03 07:19:00 +02:00
stack ea085c6373 HBASE-4495 CatalogTracker has an identity crisis; needs to be cut-back in scope (Mikhail Antonov) 2014-07-02 19:01:04 -07:00
stack 1d8958685a HBASE-4495 CatalogTracker has an identity crisis; needs to be cut-back in scope (Mikhail Antonov) 2014-07-02 19:00:49 -07:00
Devaraj Das 9f8d1876a0 HBASE-11344 Hide row keys and such from the web UIs 2014-07-02 13:07:11 -07:00
Nick Dimiduk 20cac213af HBASE-11372 Remove SlabCache 2014-07-02 10:17:31 -07:00
stack 9ff90931dc HBASE-11413 [findbugs] RV: Negating the result of compareTo()/compare() (Mike Drob) 2014-07-02 10:06:15 -07:00
stack ad78a9cfde HBASE-11240 Print hdfs pipeline when hlog's sync is slow (Liu Shaohui) 2014-07-01 15:05:03 -07:00
Ted Yu 5f3c0b7f9b HBASE-11439 StripeCompaction may not obey the OffPeak rule to compaction (Victor Xu) 2014-07-01 16:32:03 +00:00
anoopsjohn ba044f010e HBASE-11435 Visibility labelled cells fail to getting replicated. (Anoop) 2014-07-01 18:34:22 +05:30
Matteo Bertozzi 0e8e41d0ef HBASE-11355 a couple of callQueue related improvements 2014-07-01 10:31:44 +02:00
Enis Soztutar 92c52a727a Updated version in master to 2.0.0-SNAPSHOT after 'branch-1' is created for 1.x line of releases 2014-06-30 20:26:47 -07: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