You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by ZanderXu <gi...@git.apache.org> on 2018/10/18 07:46:10 UTC

[GitHub] hadoop pull request #430: ������Master������

GitHub user ZanderXu opened a pull request:

    https://github.com/apache/hadoop/pull/430

    合并Master修改

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ZanderXu/hadoop master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/hadoop/pull/430.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #430
    
----
commit 44dbddb02287d4b1cf6f531c58f215e64e4f447c
Author: Akira Ajisaka <aa...@...>
Date:   2015-06-25T15:20:12Z

    HDFS-8462. Implement GETXATTRS and LISTXATTRS operations for WebImageViewer. Contributed by Jagadesh Kiran N.
    
    (cherry picked from commit bc433908d35758ff0a7225cd6f5662959ef4d294)

commit 05e9ffdd6226aa7155f4c77709f8043067aed382
Author: Arpit Agarwal <ar...@...>
Date:   2015-06-25T17:13:22Z

    HDFS-8640. Make reserved RBW space visible through JMX. (Contributed by kanaka kumar avvaru)

commit 31fd7a51d8850d140a9c5b9b2adbf06fcdc2a7f0
Author: Jason Lowe <jl...@...>
Date:   2015-06-25T19:50:07Z

    MAPREDUCE-6413. TestLocalJobSubmission is failing with unknown host. Contributed by zhihai xu
    (cherry picked from commit aa5b15b03be61ebb76a226e0de485d5228c8e3d0)

commit ba406b723d4b978d2dd02f35a2a8e20a812a3cee
Author: Andrew Wang <wa...@...>
Date:   2015-06-26T00:29:24Z

    HDFS-8665. Fix replication check in DFSTestUtils#waitForReplication.
    
    (cherry picked from commit ff0e5e572f5dcf7b49381cbe901360f6e171d423)

commit 84fdd4a3a0c3e0e696f8818134e188e306948686
Author: Andrew Wang <wa...@...>
Date:   2015-06-26T00:50:32Z

    HDFS-8546. Use try with resources in DataStorage and Storage.
    
    (cherry picked from commit 1403b84b122fb76ef2b085a728b5402c32499c1f)

commit 55427fb66c6d52ce98b4d68a29b592a734014c28
Author: Harsh J <ha...@...>
Date:   2012-09-23T10:37:52Z

    HADOOP-8151. Error handling in snappy decompressor throws invalid exceptions. Contributed by Matt Foley. (harsh)
    
    git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1389006 13f79535-47bb-0310-9956-ffa450edef68
    (cherry picked from commit ac31d6a4485d7ff9074fb5dade7a6cf5292bb347)
    
    Conflicts:
    
    	hadoop-common-project/hadoop-common/CHANGES.txt

commit 0221d19f4e398c386f4ca3990b0893562aa8dacf
Author: Jason Lowe <jl...@...>
Date:   2015-06-26T15:47:07Z

    YARN-3850. NM fails to read files from full disks which can lead to container logs being lost and other issues. Contributed by Varun Saxena
    (cherry picked from commit 40b256949ad6f6e0dbdd248f2d257b05899f4332)

commit 8552af91f4a44e16129ac41d4acbae0d444e570f
Author: Colin Patrick Mccabe <cm...@...>
Date:   2015-06-26T17:21:40Z

    HDFS-8651. Make hadoop-hdfs-project Native code -Wall-clean (Alan Burlison via Colin P. McCabe)
    
    (cherry picked from commit 1b764a01fd8010cf9660eb378977a1b2b81f330a)

commit 83d76151e279ebd3f11f7b342350816e7dca6d76
Author: Jing Zhao <ji...@...>
Date:   2015-06-26T17:49:01Z

    HDFS-8623. Refactor NameNode handling of invalid, corrupt, and under-recovery blocks. Contributed by Zhe Zhang.
    
    (cherry picked from commit de480d6c8945bd8b5b00e8657b7a72ce8dd9b6b5)

commit dd7776b2fe158abbe0626743612adca4ad08f581
Author: Andrew Wang <wa...@...>
Date:   2015-06-26T18:30:59Z

    HDFS-8656. Preserve compatibility of ClientProtocol#rollingUpgrade after finalization.
    
    (cherry picked from commit 60b858bfa65e0feb665e1a84784a3d45e9091c66)

commit 9cf5bd2fad94d1067dc01c47ae7e8eab50cf9d39
Author: Colin Patrick Mccabe <cm...@...>
Date:   2015-06-26T19:32:31Z

    HADOOP-12036. Consolidate all of the cmake extensions in one directory (alanburlison via cmccabe)
    
    (cherry picked from commit aa07dea3577158b92a17651d10da20df73f54561)

commit 1a8d162bc4c6da9291a39fcf6981e046e2d188d4
Author: Xuan <xg...@...>
Date:   2015-06-27T02:43:59Z

    YARN-2871. TestRMRestart#testRMRestartGetApplicationList sometime fails
    in trunk. Contributed by zhihai xu
    
    (cherry picked from commit fe6c1bd73aee188ed58df4d33bbc2d2fe0779a97)

commit e163c1e0dabf2b8012cb6304351836f6dddb85a2
Author: Devaraj K <de...@...>
Date:   2015-06-28T04:34:50Z

    YARN-3859. LeafQueue doesn't print user properly for application add.
    Contributed by Varun Saxena.
    
    (cherry picked from commit b543d1a390a67e5e92fea67d3a2635058c29e9da)

commit f02c06965c7caecb64c56c65b03648e998643c67
Author: Steve Loughran <st...@...>
Date:   2015-06-28T18:13:48Z

    HADOOP-12009 Clarify FileSystem.listStatus() sorting order & fix  FileSystemContractBaseTest:testListStatus. (J.Andreina via stevel)

commit 0fd47fa8099d4c2efad19a253eabe3bbd2cb78de
Author: Arpit Agarwal <ar...@...>
Date:   2015-06-28T21:51:17Z

    HDFS-8681. BlockScanner is incorrectly disabled by default. (Contributed by Arpit Agarwal)

commit 4155bb565efc6cfe4f0cb0d117d7875cd049ee0c
Author: Vinod Kumar Vavilapalli <vi...@...>
Date:   2015-06-28T23:29:12Z

    Adding release 2.7.2 to CHANGES.txt.
    
    (cherry picked from commit aad6a7d5dba5858d6e9845f18c4baec16c91911d)

commit dbd2b1820579e039413656f0041af62aef10e08b
Author: Junping Du <ju...@...>
Date:   2015-06-29T05:26:47Z

    YARN-3860. rmadmin -transitionToActive should check the state of non-target node. (Contributed by Masatake Iwasaki)
    (cherry picked from commit a95d39f9d08b3b215a1b33e77e9ab8a2ee59b3a9)

commit beab746177cbfd720dc5fab44926eea5a034d52b
Author: Vinayakumar B <vi...@...>
Date:   2015-06-29T09:55:03Z

    HDFS-8586. Dead Datanode is allocated for write when client is from deadnode (Contributed by Brahma Reddy Battula)
    
    (cherry picked from commit 88ceb382ef45bd09cf004cf44aedbabaf3976759)

commit e4adb191aabde2262562fe03ced16aabfbc49d98
Author: Vinayakumar B <vi...@...>
Date:   2015-06-29T10:28:54Z

    HADOOP-12119. hadoop fs -expunge does not work for federated namespace (Contributed by J.Andreina)
    
    (cherry picked from commit c815344e2e68d78f6587b65bc2db25e151aa4364)

commit 438bb25d437aad628c993d4c2ebca1d6e924a643
Author: Vinayakumar B <vi...@...>
Date:   2015-06-29T11:20:48Z

    HDFS-8628. Update missing command option for fetchdt (Contributed by J.Andreina)
    
    (cherry picked from commit fde20ffcef6dcd477f501b5f80c86665296711c5)

commit e40e9fc7f484f2bf387fa0f2aeebe350672fc385
Author: Benoy Antony <be...@...>
Date:   2015-06-29T18:00:22Z

    HDFS-7390. Provide JMX metrics per storage type. (Benoy Antony)
    
    (cherry picked from commit d3fed8e653ed9e18d3a29a11c4b24a628ac770bb)

commit ada7f66e12d5d34032722f27f1f27b85fba4d377
Author: Andrew Wang <wa...@...>
Date:   2015-06-29T19:12:34Z

    HDFS-8653. Code cleanup for DatanodeManager, DatanodeDescriptor and DatanodeStorageInfo. Contributed by Zhe Zhang.
    
    (cherry picked from commit 2ffd84273ac490724fe7e7825664bb6d09ef0e99)

commit df58fdaf212c715c4f6fb5fa0c6bf69395380288
Author: Colin Patrick Mccabe <cm...@...>
Date:   2015-06-29T19:01:17Z

    HADOOP-12104. Migrate Hadoop Pipes native build to new CMake framework (Alan Burlison via Colin P. McCabe)
    
    (cherry picked from commit 5a27c3fd7616215937264c2b1f015205e60f2d73)

commit 5ff14f234247861479397954ac72dd87db3ca424
Author: Colin Patrick Mccabe <cm...@...>
Date:   2015-06-29T19:34:47Z

    HADOOP-12112. Make hadoop-common-project Native code -Wall-clean (alanburlison via cmccabe)

commit 0100995c5ee780b022b72435d906dea6f64485e5
Author: Jian He <ji...@...>
Date:   2015-06-29T20:37:32Z

    YARN-3695. ServerProxy (NMProxy, etc.) shouldn't retry forever for non network exception. Contributed by Raju Bairishetti
    (cherry picked from commit 62e583c7dcbb30d95d8b32a4978fbdb3b98d67cc)

commit 399df10c583933c475a11d80fe416ec85fe17a6c
Author: cnauroth <cn...@...>
Date:   2015-06-29T20:48:02Z

    HADOOP-12089. StorageException complaining " no lease ID" when updating FolderLastModifiedTime in WASB. Contributed by Duo Xu.
    
    (cherry picked from commit 460e98f7b3ec84f3c5afcb2aad4f4e7031d16e3a)

commit 484a6c0f01128bfb8c8e667bfa5f4ff8961e3eca
Author: Jian He <ji...@...>
Date:   2015-06-29T21:31:32Z

    YARN-3770. SerializedException should also handle java.lang.Error on de-serialization. Contributed by Lavkesh Lahngir
    (cherry picked from commit 4672315e2d6abe1cee0210cf7d3e8ab114ba933c)

commit 11bdcb754a8f6abcc730a9a22a4a9513f7719240
Author: Yongjun Zhang <yz...@...>
Date:   2015-06-29T21:35:39Z

    HDFS-8659. Block scanner INFO message is spamming logs. Contributed by Yongjun Zhang.
    
    (cherry picked from commit 43a1288fff5e323895fde66b9e3eb31a7412fcc2)

commit ff78e611c0a72606bafd76758b63657e19c71f20
Author: Arpit Agarwal <ar...@...>
Date:   2015-06-29T21:49:00Z

    HDFS-8687. Remove the duplicate usage message from Dfsck.java. (Contributed by Brahma Reddy Battula)

commit eccd4f273e8875ddb9355275dc0247af943f79dc
Author: Haohui Mai <wh...@...>
Date:   2015-06-29T23:40:46Z

    HDFS-8493. Consolidate truncate() related implementation in a single class. Contributed by Rakesh R.

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org


[GitHub] hadoop pull request #430: ������Master������

Posted by ZanderXu <gi...@git.apache.org>.
Github user ZanderXu closed the pull request at:

    https://github.com/apache/hadoop/pull/430


---

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org