[jira] [Updated] (HADOOP-14544) DistCp documentation for command line options is misaligned.

2019-04-10 Thread Masatake Iwasaki (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-14544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Masatake Iwasaki updated HADOOP-14544: -- Affects Version/s: 3.2.1 Target Version/s: 2.7.8, 3.3.0 (was: 2.7.8)

[jira] [Commented] (HADOOP-14544) DistCp documentation for command line options is misaligned.

2019-04-10 Thread Masatake Iwasaki (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-14544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16815075#comment-16815075 ] Masatake Iwasaki commented on HADOOP-14544: --- The issue is that blank cell in the table is not

[jira] [Updated] (HADOOP-14544) DistCp documentation for command line options is misaligned.

2019-04-10 Thread Masatake Iwasaki (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-14544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Masatake Iwasaki updated HADOOP-14544: -- Attachment: HADOOP-14544.001.patch > DistCp documentation for command line options

[jira] [Commented] (HADOOP-16118) S3Guard to support on-demand DDB tables

2019-04-10 Thread Aaron Fabbri (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16815057#comment-16815057 ] Aaron Fabbri commented on HADOOP-16118: --- +1 on the patch. Thank you for the contribution

[jira] [Commented] (HADOOP-15711) Move branch-2 precommit/nightly test builds to java 8

2019-04-10 Thread Akira Ajisaka (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16815054#comment-16815054 ] Akira Ajisaka commented on HADOOP-15711: I'd like to backport this change to branch-2.9 and

[jira] [Commented] (HADOOP-16246) Unbounded thread pool maximum pool size in S3AFileSystem TransferManager

2019-04-10 Thread Greg Kinman (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16815043#comment-16815043 ] Greg Kinman commented on HADOOP-16246: -- Oh, I have no indication that the task scheduling ordering

[GitHub] [hadoop] hadoop-yetus commented on issue #724: HDDS-1376. Datanode exits while executing client command when scmId is null

2019-04-10 Thread GitBox
hadoop-yetus commented on issue #724: HDDS-1376. Datanode exits while executing client command when scmId is null URL: https://github.com/apache/hadoop/pull/724#issuecomment-481948102 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hadoop] bharatviswa504 commented on a change in pull request #700: HDDS-1396 : Recon start fails due to changes in Aggregate Schema definition.

2019-04-10 Thread GitBox
bharatviswa504 commented on a change in pull request #700: HDDS-1396 : Recon start fails due to changes in Aggregate Schema definition. URL: https://github.com/apache/hadoop/pull/700#discussion_r274242333 ## File path: hadoop-ozone/ozone-recon-codegen/pom.xml ## @@ -21,11

[GitHub] [hadoop] hadoop-yetus commented on issue #723: HDDS-1420. Tracing exception in DataNode HddsDispatcher. Contributed …

2019-04-10 Thread GitBox
hadoop-yetus commented on issue #723: HDDS-1420. Tracing exception in DataNode HddsDispatcher. Contributed … URL: https://github.com/apache/hadoop/pull/723#issuecomment-481943864 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[jira] [Commented] (HADOOP-16246) Unbounded thread pool maximum pool size in S3AFileSystem TransferManager

2019-04-10 Thread Sean Mackrory (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16815024#comment-16815024 ] Sean Mackrory commented on HADOOP-16246: Yeah it was actually almost the reverse, IIRC. A

[GitHub] [hadoop] hadoop-yetus commented on a change in pull request #722: HDDS-1421. Avoid unnecessary object allocations in TracingUtil. Contr…

2019-04-10 Thread GitBox
hadoop-yetus commented on a change in pull request #722: HDDS-1421. Avoid unnecessary object allocations in TracingUtil. Contr… URL: https://github.com/apache/hadoop/pull/722#discussion_r274235883 ## File path:

[GitHub] [hadoop] hadoop-yetus commented on issue #722: HDDS-1421. Avoid unnecessary object allocations in TracingUtil. Contr…

2019-04-10 Thread GitBox
hadoop-yetus commented on issue #722: HDDS-1421. Avoid unnecessary object allocations in TracingUtil. Contr… URL: https://github.com/apache/hadoop/pull/722#issuecomment-481937667 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hadoop] hadoop-yetus commented on issue #725: HDDS-1422. Exception during DataNode shutdown. Contributed by Arpit A…

2019-04-10 Thread GitBox
hadoop-yetus commented on issue #725: HDDS-1422. Exception during DataNode shutdown. Contributed by Arpit A… URL: https://github.com/apache/hadoop/pull/725#issuecomment-481937427 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hadoop] sahilTakiar commented on issue #597: HDFS-3246: pRead equivalent for direct read path

2019-04-10 Thread GitBox
sahilTakiar commented on issue #597: HDFS-3246: pRead equivalent for direct read path URL: https://github.com/apache/hadoop/pull/597#issuecomment-481933139 @toddlipcon addressed your comments. This is an automated message

[GitHub] [hadoop] bharatviswa504 commented on issue #725: HDDS-1422. Exception during DataNode shutdown. Contributed by Arpit A…

2019-04-10 Thread GitBox
bharatviswa504 commented on issue #725: HDDS-1422. Exception during DataNode shutdown. Contributed by Arpit A… URL: https://github.com/apache/hadoop/pull/725#issuecomment-481931721 Hi @arp7 Thanks for the fix. To understand the fix, we have removed the setting of usage to null, so

[GitHub] [hadoop] ehiggs commented on a change in pull request #609: HADOOP-16193. add extra S3A MPU test to see what happens if a file is created during the MPU

2019-04-10 Thread GitBox
ehiggs commented on a change in pull request #609: HADOOP-16193. add extra S3A MPU test to see what happens if a file is created during the MPU URL: https://github.com/apache/hadoop/pull/609#discussion_r274229987 ## File path:

[jira] [Commented] (HADOOP-16247) NPE in FsUrlConnection

2019-04-10 Thread Karthik Palanisamy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16814987#comment-16814987 ] Karthik Palanisamy commented on HADOOP-16247: - fyi - [~xiaochen] [~zvenczel] [~gabor.bota]

[GitHub] [hadoop] hadoop-yetus commented on issue #597: HDFS-3246: pRead equivalent for direct read path

2019-04-10 Thread GitBox
hadoop-yetus commented on issue #597: HDFS-3246: pRead equivalent for direct read path URL: https://github.com/apache/hadoop/pull/597#issuecomment-481928222 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hadoop] hadoop-yetus commented on issue #597: HDFS-3246: pRead equivalent for direct read path

2019-04-10 Thread GitBox
hadoop-yetus commented on issue #597: HDFS-3246: pRead equivalent for direct read path URL: https://github.com/apache/hadoop/pull/597#issuecomment-481928105 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[jira] [Commented] (HADOOP-16247) NPE in FsUrlConnection

2019-04-10 Thread Karthik Palanisamy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16814984#comment-16814984 ] Karthik Palanisamy commented on HADOOP-16247: - #URI.normalize returns same URI if

[GitHub] [hadoop] arp7 opened a new pull request #725: HDDS-1422. Exception during DataNode shutdown. Contributed by Arpit A…

2019-04-10 Thread GitBox
arp7 opened a new pull request #725: HDDS-1422. Exception during DataNode shutdown. Contributed by Arpit A… URL: https://github.com/apache/hadoop/pull/725 …garwal. Change-Id: I981fbd087baca80cc6b4ff58e91e63dcd9726c13

[GitHub] [hadoop] arp7 commented on a change in pull request #724: HDDS-1376. Datanode exits while executing client command when scmId is null

2019-04-10 Thread GitBox
arp7 commented on a change in pull request #724: HDDS-1376. Datanode exits while executing client command when scmId is null URL: https://github.com/apache/hadoop/pull/724#discussion_r274226324 ## File path:

[jira] [Updated] (HADOOP-16247) NPE in FsUrlConnection

2019-04-10 Thread Karthik Palanisamy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karthik Palanisamy updated HADOOP-16247: Priority: Major (was: Critical) > NPE in FsUrlConnection >

[GitHub] [hadoop] hanishakoneru opened a new pull request #724: HDDS-1376. Datanode exits while executing client command when scmId is null

2019-04-10 Thread GitBox
hanishakoneru opened a new pull request #724: HDDS-1376. Datanode exits while executing client command when scmId is null URL: https://github.com/apache/hadoop/pull/724 This is an automated message from the Apache Git

[jira] [Created] (HADOOP-16247) NPE in FsUrlConnection

2019-04-10 Thread Karthik Palanisamy (JIRA)
Karthik Palanisamy created HADOOP-16247: --- Summary: NPE in FsUrlConnection Key: HADOOP-16247 URL: https://issues.apache.org/jira/browse/HADOOP-16247 Project: Hadoop Common Issue Type:

[jira] [Commented] (HADOOP-16246) Unbounded thread pool maximum pool size in S3AFileSystem TransferManager

2019-04-10 Thread Greg Kinman (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16814966#comment-16814966 ] Greg Kinman commented on HADOOP-16246: -- Hmm, that sounds like pretty bad stuff in TransferManager,

[jira] [Commented] (HADOOP-16246) Unbounded thread pool maximum pool size in S3AFileSystem TransferManager

2019-04-10 Thread Sean Mackrory (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16814954#comment-16814954 ] Sean Mackrory commented on HADOOP-16246: {quote}The documentation only warns against having a

[GitHub] [hadoop] arp7 opened a new pull request #723: HDDS-1420. Tracing exception in DataNode HddsDispatcher. Contributed …

2019-04-10 Thread GitBox
arp7 opened a new pull request #723: HDDS-1420. Tracing exception in DataNode HddsDispatcher. Contributed … URL: https://github.com/apache/hadoop/pull/723 …by Arpit Agarwal. Change-Id: I73394296b7de3b31b4d136fd5ed020a82bc063aa

[jira] [Commented] (HADOOP-16246) Unbounded thread pool maximum pool size in S3AFileSystem TransferManager

2019-04-10 Thread Greg Kinman (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16814949#comment-16814949 ] Greg Kinman commented on HADOOP-16246: -- Tagging [~mackrorysd] as the original submitter of the

[jira] [Created] (HADOOP-16246) Unbounded thread pool maximum pool size in S3AFileSystem TransferManager

2019-04-10 Thread Greg Kinman (JIRA)
Greg Kinman created HADOOP-16246: Summary: Unbounded thread pool maximum pool size in S3AFileSystem TransferManager Key: HADOOP-16246 URL: https://issues.apache.org/jira/browse/HADOOP-16246 Project:

[GitHub] [hadoop] bharatviswa504 commented on issue #721: HDDS-1417. After successfully importing a container, datanode should delete the container tar.gz file from working directory.

2019-04-10 Thread GitBox
bharatviswa504 commented on issue #721: HDDS-1417. After successfully importing a container, datanode should delete the container tar.gz file from working directory. URL: https://github.com/apache/hadoop/pull/721#issuecomment-481914363 Test failures are not related to this patch. I

[GitHub] [hadoop] bharatviswa504 merged pull request #721: HDDS-1417. After successfully importing a container, datanode should delete the container tar.gz file from working directory.

2019-04-10 Thread GitBox
bharatviswa504 merged pull request #721: HDDS-1417. After successfully importing a container, datanode should delete the container tar.gz file from working directory. URL: https://github.com/apache/hadoop/pull/721 This is

[GitHub] [hadoop] arp7 opened a new pull request #722: HDDS-1421. Avoid unnecessary object allocations in TracingUtil. Contr…

2019-04-10 Thread GitBox
arp7 opened a new pull request #722: HDDS-1421. Avoid unnecessary object allocations in TracingUtil. Contr… URL: https://github.com/apache/hadoop/pull/722 …ibuted by Arpit Agarwal. Change-Id: I3fd1b59447005cc62ae217c4def86a9df81944b1

[jira] [Comment Edited] (HADOOP-13144) Enhancing IPC client throughput via multiple connections per user

2019-04-10 Thread JIRA
[ https://issues.apache.org/jira/browse/HADOOP-13144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16814930#comment-16814930 ] Íñigo Goiri edited comment on HADOOP-13144 at 4/10/19 11:14 PM: Thanks

[jira] [Commented] (HADOOP-13144) Enhancing IPC client throughput via multiple connections per user

2019-04-10 Thread JIRA
[ https://issues.apache.org/jira/browse/HADOOP-13144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16814930#comment-16814930 ] Íñigo Goiri commented on HADOOP-13144: -- Thanks [~vinayrpet] for the comments. >From my

[jira] [Updated] (HADOOP-13144) Enhancing IPC client throughput via multiple connections per user

2019-04-10 Thread JIRA
[ https://issues.apache.org/jira/browse/HADOOP-13144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Íñigo Goiri updated HADOOP-13144: - Attachment: HADOOP-13144-performance.patch > Enhancing IPC client throughput via multiple

[jira] [Commented] (HADOOP-16214) Kerberos name implementation in Hadoop does not accept principals with more than two components

2019-04-10 Thread Eric Yang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16814916#comment-16814916 ] Eric Yang commented on HADOOP-16214: [~ibuenros] Thank you for the tests. > Kerberos name

[jira] [Commented] (HADOOP-16214) Kerberos name implementation in Hadoop does not accept principals with more than two components

2019-04-10 Thread Issac Buenrostro (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16814908#comment-16814908 ] Issac Buenrostro commented on HADOOP-16214: --- [~eyang] thanks! Patch 8 looks good to me. I can

[GitHub] [hadoop] steveloughran commented on a change in pull request #609: HADOOP-16193. add extra S3A MPU test to see what happens if a file is created during the MPU

2019-04-10 Thread GitBox
steveloughran commented on a change in pull request #609: HADOOP-16193. add extra S3A MPU test to see what happens if a file is created during the MPU URL: https://github.com/apache/hadoop/pull/609#discussion_r274177103 ## File path:

[jira] [Commented] (HADOOP-11572) s3a delete() operation fails during a concurrent delete of child entries

2019-04-10 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16814881#comment-16814881 ] Steve Loughran commented on HADOOP-11572: - no worries > s3a delete() operation fails during a

[GitHub] [hadoop] arp7 commented on a change in pull request #703: HDDS-1371. Download RocksDB checkpoint from OM Leader to Follower.

2019-04-10 Thread GitBox
arp7 commented on a change in pull request #703: HDDS-1371. Download RocksDB checkpoint from OM Leader to Follower. URL: https://github.com/apache/hadoop/pull/703#discussion_r274153802 ## File path: hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/OmUtils.java ##

[GitHub] [hadoop] arp7 commented on a change in pull request #703: HDDS-1371. Download RocksDB checkpoint from OM Leader to Follower.

2019-04-10 Thread GitBox
arp7 commented on a change in pull request #703: HDDS-1371. Download RocksDB checkpoint from OM Leader to Follower. URL: https://github.com/apache/hadoop/pull/703#discussion_r274151625 ## File path:

[jira] [Commented] (HADOOP-16243) Change Log Level to trace in NetUtils.java

2019-04-10 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16814846#comment-16814846 ] Hudson commented on HADOOP-16243: - FAILURE: Integrated in Jenkins build Hadoop-trunk-Commit #16379 (See

[GitHub] [hadoop] hadoop-yetus commented on issue #721: HDDS-1417. After successfully importing a container, datanode should delete the container tar.gz file from working directory.

2019-04-10 Thread GitBox
hadoop-yetus commented on issue #721: HDDS-1417. After successfully importing a container, datanode should delete the container tar.gz file from working directory. URL: https://github.com/apache/hadoop/pull/721#issuecomment-481845801 :broken_heart: **-1 overall**

[GitHub] [hadoop] bgaborg commented on issue #710: HADOOP-16237. Fix new findbugs issues after update guava to 27.0-jre …

2019-04-10 Thread GitBox
bgaborg commented on issue #710: HADOOP-16237. Fix new findbugs issues after update guava to 27.0-jre … URL: https://github.com/apache/hadoop/pull/710#issuecomment-481841109 thanks for the review. I've updated the pr. This

[GitHub] [hadoop] hadoop-yetus commented on issue #721: HDDS-1417. After successfully importing a container, datanode should delete the container tar.gz file from working directory.

2019-04-10 Thread GitBox
hadoop-yetus commented on issue #721: HDDS-1417. After successfully importing a container, datanode should delete the container tar.gz file from working directory. URL: https://github.com/apache/hadoop/pull/721#issuecomment-481840050 :broken_heart: **-1 overall**

[jira] [Commented] (HADOOP-16214) Kerberos name implementation in Hadoop does not accept principals with more than two components

2019-04-10 Thread Eric Yang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16814831#comment-16814831 ] Eric Yang commented on HADOOP-16214: [~daryn] {quote}By design, the regexp previously rejected

[GitHub] [hadoop] hadoop-yetus commented on issue #720: HDDS-1418. Move bang line to the start of the start-chaos.sh script.

2019-04-10 Thread GitBox
hadoop-yetus commented on issue #720: HDDS-1418. Move bang line to the start of the start-chaos.sh script. URL: https://github.com/apache/hadoop/pull/720#issuecomment-481838904 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hadoop] bgaborg commented on a change in pull request #710: HADOOP-16237. Fix new findbugs issues after update guava to 27.0-jre …

2019-04-10 Thread GitBox
bgaborg commented on a change in pull request #710: HADOOP-16237. Fix new findbugs issues after update guava to 27.0-jre … URL: https://github.com/apache/hadoop/pull/710#discussion_r274128309 ## File path:

[GitHub] [hadoop] arp7 merged pull request #720: HDDS-1418. Move bang line to the start of the start-chaos.sh script.

2019-04-10 Thread GitBox
arp7 merged pull request #720: HDDS-1418. Move bang line to the start of the start-chaos.sh script. URL: https://github.com/apache/hadoop/pull/720 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [hadoop] hadoop-yetus commented on issue #691: [HDDS-1363] ozone.metadata.dirs doesn't pick multiple dirs

2019-04-10 Thread GitBox
hadoop-yetus commented on issue #691: [HDDS-1363] ozone.metadata.dirs doesn't pick multiple dirs URL: https://github.com/apache/hadoop/pull/691#issuecomment-481828510 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hadoop] nandakumar131 opened a new pull request #721: HDDS-1417. After successfully importing a container, datanode should delete the container tar.gz file from working directory.

2019-04-10 Thread GitBox
nandakumar131 opened a new pull request #721: HDDS-1417. After successfully importing a container, datanode should delete the container tar.gz file from working directory. URL: https://github.com/apache/hadoop/pull/721 Whenever we want to replicate or copy a container from one datanode to

[GitHub] [hadoop] arp7 opened a new pull request #720: HDDS-1418. Move bang line to the start of the start-chaos.sh script.

2019-04-10 Thread GitBox
arp7 opened a new pull request #720: HDDS-1418. Move bang line to the start of the start-chaos.sh script. URL: https://github.com/apache/hadoop/pull/720 Change-Id: I4fcf39d61a7d4c4ca79cb56a6958db0f691fe971 This is an

[jira] [Commented] (HADOOP-16214) Kerberos name implementation in Hadoop does not accept principals with more than two components

2019-04-10 Thread Daryn Sharp (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16814763#comment-16814763 ] Daryn Sharp commented on HADOOP-16214: -- By design, the regexp previously rejected those 2 invalid

[jira] [Commented] (HADOOP-16214) Kerberos name implementation in Hadoop does not accept principals with more than two components

2019-04-10 Thread Eric Yang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16814750#comment-16814750 ] Eric Yang commented on HADOOP-16214: [~ibuenros] Perfect, let us know if patch 8 works for you.

[GitHub] [hadoop] jojochuang commented on a change in pull request #710: HADOOP-16237. Fix new findbugs issues after update guava to 27.0-jre …

2019-04-10 Thread GitBox
jojochuang commented on a change in pull request #710: HADOOP-16237. Fix new findbugs issues after update guava to 27.0-jre … URL: https://github.com/apache/hadoop/pull/710#discussion_r274091166 ## File path:

[GitHub] [hadoop] jojochuang commented on a change in pull request #710: HADOOP-16237. Fix new findbugs issues after update guava to 27.0-jre …

2019-04-10 Thread GitBox
jojochuang commented on a change in pull request #710: HADOOP-16237. Fix new findbugs issues after update guava to 27.0-jre … URL: https://github.com/apache/hadoop/pull/710#discussion_r274091292 ## File path:

[jira] [Created] (HADOOP-16245) Enabling SSL within LdapGroupsMapping can break system SSL configs

2019-04-10 Thread Erik Krogen (JIRA)
Erik Krogen created HADOOP-16245: Summary: Enabling SSL within LdapGroupsMapping can break system SSL configs Key: HADOOP-16245 URL: https://issues.apache.org/jira/browse/HADOOP-16245 Project: Hadoop

[jira] [Commented] (HADOOP-16214) Kerberos name implementation in Hadoop does not accept principals with more than two components

2019-04-10 Thread Eric Yang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16814737#comment-16814737 ] Eric Yang commented on HADOOP-16214: [~daryn] Patch 9 doesn't follow RFC correctly. Service with

[jira] [Commented] (HADOOP-16214) Kerberos name implementation in Hadoop does not accept principals with more than two components

2019-04-10 Thread Issac Buenrostro (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16814734#comment-16814734 ] Issac Buenrostro commented on HADOOP-16214: --- [~eyang] I think I'm fine with that. It doesn't

[jira] [Commented] (HADOOP-16214) Kerberos name implementation in Hadoop does not accept principals with more than two components

2019-04-10 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16814715#comment-16814715 ] Hadoop QA commented on HADOOP-16214: | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote ||

[jira] [Commented] (HADOOP-16214) Kerberos name implementation in Hadoop does not accept principals with more than two components

2019-04-10 Thread Eric Yang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16814711#comment-16814711 ] Eric Yang commented on HADOOP-16214: [~ibuenros] This applies to both with realm or without realm.

[jira] [Commented] (HADOOP-16214) Kerberos name implementation in Hadoop does not accept principals with more than two components

2019-04-10 Thread Daryn Sharp (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16814707#comment-16814707 ] Daryn Sharp commented on HADOOP-16214: -- Here's a patch that demonstrates the proposal to

[jira] [Updated] (HADOOP-16214) Kerberos name implementation in Hadoop does not accept principals with more than two components

2019-04-10 Thread Daryn Sharp (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daryn Sharp updated HADOOP-16214: - Attachment: HADOOP-16214.009.patch > Kerberos name implementation in Hadoop does not accept

[jira] [Commented] (HADOOP-16214) Kerberos name implementation in Hadoop does not accept principals with more than two components

2019-04-10 Thread Issac Buenrostro (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16814696#comment-16814696 ] Issac Buenrostro commented on HADOOP-16214: --- [~eyang] is this only in the case where there's

[GitHub] [hadoop] bharatviswa504 merged pull request #715: HDDS-1370. Command Execution in Datanode fails becaue of NPE

2019-04-10 Thread GitBox
bharatviswa504 merged pull request #715: HDDS-1370. Command Execution in Datanode fails becaue of NPE URL: https://github.com/apache/hadoop/pull/715 This is an automated message from the Apache Git Service. To respond to

[GitHub] [hadoop] bharatviswa504 edited a comment on issue #715: HDDS-1370. Command Execution in Datanode fails becaue of NPE

2019-04-10 Thread GitBox
bharatviswa504 edited a comment on issue #715: HDDS-1370. Command Execution in Datanode fails becaue of NPE URL: https://github.com/apache/hadoop/pull/715#issuecomment-481784282 Opened HDDS-1415 for flaky test. For others, there is already an open Jira. I will commit this

[GitHub] [hadoop] bharatviswa504 commented on issue #715: HDDS-1370. Command Execution in Datanode fails becaue of NPE

2019-04-10 Thread GitBox
bharatviswa504 commented on issue #715: HDDS-1370. Command Execution in Datanode fails becaue of NPE URL: https://github.com/apache/hadoop/pull/715#issuecomment-481784282 Opened HDDS-1415 for flaky test. For others, there is already an open Jira.

[GitHub] [hadoop] hadoop-yetus commented on a change in pull request #719: HDDS-1412. Provide example k8s deployment files as part of the release package

2019-04-10 Thread GitBox
hadoop-yetus commented on a change in pull request #719: HDDS-1412. Provide example k8s deployment files as part of the release package URL: https://github.com/apache/hadoop/pull/719#discussion_r274066847 ## File path: hadoop-ozone/dist/src/main/k8s/definitions/ozone/scm-ss.yaml

[GitHub] [hadoop] hadoop-yetus commented on a change in pull request #719: HDDS-1412. Provide example k8s deployment files as part of the release package

2019-04-10 Thread GitBox
hadoop-yetus commented on a change in pull request #719: HDDS-1412. Provide example k8s deployment files as part of the release package URL: https://github.com/apache/hadoop/pull/719#discussion_r274066834 ## File path: hadoop-ozone/dist/src/main/k8s/definitions/ozone/s3g-ss.yaml

[GitHub] [hadoop] hadoop-yetus commented on a change in pull request #719: HDDS-1412. Provide example k8s deployment files as part of the release package

2019-04-10 Thread GitBox
hadoop-yetus commented on a change in pull request #719: HDDS-1412. Provide example k8s deployment files as part of the release package URL: https://github.com/apache/hadoop/pull/719#discussion_r274066827 ## File path:

[GitHub] [hadoop] hadoop-yetus commented on issue #719: HDDS-1412. Provide example k8s deployment files as part of the release package

2019-04-10 Thread GitBox
hadoop-yetus commented on issue #719: HDDS-1412. Provide example k8s deployment files as part of the release package URL: https://github.com/apache/hadoop/pull/719#issuecomment-481778437 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[jira] [Commented] (HADOOP-16242) ABFS: add bufferpool to AbfsOutputStream

2019-04-10 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16814665#comment-16814665 ] Hadoop QA commented on HADOOP-16242: | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote ||

[GitHub] [hadoop] arp7 commented on a change in pull request #715: HDDS-1370. Command Execution in Datanode fails becaue of NPE

2019-04-10 Thread GitBox
arp7 commented on a change in pull request #715: HDDS-1370. Command Execution in Datanode fails becaue of NPE URL: https://github.com/apache/hadoop/pull/715#discussion_r274065343 ## File path:

[GitHub] [hadoop] arp7 commented on a change in pull request #715: HDDS-1370. Command Execution in Datanode fails becaue of NPE

2019-04-10 Thread GitBox
arp7 commented on a change in pull request #715: HDDS-1370. Command Execution in Datanode fails becaue of NPE URL: https://github.com/apache/hadoop/pull/715#discussion_r274065343 ## File path:

[GitHub] [hadoop] hadoop-yetus commented on issue #691: [HDDS-1363] ozone.metadata.dirs doesn't pick multiple dirs

2019-04-10 Thread GitBox
hadoop-yetus commented on issue #691: [HDDS-1363] ozone.metadata.dirs doesn't pick multiple dirs URL: https://github.com/apache/hadoop/pull/691#issuecomment-481773699 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[jira] [Comment Edited] (HADOOP-16219) [JDK8] Set minimum version of Hadoop 2 to JDK 8

2019-04-10 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16814634#comment-16814634 ] Sean Busbey edited comment on HADOOP-16219 at 4/10/19 4:46 PM: --- HBase

[jira] [Commented] (HADOOP-16219) [JDK8] Set minimum version of Hadoop 2 to JDK 8

2019-04-10 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16814634#comment-16814634 ] Sean Busbey commented on HADOOP-16219: -- HBase abandoned staying on the same version as Hadoop a

[GitHub] [hadoop] elek closed pull request #701: HDDS-1397. Avoid the usage of signal handlers in datanodes of the MiniOzoneClusters

2019-04-10 Thread GitBox
elek closed pull request #701: HDDS-1397. Avoid the usage of signal handlers in datanodes of the MiniOzoneClusters URL: https://github.com/apache/hadoop/pull/701 This is an automated message from the Apache Git Service. To

[jira] [Commented] (HADOOP-16214) Kerberos name implementation in Hadoop does not accept principals with more than two components

2019-04-10 Thread Eric Yang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16814622#comment-16814622 ] Eric Yang commented on HADOOP-16214: [~ibuenros] [~xkrogen] Please verify: {quote}

[GitHub] [hadoop] elek commented on issue #701: HDDS-1397. Avoid the usage of signal handlers in datanodes of the MiniOzoneClusters

2019-04-10 Thread GitBox
elek commented on issue #701: HDDS-1397. Avoid the usage of signal handlers in datanodes of the MiniOzoneClusters URL: https://github.com/apache/hadoop/pull/701#issuecomment-481765675 Thanks the review @hanishakoneru Unit tests are not related and tracked by:

[jira] [Commented] (HADOOP-16179) hadoop-common pom should not depend on kerb-simplekdc

2019-04-10 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16814620#comment-16814620 ] Hudson commented on HADOOP-16179: - SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #16374 (See

[jira] [Commented] (HADOOP-16240) start-build-env.sh can consume all disk space during image creation

2019-04-10 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16814606#comment-16814606 ] Hudson commented on HADOOP-16240: - SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #16373 (See

[jira] [Commented] (HADOOP-16238) Add the possbility to set SO_REUSEADDR in IPC Server Listener

2019-04-10 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16814603#comment-16814603 ] Hadoop QA commented on HADOOP-16238: | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote ||

[jira] [Updated] (HADOOP-16242) ABFS: add bufferpool to AbfsOutputStream

2019-04-10 Thread Da Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Da Zhou updated HADOOP-16242: - Status: Patch Available (was: Open) > ABFS: add bufferpool to AbfsOutputStream >

[GitHub] [hadoop] elek opened a new pull request #719: HDDS-1412. Provide example k8s deployment files as part of the release package

2019-04-10 Thread GitBox
elek opened a new pull request #719: HDDS-1412. Provide example k8s deployment files as part of the release package URL: https://github.com/apache/hadoop/pull/719 In HDDS-872 we added Dockerfile and skaffold definition to run dev builds on kubernetes. But it would be great to include

[jira] [Updated] (HADOOP-16179) hadoop-common pom should not depend on kerb-simplekdc

2019-04-10 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HADOOP-16179: - Resolution: Fixed Fix Version/s: 3.3.0 Status: Resolved (was: Patch

[jira] [Updated] (HADOOP-16179) hadoop-common pom should not depend on kerb-simplekdc

2019-04-10 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HADOOP-16179: - Hadoop Flags: Reviewed > hadoop-common pom should not depend on kerb-simplekdc >

[jira] [Commented] (HADOOP-11572) s3a delete() operation fails during a concurrent delete of child entries

2019-04-10 Thread Kihwal Lee (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16814576#comment-16814576 ] Kihwal Lee commented on HADOOP-11572: - Cherry-picked to 2.8 to get more information on occasional

[jira] [Updated] (HADOOP-16240) start-build-env.sh can consume all disk space during image creation

2019-04-10 Thread Anu Engineer (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anu Engineer updated HADOOP-16240: -- Resolution: Fixed Hadoop Flags: Reviewed Fix Version/s: 3.3.0 Status:

[jira] [Updated] (HADOOP-11572) s3a delete() operation fails during a concurrent delete of child entries

2019-04-10 Thread Kihwal Lee (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kihwal Lee updated HADOOP-11572: Fix Version/s: 2.8.6 > s3a delete() operation fails during a concurrent delete of child entries

[jira] [Commented] (HADOOP-16179) hadoop-common pom should not depend on kerb-simplekdc

2019-04-10 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16814569#comment-16814569 ] Todd Lipcon commented on HADOOP-16179: -- bq. this isn't going to affect minikdc is it? No, the

[jira] [Commented] (HADOOP-16240) start-build-env.sh can consume all disk space during image creation

2019-04-10 Thread Craig Condit (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16814565#comment-16814565 ] Craig Condit commented on HADOOP-16240: --- No unit tests due to the fact that this is a build

[jira] [Updated] (HADOOP-16179) hadoop-common pom should not depend on kerb-simplekdc

2019-04-10 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HADOOP-16179: - Target Version/s: 3.3.0 Component/s: common > hadoop-common pom should not depend on

[GitHub] [hadoop] hadoop-yetus commented on issue #707: HDDS-1402. Remove unused ScmBlockLocationProtocol from ObjectStoreHandler

2019-04-10 Thread GitBox
hadoop-yetus commented on issue #707: HDDS-1402. Remove unused ScmBlockLocationProtocol from ObjectStoreHandler URL: https://github.com/apache/hadoop/pull/707#issuecomment-481728031 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hadoop] nandakumar131 commented on issue #715: HDDS-1370. Command Execution in Datanode fails becaue of NPE

2019-04-10 Thread GitBox
nandakumar131 commented on issue #715: HDDS-1370. Command Execution in Datanode fails becaue of NPE URL: https://github.com/apache/hadoop/pull/715#issuecomment-481707151 /retest This is an automated message from the Apache

[jira] [Commented] (HADOOP-16238) Add the possbility to set SO_REUSEADDR in IPC Server Listener

2019-04-10 Thread Peter Bacsko (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16814468#comment-16814468 ] Peter Bacsko commented on HADOOP-16238: --- Thanks [~wilfreds], handled the newline stuff. > Add

[jira] [Updated] (HADOOP-16238) Add the possbility to set SO_REUSEADDR in IPC Server Listener

2019-04-10 Thread Peter Bacsko (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Bacsko updated HADOOP-16238: -- Attachment: HADOOP-16238-004.patch > Add the possbility to set SO_REUSEADDR in IPC Server

[GitHub] [hadoop] nandakumar131 commented on issue #711: HDDS-1368. Cleanup old ReplicationManager code from SCM.

2019-04-10 Thread GitBox
nandakumar131 commented on issue #711: HDDS-1368. Cleanup old ReplicationManager code from SCM. URL: https://github.com/apache/hadoop/pull/711#issuecomment-481704436 /retest This is an automated message from the Apache Git

[GitHub] [hadoop] nandakumar131 commented on issue #691: [HDDS-1363] ozone.metadata.dirs doesn't pick multiple dirs

2019-04-10 Thread GitBox
nandakumar131 commented on issue #691: [HDDS-1363] ozone.metadata.dirs doesn't pick multiple dirs URL: https://github.com/apache/hadoop/pull/691#issuecomment-481693154 Thanks @adoroszlai for the analysis and PR. The change looks good. Just one minor comment, can you rename

  1   2   >