hadoop git commit: HDDS-826. Update Ratis to 0.3.0-6f3419a-SNAPSHOT.

2018-11-09 Thread szetszwo
Repository: hadoop Updated Branches: refs/heads/trunk 9fe50b499 -> 298d2502b HDDS-826. Update Ratis to 0.3.0-6f3419a-SNAPSHOT. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/298d2502 Tree: http://git-wip-us.apache.org/r

hadoop git commit: HDDS-826. Update Ratis to 0.3.0-6f3419a-SNAPSHOT.

2018-11-09 Thread szetszwo
Repository: hadoop Updated Branches: refs/heads/ozone-0.3 feb43ecbb -> 612236b57 HDDS-826. Update Ratis to 0.3.0-6f3419a-SNAPSHOT. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/612236b5 Tree: http://git-wip-us.apache.o

hadoop git commit: HDFS-14112. Avoid recursive call to external authorizer for getContentSummary.

2018-11-29 Thread szetszwo
Repository: hadoop Updated Branches: refs/heads/trunk ae5fbdd9e -> 0081b02e3 HDFS-14112. Avoid recursive call to external authorizer for getContentSummary. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0081b02e Tree: h

hadoop git commit: HDFS-14112. Avoid recursive call to external authorizer for getContentSummary.

2018-11-29 Thread szetszwo
Repository: hadoop Updated Branches: refs/heads/branch-3.2 e2fa9e8cd -> 9d508f719 HDFS-14112. Avoid recursive call to external authorizer for getContentSummary. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/9d508f71 Tr

hadoop git commit: HDFS-13143. SnapshotDiff - snapshotDiffReport might be inconsistent if the snapshotDiff calculation happens between a snapshot and the current tree. Contributed by Shashikant Banerj

2018-02-27 Thread szetszwo
Repository: hadoop Updated Branches: refs/heads/trunk 727c03399 -> 55c77bf72 HDFS-13143. SnapshotDiff - snapshotDiffReport might be inconsistent if the snapshotDiff calculation happens between a snapshot and the current tree. Contributed by Shashikant Banerjee Project: http://git-wip-us.ap

[1/2] hadoop git commit: HDFS-12998. SnapshotDiff - Provide an iterator-based listing API for calculating snapshotDiff. Contributed by Shashikant Banerjee

2018-02-27 Thread szetszwo
Repository: hadoop Updated Branches: refs/heads/branch-3.1 164ad48fa -> 3141e17d8 HDFS-12998. SnapshotDiff - Provide an iterator-based listing API for calculating snapshotDiff. Contributed by Shashikant Banerjee Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-w

[2/2] hadoop git commit: HDFS-13143. SnapshotDiff - snapshotDiffReport might be inconsistent if the snapshotDiff calculation happens between a snapshot and the current tree. Contributed by Shashikant

2018-02-27 Thread szetszwo
HDFS-13143. SnapshotDiff - snapshotDiffReport might be inconsistent if the snapshotDiff calculation happens between a snapshot and the current tree. Contributed by Shashikant Banerjee Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/had

hadoop git commit: HDFS-13102. Implement SnapshotSkipList class to store Multi level DirectoryDiffs. Contributed by Shashikant Banerjee

2018-02-28 Thread szetszwo
Repository: hadoop Updated Branches: refs/heads/trunk 31009034b -> 81d9446a9 HDFS-13102. Implement SnapshotSkipList class to store Multi level DirectoryDiffs. Contributed by Shashikant Banerjee Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/

hadoop git commit: HDFS-13211. Fix a bug in DirectoryDiffList.getMinListForRange. Contributed by Shashikant Banerjee

2018-03-01 Thread szetszwo
Repository: hadoop Updated Branches: refs/heads/trunk 22928c0c6 -> 96e8f260a HDFS-13211. Fix a bug in DirectoryDiffList.getMinListForRange. Contributed by Shashikant Banerjee Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/co

hadoop git commit: HDFS-1686. Federation: Add more Balancer tests with federation setting. Contributed by Bharat Viswanadham

2018-03-02 Thread szetszwo
Repository: hadoop Updated Branches: refs/heads/trunk 83798f15f -> 850b2f256 HDFS-1686. Federation: Add more Balancer tests with federation setting. Contributed by Bharat Viswanadham Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/h

hadoop git commit: HDFS-13171. Handle Deletion of nodes in SnasphotSkipList. Contributed by Shashikant Banerjee

2018-03-02 Thread szetszwo
Repository: hadoop Updated Branches: refs/heads/trunk 850b2f256 -> 60080fbfc HDFS-13171. Handle Deletion of nodes in SnasphotSkipList. Contributed by Shashikant Banerjee Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/

hadoop git commit: HDFS-13173. Replace ArrayList with DirectoryDiffList(SnapshotSkipList) to store DirectoryDiffs. Contributed by Shashikant Banerjee

2018-03-02 Thread szetszwo
Repository: hadoop Updated Branches: refs/heads/trunk 90d2bdcb7 -> ba82e5c48 HDFS-13173. Replace ArrayList with DirectoryDiffList(SnapshotSkipList) to store DirectoryDiffs. Contributed by Shashikant Banerjee Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip

hadoop git commit: HDFS-13223. Reduce DiffListBySkipList memory usage. Contributed by Shashikant Banerjee

2018-03-06 Thread szetszwo
Repository: hadoop Updated Branches: refs/heads/trunk 9276ef066 -> 871d0d39f HDFS-13223. Reduce DiffListBySkipList memory usage. Contributed by Shashikant Banerjee Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/871d0d

hadoop git commit: HDFS-13227. Add a method to calculate cumulative diff over multiple snapshots in DirectoryDiffList. Contributed by Shashikant Banerjee

2018-03-06 Thread szetszwo
Repository: hadoop Updated Branches: refs/heads/trunk 871d0d39f -> 346caa209 HDFS-13227. Add a method to calculate cumulative diff over multiple snapshots in DirectoryDiffList. Contributed by Shashikant Banerjee Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-

hadoop git commit: HDFS-13222. Update getBlocks method to take minBlockSize in RPC calls. Contributed by Bharat Viswanadham

2018-03-07 Thread szetszwo
Repository: hadoop Updated Branches: refs/heads/trunk e0307e53e -> 88fba00ca HDFS-13222. Update getBlocks method to take minBlockSize in RPC calls. Contributed by Bharat Viswanadham Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/ha

hadoop git commit: HDFS-13252. Code refactoring: Remove Diff.ListType.

2018-03-09 Thread szetszwo
Repository: hadoop Updated Branches: refs/heads/trunk 4eeff62f6 -> ba0da2785 HDFS-13252. Code refactoring: Remove Diff.ListType. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ba0da278 Tree: http://git-wip-us.apache.org

hadoop git commit: HDDS-625. putKey hangs for a long time after completion, sometimes forever. Contributed by Arpit Agarwal

2018-10-11 Thread szetszwo
Repository: hadoop Updated Branches: refs/heads/trunk 604c27c33 -> fb18cc5ea HDDS-625. putKey hangs for a long time after completion, sometimes forever. Contributed by Arpit Agarwal Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/ha

hadoop git commit: HDDS-625. putKey hangs for a long time after completion, sometimes forever. Contributed by Arpit Agarwal

2018-10-11 Thread szetszwo
Repository: hadoop Updated Branches: refs/heads/ozone-0.3 587e29909 -> d72acd6bd HDDS-625. putKey hangs for a long time after completion, sometimes forever. Contributed by Arpit Agarwal Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/as

hadoop git commit: HDDS-383. Ozone Client should discard preallocated blocks from closed containers. Contributed by Shashikant Banerjee

2018-09-04 Thread szetszwo
Repository: hadoop Updated Branches: refs/heads/trunk 6e4c73147 -> 6883fe860 HDDS-383. Ozone Client should discard preallocated blocks from closed containers. Contributed by Shashikant Banerjee Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/

[1/2] hadoop git commit: HDDS-297. Add pipeline actions in Ozone. Contributed by Mukul Kumar Singh and Shashikant Banerjee

2018-09-06 Thread szetszwo
Repository: hadoop Updated Branches: refs/heads/trunk fa2945e7a -> b3161c4dd http://git-wip-us.apache.org/repos/asf/hadoop/blob/b3161c4d/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/hdds/scm/pipeline/TestNodeFailure.java -

[2/2] hadoop git commit: HDDS-297. Add pipeline actions in Ozone. Contributed by Mukul Kumar Singh and Shashikant Banerjee

2018-09-06 Thread szetszwo
HDDS-297. Add pipeline actions in Ozone. Contributed by Mukul Kumar Singh and Shashikant Banerjee Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b3161c4d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b3161c4d D

[hadoop] branch trunk updated: HADOOP-16126. ipc.Client.stop() may sleep too long to wait for all connections.

2019-02-25 Thread szetszwo
This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 0edb0c5 HADOOP-16126. ipc.Client.stop() may

[hadoop] branch trunk updated: HADOOP-16127. In ipc.Client, put a new connection could happen after stop.

2019-02-26 Thread szetszwo
This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 9192f71 HADOOP-16127. In ipc.Client, put a new

(hadoop) branch trunk updated: HDFS-17528. FsImageValidation: set txid when saving a new image (#6828)

2024-06-18 Thread szetszwo
This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 1e6411c9ec6 HDFS-17528. FsImageValidation: set

(hadoop) branch trunk updated (9a9ad6cc984 -> 7638b4727e7)

2024-07-20 Thread szetszwo
This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git from 9a9ad6cc984 YARN-11705. Turn off Node Manager working directories validation by default (#6948) add

(hadoop) branch trunk updated (7638b4727e7 -> 9dad697dbca)

2024-07-20 Thread szetszwo
This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git from 7638b4727e7 HDFS-17575. SaslDataTransferClient should use SaslParticipant to create messages. (#6933) add

(hadoop) branch trunk updated: HDFS-17576. Support user defined auth Callback. (#6945)

2024-07-20 Thread szetszwo
This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new a5eb5e96117 HDFS-17576. Support user defined

(hadoop) branch trunk updated: Revert "HDFS-17575. SaslDataTransferClient should use SaslParticipant to create messages. (#6933)"

2024-07-21 Thread szetszwo
This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new e48cd0e987d Revert "HDFS-

(hadoop) branch HDFS-17531 updated: HADOOP-19235. IPC client uses CompletableFuture to support asynchronous operations. (#6888)

2024-07-24 Thread szetszwo
This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a commit to branch HDFS-17531 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/HDFS-17531 by this push: new 6de630b013b HADOOP-19235. IPC client

(hadoop) branch trunk updated: HDFS-17575. SaslDataTransferClient should use SaslParticipant to create messages. (#6954)

2024-08-05 Thread szetszwo
This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new b189ef81978 HDFS-17575. SaslDataTransferClient

(hadoop) branch trunk updated: HDFS-17606. Do not require implementing CustomizedCallbackHandler. (#7005)

2024-08-20 Thread szetszwo
This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 012ae9d1aa0 HDFS-17606. Do not require

[hadoop] branch trunk updated: HDFS-15480. Ordered snapshot deletion: record snapshot deletion in XAttr (#2163)

2020-07-22 Thread szetszwo
This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 2d12496 HDFS-15480. Ordered snapshot deletion

[hadoop] branch trunk updated (3fd3aeb -> 11cec9a)

2020-08-11 Thread szetszwo
This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git. from 3fd3aeb HDFS-15492. Make trash root inside each snapshottable directory (#2176) add 11cec9a HDFS-15523. Fix

[hadoop] branch trunk updated (3fd3aeb -> 11cec9a)

2020-08-11 Thread szetszwo
This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git. from 3fd3aeb HDFS-15492. Make trash root inside each snapshottable directory (#2176) add 11cec9a HDFS-15523. Fix

[hadoop] branch trunk updated: HDFS-15519. Check inaccessible INodes in FsImageValidation. (#2224)

2020-08-14 Thread szetszwo
This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new b93dd7c HDFS-15519. Check inaccessible INodes

[hadoop] branch trunk updated (60a7e8acaa6 -> d9576bb9ee5)

2023-04-27 Thread szetszwo
This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git from 60a7e8acaa6 YARN-11459 Changed label called "max resource" on UIv1 and UIv2 (#5527) add d9576bb9ee5

[hadoop] 01/01: add testSubtrees.

2023-05-14 Thread szetszwo
This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a commit to branch SnapshotDiffSubtrees in repository https://gitbox.apache.org/repos/asf/hadoop.git commit f7be6b6886c44cd724bd37ce4c728e78edd82d04 Author: Tsz-Wo Nicholas Sze AuthorDate: Mon May 15 11:13:39

[hadoop] branch SnapshotDiffSubtrees created (now f7be6b6886c)

2023-05-14 Thread szetszwo
This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a change to branch SnapshotDiffSubtrees in repository https://gitbox.apache.org/repos/asf/hadoop.git at f7be6b6886c add testSubtrees. This branch includes the following new commits: new f7be6b6886c

[hadoop] branch SnapshotDiffSubtrees deleted (was f7be6b6886c)

2023-05-14 Thread szetszwo
This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a change to branch SnapshotDiffSubtrees in repository https://gitbox.apache.org/repos/asf/hadoop.git was f7be6b6886c add testSubtrees. This change permanently discards the following revisions: discard

[hadoop] branch trunk updated (03163f9de26 -> 350dcaf6167)

2023-05-18 Thread szetszwo
This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git from 03163f9de26 HDFS-17011. Fix the metric of "HttpPort" at DataNodeInfo (#5657). Contributed by Zh

[hadoop] branch trunk updated (1a918a6b960 -> 5dd37b28149)

2023-06-14 Thread szetszwo
This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git from 1a918a6b960 HDFS-17047. BlockManager#addStoredBlock should log storage id when AddBlockResult is REPLACED (#5742

(hadoop) branch trunk updated (a6f2c4617ec2 -> 78987a71a644)

2024-04-29 Thread szetszwo
This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git from a6f2c4617ec2 HADOOP-19150: [ABFS] Fixing Test Code for ITestAbfsRestOperationException#testAuthFailException (#6756

(hadoop) branch trunk updated (6a4f0be854b3 -> bda704507008)

2024-05-14 Thread szetszwo
This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git from 6a4f0be854b3 HDFS-17514: RBF: Routers should unset cached stateID when namenode does not set stateID in RPC

[hadoop] branch trunk updated: HDDS-2222 (#1578)

2019-10-04 Thread szetszwo
This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 4cf0b36 HDDS- (#1578) 4cf0b36 is described

[hadoop] branch revert-1578-HDDS-2222 created (now acb7556)

2019-10-04 Thread szetszwo
This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a change to branch revert-1578-HDDS- in repository https://gitbox.apache.org/repos/asf/hadoop.git. at acb7556 Revert "HDDS- (#1578)" This branch includes the following new commits:

[hadoop] 01/01: Revert "HDDS-2222 (#1578)"

2019-10-04 Thread szetszwo
This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a commit to branch revert-1578-HDDS- in repository https://gitbox.apache.org/repos/asf/hadoop.git commit acb75561fb0d7899d84c64cd76ec95de567a9aea Author: Tsz-Wo Nicholas Sze AuthorDate: Fri Oct 4 19:18:55

[hadoop] branch trunk updated: Revert "HDDS-2222 (#1578)" (#1594)

2019-10-04 Thread szetszwo
This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new a9849f6 Revert "HDDS- (#1578)&qu

[hadoop] branch trunk updated: HDDS-2222. Add a method to update ByteBuffer in PureJavaCrc32/PureJavaCrc32C. (#1595)

2019-10-04 Thread szetszwo
This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 531cc93 HDDS-. Add a method to update

[hadoop] branch trunk updated (4511c360b9c -> 5022003e0f5)

2023-01-04 Thread szetszwo
This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git from 4511c360b9c HDFS-16883. Duplicate field name in hdfs-default.xml (#5271). Contributed by YUBI LEE. add

[hadoop] branch trunk updated (6f99558c2ed -> f3cff032e66)

2023-01-09 Thread szetszwo
This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git from 6f99558c2ed HADOOP-18590. Publish SBOM artifacts (#5281) add f3cff032e66 HDFS-16885. Fix TestHdfsConfigFields

[hadoop] branch trunk updated (05e6dc19ea3 -> dc78849f27d)

2023-04-24 Thread szetszwo
This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git from 05e6dc19ea3 HADOOP-18705. ABFS should exclude incompatible credential providers. (#5560) add dc78849f27d HDFS

hadoop git commit: HDFS-9205. Do not schedule corrupt blocks for replication. (szetszwo)

2015-10-15 Thread szetszwo
Repository: hadoop Updated Branches: refs/heads/trunk 63020c54c -> 5411dc559 HDFS-9205. Do not schedule corrupt blocks for replication. (szetszwo) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5411dc55 Tree: h

hadoop git commit: Move HDFS-9205 to trunk in CHANGES.txt.

2015-10-15 Thread szetszwo
dfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -179,6 +179,8 @@ Trunk (Unreleased) HDFS-8632. Add InterfaceAudience annotation to the erasure coding classes. (Rakesh R via wang) +HDFS-9205. Do not schedule corrupt blocks for replication. (szets

hadoop git commit: Revert "Move HDFS-9205 to trunk in CHANGES.txt."

2015-10-16 Thread szetszwo
sh R via wang) -HDFS-9205. Do not schedule corrupt blocks for replication. (szetszwo) - OPTIMIZATIONS BUG FIXES @@ -1533,6 +1531,8 @@ Release 2.8.0 - UNRELEASED HDFS-9188. Make block corruption related tests FsDataset-agnostic. (lei) +HDFS-9205. Do not schedule corru

hadoop git commit: HDFS-9205. Do not schedule corrupt blocks for replication. (szetszwo)

2015-10-16 Thread szetszwo
Repository: hadoop Updated Branches: refs/heads/branch-2 76cfd833f -> 32c810c81 HDFS-9205. Do not schedule corrupt blocks for replication. (szetszwo) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/32c810c8 Tree: h

hadoop git commit: HDFS-8818. Changes the global moveExecutor to per datanode executors and changes MAX_SIZE_TO_MOVE to be configurable.

2015-08-10 Thread szetszwo
ich occasionally fails. (Walter Su via wang) +HDFS-8818. Changes the global moveExecutor to per datanode executors and +changes MAX_SIZE_TO_MOVE to be configurable. (szetszwo) + OPTIMIZATIONS HDFS-8026. Trace FSOutputSummer#writeChecksumChunks rather than http://git-wip-us.apache.

hadoop git commit: HDFS-8818. Changes the global moveExecutor to per datanode executors and changes MAX_SIZE_TO_MOVE to be configurable.

2015-08-10 Thread szetszwo
ich occasionally fails. (Walter Su via wang). +HDFS-8818. Changes the global moveExecutor to per datanode executors and +changes MAX_SIZE_TO_MOVE to be configurable. (szetszwo) + OPTIMIZATIONS HDFS-8026. Trace FSOutputSummer#writeChecksumChunks rather than http://git-

hadoop git commit: HDFS-8824. Do not use small blocks for balancing the cluster.

2015-08-14 Thread szetszwo
the cluster. (szetszwo) + OPTIMIZATIONS HDFS-8026. Trace FSOutputSummer#writeChecksumChunks rather than http://git-wip-us.apache.org/repos/asf/hadoop/blob/2bc0a4f2/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSConfigKeys.j

[1/2] hadoop git commit: HDFS-7649. Multihoming docs should emphasize using hostnames in configurations. (Contributed by Brahma Reddy Battula)

2015-08-14 Thread szetszwo
Repository: hadoop Updated Branches: refs/heads/branch-2 b82616817 -> 61b9e5f7f 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.o

[2/2] hadoop git commit: HDFS-8824. Do not use small blocks for balancing the cluster.

2015-08-14 Thread szetszwo
@@ Release 2.8.0 - UNRELEASED HDFS-7649. Multihoming docs should emphasize using hostnames in configurations. (Brahma Reddy Battula via Arpit Agarwal) +HDFS-8824. Do not use small blocks for balancing the cluster. (szetszwo) + OPTIMIZATIONS HDFS-8026. Trace FSOutputSummer

hadoop git commit: HDFS-8278. When computing max-size-to-move in Balancer, count only the storage with remaining >= default block size.

2015-08-17 Thread szetszwo
LEASED HDFS-8880. NameNode metrics logging. (Arpit Agarwal) +HDFS-8278. When computing max-size-to-move in Balancer, count only the +storage with remaining >= default block size. (szetszwo) + OPTIMIZATIONS HDFS-8026. Trace FSOutputSummer#writeChecksumChunks rather than http:

hadoop git commit: HDFS-8278. When computing max-size-to-move in Balancer, count only the storage with remaining >= default block size.

2015-08-17 Thread szetszwo
LEASED HDFS-8880. NameNode metrics logging. (Arpit Agarwal) +HDFS-8278. When computing max-size-to-move in Balancer, count only the +storage with remaining >= default block size. (szetszwo) + OPTIMIZATIONS HDFS-8026. Trace FSOutputSummer#writeChecksumChunks rather than h

hadoop git commit: HDFS-8826. In Balancer, add an option to specify the source node list so that balancer only selects blocks to move from those nodes.

2015-08-18 Thread szetszwo
adoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -808,6 +808,9 @@ Release 2.8.0 - UNRELEASED HDFS-8435. Support CreateFlag in WebHDFS. (Jakob Homan via cdouglas) +HDFS-8826. In Balancer, add an option to specify the source node list +so that balancer only s

hadoop git commit: HDFS-8826. In Balancer, add an option to specify the source node list so that balancer only selects blocks to move from those nodes.

2015-08-18 Thread szetszwo
ect/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -463,6 +463,9 @@ Release 2.8.0 - UNRELEASED HDFS-8435. Support CreateFlag in WebHDFS. (Jakob Homan via cdouglas) +HDFS-8826. In Balancer, add an option to specify the source node list +so that balancer

hadoop git commit: HDFS-9726. Refactor IBR code to a new class.

2016-02-05 Thread szetszwo
ode to a new class. (szetszwo) + BUG FIXES HDFS-7501. TransactionsSinceLastCheckpoint can be negative on SBNs. http://git-wip-us.apache.org/repos/asf/hadoop/blob/4e5e1c0f/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/BPOfferService.j

hadoop git commit: HDFS-9726. Refactor IBR code to a new class.

2016-02-05 Thread szetszwo
IBR code to a new class. (szetszwo) + BUG FIXES HDFS-8091: ACLStatus and XAttributes should be presented to http://git-wip-us.apache.org/repos/asf/hadoop/blob/117397b8/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/BPOfferService.j

hadoop git commit: HDFS-9726. Refactor IBR code to a new class.

2016-02-05 Thread szetszwo
tor IBR code to a new class. (szetszwo) + BUG FIXES HDFS-8091: ACLStatus and XAttributes should be presented to http://git-wip-us.apache.org/repos/asf/hadoop/blob/494b6c7c/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/BPOfferService.j

hadoop git commit: HADOOP-10865. Add a Crc32 chunked verification benchmark for both directly and non-directly buffer cases.

2016-02-18 Thread szetszwo
d a Crc32 chunked verification benchmark for both directly +and non-directly buffer cases. (szetszwo) + BUG FIXES HADOOP-12352. Delay in checkpointing Trash can leave trash for 2 intervals http://git-wip-us.apache.org/repos/asf/hadoop/blob/bbfaf3c2/hadoop-common-project/hadoop-common/

hadoop git commit: HADOOP-10865. Add a Crc32 chunked verification benchmark for both directly and non-directly buffer cases.

2016-02-18 Thread szetszwo
OOP-10865. Add a Crc32 chunked verification benchmark for both directly +and non-directly buffer cases. (szetszwo) + BUG FIXES HADOOP-12617. SPNEGO authentication request to non-default realm gets http://git-wip-us.apache.org/repos/asf/hadoop/blob/207ed960/hadoop-common-project/hadoop-com

hadoop git commit: HADOOP-10865. Add a Crc32 chunked verification benchmark for both directly and non-directly buffer cases.

2016-02-18 Thread szetszwo
865. Add a Crc32 chunked verification benchmark for both directly +and non-directly buffer cases. (szetszwo) + BUG FIXES HADOOP-12617. SPNEGO authentication request to non-default realm gets http://git-wip-us.apache.org/repos/asf/hadoop/blob/38fc0869/hadoop-common-project/hadoop-common/

hadoop git commit: HDFS-8923. Add -source flag to balancer usage message. Contributed by Chris Trezzo

2016-02-18 Thread szetszwo
7,9 @@ Release 2.7.3 - UNRELEASED HDFS-4946. Allow preferLocalNode in BlockPlacementPolicyDefault to be configurable (James Kinley and Nathan Roberts via kihwal) +HDFS-8923. Add -source flag to balancer usage message. (Chris Trezzo +via szetszwo) + OPTIMIZATIONS BUG FI

hadoop git commit: HDFS-8923. Add -source flag to balancer usage message. Contributed by Chris Trezzo

2016-02-18 Thread szetszwo
3,6 +1893,9 @@ Release 2.7.3 - UNRELEASED HDFS-4946. Allow preferLocalNode in BlockPlacementPolicyDefault to be configurable (James Kinley and Nathan Roberts via kihwal) +HDFS-8923. Add -source flag to balancer usage message. (Chris Trezzo +via szetszwo) + OPTIMIZATIONS

hadoop git commit: HDFS-8923. Add -source flag to balancer usage message. Contributed by Chris Trezzo

2016-02-18 Thread szetszwo
6,6 +1806,9 @@ Release 2.7.3 - UNRELEASED HDFS-4946. Allow preferLocalNode in BlockPlacementPolicyDefault to be configurable (James Kinley and Nathan Roberts via kihwal) +HDFS-8923. Add -source flag to balancer usage message. (Chris Trezzo +via szetszwo) + OPTIMIZATIONS

hadoop git commit: Move HDFS-8923 to Release 2.8.0 in CHANGES.txt.

2016-02-18 Thread szetszwo
cer usage message. (Chris Trezzo +via szetszwo) + OPTIMIZATIONS HDFS-8026. Trace FSOutputSummer#writeChecksumChunks rather than @@ -2817,9 +2820,6 @@ Release 2.7.3 - UNRELEASED HDFS-4946. Allow preferLocalNode in BlockPlacementPolicyDefault to be configurable (James Kinley

hadoop git commit: Move HDFS-8923 to Release 2.8.0 in CHANGES.txt.

2016-02-18 Thread szetszwo
to balancer usage message. (Chris Trezzo +via szetszwo) + OPTIMIZATIONS HDFS-8026. Trace FSOutputSummer#writeChecksumChunks rather than @@ -1806,9 +1809,6 @@ Release 2.7.3 - UNRELEASED HDFS-4946. Allow preferLocalNode in BlockPlacementPolicyDefault to be configurable (Ja

hadoop git commit: Move HDFS-8923 to Release 2.8.0 in CHANGES.txt.

2016-02-18 Thread szetszwo
to balancer usage message. (Chris Trezzo +via szetszwo) + OPTIMIZATIONS HDFS-8026. Trace FSOutputSummer#writeChecksumChunks rather than @@ -1893,9 +1896,6 @@ Release 2.7.3 - UNRELEASED HDFS-4946. Allow preferLocalNode in BlockPlacementPolicyDefault to be configurable (James Kin

hadoop git commit: HDFS-8578. On upgrade, Datanode should process all storage/data dirs in parallel. Contributed by vinayakumarb and szetszwo

2016-02-22 Thread szetszwo
Repository: hadoop Updated Branches: refs/heads/trunk a2fdfff02 -> 66289a3bf HDFS-8578. On upgrade, Datanode should process all storage/data dirs in parallel. Contributed by vinayakumarb and szetszwo Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-

hadoop git commit: HDFS-8578. On upgrade, Datanode should process all storage/data dirs in parallel. Contributed by vinayakumarb and szetszwo

2016-02-22 Thread szetszwo
Repository: hadoop Updated Branches: refs/heads/branch-2 56b7f2c2c -> 9b10373b2 HDFS-8578. On upgrade, Datanode should process all storage/data dirs in parallel. Contributed by vinayakumarb and szetszwo Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-

hadoop git commit: HDFS-8578. On upgrade, Datanode should process all storage/data dirs in parallel. Contributed by vinayakumarb and szetszwo

2016-02-22 Thread szetszwo
Repository: hadoop Updated Branches: refs/heads/branch-2.8 6d4a4e785 -> 82cd1580d HDFS-8578. On upgrade, Datanode should process all storage/data dirs in parallel. Contributed by vinayakumarb and szetszwo Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-

hadoop git commit: HDFS-8578. On upgrade, Datanode should process all storage/data dirs in parallel. Contributed by vinayakumarb and szetszwo

2016-02-22 Thread szetszwo
Repository: hadoop Updated Branches: refs/heads/branch-2.7 79027309c -> 1b139593c HDFS-8578. On upgrade, Datanode should process all storage/data dirs in parallel. Contributed by vinayakumarb and szetszwo Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-

hadoop git commit: HDFS-9838. Refactor the excessReplicateMap to a class.

2016-02-24 Thread szetszwo
of ErasureCodingWorker. (Rakesh R via jing9) +HDFS-9838. Refactor the excessReplicateMap to a class. (szetszwo) + OPTIMIZATIONS BUG FIXES http://git-wip-us.apache.org/repos/asf/hadoop/blob/6979cbfc/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagem

hadoop git commit: HDFS-9710. DN can be configured to send block receipt IBRs in batches.

2016-02-26 Thread szetszwo
8,9 @@ Release 2.8.0 - UNRELEASED HDFS-9425. Expose number of blocks per volume as a metric (Brahma Reddy Battula via vinayakumarb) +HDFS-9710. DN can be configured to send block receipt IBRs in batches. + (szetszwo) + BUG FIXES HDFS-7501. TransactionsSinceLastCheckpoint

hadoop git commit: HDFS-9710. DN can be configured to send block receipt IBRs in batches.

2016-02-26 Thread szetszwo
4,6 +1104,9 @@ Release 2.8.0 - UNRELEASED HDFS-9425. Expose number of blocks per volume as a metric (Brahma Reddy Battula via vinayakumarb) +HDFS-9710. DN can be configured to send block receipt IBRs in batches. + (szetszwo) + BUG FIXES HDFS-8091: ACLStatus and XAttribu

hadoop git commit: HDFS-9710. DN can be configured to send block receipt IBRs in batches.

2016-02-26 Thread szetszwo
4,6 +1014,9 @@ Release 2.8.0 - UNRELEASED HDFS-9425. Expose number of blocks per volume as a metric (Brahma Reddy Battula via vinayakumarb) +HDFS-9710. DN can be configured to send block receipt IBRs in batches. + (szetszwo) + BUG FIXES HDFS-8091: ACLStatus and XAttribu

hadoop git commit: HDFS-9323. Randomize the DFSStripedOutputStreamWithFailure tests.

2015-10-30 Thread szetszwo
the DFSStripedOutputStreamWithFailure tests. (szetszwo) + OPTIMIZATIONS BUG FIXES http://git-wip-us.apache.org/repos/asf/hadoop/blob/f072eb5a/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestDFSStripedOutputStreamWithFailure.j

hadoop git commit: HDFS-9398. Make ByteArraryManager log message in one-line format. Contributed by Mingliang Liu

2015-11-07 Thread szetszwo
-- diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index dbffc3f..1b97b53 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANG

hadoop git commit: HDFS-9398. Make ByteArraryManager log message in one-line format. Contributed by Mingliang Liu

2015-11-07 Thread szetszwo
-- diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 17dc78a..207d450 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHA

hadoop git commit: HDFS-9434. Recommission a datanode with 500k blocks may pause NN for 30 seconds for printing info log messags.

2015-11-19 Thread szetszwo
SED HDFS-9400. TestRollingUpgradeRollback fails on branch-2. (Brahma Reddy Battula via cnauroth) +HDFS-9434. Recommission a datanode with 500k blocks may pause NN for 30 +seconds for printing info log messags. (szetszwo) + Release 2.7.3 - UNRELEASED INCOMPATIBLE CHANGES http://

hadoop git commit: HDFS-9434. Recommission a datanode with 500k blocks may pause NN for 30 seconds for printing info log messags.

2015-11-19 Thread szetszwo
SED HDFS-9400. TestRollingUpgradeRollback fails on branch-2. (Brahma Reddy Battula via cnauroth) +HDFS-9434. Recommission a datanode with 500k blocks may pause NN for 30 +seconds for printing info log messags. (szetszwo) + Release 2.7.3 - UNRELEASED INCOMPATIBLE CHANGES h

hadoop git commit: HDFS-9434. Recommission a datanode with 500k blocks may pause NN for 30 seconds for printing info log messags.

2015-11-19 Thread szetszwo
-11-11 HDFS-9413. getContentSummary() on standby should throw StandbyException. (Brahma Reddy Battula via mingma) +HDFS-9434. Recommission a datanode with 500k blocks may pause NN for 30 +seconds for printing info log messags. (szetszwo) + Release 2.7.1 - 2015-07

Git Push Summary

2015-11-23 Thread szetszwo
Repository: hadoop Updated Branches: refs/heads/HDFS-1312 [created] 411e2b2e7

hadoop git commit: HDFS-9420. Add DataModels for DiskBalancer. Contributed by Anu Engineer

2015-11-23 Thread szetszwo
NEW FEATURES + +HDFS-9420. Add DataModels for DiskBalancer. (Anu Engineer via szetszwo) http://git-wip-us.apache.org/repos/asf/hadoop/blob/00537b8f/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/diskbalancer/connectors/ClusterConnector.j

hadoop git commit: HDFS-9434. Recommission a datanode with 500k blocks may pause NN for 30 seconds for printing info log messags.

2015-11-24 Thread szetszwo
SED HDFS-9289. Make DataStreamer#block thread safe and verify genStamp in commitBlock. (Chang Li via zhz) +HDFS-9434. Recommission a datanode with 500k blocks may pause NN for 30 +seconds for printing info log messags. (szetszwo) + Release 2.6.2 - 2015-10-28 INCOMPATI

hadoop git commit: Move HDFS-9434 to 2.6.3 in CHANGES.txt.

2015-11-24 Thread szetszwo
cks may pause NN for 30 -seconds for printing info log messags. (szetszwo) - HDFS-9443. Disabling HDFS client socket cache causes logging message printed to console for CLI commands. (Chris Nauroth via wheat9) @@ -2672,6 +2669,9 @@ Release 2.6.3 - UNRELEASED HDFS-9

[2/2] hadoop git commit: Move HDFS-9434 to 2.6.3 in CHANGES.txt.

2015-11-24 Thread szetszwo
/CHANGES.txt @@ -1,8 +1,5 @@ Hadoop HDFS Change Log -HDFS-9434. Recommission a datanode with 500k blocks may pause NN for 30 -seconds for printing info log messags. (szetszwo) - Release 2.7.3 - UNRELEASED INCOMPATIBLE CHANGES @@ -1169,6 +1166,9 @@ Release 2.6.3 - UNRELEASED HDFS-9431

[1/2] hadoop git commit: HDFS-9434. Recommission a datanode with 500k blocks may pause NN for 30 seconds for printing info log messags.

2015-11-24 Thread szetszwo
Log +HDFS-9434. Recommission a datanode with 500k blocks may pause NN for 30 +seconds for printing info log messags. (szetszwo) + Release 2.7.3 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/09f4a4ee/hadoop-hdfs-project/hadoop-hdfs/src/main/java/

hadoop git commit: Move HDFS-9434 to 2.6.3 in CHANGES.txt.

2015-11-24 Thread szetszwo
may pause NN for 30 -seconds for printing info log messags. (szetszwo) - HDFS-9443. Disabling HDFS client socket cache causes logging message printed to console for CLI commands. (Chris Nauroth via wheat9) @@ -3515,6 +3512,9 @@ Release 2.6.3 - UNRELEASED HDFS-9

hadoop git commit: Move HDFS-9434 to 2.6.3 in CHANGES.txt.

2015-11-24 Thread szetszwo
ode with 500k blocks may pause NN for 30 -seconds for printing info log messags. (szetszwo) - Release 2.7.1 - 2015-07-06 INCOMPATIBLE CHANGES @@ -1138,6 +1135,9 @@ Release 2.6.3 - UNRELEASED BUG FIXES +HDFS-9434. Recommission a datanode with 500k blocks may pause NN for

hadoop git commit: Revert "HDFS-9434. Recommission a datanode with 500k blocks may pause NN for 30 seconds for printing info log messags."

2015-11-24 Thread szetszwo
ting info log messags. (szetszwo) - Release 2.6.2 - 2015-10-28 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/83fcbd49/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/Bloc

hadoop git commit: HDFS-9434. Recommission a datanode with 500k blocks may pause NN for 30 seconds for printing info log messags.

2015-11-24 Thread szetszwo
SED HDFS-9289. Make DataStreamer#block thread safe and verify genStamp in commitBlock. (Chang Li via zhz) +HDFS-9434. Recommission a datanode with 500k blocks may pause NN for 30 +seconds for printing info log messags. (szetszwo) + Release 2.6.2 - 2015-10-28 INCOMPATIBLE CHAN

  1   2   3   4   5   6   7   8   9   10   >