-
Notifications
You must be signed in to change notification settings - Fork 9.2k
fix bug HADOOP-13192 #95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
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
… they're not empty. Contributed by Colin McCabe and Eddy Xu. (cherry picked from commit 50ee8f4) (cherry picked from commit 2f46ee5) Conflicts: hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocolPB/PBHelper.java hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockManager.java hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/BPServiceActor.java hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NameNodeRpcServer.java hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/protocol/TestBlockListAsLongs.java hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/blockmanagement/TestBlockManager.java hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/blockmanagement/TestNameNodePrunesMissingStorages.java hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/datanode/TestTriggerBlockReport.java (cherry picked from commit 03d4af3)
…Kihwal Lee. (cherry picked from commit 285b31e) (cherry picked from commit 7e62207) Conflicts: hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/ContentSummaryComputationContext.java hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirStatAndListingOp.java hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirectory.java (cherry picked from commit 1ef5e0b)
… Li. (cherry picked from commit 4cec9975c0e2c2fcca090888dc2c5e149c5be1e9) (cherry picked from commit 3de0bf9) (cherry picked from commit c3b2b377f19293797a88f4636f07e2ab8e18c78b)
…finalize upgrade. Contributed by Jing Zhao. (cherry picked from commit fddd552) (cherry picked from commit 38b031d) Conflicts: hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NNUpgradeUtil.java hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/ha/BootstrapStandby.java (cherry picked from commit b4e227e)
… Sato via stevel) (cherry picked from commit a6a5d1d)
(cherry picked from commit d6e40fd)
…akims) (cherry picked from commit acafc95)
…al (iwasakims)" This reverts commit f311023.
…o in response of RM REST API. (Varun Vasudev via junping-du)
…tributed by Zhe Zhang. Conflicts: hadoop-common-project/hadoop-common/CHANGES.txt
…-Chiu Chuang. (cherry picked from commit ab725cf) Conflicts: hadoop-common-project/hadoop-common/CHANGES.txt
…OOM. Contributed by Sangjin Lee (cherry picked from commit 9a09200)
…when rolling log aggregation is disabled. Contributed by Jun Gong
…am with accurate .getPos() (Contributed by kanaka kumar avvaru) (cherry picked from commit 48ca23d) (cherry picked from commit d21bc81) (cherry picked from commit 62da8f6) Conflicts: hadoop-common-project/hadoop-common/CHANGES.txt hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/RawLocalFileSystem.java
…ctive of headroom. (kasha via wangda)
…ppend (Contributed by Brahma Reddy Battula) (cherry picked from commit 37e4e45)
Added CHANGES.txt entry (cherry picked from commit b52ac3c)
…tributed by Xiaobing Zhou)
…ontributed by harsh. (harsh) (cherry picked from commit 54e612b)
… resources ask after ramping down of all reducers avoiding job hangs. Contributed by Varun Saxena and Wangda Tan. Updated the 2.7 branch patch to fix a minor issue in TestRMContainerAllocator.java and a minor fix in the 2.6 patch. (cherry picked from commit 8d48266) (cherry picked from commit 9f51a3f)
…UG level instead of INFO level. Contributed by Xiaoyu Yao. (cherry picked from commit 0942c99)
…er resource requests. Contributed by Wangda Tan (cherry picked from commit c9bb96f) Conflicts: hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/rm/TestRMContainerAllocator.java
…rate duplicate records. Contributed by Wilfred Spiegelenburg (cherry picked from commit 9227dfc)
shanthoosh
added a commit
to shanthoosh/hadoop
that referenced
this pull request
Oct 15, 2019
Rocksdb LocalStoreMonitor is responsible for clearing up unused local task partition stores. Metrics are required to understand the behavior of this monitor in production(especially when it's clearing up unused rocksdb local stores). The following two metrics will be emitted from this monitor: a) Total disk space cleared in bytes. b) Total number of rocksdb task partition stores cleared. Author: Shanthoosh Venkataraman <svenkataraman@linkedin.com> Reviewers: Jacob Maes <jmaes@linkedin.com> Closes apache#95 from shanthoosh/metrics_into_local_store_monitor
saxenapranav
pushed a commit
to saxenapranav/hadoop
that referenced
this pull request
Aug 18, 2023
Fix for tracing context in sub-sequential and parallel operations
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.
fix bug HADOOP-13192