Commit Graph

8947 Commits

Author SHA1 Message Date
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
stack 33e1418105 HBASE-11539 Expand info about contributing to and building documentation (Misty Stanley-Jones) 2014-07-31 19:53:58 -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
stack f46531f043 Add sift science meetup 2014-07-31 09:40:32 -07: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
Jimmy Xiang 9cc2b0ae9d HBASE-11540 Document HBASE-11474 (Misty Stanley-Jones) 2014-07-29 09:21:32 -07:00
stack 6a74ef1542 HBASE-4436 Remove and convert @deprecated RemoteExceptionHandler.decodeRemoteException calls (Talat Uyarer) 2014-07-28 18:16:55 -07:00
Jean-Daniel Cryans afae1e2583 HBASE-11316 Expand info about compactions beyond HBASE-11120 (Misty Stanley-Jones) 2014-07-28 18:06:48 -07:00
Jean-Daniel Cryans fe54e7d7ae HBASE-11522 Move Replication information into the Ref Guide (Misty Stanley-Jones) 2014-07-28 17:26:43 -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
stack 6a14cf3585 HBASE-11560 hbase.regionserver.global.memstore.size is documented twice (Misty Stanley-Jones) 2014-07-28 12:43:00 -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
Jimmy Xiang cc61cc3081 HBASE-11575 Pseudo distributed mode does not work as documented 2014-07-24 10:04:35 -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
Jimmy Xiang b81302852f HBASE-11565 Stale connection could stay for a while 2014-07-22 13:56:52 -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
stack 3e82a84ca8 HBASE-11541 Wrong result when scaning meta with startRow (Liu Shaoqui) 2014-07-21 14:19:42 -07:00
Andrew Purtell 33f210fc8c HBASE-7910 Dont use reflection for security (Mike Drob) 2014-07-21 10:04:57 -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
stack dcec55148e Add doc of since removed hbase.bucketcache.percentage.in.combinedcache 2014-07-18 22:22:33 -07:00
stack 60d3e3c905 More suggestion folks use offheap block cache 2014-07-18 16:56:48 -07:00
stack 19979d770d Add doc on direct memory, the block cache UI additions, list block cache options, downplay slab cache even more 2014-07-18 16:56:48 -07:00
Jonathan M Hsieh 5f4e85d3f9 HBASE-11537 Avoid synchronization on instances of ConcurrentMap (Mike Drob) 2014-07-18 15:40:10 -07:00
Jonathan M Hsieh 209dd6dcfe HBASE-11400 [docs] edit, consolidate, and update compression and data encoding docs (Misty Stanley-Jones) 2014-07-18 13:45:57 -07:00
Andrew Purtell a030b17ba7 HBASE-11534 Remove broken JAVA_HOME autodetection in hbase-config.sh (Esteban Gutierrez) 2014-07-18 10:46:34 -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