Commit Graph

8986 Commits

Author SHA1 Message Date
Jimmy Xiang 61dced28a3 HBASE-11565 Stale connection could stay for a while 2014-07-22 13:58:39 -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
stack c2af53be7d HBASE-11541 Wrong result when scaning meta with startRow (Liu Shaoqui) 2014-07-21 14:21:49 -07:00
Andrew Purtell e3ac25d4f9 HBASE-7910 Dont use reflection for security (Mike Drob) 2014-07-21 10:04:57 -07: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
Andrew Purtell f6fad0a2b9 HBASE-11534 Remove broken JAVA_HOME autodetection in hbase-config.sh (Esteban Gutierrez) 2014-07-18 10:46:30 -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
stack c262173933 HBASE-11518 doc update for how to create non-shared HConnection (Qiang Tian) 2014-07-17 11:39:41 -07:00
Jimmy Xiang 3896210026 HBASE-11530 RegionStates adds regions to wrong servers 2014-07-17 08:59:53 -07:00
Andrew Purtell 94f767fcc4 HBASE-2217 VM OPTS for shell only 2014-07-16 17:12:12 -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 9dda92dbed HBASE-11502 Fixed typo in image name (timeline_consistency.png) 2014-07-15 15:04:50 -07:00
Enis Soztutar 4fa0e3274f HBASE-11511 Write flush events to WAL 2014-07-15 14:48:30 -07:00
Ramkrishna 063247bf3b HBASE-11489 ClassNotFoundException while running IT tests in trunk using
'mvn verify' (Ram)
2014-07-15 22:50:21 +05:30
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
Nick Dimiduk 69a75bbc0e HBASE-11505 'snapshot' shell command shadows 'snapshot' shell when 'help' is invoked 2014-07-14 09:43:48 -07:00
Ramkrishna 722e40eb8e HBASE-11506 IntegrationTestWithCellVisibilityLoadAndVerify allow User to
be passed as arg (Ram)
2014-07-14 16:37:28 +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
Rajeshbabu Chintaguntla 2b75a0bd63 HBASE-11493 Autorestart option is not working because of stale znode 'shutdown'(Nijel) 2014-07-14 05:35:23 +00: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
Andrew Purtell 6f2a969649 HBASE-11057 Improve TestShell coverage of grant and revoke comamnds (Srikanth Srungarapu) 2014-07-11 17:28:26 -07:00
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
Ted Yu 94e29bd0a5 HBASE-11460 Deadlock in HMaster on masterAndZKLock in HConnectionManager 2014-07-11 18:49:00 +00: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