[GitHub] [hadoop] chenjunjiedada closed pull request #1242: HDDS-1553: Add metric for rack aware placement policy

2019-08-07 Thread GitBox
chenjunjiedada closed pull request #1242: HDDS-1553: Add metric for rack aware placement policy URL: https://github.com/apache/hadoop/pull/1242 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [hadoop] chenjunjiedada commented on issue #1242: HDDS-1553: Add metric for rack aware placement policy

2019-08-07 Thread GitBox
chenjunjiedada commented on issue #1242: HDDS-1553: Add metric for rack aware placement policy URL: https://github.com/apache/hadoop/pull/1242#issuecomment-518965753 Close this now, I will align with Sammi for requirement firstly

[GitHub] [hadoop] bilaharith commented on issue #1207: Hadoop 16479

2019-08-07 Thread GitBox
bilaharith commented on issue #1207: Hadoop 16479 URL: https://github.com/apache/hadoop/pull/1207#issuecomment-518971274 Driver test results using a Namespace enabled account in Central India: mvn -T 1C -Dparallel-tests=abfs -Dscale -DtestsThreadCount=8 clean verify Tests run:

[GitHub] [hadoop] aajisaka opened a new pull request #1244: HADOOP-16495. Fix invalid metric types in PrometheusMetricsSink

2019-08-07 Thread GitBox
aajisaka opened a new pull request #1244: HADOOP-16495. Fix invalid metric types in PrometheusMetricsSink URL: https://github.com/apache/hadoop/pull/1244 JIRA: https://issues.apache.org/jira/browse/HADOOP-16495 This is an

[jira] [Created] (HADOOP-16496) Apply HDDS-1870 (ConcurrentModification at PrometheusMetricsSink) to Hadoop common

2019-08-07 Thread Akira Ajisaka (JIRA)
Akira Ajisaka created HADOOP-16496: -- Summary: Apply HDDS-1870 (ConcurrentModification at PrometheusMetricsSink) to Hadoop common Key: HADOOP-16496 URL: https://issues.apache.org/jira/browse/HADOOP-16496

[GitHub] [hadoop] bilaharith commented on issue #1207: Hadoop 16479

2019-08-07 Thread GitBox
bilaharith commented on issue #1207: Hadoop 16479 URL: https://github.com/apache/hadoop/pull/1207#issuecomment-518970175 Hi @steveloughran Both time comparisons in this test case is done with time in millis(long). Now fStat.getModificationTime() returns correct value. Previously

[GitHub] [hadoop] xiaoyuyao commented on a change in pull request #1202: HDDS-1884. Support Bucket ACL operations for OM HA.

2019-08-07 Thread GitBox
xiaoyuyao commented on a change in pull request #1202: HDDS-1884. Support Bucket ACL operations for OM HA. URL: https://github.com/apache/hadoop/pull/1202#discussion_r311376618 ## File path: hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/util/BiFunction.java ##

[GitHub] [hadoop] xiaoyuyao commented on a change in pull request #1202: HDDS-1884. Support Bucket ACL operations for OM HA.

2019-08-07 Thread GitBox
xiaoyuyao commented on a change in pull request #1202: HDDS-1884. Support Bucket ACL operations for OM HA. URL: https://github.com/apache/hadoop/pull/1202#discussion_r311377872 ## File path:

[GitHub] [hadoop] xiaoyuyao commented on a change in pull request #1202: HDDS-1884. Support Bucket ACL operations for OM HA.

2019-08-07 Thread GitBox
xiaoyuyao commented on a change in pull request #1202: HDDS-1884. Support Bucket ACL operations for OM HA. URL: https://github.com/apache/hadoop/pull/1202#discussion_r311378194 ## File path:

[GitHub] [hadoop] xiaoyuyao commented on a change in pull request #1202: HDDS-1884. Support Bucket ACL operations for OM HA.

2019-08-07 Thread GitBox
xiaoyuyao commented on a change in pull request #1202: HDDS-1884. Support Bucket ACL operations for OM HA. URL: https://github.com/apache/hadoop/pull/1202#discussion_r311373795 ## File path: hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/helpers/OmBucketInfo.java

[GitHub] [hadoop] adoroszlai commented on issue #1236: HDDS-1918. hadoop-ozone-tools has integration tests run as unit

2019-08-07 Thread GitBox
adoroszlai commented on issue #1236: HDDS-1918. hadoop-ozone-tools has integration tests run as unit URL: https://github.com/apache/hadoop/pull/1236#issuecomment-518958854 Thank you @bharatviswa504 for reviewing and commiting this.

[GitHub] [hadoop] adoroszlai commented on issue #1238: HDDS-1921. TestOzoneManagerDoubleBufferWithOMResponse is flaky

2019-08-07 Thread GitBox
adoroszlai commented on issue #1238: HDDS-1921. TestOzoneManagerDoubleBufferWithOMResponse is flaky URL: https://github.com/apache/hadoop/pull/1238#issuecomment-518958656 Thank you @xiaoyuyao for review and @bharatviswa504 for review+commit.

[GitHub] [hadoop] aajisaka commented on a change in pull request #1243: HADOOP-16494. Add SHA-512 checksum to release artifact to comply with the release distribution policy

2019-08-07 Thread GitBox
aajisaka commented on a change in pull request #1243: HADOOP-16494. Add SHA-512 checksum to release artifact to comply with the release distribution policy URL: https://github.com/apache/hadoop/pull/1243#discussion_r311408732 ## File path: dev-support/bin/create-release ##

[GitHub] [hadoop] adoroszlai commented on issue #1244: HADOOP-16495. Fix invalid metric types in PrometheusMetricsSink

2019-08-07 Thread GitBox
adoroszlai commented on issue #1244: HADOOP-16495. Fix invalid metric types in PrometheusMetricsSink URL: https://github.com/apache/hadoop/pull/1244#issuecomment-518983420 You might also want to adopt f4df97fd899. This is an

[jira] [Commented] (HADOOP-16479) ABFS FileStatus.getModificationTime returns localized time instead of UTC

2019-08-07 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16901865#comment-16901865 ] Hadoop QA commented on HADOOP-16479: | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote ||

[GitHub] [hadoop] adoroszlai opened a new pull request #1245: HDDS-1924. ozone sh bucket path command does not exist

2019-08-07 Thread GitBox
adoroszlai opened a new pull request #1245: HDDS-1924. ozone sh bucket path command does not exist URL: https://github.com/apache/hadoop/pull/1245 ## What changes were proposed in this pull request? Fix leftover reference to `ozone sh bucket path`. It was generally changed to

[GitHub] [hadoop] adoroszlai commented on issue #1245: HDDS-1924. ozone sh bucket path command does not exist

2019-08-07 Thread GitBox
adoroszlai commented on issue #1245: HDDS-1924. ozone sh bucket path command does not exist URL: https://github.com/apache/hadoop/pull/1245#issuecomment-519009755 @mukul1987 please review This is an automated message from

[jira] [Created] (HADOOP-16495) Fix invalid metric types in PrometheusMetricsSink

2019-08-07 Thread Akira Ajisaka (JIRA)
Akira Ajisaka created HADOOP-16495: -- Summary: Fix invalid metric types in PrometheusMetricsSink Key: HADOOP-16495 URL: https://issues.apache.org/jira/browse/HADOOP-16495 Project: Hadoop Common

[GitHub] [hadoop] aajisaka commented on issue #1244: HADOOP-16495. Fix invalid metric types in PrometheusMetricsSink

2019-08-07 Thread GitBox
aajisaka commented on issue #1244: HADOOP-16495. Fix invalid metric types in PrometheusMetricsSink URL: https://github.com/apache/hadoop/pull/1244#issuecomment-518985192 > You might also want to adopt

[GitHub] [hadoop] bilaharith commented on a change in pull request #1207: Hadoop 16479

2019-08-07 Thread GitBox
bilaharith commented on a change in pull request #1207: Hadoop 16479 URL: https://github.com/apache/hadoop/pull/1207#discussion_r311393454 ## File path: hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAzureBlobFileSystemFileStatus.java ## @@

[GitHub] [hadoop] bilaharith commented on a change in pull request #1207: Hadoop 16479

2019-08-07 Thread GitBox
bilaharith commented on a change in pull request #1207: Hadoop 16479 URL: https://github.com/apache/hadoop/pull/1207#discussion_r311393415 ## File path: hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAzureBlobFileSystemFileStatus.java ## @@

[GitHub] [hadoop] bilaharith commented on a change in pull request #1207: Hadoop 16479

2019-08-07 Thread GitBox
bilaharith commented on a change in pull request #1207: Hadoop 16479 URL: https://github.com/apache/hadoop/pull/1207#discussion_r311393361 ## File path: hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAzureBlobFileSystemFileStatus.java ## @@

[GitHub] [hadoop] bilaharith commented on a change in pull request #1207: Hadoop 16479

2019-08-07 Thread GitBox
bilaharith commented on a change in pull request #1207: Hadoop 16479 URL: https://github.com/apache/hadoop/pull/1207#discussion_r311393166 ## File path: hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAzureBlobFileSystemFileStatus.java ## @@

[jira] [Assigned] (HADOOP-16495) Fix invalid metric types in PrometheusMetricsSink

2019-08-07 Thread Akira Ajisaka (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akira Ajisaka reassigned HADOOP-16495: -- Assignee: Akira Ajisaka > Fix invalid metric types in PrometheusMetricsSink >

[jira] [Updated] (HADOOP-16479) ABFS FileStatus.getModificationTime returns localized time instead of UTC

2019-08-07 Thread Bilahari T H (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bilahari T H updated HADOOP-16479: -- Attachment: HADOOP-16479-003.patch > ABFS FileStatus.getModificationTime returns localized

[jira] [Updated] (HADOOP-16495) Fix invalid metric types in PrometheusMetricsSink

2019-08-07 Thread Akira Ajisaka (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akira Ajisaka updated HADOOP-16495: --- Status: Patch Available (was: Open) > Fix invalid metric types in PrometheusMetricsSink >

[GitHub] [hadoop] nandakumar131 closed pull request #1239: HDDS-1907. TestOzoneRpcClientWithRatis is failing with ACL errors. Co…

2019-08-07 Thread GitBox
nandakumar131 closed pull request #1239: HDDS-1907. TestOzoneRpcClientWithRatis is failing with ACL errors. Co… URL: https://github.com/apache/hadoop/pull/1239 This is an automated message from the Apache Git Service. To

[GitHub] [hadoop] nandakumar131 commented on a change in pull request #1211: HDDS-1888. Add containers to node2container map in SCM as soon as a container is created.

2019-08-07 Thread GitBox
nandakumar131 commented on a change in pull request #1211: HDDS-1888. Add containers to node2container map in SCM as soon as a container is created. URL: https://github.com/apache/hadoop/pull/1211#discussion_r311564536 ## File path:

[GitHub] [hadoop] hadoop-yetus commented on issue #1208: HADOOP-16423. S3Guard fsck: Check metadata consistency between S3 and metadatastore (log) (WIP)

2019-08-07 Thread GitBox
hadoop-yetus commented on issue #1208: HADOOP-16423. S3Guard fsck: Check metadata consistency between S3 and metadatastore (log) (WIP) URL: https://github.com/apache/hadoop/pull/1208#issuecomment-519066905 :broken_heart: **-1 overall** | Vote | Subsystem |

[GitHub] [hadoop] hadoop-yetus commented on a change in pull request #1208: HADOOP-16423. S3Guard fsck: Check metadata consistency between S3 and metadatastore (log) (WIP)

2019-08-07 Thread GitBox
hadoop-yetus commented on a change in pull request #1208: HADOOP-16423. S3Guard fsck: Check metadata consistency between S3 and metadatastore (log) (WIP) URL: https://github.com/apache/hadoop/pull/1208#discussion_r311514964 ## File path:

[jira] [Created] (HADOOP-16497) Allowed Origin pattern is discouraged if regex contains *

2019-08-07 Thread Zoltan Siegl (JIRA)
Zoltan Siegl created HADOOP-16497: - Summary: Allowed Origin pattern is discouraged if regex contains * Key: HADOOP-16497 URL: https://issues.apache.org/jira/browse/HADOOP-16497 Project: Hadoop Common

[GitHub] [hadoop] nandakumar131 commented on a change in pull request #1211: HDDS-1888. Add containers to node2container map in SCM as soon as a container is created.

2019-08-07 Thread GitBox
nandakumar131 commented on a change in pull request #1211: HDDS-1888. Add containers to node2container map in SCM as soon as a container is created. URL: https://github.com/apache/hadoop/pull/1211#discussion_r311579697 ## File path:

[GitHub] [hadoop] hadoop-yetus commented on issue #1245: HDDS-1924. ozone sh bucket path command does not exist

2019-08-07 Thread GitBox
hadoop-yetus commented on issue #1245: HDDS-1924. ozone sh bucket path command does not exist URL: https://github.com/apache/hadoop/pull/1245#issuecomment-519027084 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hadoop] mukul1987 commented on a change in pull request #1211: HDDS-1888. Add containers to node2container map in SCM as soon as a container is created.

2019-08-07 Thread GitBox
mukul1987 commented on a change in pull request #1211: HDDS-1888. Add containers to node2container map in SCM as soon as a container is created. URL: https://github.com/apache/hadoop/pull/1211#discussion_r311556945 ## File path:

[GitHub] [hadoop] mukul1987 commented on a change in pull request #1211: HDDS-1888. Add containers to node2container map in SCM as soon as a container is created.

2019-08-07 Thread GitBox
mukul1987 commented on a change in pull request #1211: HDDS-1888. Add containers to node2container map in SCM as soon as a container is created. URL: https://github.com/apache/hadoop/pull/1211#discussion_r311561367 ## File path:

[GitHub] [hadoop] nandakumar131 commented on a change in pull request #1211: HDDS-1888. Add containers to node2container map in SCM as soon as a container is created.

2019-08-07 Thread GitBox
nandakumar131 commented on a change in pull request #1211: HDDS-1888. Add containers to node2container map in SCM as soon as a container is created. URL: https://github.com/apache/hadoop/pull/1211#discussion_r311579697 ## File path:

[GitHub] [hadoop] ctubbsii commented on a change in pull request #1243: HADOOP-16494. Add SHA-512 checksum to release artifact to comply with the release distribution policy

2019-08-07 Thread GitBox
ctubbsii commented on a change in pull request #1243: HADOOP-16494. Add SHA-512 checksum to release artifact to comply with the release distribution policy URL: https://github.com/apache/hadoop/pull/1243#discussion_r311524528 ## File path: dev-support/bin/create-release ##

[jira] [Commented] (HADOOP-16488) Remove JsonSerialization from hadoop-common

2019-08-07 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16902080#comment-16902080 ] Steve Loughran commented on HADOOP-16488: - well, we can make them provided, but that creates a

[GitHub] [hadoop] hadoop-yetus commented on issue #1208: HADOOP-16423. S3Guard fsck: Check metadata consistency between S3 and metadatastore (log) (WIP)

2019-08-07 Thread GitBox
hadoop-yetus commented on issue #1208: HADOOP-16423. S3Guard fsck: Check metadata consistency between S3 and metadatastore (log) (WIP) URL: https://github.com/apache/hadoop/pull/1208#issuecomment-519107957 :broken_heart: **-1 overall** | Vote | Subsystem |

[jira] [Commented] (HADOOP-16490) S3GuardExistsRetryPolicy handle FNFE eventual consistency better

2019-08-07 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16901946#comment-16901946 ] Steve Loughran commented on HADOOP-16490: - Update Here's some traces of "hadoop fs

[jira] [Commented] (HADOOP-16488) Remove JsonSerialization from hadoop-common

2019-08-07 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16902086#comment-16902086 ] Duo Zhang commented on HADOOP-16488: So you mean we add jackson as provided in pom? Not sure if

[jira] [Assigned] (HADOOP-16497) Allowed Origin pattern is discouraged if regex contains *

2019-08-07 Thread Zoltan Siegl (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zoltan Siegl reassigned HADOOP-16497: - Assignee: Zoltan Siegl > Allowed Origin pattern is discouraged if regex contains * >

[jira] [Commented] (HADOOP-16488) Remove JsonSerialization from hadoop-common

2019-08-07 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16902087#comment-16902087 ] Duo Zhang commented on HADOOP-16488: And there is a jackson-annotations jar, I guess all the

[jira] [Created] (HADOOP-16498) AzureADAuthenticator cant authenticate in china

2019-08-07 Thread Steve Loughran (JIRA)
Steve Loughran created HADOOP-16498: --- Summary: AzureADAuthenticator cant authenticate in china Key: HADOOP-16498 URL: https://issues.apache.org/jira/browse/HADOOP-16498 Project: Hadoop Common

[GitHub] [hadoop] hadoop-yetus commented on issue #1211: HDDS-1888. Add containers to node2container map in SCM as soon as a container is created.

2019-08-07 Thread GitBox
hadoop-yetus commented on issue #1211: HDDS-1888. Add containers to node2container map in SCM as soon as a container is created. URL: https://github.com/apache/hadoop/pull/1211#issuecomment-519174961 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime |

[GitHub] [hadoop] steveloughran commented on issue #1246: HADOOP-16499. S3A retry policy to be exponential

2019-08-07 Thread GitBox
steveloughran commented on issue #1246: HADOOP-16499. S3A retry policy to be exponential URL: https://github.com/apache/hadoop/pull/1246#issuecomment-519178865 test run has shown some tuning is needed on those which simulate failures

[GitHub] [hadoop] bharatviswa504 opened a new pull request #1247: HDDS-1926. The new caching layer is used for old OM requests but not updated.

2019-08-07 Thread GitBox
bharatviswa504 opened a new pull request #1247: HDDS-1926. The new caching layer is used for old OM requests but not updated. URL: https://github.com/apache/hadoop/pull/1247 When I am trying to add a test with restart manager, and then try to create the same volume, I am getting some

[GitHub] [hadoop] steveloughran opened a new pull request #1246: HADOOP-16499. S3A retry policy to be exponential

2019-08-07 Thread GitBox
steveloughran opened a new pull request #1246: HADOOP-16499. S3A retry policy to be exponential URL: https://github.com/apache/hadoop/pull/1246 -exponential retry policy used -retry interval = 1s -retry attempts = 8 -docs updated tested s3 ireland Change-Id:

[GitHub] [hadoop] steveloughran commented on issue #1246: HADOOP-16499. S3A retry policy to be exponential

2019-08-07 Thread GitBox
steveloughran commented on issue #1246: HADOOP-16499. S3A retry policy to be exponential URL: https://github.com/apache/hadoop/pull/1246#issuecomment-519193601 latest run against ireland with s3guard and versioning This is

[jira] [Commented] (HADOOP-16138) hadoop fs mkdir / of nonexistent abfs container raises NPE

2019-08-07 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16902117#comment-16902117 ] Steve Loughran commented on HADOOP-16138: - Gabor, you active here? > hadoop fs mkdir / of

[jira] [Commented] (HADOOP-16498) AzureADAuthenticator cant authenticate in china

2019-08-07 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16902130#comment-16902130 ] Steve Loughran commented on HADOOP-16498: - {code}

[jira] [Commented] (HADOOP-16498) AzureADAuthenticator cannot authenticate in china

2019-08-07 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16902151#comment-16902151 ] Steve Loughran commented on HADOOP-16498: - Also, when this file is changed, can it be moved of

[jira] [Updated] (HADOOP-16498) AzureADAuthenticator cannot authenticate in china

2019-08-07 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran updated HADOOP-16498: Summary: AzureADAuthenticator cannot authenticate in china (was: AzureADAuthenticator

[jira] [Created] (HADOOP-16499) S3A retry policy to be exponential

2019-08-07 Thread Steve Loughran (JIRA)
Steve Loughran created HADOOP-16499: --- Summary: S3A retry policy to be exponential Key: HADOOP-16499 URL: https://issues.apache.org/jira/browse/HADOOP-16499 Project: Hadoop Common Issue

[GitHub] [hadoop] elek closed pull request #1245: HDDS-1924. ozone sh bucket path command does not exist

2019-08-07 Thread GitBox
elek closed pull request #1245: HDDS-1924. ozone sh bucket path command does not exist URL: https://github.com/apache/hadoop/pull/1245 This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Updated] (HADOOP-16499) S3A retry policy to be exponential

2019-08-07 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran updated HADOOP-16499: Release Note: The S3A filesystem now backs off exponentially on failures. if you have

[GitHub] [hadoop] adoroszlai commented on issue #1245: HDDS-1924. ozone sh bucket path command does not exist

2019-08-07 Thread GitBox
adoroszlai commented on issue #1245: HDDS-1924. ozone sh bucket path command does not exist URL: https://github.com/apache/hadoop/pull/1245#issuecomment-519207056 Thanks @mukul1987 for spotting this issue, and @elek for reviewing and committing the fix.

[GitHub] [hadoop] steveloughran commented on issue #1246: HADOOP-16499. S3A retry policy to be exponential

2019-08-07 Thread GitBox
steveloughran commented on issue #1246: HADOOP-16499. S3A retry policy to be exponential URL: https://github.com/apache/hadoop/pull/1246#issuecomment-519212373 For reviewers: the reason I move off the `fs.s3a.attempts.maximum` value is that is what is used in the AWS SDK for its retries,

[GitHub] [hadoop] bharatviswa504 commented on a change in pull request #1202: HDDS-1884. Support Bucket ACL operations for OM HA.

2019-08-07 Thread GitBox
bharatviswa504 commented on a change in pull request #1202: HDDS-1884. Support Bucket ACL operations for OM HA. URL: https://github.com/apache/hadoop/pull/1202#discussion_r311694838 ## File path: hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/util/BiFunction.java

[GitHub] [hadoop] adoroszlai commented on issue #1248: HDDS-1925. ozonesecure acceptance test broken by HTTP auth requirement

2019-08-07 Thread GitBox
adoroszlai commented on issue #1248: HDDS-1925. ozonesecure acceptance test broken by HTTP auth requirement URL: https://github.com/apache/hadoop/pull/1248#issuecomment-519214055 /label ozone This is an automated message

[GitHub] [hadoop] adoroszlai opened a new pull request #1249: HDDS-1928. Cannot run ozone-recon compose due to syntax error

2019-08-07 Thread GitBox
adoroszlai opened a new pull request #1249: HDDS-1928. Cannot run ozone-recon compose due to syntax error URL: https://github.com/apache/hadoop/pull/1249 ## What changes were proposed in this pull request? Add missing version tag for `datanode` service in `ozone-recon` compose.

[jira] [Updated] (HADOOP-16491) Upgrade jetty version to 9.3.27

2019-08-07 Thread Wei-Chiu Chuang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei-Chiu Chuang updated HADOOP-16491: - Resolution: Fixed Fix Version/s: 3.3.0 Status: Resolved (was: Patch

[GitHub] [hadoop] xiaoyuyao commented on issue #1250: HDDS-1929. OM started on recon host in ozonesecure compose

2019-08-07 Thread GitBox
xiaoyuyao commented on issue #1250: HDDS-1929. OM started on recon host in ozonesecure compose URL: https://github.com/apache/hadoop/pull/1250#issuecomment-519272898 +1 pending CI. This is an automated message from the

[GitHub] [hadoop] vivekratnavel commented on issue #1250: HDDS-1929. OM started on recon host in ozonesecure compose

2019-08-07 Thread GitBox
vivekratnavel commented on issue #1250: HDDS-1929. OM started on recon host in ozonesecure compose URL: https://github.com/apache/hadoop/pull/1250#issuecomment-519262115 +1 (non-binding) LGTM This is an automated message

[GitHub] [hadoop] steveloughran commented on issue #1246: HADOOP-16499. S3A retry policy to be exponential

2019-08-07 Thread GitBox
steveloughran commented on issue #1246: HADOOP-16499. S3A retry policy to be exponential URL: https://github.com/apache/hadoop/pull/1246#issuecomment-519274539 Turns out there are even more tests which have expectations that connectivity/read exceptions retry for a time less than the test

[GitHub] [hadoop] bharatviswa504 commented on a change in pull request #1202: HDDS-1884. Support Bucket ACL operations for OM HA.

2019-08-07 Thread GitBox
bharatviswa504 commented on a change in pull request #1202: HDDS-1884. Support Bucket ACL operations for OM HA. URL: https://github.com/apache/hadoop/pull/1202#discussion_r311693283 ## File path:

[GitHub] [hadoop] adoroszlai opened a new pull request #1248: HDDS-1925. ozonesecure acceptance test broken by HTTP auth requirement

2019-08-07 Thread GitBox
adoroszlai opened a new pull request #1248: HDDS-1925. ozonesecure acceptance test broken by HTTP auth requirement URL: https://github.com/apache/hadoop/pull/1248 ## What changes were proposed in this pull request? Obtain Kerberos ticket for HTTP before web requests and use it for

[GitHub] [hadoop] hadoop-yetus commented on issue #1248: HDDS-1925. ozonesecure acceptance test broken by HTTP auth requirement

2019-08-07 Thread GitBox
hadoop-yetus commented on issue #1248: HDDS-1925. ozonesecure acceptance test broken by HTTP auth requirement URL: https://github.com/apache/hadoop/pull/1248#issuecomment-519247999 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hadoop] adoroszlai opened a new pull request #1250: HDDS-1929. OM started on recon host in ozonesecure compose

2019-08-07 Thread GitBox
adoroszlai opened a new pull request #1250: HDDS-1929. OM started on recon host in ozonesecure compose URL: https://github.com/apache/hadoop/pull/1250 ## What changes were proposed in this pull request? Remove unnecessary OM initialization for `recon` host.

[GitHub] [hadoop] bharatviswa504 commented on issue #1247: HDDS-1926. The new caching layer is used for old OM requests but not updated.

2019-08-07 Thread GitBox
bharatviswa504 commented on issue #1247: HDDS-1926. The new caching layer is used for old OM requests but not updated. URL: https://github.com/apache/hadoop/pull/1247#issuecomment-519203842 Added tests with OM restart. This

[GitHub] [hadoop] bharatviswa504 commented on issue #1202: HDDS-1884. Support Bucket ACL operations for OM HA.

2019-08-07 Thread GitBox
bharatviswa504 commented on issue #1202: HDDS-1884. Support Bucket ACL operations for OM HA. URL: https://github.com/apache/hadoop/pull/1202#issuecomment-519213365 Thank You @xiaoyuyao for the review. I have addressed review comments.

[GitHub] [hadoop] bharatviswa504 commented on a change in pull request #1202: HDDS-1884. Support Bucket ACL operations for OM HA.

2019-08-07 Thread GitBox
bharatviswa504 commented on a change in pull request #1202: HDDS-1884. Support Bucket ACL operations for OM HA. URL: https://github.com/apache/hadoop/pull/1202#discussion_r311696317 ## File path:

[GitHub] [hadoop] steveloughran commented on issue #1246: HADOOP-16499. S3A retry policy to be exponential

2019-08-07 Thread GitBox
steveloughran commented on issue #1246: HADOOP-16499. S3A retry policy to be exponential URL: https://github.com/apache/hadoop/pull/1246#issuecomment-519225111 two other tests timed out on a test run ``` [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 600.566

[GitHub] [hadoop] hadoop-yetus commented on issue #1246: HADOOP-16499. S3A retry policy to be exponential

2019-08-07 Thread GitBox
hadoop-yetus commented on issue #1246: HADOOP-16499. S3A retry policy to be exponential URL: https://github.com/apache/hadoop/pull/1246#issuecomment-519233835 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hadoop] adoroszlai commented on issue #1250: HDDS-1929. OM started on recon host in ozonesecure compose

2019-08-07 Thread GitBox
adoroszlai commented on issue #1250: HDDS-1929. OM started on recon host in ozonesecure compose URL: https://github.com/apache/hadoop/pull/1250#issuecomment-519248564 @elek @vivekratnavel please review This is an automated

[jira] [Commented] (HADOOP-16491) Upgrade jetty version to 9.3.27

2019-08-07 Thread Hrishikesh Gadre (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16902457#comment-16902457 ] Hrishikesh Gadre commented on HADOOP-16491: --- {quote}The patch doesn't appear to include any

[GitHub] [hadoop] hadoop-yetus commented on issue #1202: HDDS-1884. Support Bucket ACL operations for OM HA.

2019-08-07 Thread GitBox
hadoop-yetus commented on issue #1202: HDDS-1884. Support Bucket ACL operations for OM HA. URL: https://github.com/apache/hadoop/pull/1202#issuecomment-519259762 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hadoop] vivekratnavel commented on issue #1249: HDDS-1928. Cannot run ozone-recon compose due to syntax error

2019-08-07 Thread GitBox
vivekratnavel commented on issue #1249: HDDS-1928. Cannot run ozone-recon compose due to syntax error URL: https://github.com/apache/hadoop/pull/1249#issuecomment-519262892 +1 (non-binding) LGTM This is an automated message

[GitHub] [hadoop] xiaoyuyao commented on issue #1248: HDDS-1925. ozonesecure acceptance test broken by HTTP auth requirement

2019-08-07 Thread GitBox
xiaoyuyao commented on issue #1248: HDDS-1925. ozonesecure acceptance test broken by HTTP auth requirement URL: https://github.com/apache/hadoop/pull/1248#issuecomment-519262503 LGTM, +1 pending CI. Thanks @adoroszlai for fixing this.

[GitHub] [hadoop] arp7 commented on a change in pull request #1247: HDDS-1926. The new caching layer is used for old OM requests but not updated.

2019-08-07 Thread GitBox
arp7 commented on a change in pull request #1247: HDDS-1926. The new caching layer is used for old OM requests but not updated. URL: https://github.com/apache/hadoop/pull/1247#discussion_r311756063 ## File path:

[GitHub] [hadoop] xiaoyuyao commented on a change in pull request #1219: HDDS-1900. Remove UpdateBucket handler which supports add/remove Acl.

2019-08-07 Thread GitBox
xiaoyuyao commented on a change in pull request #1219: HDDS-1900. Remove UpdateBucket handler which supports add/remove Acl. URL: https://github.com/apache/hadoop/pull/1219#discussion_r311766601 ## File path: hadoop-hdds/docs/content/shell/BucketCommands.md ## @@ -26,7

[jira] [Commented] (HADOOP-16491) Upgrade jetty version to 9.3.27

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

[GitHub] [hadoop] bharatviswa504 commented on a change in pull request #1202: HDDS-1884. Support Bucket ACL operations for OM HA.

2019-08-07 Thread GitBox
bharatviswa504 commented on a change in pull request #1202: HDDS-1884. Support Bucket ACL operations for OM HA. URL: https://github.com/apache/hadoop/pull/1202#discussion_r311695569 ## File path:

[GitHub] [hadoop] adoroszlai commented on issue #1249: HDDS-1928. Cannot run ozone-recon compose due to syntax error

2019-08-07 Thread GitBox
adoroszlai commented on issue #1249: HDDS-1928. Cannot run ozone-recon compose due to syntax error URL: https://github.com/apache/hadoop/pull/1249#issuecomment-519225689 @vivekratnavel please review (Not labelling this PR with `ozone` because `ozone-recon` dir doesn't have

[GitHub] [hadoop] hadoop-yetus commented on issue #1246: HADOOP-16499. S3A retry policy to be exponential

2019-08-07 Thread GitBox
hadoop-yetus commented on issue #1246: HADOOP-16499. S3A retry policy to be exponential URL: https://github.com/apache/hadoop/pull/1246#issuecomment-519228602 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hadoop] hadoop-yetus commented on issue #1247: HDDS-1926. The new caching layer is used for old OM requests but not updated.

2019-08-07 Thread GitBox
hadoop-yetus commented on issue #1247: HDDS-1926. The new caching layer is used for old OM requests but not updated. URL: https://github.com/apache/hadoop/pull/1247#issuecomment-519243330 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[jira] [Created] (HADOOP-16500) S3ADelegationTokens to only log at debug on startup

2019-08-07 Thread Steve Loughran (JIRA)
Steve Loughran created HADOOP-16500: --- Summary: S3ADelegationTokens to only log at debug on startup Key: HADOOP-16500 URL: https://issues.apache.org/jira/browse/HADOOP-16500 Project: Hadoop Common

[GitHub] [hadoop] hadoop-yetus commented on issue #1247: HDDS-1926. The new caching layer is used for old OM requests but not updated.

2019-08-07 Thread GitBox
hadoop-yetus commented on issue #1247: HDDS-1926. The new caching layer is used for old OM requests but not updated. URL: https://github.com/apache/hadoop/pull/1247#issuecomment-519254074 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hadoop] vivekratnavel commented on issue #1250: HDDS-1929. OM started on recon host in ozonesecure compose

2019-08-07 Thread GitBox
vivekratnavel commented on issue #1250: HDDS-1929. OM started on recon host in ozonesecure compose URL: https://github.com/apache/hadoop/pull/1250#issuecomment-519261531 /label ozone This is an automated message from the

[GitHub] [hadoop] bharatviswa504 commented on a change in pull request #1247: HDDS-1926. The new caching layer is used for old OM requests but not updated.

2019-08-07 Thread GitBox
bharatviswa504 commented on a change in pull request #1247: HDDS-1926. The new caching layer is used for old OM requests but not updated. URL: https://github.com/apache/hadoop/pull/1247#discussion_r311761847 ## File path:

[GitHub] [hadoop] bharatviswa504 commented on issue #1247: HDDS-1926. The new caching layer is used for old OM requests but not updated.

2019-08-07 Thread GitBox
bharatviswa504 commented on issue #1247: HDDS-1926. The new caching layer is used for old OM requests but not updated. URL: https://github.com/apache/hadoop/pull/1247#issuecomment-519268081 Thank You @arp7 for the review. Addressed review comments.

[GitHub] [hadoop] bharatviswa504 commented on a change in pull request #1219: HDDS-1900. Remove UpdateBucket handler which supports add/remove Acl.

2019-08-07 Thread GitBox
bharatviswa504 commented on a change in pull request #1219: HDDS-1900. Remove UpdateBucket handler which supports add/remove Acl. URL: https://github.com/apache/hadoop/pull/1219#discussion_r311688029 ## File path: hadoop-hdds/docs/content/shell/BucketCommands.md ## @@

[GitHub] [hadoop] hadoop-yetus commented on issue #1246: HADOOP-16499. S3A retry policy to be exponential

2019-08-07 Thread GitBox
hadoop-yetus commented on issue #1246: HADOOP-16499. S3A retry policy to be exponential URL: https://github.com/apache/hadoop/pull/1246#issuecomment-519253702 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment |

[jira] [Commented] (HADOOP-16491) Upgrade jetty version to 9.3.27

2019-08-07 Thread Wei-Chiu Chuang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16902458#comment-16902458 ] Wei-Chiu Chuang commented on HADOOP-16491: -- +1 > Upgrade jetty version to 9.3.27 >

[GitHub] [hadoop] hadoop-yetus commented on issue #1249: HDDS-1928. Cannot run ozone-recon compose due to syntax error

2019-08-07 Thread GitBox
hadoop-yetus commented on issue #1249: HDDS-1928. Cannot run ozone-recon compose due to syntax error URL: https://github.com/apache/hadoop/pull/1249#issuecomment-519267789 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[jira] [Updated] (HADOOP-16483) S3Guard fsck: Check metadata consistency from metadatastore to S3 (log)

2019-08-07 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran updated HADOOP-16483: Summary: S3Guard fsck: Check metadata consistency from metadatastore to S3 (log) (was:

[jira] [Commented] (HADOOP-15338) Support Java 11 LTS in Hadoop

2019-08-07 Thread Matt Foley (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16902490#comment-16902490 ] Matt Foley commented on HADOOP-15338: - MCOMPILER-342 shows fixed for the compiler plugin in version

[GitHub] [hadoop] hadoop-yetus commented on issue #1250: HDDS-1929. OM started on recon host in ozonesecure compose

2019-08-07 Thread GitBox
hadoop-yetus commented on issue #1250: HDDS-1929. OM started on recon host in ozonesecure compose URL: https://github.com/apache/hadoop/pull/1250#issuecomment-519287999 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hadoop] hadoop-yetus commented on issue #1210: HADOOP-16477. S3 delegation token tests fail if fs.s3a.encryption.key set

2019-08-07 Thread GitBox
hadoop-yetus commented on issue #1210: HADOOP-16477. S3 delegation token tests fail if fs.s3a.encryption.key set URL: https://github.com/apache/hadoop/pull/1210#issuecomment-519321725 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hadoop] hadoop-yetus commented on issue #1207: Hadoop 16479

2019-08-07 Thread GitBox
hadoop-yetus commented on issue #1207: Hadoop 16479 URL: https://github.com/apache/hadoop/pull/1207#issuecomment-519326616 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | 0 | reexec | 82 |

  1   2   3   >