Huaxiang Sun
d9e64aa6b8
HBASE-20299 Update MOB in hbase refguide
2018-04-03 13:13:16 -07:00
tedyu
f92fb0affd
HBASE-20224 Web UI is broken in standalone mode - addendum for hbase-spark and hbase-spark-it modules
2018-04-03 11:43:53 -07:00
Michael Stack
bf29a1fee9
HBASE-20329 Add note for operators to refguide on AsyncFSWAL
2018-04-03 08:51:59 -07:00
tedyu
219625233c
HBASE-20224 Web UI is broken in standalone mode - addendum for hbase-endpoint and hbase-rsgroup modules
2018-04-02 17:57:56 -07:00
Michael Stack
c88ca54c16
HBASE-20259 Doc configs for in-memory-compaction and add detail to
...
in-memory-compaction logging
Adds logging of CompactingMemStore configuration on construction.
Add logging of detail about Store on creation including memstore type.
Add chapter to refguide on new in-memory compaction feature.
2018-04-02 09:53:12 -07:00
zhangduo
1e56938757
HBASE-20296 Remove last pushed sequence ids when removing tables from a peer
2018-04-01 21:14:31 +08:00
Jan Hentschel
97b3a04019
HBASE-17631 Changed Canary interval to 60 seconds
2018-04-01 13:03:52 +02:00
Sean Busbey
5a00279c92
HBASE-20323 refresh community section of the ref guide.
...
* remove references to component owners.
* relocate RM info to the community section.
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2018-03-31 14:57:33 -05:00
Peter Somogyi
c8dff328cb
HBASE-20313 Canary documentation is incorrect in reference guide
2018-03-31 12:06:45 +02:00
Mike Drob
d57001ee2d
HBASE-20282 Clean up tooling docs/help
2018-03-30 08:59:47 -07:00
tedyu
e60f34fdb5
HBASE-20159 Support using separate ZK quorums for client - addendum fixes flaky TestSeparateClientZKCluster
2018-03-30 07:19:47 -07:00
michael.jin
53b4507c79
HBASE-20295 fix NullPointException in TableOutputFormat.checkOutputSpecs
...
Signed-off-by: tedyu <yuzhihong@gmail.com>
2018-03-30 07:07:45 -07:00
Vasudevan
cbd8b15e6b
HBASE-20197 Review of ByteBufferWriterOutputStream.java (BELUGA BEHR)
...
Signed-off-by: Vasudevan <ramkrishna.s.vasudevan@gmail.com>
2018-03-30 12:13:41 +05:30
Mike Drob
522b8075f3
HBASE-20314 Precommit build for master branch fails because of surefire fork fails
...
Signed-off-by: zhangduo <zhangduo@apache.org>
2018-03-30 14:18:43 +08:00
Mike Drob
621e2b5f5e
HBASE-20273 Additional removed/changed configs
2018-03-29 11:47:14 -07:00
Sean Busbey
d8b550fabc
HBASE-20308 Dockerfile for test must include git.
...
Signed-off-by: Mike Drob <mdrob@apache.org>
2018-03-28 18:07:36 -05:00
Yu Li
061a31fad1
HBASE-20159 Support using separate ZK quorums for client
2018-03-29 02:37:26 +08:00
Mike Drob
3b6199a27a
HBASE-20260 Conflict with new upgrade guide ADDENDUM
2018-03-27 20:09:32 -07:00
Umesh Agashe
f7eefaa126
HBASE-20130 (ADDENDUM) Use defaults (16020 & 16030) as base ports when the RS is bound to localhost
...
* fixed shellcheck errors
* modified script to set environment variabless HBASE_RS_BASE_PORT, HBASE_RS_INFO_BASE_PORT to defaults only if its not already set
* modified ref guide for default master ports and setting environment variables HBASE_RS_BASE_PORT, HBASE_RS_INFO_BASE_PORT for supporting more than 10 instances for region server on localhost.
Signed-off-by: Michael Stack <stack@apache.org>
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
Signed-off-by: Sean Busbey <busbey@apache.org>
2018-03-27 21:24:12 -05:00
Michael Stack
0adcb40963
HBASE-13884 Fix Compactions section in HBase book
2018-03-27 17:40:35 -07:00
Josh Elser
69f5d707b6
HBASE-20199 Add a unit test to verify flush and snapshot permission requirements aren't excessive
...
Signed-off-by: Ted Yu <yuzhihong@gmail.com>
Signed-off-by: Michael Stack <stack@apache.org>
2018-03-27 20:17:08 -04:00
Zach York
09ed7c7a10
HBASE-20280 Fix possibility of deadlocking in refreshFileConnections
...
When prefetch on open is specified, there is a deadlocking case
where if the prefetch is cancelled, the PrefetchExecutor interrupts
the threads if necessary, when that happens in FileIOEngine, it
causes an ClosedByInterruptException which is a subclass of
ClosedChannelException. If we retry all ClosedChannelExceptions,
this will lock as this access is expected to be interrupted.
This change removes calling refreshFileConnections for
ClosedByInterruptExceptions.
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2018-03-27 16:53:01 -07:00
Daniel Vimont
eb424ac5f4
HBASE-16568 Remove Cygwin-oriented instructions (for installing HBase in Windows OS) from official reference materials
2018-03-27 16:38:27 -07:00
Rajeshbabu Chintaguntla
d87139989f
HBASE-20111 A region's splittable state now includes the configuration splitPolicy
...
The Master asks a RegionServer whether a Region can be split or not, primarily to
verify that the region is not closing, opening, etc. This change has the RegionServer
also consult the configured RegionSplitPolicy.
Signed-off-by: Josh Elser <elserj@apache.org>
2018-03-27 18:42:49 -04:00
tedyu
19d7bdcb4a
HBASE-20224 Web UI is broken in standalone mode - addendum for hbase-archetypes module
2018-03-27 13:51:44 -07:00
Artem Ervits
a7609bb3cd
HBASE-20291 Fix The POM for net.minidev:json-smart:jar:2.3-SNAPSHOT missing with hadoop 3 profile
...
Signed-off-by: tedyu <yuzhihong@gmail.com>
2018-03-27 08:33:17 -07:00
Toshihiro Suzuki
2a2258656b
HBASE-20292 Wrong URLs in the descriptions for update_all_config and update_config commands in shell
2018-03-27 09:30:50 +02:00
zhangduo
056c3395d9
HBASE-20285 Delete all last pushed sequence ids when removing a peer or removing the serial flag for a peer
2018-03-27 12:20:51 +08:00
Josh Elser
15c398f7d2
HBASE-20223 Update to hbase-thirdparty 2.1.0
...
Remove commons-cli and commons-collections4 use. Account
for the newer internal protobuf version of 3.5.1.
Signed-off-by: Michael Stack <stack@apache.org>
Signed-off-by: Mike Drob <mdrob@apache.org>
2018-03-26 22:05:19 -04:00
Vladimir Rodionov
64ef120808
HBASE-19258 IntegrationTest for Backup and Restore
...
Signed-off-by: tedyu <yuzhihong@gmail.com>
2018-03-26 15:46:30 -07:00
Toshihiro Suzuki
ff5250ca2b
HBASE-20229 ConnectionImplementation.locateRegions() returns duplicated entries when region replication is on
2018-03-26 15:09:20 -07:00
Sean Busbey
5b2d2de8f9
HBASE-20288 upgrade doc should call out removal of DLR.
...
Signed-off-by: Michael Stack <stack@apache.org>
2018-03-26 16:45:32 -05:00
Yuki Tawara
4cedd9914b
HBASE-20289 Fix comparator for NormalizationPlan
...
Signed-off-by: tedyu <yuzhihong@gmail.com>
2018-03-26 14:30:25 -07:00
Umesh Agashe
a73f4d84a0
HBASE-20130 Use defaults (16020 & 16030) as base ports when the RS is bound to localhost
...
Base ports are changed to defaults 16020 & 16030 when RS binds to localhost. This is mostly used in pseudo distributed mode.
2018-03-26 14:11:20 -07:00
tedyu
b30ff8196a
HBASE-20224 Web UI is broken in standalone mode - addendum for hbase-backup module
2018-03-26 12:23:47 -07:00
Peter Somogyi
4428169542
HBASE-20254 Incorrect help message for merge_region
2018-03-26 19:52:10 +02:00
Reid Chan
83fa0ad9ed
HBASE-20095 Redesign single instance pool in CleanerChore
2018-03-26 12:48:31 -05:00
Mike Drob
6a5c14b227
HBASE-20260 Remove old content from book
2018-03-26 11:29:48 -05:00
huzheng
7a1d00c7a0
HBASE-20138 Find a way to deal with the conflicts when updating replication position
2018-03-26 21:07:22 +08:00
zhangduo
e9701a0595
HBASE-20127 Add UT for serial replication after failover
2018-03-26 20:16:02 +08:00
anoopsamjohn
3f7222df36
HBASE-17819 Reduce the heap overhead for BucketCache.
2018-03-25 16:36:30 +05:30
Sean Busbey
9ea1a7d422
HBASE-20264 add Javas 9 and 10 to the prerequisites table and add a note about using LTS releases.
...
* Make the #java anchor point at a section instead of directly at a table
* Add a note to the intro of that section about LTS JDKs
* Add columns for JDK9 and JDK10 that say unsupported and point to HBASE-20264
Signed-off-by: Zach York <zyork@amazon.com>
2018-03-24 18:36:51 -05:00
Josh Elser
ce702df41b
Add HBaseCon 2018 to front-page
2018-03-24 15:16:06 -04:00
Sean Busbey
4c203a9be0
HBASE-19158 First pass at a 1.2 -> 2.0 upgrade section.
...
Signed-off-by: Michael Stack <stack@apache.org>
Signed-off-by: Mike Drob <mdrob@apache.org>
2018-03-24 11:01:14 -05:00
tianjingyun
e468b4022f
HBASE-20227 Add UT for ReplicationUtils.contains method
...
Signed-off-by: zhangduo <zhangduo@apache.org>
2018-03-24 22:12:52 +08:00
tedyu
b50b2e51bf
HBASE-20272 TestAsyncTable#testCheckAndMutateWithTimeRange fails due to TableExistsException
2018-03-24 06:27:20 -07:00
zhangduo
c44e886860
HBASE-20271 ReplicationSourceWALReader.switched should use the file name instead of the path object directly
2018-03-24 21:12:40 +08:00
Jan Hentschel
64ccd2b295
HBASE-13300 Fixed casing in set/getTimeStamp for Mutations
2018-03-23 17:23:22 -07:00
Balazs Meszaros
b3ee2adead
HBASE-20245 HTrace commands do not work
2018-03-23 16:53:31 -07:00
Sakthi
b8f999bf33
HBASE-20135 Fixed NullPointerException during reading bloom filter when upgraded from hbase-1 to hbase-2
2018-03-23 15:21:51 -07:00