Commit Graph

9162 Commits

Author SHA1 Message Date
Ramkrishna c1660a7962 HBASE-11438 - [Visibility Controller] Support UTF8 character as Visibility
Labels (ram)
2014-08-14 12:41:16 +05:30
Nick Dimiduk c60cfbc999 HBASE-11550 Custom value for BUCKET_CACHE_BUCKETS_KEY should be sorted (Gustavo Anatoly) 2014-08-13 21:07:41 -07:00
Jonathan M Hsieh 92c3b877c0 HBASE-11476 Expand 'Conceptual View' section of Data Model chapter (Misty Stanley-Jones) 2014-08-13 14:57:16 -07:00
Jonathan M Hsieh 2153a92fa9 HBASE-11723 Document all options of bin/hbase command (Misty Stanley-Jones) 2014-08-13 09:45:28 -07:00
Jimmy Xiang 71d3f6896b HBASE-11727 Assignment wait time error in case of ServerNotRunningYetException 2014-08-12 12:57:27 -07:00
Jimmy Xiang 1262f1e2d4 HBASE-11703 Meta region state could be corrupted 2014-08-12 11:31:41 -07:00
Jimmy Xiang 9abe2da9e8 HBASE-11709 TestMasterShutdown can fail sometime 2014-08-12 09:55:20 -07:00
Nicolas Liochon fadb0900a0 HBASE-11719 Remove some unused paths in AsyncClient 2014-08-12 10:11:02 +02:00
Nicolas Liochon 2c3340c00a HBASE-11718 Remove some logs in RpcClient.java 2014-08-12 09:52:24 +02:00
Andrew Purtell d8a262996b HBASE-11716 LoadTestDataGeneratorWithVisibilityLabels should handle Delete mutations (Anoop Sam John) 2014-08-11 10:52:12 -07:00
Jean-Daniel Cryans bdf9c35d00 Fixing a tag that breaks mvn site and image locations (Misty Stanley-Jones) 2014-08-10 18:35:45 -04:00
Andrew Purtell 12d4a42e71 HBASE-11589 AccessControlException should be a not retriable exception (Qiang Tian) 2014-08-08 19:10:56 -07:00
Andrew Purtell c2bfc64719 HBASE-11705 callQueueSize should be decremented in a fail-fast scenario (Esteban Gutierrez) 2014-08-08 18:41:18 -07:00
Andrew Purtell 3c03dcb1b9 HBASE-11706 Set versions for VerifyReplication (cuijianwei) 2014-08-08 18:30:47 -07:00
Jimmy Xiang fa46724f36 HBASE-11659 Region state RPC call is not idempotent (Virag Kothari) 2014-08-08 15:02:38 -07:00
Jonathan M Hsieh 4b8a38ebb5 HBASE-11658 Piped commands to hbase shell should return non-zero if shell command failed (Sean Busbey) 2014-08-08 13:54:53 -07:00
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
stack 87e293bee1 Add note on where to find direct memory usage in jmx 2014-08-08 11:10:24 -07:00
stack 3cff0d34c4 Add note on how to set up blockcache so we cache META blocks only and pull in DATA blocks on each access 2014-08-08 07:46:34 -07:00
stack 7335f5f87d Edit of doc on block cache adding reference to blockcache doc with findings recommending when to use offheap blockcache 2014-08-07 22:03:02 -07:00
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
Jonathan M Hsieh 5848710aa7 HBASE-6626 Add a chapter on HDFS in the troubleshooting section of the HBase reference guide (Misty Stanley-Jones) 2014-08-07 13:27:40 -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
Sean Busbey b2cc061460 HBASE-11661 standalone verification should only look for a single process.
Signed-off-by: stack <stack@apache.org>
2014-08-07 12:20:52 -07:00
Jimmy Xiang 041a2ba948 HBASE-11611 Addendum to fix hanging tests 2014-08-07 09:00:42 -07:00
stack 3fdc6a2b72 HBASE-11629 Operational concerns for Replication should call out ZooKeeper (Misty Stanley Jones) 2014-08-07 08:24:32 -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
Jonathan M Hsieh 4ab6971395 HBASE-11681 Update and move doc about disabling the WAL (Misty Stanley-Jones) 2014-08-06 14:23:29 -07:00
Lars Hofhansl 25e6baee42 HBASE-11667 Comment ClientScanner logic for NSREs. 2014-08-06 11:28:11 -07:00
Jonathan M Hsieh 6dee406bf3 HBASE-11535 ReplicationPeer map is not thread safe (Virag Kothari) 2014-08-06 11:16:53 -07:00
stack 2c84b6e17c Add note on contributing to HBase under dev and the newly minted 'beginner' label 2014-08-06 08:23:56 -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 b158900b68 HBASE-11666 Enforce JDK7 javac for builds on branch-1 and master (Sean Busbey) 2014-08-05 15:00:37 +00:00
Sean Busbey 41ecb18c20 HBASE-11662 shell should properly handle long form --debug.
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2014-08-04 21:31:30 -07:00
Andrew Purtell 6e7dd6f827 HBASE-11668 Re-add HBASE_LIBRARY_PATH to bin/hbase (Esteban Gutierrez) 2014-08-04 21:27:47 -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 8f1fc9a79c Note on make patch for master branch first and a small note on hadoopqa -- to be expanded 2014-08-04 12:08:06 -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