Skip to content

HBASE-26924 [Documentation] Fix log parameter error and spelling error#4317

Closed
weimingdiit wants to merge 4298 commits intoapache:masterfrom
weimingdiit:HBASE-26924
Closed

HBASE-26924 [Documentation] Fix log parameter error and spelling error#4317
weimingdiit wants to merge 4298 commits intoapache:masterfrom
weimingdiit:HBASE-26924

Conversation

@weimingdiit
Copy link
Contributor

HBASE-26924 [Documentation] Fix log parameter error and spelling error

shenshengli and others added 30 commits March 7, 2021 22:06
…l statement(apache#2992)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: zhangduo <zhangduo@apache.org>
Signed-off-by: Ramkrishna <ramkrishna@apache.org>
Added a new interface in TableDescriptor which allows user to define RSGroup name while creating or modifying a table.

Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Pankaj Kumar<pankajkumar@apache.org>
…nd RELEASENOTES.md

Signed-off-by: Andrew Purtell <apurtell@apache.org>
Signed-off-by: Andrew Purtell <apurtell@apache.org>
Close the stream using a try-with-resources block.

Reviewed-by: Aman Poonia <aman.poonia.29@gmail.com>
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
Signed-off-by: Viraj Jasani <vjasani@apache.org>
Signed-off-by: Bharath Vissapragada <bharathv@apache.org>
(cherry picked from commit 573daed)
Signed-off-by: Yulin Niu <niuyulin@apache.org>
…el (apache#3040)

Signed-off-by: zhangduo <zhangduo@apache.org>
Signed-off-by: Viraj Jasani <vjasani@apache.org>
apache#2923)

Signed-off-by: Peter Somogyi <psomogyi@apache.org>
(cherry picked from commit 373dc77)
…able TZs (apache#3013)

Signed-off-by: XinSun <ddupgs@gmail.com>
Signed-off-by: zhangduo <zhangduo@apache.org>
Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
Co-authored-by: stack <stack@apache.org>
Co-authored-by: sudhir-reddy <sudhir-reddy>
Co-authored-by: Huaxiang Sun <huaxiangsun@apache.org>
…." makes master log unreadable (apache#2949)

Turn down the amount we log. If you want to see the full exception
enable TRACE-level logging.

Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: shahrs87
…ache#3041)

Signed-off-by: meiyi <myimeiyi@gmail.com>
Signed-off-by: stack <stack@apache.org>
…pache#3024)

Signed-off-by: Viraj Jasani <vjasani@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
…it policy vitals) (apache#3044)

Add a toString to all split policy implementations listing name and
 vitals. Use this toString in the Region open message. Ditto for flush
 policy for the Region.

 Signed-off-by: Huaxiang Sun<huaxiangsun@apache.org>
…e region groups (apache#3002)

Signed-off-by: stack <stack@duboce.net>
…ble (apache#2752)

Signed-off-by: Guanghao Zhang <zghao@apache.org>
Signed-off-by: stack <stack@apache.org>
…lhost

Signed-off-by: stack <stack@apache.org>
…ame for secure HBase cluster connection (apache#3051)"

This reverts commit 90c147f.

Reverting because new feature and only want bug fixes on branches.
…he source is stuck getting initialized (apache#3018)

Introduces a new metric that tracks number of replication sources that are stuck in initialization.

Signed-off-by: Xu Cang <xucang@apache.org>
Signed-off-by: Bharath Vissapragada <bharathv@apache.org>
(cherry picked from commit ff38218)
lpalasthy and others added 28 commits August 25, 2021 16:40
…pache#3622)

Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
…dress (apache#3625)

Signed-off-by: Rushabh Shah <shahrs87@gmail.com>
Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
(cherry-picked from commit d781113)
…pache#3579)

Signed-off-by: Bharath Vissapragada <bharathv@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
Our logs have as a fairly common occurrence: 2021-03-05 22:24:31,034 WARN
[StoreFileOpener-foo-1] hfile.BlockCacheUtil: Caching an already cached
block: blah.bub. This is harmless and can happen in rare cases (see HBASE-8547)

Because it is harmless, log at DEBUG level, not WARN.

Signed-off-by: Baiqiang Zhao <zhaobaiqiang@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Viraj Jasani <vjasani@apache.org>
Reviewed-by: Rushabh Shah <rushabh.shah@salesforce.com>
…en (apache#3654)

Signed-off-by: Geoffrey Jacoby <gjacoby@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
…ds InmemoryFlushSize for CompactingMemStore (apache#3604)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
…l#initCredentialsForCluster (apache#3592)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
Reviewed-by: Rushabh Shah <shahrs87@gmail.com>
…flaky (apache#3651)

Signed-off-by: Duo Zhang <zhangduo@apache.org>

(cherry picked from commit 345d725)
…ted. Default to true always." (apache#3640)

Signed-off-by: Viraj Jasani <vjasani@apache.org>
Reviewed-by: Duo Zhang <zhangduo@apache.org>
… wal file in all oldWALs directory. (apache#3636)

Signed-off-by: Andrew Purtell <apurtell@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>

Conflicts:
	hbase-mapreduce/src/test/java/org/apache/hadoop/hbase/mapreduce/TestWALRecordReader.java
…nd RELEASENOTES.md

Signed-off-by: Andrew Purtell <apurtell@apache.org>
Signed-off-by: Andrew Purtell <apurtell@apache.org>
Signed-off-by: stack <stack@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
…/hadoop/hbase/util/HBaseFsck.java" (apache#3650)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
…actionPolicy (apache#3646)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
…ableSnapshotInputFormat (apache#3661) (apache#3669)

Signed-off-by: Anoop Sam John <anoopsamjohn@apache.org>
…ng cells (apache#3673)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Viraj Jasani <vjasani@apache.org>
(cherry-picked from commit ee632bd)
)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
…et a ReadType on the Scan for a Snapshot-based Job

HBase 2 moved over Scans to use PREAD by default instead of STREAM like
HBase 1. In the context of a MapReduce job, we can generally expect that
clients using the InputFormat (batch job) would be reading most of the
data for a job. Cater to them, but still give users who want PREAD the
ability to do so.

Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Tak Lon (Stephen) Wu <taklwu@apache.org>
…re RPC completed (apache#3680)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
…rface (apache#3671)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Anoop Sam John <anoopsamjohn@apache.org>
)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
…ob (apache#3684)

Introduce `hfile.onheap.block.cache.fixed.size`
and default to disable. when using ClientSideRegionScanner
it will be enabled with a fixed size for caching
INDEX/LEAF_INDEX block when a client, e.g.
snapshot scanner, scans the entire HFile
and does not need to seek/reseek to index
block multiple times.

Signed-off-by: Josh Elser <elserj@apache.org>
…duce job

Compliation fixes for CombinedBlockCache and TestClientSideRegionScanner.

Signed-off-by: Andrew Purtell <apurtell@apache.org>
… double comparison (apache#3698)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
@weimingdiit weimingdiit closed this Apr 2, 2022
@weimingdiit weimingdiit deleted the HBASE-26924 branch April 2, 2022 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.