Commit Graph

8895 Commits

Author SHA1 Message Date
stack f8153a1456 HBASE-11518 doc update for how to create non-shared HConnection (Qiang Tian) 2014-07-17 11:39:00 -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
Andrew Purtell a462990765 HBASE-2217 VM OPTS for shell only 2014-07-16 17:11:54 -07:00
stack b8aa2235ca HBASE-11529 Images and CSS still don't work properly on both html and html-single book (misty stanley-jones) 2014-07-16 15:18:32 -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 8603da0d0d HBASE-11521 Modify pom.xml to copy the images/ and css/ directories to the right location for the Ref Guide to see them correctly AMENDMENT 2014-07-16 11:05:47 -07:00
anoopsjohn da8f0a336d HBASE-10398 HBase book updates for Replication after HBASE-10322. (Misty) 2014-07-16 22:28:07 +05:30
stack 9d8ad39a4c HBASE-11523 JSON serialization of PE Options is broke 2014-07-16 08:43:38 -07:00
stack a99b71da57 Add a upgrading to 1.0 section to the upgrade part of the book; talk about HBASE-11520 removing hbase.bucketcache.percentage.in.combinedcache 2014-07-15 23:32:26 -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
stack 58982e2027 HBASE-11521 Modify pom.xml to copy the images/ and css/ directories to the right location for the Ref Guide to see them correctly (Misty Stanley-Jones) 2014-07-15 21:24:36 -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 784c814e59 HBASE-11502 Fixed typo in image name (timeline_consistency.png) 2014-07-15 15:04:13 -07:00
Enis Soztutar bbe29eb93c HBASE-11511 Write flush events to WAL 2014-07-15 14:47:19 -07:00
Ramkrishna fe50c6d366 HBASE-11489 ClassNotFoundException while running IT tests in trunk using
'mvn verify' (Ram)
2014-07-15 22:48:08 +05:30
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
stack bf2933e08a Add note on HBASE-11118 and HBASE-10877 HBaseZeroCopyByteString woes to troubleshooting section 2014-07-14 20:56:07 -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
Nick Dimiduk a32331c02b HBASE-11505 'snapshot' shell command shadows 'snapshot' shell when 'help' is invoked 2014-07-14 09:42:24 -07:00
Ramkrishna 586c5931a5 HBASE-11506 IntegrationTestWithCellVisibilityLoadAndVerify allow User to
be passed as arg (Ram)
2014-07-14 16:31:43 +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
Rajeshbabu Chintaguntla 5a05836dd1 HBASE-11493 Autorestart option is not working because of stale znode 'shutdown'(Nijel) 2014-07-14 05:32:55 +00:00
stack 1cedeae897 HBASE-8473 add note to ref guide about snapshots and ec2 reverse dns requirements (Misty Stanley-Jones) 2014-07-13 21:56:51 -07:00
stack a6fd48ba12 HBASE-11499 AsyncProcess.buildDetailedErrorMessage concatenates strings using + in a loop (Mike Drob) 2014-07-13 21:48:06 -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
anoopsjohn 5a408af65f HBASE-11500 Possible null pointer dereference of regionLocation in ReversedScannerCallable. (Mike Drob) 2014-07-12 18:17:17 +05:30
Andrew Purtell dba294576e HBASE-11057 Improve TestShell coverage of grant and revoke comamnds (Srikanth Srungarapu) 2014-07-11 17:28:17 -07:00
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
Ted Yu b3da98a1a2 HBASE-11460 Deadlock in HMaster on masterAndZKLock in HConnectionManager 2014-07-11 16:15:49 +00:00
Nicolas Liochon 79676f15f4 HBASE-11492 The servers do not honor the tcpNoDelay option 2014-07-11 14:15:08 +02:00