HBASE-27855 Support dynamic adjustment of flusher count (#5247)

Co-authored-by: huiruan <876107431@qq.com>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
3 files changed
tree: c3b492101ac1e0e107cb5e5fe6a1455508277df3
  1. bin/
  2. conf/
  3. dev-support/
  4. hbase-annotations/
  5. hbase-archetypes/
  6. hbase-assembly/
  7. hbase-asyncfs/
  8. hbase-backup/
  9. hbase-balancer/
  10. hbase-build-configuration/
  11. hbase-checkstyle/
  12. hbase-client/
  13. hbase-common/
  14. hbase-compression/
  15. hbase-endpoint/
  16. hbase-examples/
  17. hbase-external-blockcache/
  18. hbase-hadoop-compat/
  19. hbase-hbtop/
  20. hbase-http/
  21. hbase-it/
  22. hbase-logging/
  23. hbase-mapreduce/
  24. hbase-metrics/
  25. hbase-metrics-api/
  26. hbase-procedure/
  27. hbase-protocol-shaded/
  28. hbase-replication/
  29. hbase-resource-bundle/
  30. hbase-rest/
  31. hbase-server/
  32. hbase-shaded/
  33. hbase-shell/
  34. hbase-testing-util/
  35. hbase-thrift/
  36. hbase-zookeeper/
  37. src/
  38. .asf.yaml
  39. .editorconfig
  40. .git-blame-ignore-revs
  41. .gitattributes
  42. .gitignore
  43. .pylintrc
  44. .rubocop.yml
  45. CHANGES.txt
  46. LICENSE.txt
  47. NOTICE.txt
  48. pom.xml
  49. README.md
README.md

hbase-logo

Apache HBase is an open-source, distributed, versioned, column-oriented store modeled after Google' Bigtable: A Distributed Storage System for Structured Data by Chang et al. Just as Bigtable leverages the distributed data storage provided by the Google File System, HBase provides Bigtable-like capabilities on top of Apache Hadoop.

Getting Start

To get started using HBase, the full documentation for this release can be found under the doc/ directory that accompanies this README. Using a browser, open the docs/index.html to view the project home page (or browse https://hbase.apache.org). The hbase ‘book’ has a ‘quick start’ section and is where you should being your exploration of the hbase project.

The latest HBase can be downloaded from the download page.

We use mailing lists to send notice and discuss. The mailing lists and archives are listed here

How to Contribute

The source code can be found at https://hbase.apache.org/source-repository.html

The HBase issue tracker is at https://hbase.apache.org/issue-tracking.html

Notice that, the public registration for https://issues.apache.org/ has been disabled due to spam. If you want to contribute to HBase, please visit the Request a jira account page to submit your request. Please make sure to select hbase as the ‘ASF project you want to file a ticket’ so we can receive your request and process it.

NOTE: we need to process the requests manually so it may take sometime, for example, up to a week, for us to respond to your request.

About

Apache HBase is made available under the Apache License, version 2.0

The HBase distribution includes cryptographic software. See the export control notice here.