Jonathan M Hsieh
7ed832a145
HBASE-11782 Document that hbase.MetaMigrationConvertingToPB needs to be set to true for migrations pre 0.96 (Misty Stanley-Jones)
2014-08-25 13:52:04 -07:00
stack
f96dc97612
HBASE-11816 Initializing custom Metrics implementation failed in Mapper or Reducer
2014-08-25 12:27:09 -07:00
Sean Busbey
67646d3694
HBASE-11729 Document hfile v3.
...
* break out hfile appendix to its own file
* reorganize so that the section presents versions in order
* add section on v3
Signed-off-by: stack <stack@apache.org>
2014-08-25 12:12:09 -07:00
stack
dd6c21e4d5
HBASE-11610 Enhance remote meta updates
2014-08-25 11:55:43 -07:00
Lars Hofhansl
c3d2d6127e
HBASE-11536 Puts of region location to Meta may be out of order which causes inconsistent of region location. (Liu Shaohui)
2014-08-25 11:35:22 -07:00
Andrew Purtell
368aee62af
HBASE-11794 StripeStoreFlusher causes NullPointerException (jeongmin kim)
2014-08-23 10:49:21 -07:00
Sean Busbey
f69a1945c6
HBASE-8298 In shell, provide alias of 'desc' for 'describe'.
...
* Adds ability to alias commands
* map 'desc' alias to 'describe'
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2014-08-23 10:39:42 -07:00
Andrew Purtell
d281ffb139
HBASE-11617 incorrect AgeOfLastAppliedOp and AgeOfLastShippedOp in replication Metrics when no new replication OP (Demai Ni)
2014-08-23 09:43:12 -07:00
stack
f8b4b2290d
Add note that 0.96 is EOL'd
2014-08-22 15:28:10 -07:00
Gary Helmling
db520b94cb
HBASE-11800 Make HTableInterface coprocessorService methods public
2014-08-22 11:06:08 -07:00
Nick Dimiduk
a2fc3efebf
HBASE-11779 Document the new requirement to set JAVA_HOME before starting HBase (Misty Stanley-Jones)
2014-08-22 10:29:02 -07:00
Ramkrishna
6f00f859a7
HBASE-11802 Scan copy constructor doesn't copy reversed member variable
2014-08-22 22:03:57 +05:30
Ted Yu
3b57f28dad
HBASE-11798 TestBucketWriterThread may hang due to WriterThread stopping prematurely (Sergey Soldatov and Alex Newman)
2014-08-22 01:54:06 +00:00
Matteo Bertozzi
6df18a1b65
HBASE-11789 LoadIncrementalHFiles is not picking up the -D option
2014-08-21 19:05:17 +01:00
Matteo Bertozzi
cf771b85a5
Revert "LoadIncrementalHFiles is not picking up the -D option"
...
This reverts commit e05e27f2d5
.
2014-08-21 19:04:33 +01:00
Nicolas Liochon
018bbc0993
HBASE-4955 Use the official versions of surefire (Alex Newman)
2014-08-21 10:50:14 +02:00
Matteo Bertozzi
e05e27f2d5
LoadIncrementalHFiles is not picking up the -D option
2014-08-20 21:31:29 +01:00
Nick Dimiduk
ea32555b9a
HBASE-11752 Document blockcache prefetch option (Misty Stanley-Jones)
2014-08-20 12:57:37 -07:00
Nick Dimiduk
05e0f7478e
Revert "Document blockcache prefetch option (Misty Stanley-Jones)"
...
This reverts commit 7f56783003
.
2014-08-20 12:57:37 -07:00
Andrew Purtell
404c0b5dbd
Update apurtell's affiliation
2014-08-20 12:36:30 -07:00
Nick Dimiduk
7f56783003
Document blockcache prefetch option (Misty Stanley-Jones)
2014-08-20 11:23:46 -07:00
Nicolas Liochon
c308c37b23
HBASE-11744 RpcServer code should not use a collection from netty internal
2014-08-20 12:14:40 +02:00
anoopsjohn
062f6a6aac
HBASE-11553 Abstract visibility label related services into an interface.
2014-08-20 14:47:29 +05:30
Matteo Bertozzi
dd3c9da27a
HBASE-11736 Document SKIP_FLUSH snapshot option (Misty Stanley-Jones)
2014-08-20 09:47:17 +01:00
Matteo Bertozzi
a55a65017c
HBASE-11737 Document callQueue improvements from HBASE-11355 and HBASE-11724 (Misty Stanley-Jones)
2014-08-20 09:41:46 +01:00
Enis Soztutar
e28ec72464
HBASE-11568 Async WAL replication for region replicas
2014-08-19 18:59:22 -07:00
Enis Soztutar
d44e7df5dc
HBASE-11512 Write region open/close events to WAL
2014-08-19 18:45:21 -07:00
Enis Soztutar
aeecd20373
HBASE-11572 Add support for doing get/scans against a particular replica_id (Jeffrey Zhong)
2014-08-19 18:23:09 -07:00
Jonathan M Hsieh
ac2e1c33fd
HBASE-11682 Explain Hotspotting (Misty Stanley-Jones)
2014-08-19 16:44:05 -07:00
stack
c08f850d40
HBASE-11657 Put HTable region methods in an interface (Carter Page)
2014-08-19 16:15:02 -07:00
stack
50f17935fd
HBASE-11735 Document Configurable Bucket Sizes in bucketCache (Misty Stanley-Jones)
2014-08-19 14:47:50 -07:00
stack
8a52d58a7b
HBASE-11607 Document HBase metrics (Misty Stanley-Jones)
2014-08-19 13:51:17 -07:00
Andrew Purtell
3b864842c7
HBASE-11774 Avoid allocating unnecessary tag iterators
2014-08-19 09:38:33 -07:00
Andrew Purtell
393a2a3814
HBASE-11773 Wrong field used for protobuf construction in RegionStates (Andrey Stepachev)
2014-08-19 09:24:45 -07:00
anoopsjohn
3c13e8f3ce
HBASE-11696 Make CombinedBlockCache resizable.
2014-08-19 17:32:50 +05:30
Ted Yu
fd4dfb489a
HBASE-11762 Record the class name of Codec in WAL header
2014-08-19 00:53:54 +00:00
stack
f93e4d47d9
HBASE-11770 TestBlockCacheReporting.testBucketCache is not stable (Sergey Soldatov)
2014-08-18 15:34:27 -07:00
Jonathan M Hsieh
f282ade9a7
HBASE-10202 Documentation is lacking information about rolling-restart.sh script (Misty Stanley-Jones)
2014-08-18 15:32:20 -07:00
Andrew Purtell
c55ecba071
HBASE-11754 [Shell] Record table property SPLITS_FILE in descriptor (chendihao)
2014-08-18 14:50:52 -07:00
Jonathan M Hsieh
454389a4b7
HBASE-11508 Document changes to IPC config parameters from HBASE-11492 (Misty Stanley-Jones)
2014-08-18 14:30:59 -07:00
Jonathan M Hsieh
3702b0b445
HBASE-11655 ADDENDUM - typo fix
2014-08-18 14:25:57 -07:00
Jonathan M Hsieh
76ffc75036
HBASE-11655 Document how to use Bash with HBase Shell (Misty Stanley-Jones)
2014-08-18 14:23:37 -07:00
stack
36a07922c1
HBASE-11739 Document blockCache contents report in the UI
2014-08-18 14:13:33 -07:00
stack
1f1a676cfe
edit on why bucketcache
2014-08-18 14:13:33 -07:00
stack
ef70ce8b50
Add pointer to terracota offheaping notes
2014-08-18 14:13:33 -07:00
Jonathan M Hsieh
25a7b75560
HBASE-11734 Document changed behavior of hbase.hstore.time.to.purge.deletes (Misty Stanley-Jones)
2014-08-18 13:42:03 -07:00
Matteo Bertozzi
c45a8832d2
HBASE-11757 Provide a common base abstract class for both RegionObserver and MasterObserver
2014-08-18 20:19:04 +01:00
Jonathan M Hsieh
c1c5c88792
HBASE-11753 Document HBASE_SHELL_OPTS environment variable (Misty Stanley-Jones)
2014-08-18 12:10:46 -07:00
Ramkrishna
70696ebf59
HBASE-11728 - Data loss while scanning using PREFIX_TREE
...
DATA-BLOCK-ENCODING (Ram)
2014-08-18 22:32:56 +05:30
Matteo Bertozzi
6856e4533e
HBASE-11733 Avoid copy-paste in Master/Region CoprocessorHost
2014-08-16 08:22:48 +01:00