Commit Graph

8920 Commits

Author SHA1 Message Date
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
Enis Soztutar aa71a8b9b9 Commented out smart -p0 handling in dev-support/smart-apply-patch.sh until we fix our jenkins env 2014-07-17 17:35:14 -07: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
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