HBASE-26924 [Documentation] Fix log parameter error and spelling error#4317
Closed
weimingdiit wants to merge 4298 commits intoapache:masterfrom
Closed
HBASE-26924 [Documentation] Fix log parameter error and spelling error#4317weimingdiit wants to merge 4298 commits intoapache:masterfrom
weimingdiit wants to merge 4298 commits intoapache:masterfrom
Conversation
…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
Signed-off-by: stack <stack@apache.org>
…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>
…pache#2974) Signed-off-by: stack <stack@apache.org>
…e region groups (apache#3002) Signed-off-by: stack <stack@duboce.net>
…ize (apache#2976) Signed-off-by: stack <stack@apache.org>
…ble (apache#2752) Signed-off-by: Guanghao Zhang <zghao@apache.org> Signed-off-by: stack <stack@apache.org>
…en if fqdn (apache#3048)" This reverts commit 5366a7c.
…lhost Signed-off-by: stack <stack@apache.org>
…unctionality not in old branches
…secure HBase cluster connection (apache#3051)
…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)
…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)
…#3632) Signed-off-by: Duo Zhang <zhangduo@apache.org>
…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>
…#3639) Signed-off-by: Duo Zhang <zhangduo@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)
…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>
…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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
HBASE-26924 [Documentation] Fix log parameter error and spelling error