Repository: hadoop
Updated Branches:
refs/heads/trunk 57c7ae1af -> af7876787
HADOOP-12352. Delay in checkpointing Trash can leave trash for 2 intervals
before deleting. Contributed by Casey Brotherton.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apac
Repository: hadoop
Updated Branches:
refs/heads/branch-2 387076894 -> e99349830
HADOOP-12352. Delay in checkpointing Trash can leave trash for 2 intervals
before deleting. Contributed by Casey Brotherton.
(cherry picked from commit af78767870b8296886c03f8be24cf13a4e2bd4b0)
Project: http://g
Repository: hadoop
Updated Branches:
refs/heads/branch-2 137bde075 -> 387076894
YARN-4014. Support user cli interface in for Application Priority. Contributed
by Rohith Sharma K S
(cherry picked from commit 57c7ae1affb2e1821fbdc3f47738d7e6fd83c7c1)
Project: http://git-wip-us.apache.org/repos
Repository: hadoop
Updated Branches:
refs/heads/trunk 3b00eaea2 -> 57c7ae1af
YARN-4014. Support user cli interface in for Application Priority. Contributed
by Rohith Sharma K S
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/c
Repository: hadoop
Updated Branches:
refs/heads/YARN-2928 9d1494733 -> 3c36922d7
YARN-3058. Miscellaneous issues in NodeManager project (Naganarasimha G R via
sjlee)
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3c369
Repository: hadoop
Updated Branches:
refs/heads/branch-2 ef8437a38 -> 137bde075
HDFS-8932. NPE thrown in NameNode when try to get TotalSyncCount metric before
editLogStream initialization. Contributed by Surendra Singh Lilhore
(cherry picked from commit 3b00eaea256d252be3361a7d9106b88756fcb9b
Repository: hadoop
Updated Branches:
refs/heads/trunk 66d0c81d8 -> 3b00eaea2
HDFS-8932. NPE thrown in NameNode when try to get TotalSyncCount metric before
editLogStream initialization. Contributed by Surendra Singh Lilhore
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit:
Repository: hadoop
Updated Branches:
refs/heads/trunk bdd79388f -> 66d0c81d8
HDFS-8948. Use GenericTestUtils to set log levels in TestPread and
TestReplaceDatanodeOnFailure. Contributed by Mingliang Liu.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.ap
Repository: hadoop
Updated Branches:
refs/heads/branch-2 eefc1c174 -> ef8437a38
HDFS-8948. Use GenericTestUtils to set log levels in TestPread and
TestReplaceDatanodeOnFailure. Contributed by Mingliang Liu.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us
Repository: hadoop
Updated Branches:
refs/heads/branch-2 7a0a31586 -> eefc1c174
HDFS-8928. Improvements for BlockUnderConstructionFeature:
ReplicaUnderConstruction as a separate class and replicas as an array.
Contributed by Jing Zhao.
(cherry picked from commit bdd79388f39f4f35af7decd5703ef
Repository: hadoop
Updated Branches:
refs/heads/trunk 48774d0a4 -> bdd79388f
HDFS-8928. Improvements for BlockUnderConstructionFeature:
ReplicaUnderConstruction as a separate class and replicas as an array.
Contributed by Jing Zhao.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/rep
Repository: hadoop
Updated Branches:
refs/heads/HDFS-7285-merge [deleted] b2049f95a
Repository: hadoop
Updated Branches:
refs/heads/branch-2 95f8e9369 -> 7a0a31586
HADOOP-12325. RPC Metrics : Add the ability track and log slow RPCs.
Contributed by Anu Engineer
(cherry picked from commit 48774d0a45d95557affbd6bbaf8035cc9575ef36)
Conflicts:
hadoop-common-project/hadoo
Repository: hadoop
Updated Branches:
refs/heads/trunk b5ce87f84 -> 48774d0a4
HADOOP-12325. RPC Metrics : Add the ability track and log slow RPCs.
Contributed by Anu Engineer
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/comm
HDFS-8891. HDFS concat should keep srcs order. Contributed by Yong Zhang.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/dc7a0616
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/dc7a0616
Diff: http://git-wip-us.apa
YARN-4055. Report node resource utilization in heartbeat. (Inigo Goiri via
kasha)
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/13604bd5
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/13604bd5
Diff: http://git-w
YARN-4023. Publish Application Priority to TimelineServer. (Sunil G via
rohithsharmaks)
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1c12adb7
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/1c12adb7
Diff: http:/
YARN-4026. Refactored ContainerAllocator to accept a list of priorites rather
than a single priority. Contributed by Wangda Tan
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e5003be9
Tree: http://git-wip-us.apache.org/rep
MAPREDUCE-5817. Mappers get rescheduled on node transition even after all
reducers are completed. (Sangjin Lee via kasha)
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/27d24f96
Tree: http://git-wip-us.apache.org/repos/asf
HDFS-7225. Remove stale block invalidation work when DN re-registers with
different UUID. (Zhe Zhang and Andrew Wang)
Moved to 2.6.1
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/08bd4edf
Tree: http://git-wip-us.apache.or
Merge commit '456e901a4c5c639267ee87b8e5f1319f256d20c2' (HDFS-6407. Add sorting
and pagination in the datanode tab of the NN Web UI. Contributed by Haohui
Mai.) into HDFS-7285-merge
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop
HADOOP-10786. Fix UGI#reloginFromKeytab on Java 8. Contributed by Stephen Chu.
Moved CHANGES.txt entry to 2.6.1
(cherry picked from commit d6050f06a3b7e049541b1cb4597c388abf00a5be)
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/c
MAPREDUCE-6439. AM may fail instead of retrying if RM shuts down during the
allocate call. (Anubhav Dhoot via kasha)
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/8dfec7a1
Tree: http://git-wip-us.apache.org/repos/asf/hado
YARN-3999. RM hangs on draing events. Contributed by Jian He
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3ae716fa
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/3ae716fa
Diff: http://git-wip-us.apache.org/repos
YARN-3534. Collect memory/cpu usage on the node. (Inigo Goiri via kasha)
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/def12933
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/def12933
Diff: http://git-wip-us.apac
HADOOP-11333. Fix deadlock in DomainSocketWatcher when the notification pipe is
full (zhaoyunjiong via cmccabe)
Moved to 2.6.1
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/05ed6905
Tree: http://git-wip-us.apache.org/repo
HDFS-6407. Add sorting and pagination in the datanode tab of the NN Web UI.
Contributed by Haohui Mai.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/456e901a
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/456e90
HDFS-8565. Typo in dfshealth.html - Decomissioning. (nijel via xyao)
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1569228e
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/1569228e
Diff: http://git-wip-us.apache.o
http://git-wip-us.apache.org/repos/asf/hadoop/blob/6b6a63bb/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockManager.java
--
diff --cc
hadoop-hdfs-project/hadoop-hdfs/src/main/java/o
YARN-4031. Add JvmPauseMonitor to ApplicationHistoryServer and
WebAppProxyServer (djp via rkanter)
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/dc2340c6
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/dc2340c6
D
http://git-wip-us.apache.org/repos/asf/hadoop/blob/456e901a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/jquery.dataTables.min.js
--
diff --git
a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/jquery.dataTables
HADOOP-7139. Allow appending to existing SequenceFiles (Contributed by kanaka
kumar avvaru)
Moved to 2.6.1
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/fc508b41
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/fc
YARN-3887. Support changing Application priority during runtime. Contributed by
Sunil G
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/fa1d84ae
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/fa1d84ae
Diff: http:/
http://git-wip-us.apache.org/repos/asf/hadoop/blob/6b6a63bb/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSStripedOutputStream.java
--
diff --cc
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/had
HADOOP-12295. Improve NetworkTopology#InnerNode#remove logic. (yliu)
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/53bef9c5
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/53bef9c5
Diff: http://git-wip-us.apache.o
HADOOP-12318. Expose underlying LDAP exceptions in SaslPlainServer. Contributed
by Mike Yoder.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/820f864a
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/820f864a
Diff:
HDFS-8805. Archival Storage: getStoragePolicy should not need superuser
privilege. Contributed by Brahma Reddy Battula.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1fc3c779
Tree: http://git-wip-us.apache.org/repos/asf/h
HDFS-8270. create() always retried with hardcoded timeout when file already
exists with open lease (Contributed by J.Andreina)
Moved to 2.6.1
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/84bf7129
Tree: http://git-wip-us.
YARN-4047. ClientRMService getApplications has high scheduler lock contention.
Contributed by Jason Lowe
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/7a445fcf
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/7a44
HDFS-7649. Multihoming docs should emphasize using hostnames in configurations.
(Contributed by Brahma Reddy Battula)
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ae57d60d
Tree: http://git-wip-us.apache.org/repos/asf/had
HDFS-7235. DataNode#transferBlock should report blocks that don't exist using
reportBadBlock (yzhang via cmccabe)
Moved CHANGES.txt entry to 2.6.1
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f2b4bc9b
Tree: http://git-wi
YARN-4005. Completed container whose app is finished is possibly not removed
from NMStateStore. Contributed by Jun Gong
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/38aed1a9
Tree: http://git-wip-us.apache.org/repos/asf/h
http://git-wip-us.apache.org/repos/asf/hadoop/blob/6b6a63bb/hadoop-hdfs-project/hadoop-hdfs-client/src/main/proto/ClientNamenodeProtocol.proto
--
diff --cc
hadoop-hdfs-project/hadoop-hdfs-client/src/main/proto/ClientNamenodeProtoc
HDFS-8824. Do not use small blocks for balancing the cluster.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2bc0a4f2
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2bc0a4f2
Diff: http://git-wip-us.apache.org/repo
YARN-3873. PendingApplications in LeafQueue should also use OrderingPolicy.
(Sunil G via wangda)
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/cf9d3c92
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/cf9d3c92
Dif
http://git-wip-us.apache.org/repos/asf/hadoop/blob/6b6a63bb/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/Namesystem.java
--
diff --cc
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache
HADOOP-10786. Fix UGI#reloginFromKeytab on Java 8. Contributed by Stephen Chu.
Moved CHANGES.txt entry to 2.6.1
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e7aa8139
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tre
HDFS-8713. Convert DatanodeDescriptor to use SLF4J logging.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2e7b7e2c
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2e7b7e2c
Diff: http://git-wip-us.apache.org/repos/
http://git-wip-us.apache.org/repos/asf/hadoop/blob/6b6a63bb/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/protocol/ClientProtocol.java
--
diff --cc
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java
HDFS-8887. Expose storage type and storage ID in BlockLocation.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1ea1a833
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/1ea1a833
Diff: http://git-wip-us.apache.org/re
HADOOP-12258. Need translate java.nio.file.NoSuchFileException to
FileNotFoundException to avoid regression. Contributed by Zhihai Xu.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/6cc8e38d
Tree: http://git-wip-us.apache.
HDFS-8879. Quota by storage type usage incorrectly initialized upon namenode
restart. Contributed by Xiaoyu Yao.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3e715a4f
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/t
HDFS-8883. NameNode Metrics : Add FSNameSystem lock Queue Length. Contributed
by Anu Engineer.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a7862d5f
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a7862d5f
Diff:
HADOOP-12322. Typos in rpcmetrics.java. (Contributed by Anu Engineer)
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/6b1cefc5
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/6b1cefc5
Diff: http://git-wip-us.apache.
YARN-3987. Send AM container completed msg to NM once AM finishes. Contributed
by sandflee
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0a030546
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0a030546
Diff: htt
Adding release 2.6.1 to CHANGES.txt
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/7c796fd1
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/7c796fd1
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/7c796fd1
HDFS-8866. Typo in docs: Rumtime -> Runtime. Contributed by Gabor Liptak.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/8f73bdd0
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/8f73bdd0
Diff: http://git-wip-us.apa
HDFS-8818. Changes the global moveExecutor to per datanode executors and
changes MAX_SIZE_TO_MOVE to be configurable.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b56daff6
Tree: http://git-wip-us.apache.org/repos/asf/had
HDFS-7213. processIncrementalBlockReport performance degradation. Contributed
by Eric Payne.
Moved CHANGES.TXT entry to 2.6.1
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d25cb8fe
Tree: http://git-wip-us.apache.org/repos
HDFS-7263. Snapshot read can reveal future bytes for appended files.
Contributed by Tao Luo.
Moved CHANGES.txt entry to 2.6.1
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/fa264114
Tree: http://git-wip-us.apache.org/repos
HADOOP-12244. recover broken rebase during precommit (aw)
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b73181f1
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b73181f1
Diff: http://git-wip-us.apache.org/repos/as
HDFS-8772. Fix TestStandbyIsHot#testDatanodeRestarts which occasionally fails.
Contributed by Walter Su.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/98a27d11
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/98a2
Repository: hadoop
Updated Branches:
refs/heads/HDFS-7285 b57c9a35f -> 6b6a63bbb
YARN-3966. Fix excessive loggings in CapacityScheduler. (Jian He via wangda)
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4bc42d76
Tree:
http://git-wip-us.apache.org/repos/asf/hadoop/blob/95f8e936/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocolPB/ClientNamenodeProtocolServerSideTranslatorPB.java
--
diff --git
a/hadoop-hdfs-project/hado
Repository: hadoop
Updated Branches:
refs/heads/branch-2 a727c6db0 -> 95f8e9369
http://git-wip-us.apache.org/repos/asf/hadoop/blob/95f8e936/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/util/ExactSizeInputStream.java
---
http://git-wip-us.apache.org/repos/asf/hadoop/blob/95f8e936/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/shortcircuit/ShortCircuitShm.java
--
diff --git
a/hadoop-hdfs-project/hadoop-hdfs-client/src/m
http://git-wip-us.apache.org/repos/asf/hadoop/blob/a727c6db/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/shortcircuit/ShortCircuitShm.java
--
diff --git
a/hadoop-hdfs-project/hadoop-hdfs-client/src/m
http://git-wip-us.apache.org/repos/asf/hadoop/blob/a727c6db/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocolPB/ClientNamenodeProtocolServerSideTranslatorPB.java
--
diff --git
a/hadoop-hdfs-project/hado
Revert "HDFS-8934. Move ShortCircuitShm to hdfs-client. Contributed by
Mingliang Liu."
This reverts commit 8e4afa3a671583c95263218b85cf6bfbc1e43635.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a727c6db
Tree: http://git
Repository: hadoop
Updated Branches:
refs/heads/branch-2 87d013370 -> a727c6db0
http://git-wip-us.apache.org/repos/asf/hadoop/blob/a727c6db/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/util/ExactSizeInputStream.java
---
Repository: hadoop
Updated Branches:
refs/heads/HDFS-7285-backup [created] b57c9a35f
Repository: hadoop
Updated Branches:
refs/heads/branch-2 6dc732f2f -> 87d013370
HDFS-8930. Block report lease may leak if the 2nd full block report comes when
NN is still in safemode (Colin P. McCabe via Jing Zhao)
(cherry picked from commit b5ce87f84d9de0a5347ab38c0567a5a70d1fbfd7)
Project
Repository: hadoop
Updated Branches:
refs/heads/trunk feaf03499 -> b5ce87f84
HDFS-8930. Block report lease may leak if the 2nd full block report comes when
NN is still in safemode (Colin P. McCabe via Jing Zhao)
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-w
Repository: hadoop
Updated Branches:
refs/heads/HDFS-7285-merge babc5182c -> b2049f95a (forced update)
Fix minor issues when merging trunk (DFS-6407) to HDFS-7285 branch.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b
74 matches
Mail list logo