[jira] [Commented] (HADOOP-16908) Prune jackson 1 code again

2020-03-04 Thread Zoltan Haindrich (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-16908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17051864#comment-17051864 ] Zoltan Haindrich commented on HADOOP-16908: --- from the title; I would guess th

[GitHub] [hadoop] mukund-thakur commented on a change in pull request #1875: HADOOP-16794. S3A reverts KMS encryption to the bucket's default KMS …

2020-03-04 Thread GitBox
mukund-thakur commented on a change in pull request #1875: HADOOP-16794. S3A reverts KMS encryption to the bucket's default KMS … URL: https://github.com/apache/hadoop/pull/1875#discussion_r388121940 ## File path: hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/Abstr

[GitHub] [hadoop] DadanielZ commented on a change in pull request #1872: Hadoop 16890: Change in expiry calculation for MSI token provider

2020-03-04 Thread GitBox
DadanielZ commented on a change in pull request #1872: Hadoop 16890: Change in expiry calculation for MSI token provider URL: https://github.com/apache/hadoop/pull/1872#discussion_r388115706 ## File path: hadoop-project/pom.xml ## @@ -204,6 +204,7 @@ 3.12.2 3.9.0

[GitHub] [hadoop] DadanielZ commented on issue #988: HADOOP-16376. ABFS: Override access() to no-op.

2020-03-04 Thread GitBox
DadanielZ commented on issue #988: HADOOP-16376. ABFS: Override access() to no-op. URL: https://github.com/apache/hadoop/pull/988#issuecomment-595063337 Actually this is no longer needed and has been updated already, I will close this comment. @steveloughran Thanks anyway :) --

[GitHub] [hadoop] DadanielZ closed pull request #988: HADOOP-16376. ABFS: Override access() to no-op.

2020-03-04 Thread GitBox
DadanielZ closed pull request #988: HADOOP-16376. ABFS: Override access() to no-op. URL: https://github.com/apache/hadoop/pull/988 This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [hadoop] snvijaya commented on a change in pull request #1790: [HADOOP-16818] ABFS: Combine append+flush calls for blockblob & appendblob

2020-03-04 Thread GitBox
snvijaya commented on a change in pull request #1790: [HADOOP-16818] ABFS: Combine append+flush calls for blockblob & appendblob URL: https://github.com/apache/hadoop/pull/1790#discussion_r388085796 ## File path: hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs

[GitHub] [hadoop] jojochuang commented on issue #1876: HADOOP-16905. Update jackson-databind to 2.10.3 to relieve us from the endless CVE patches.

2020-03-04 Thread GitBox
jojochuang commented on issue #1876: HADOOP-16905. Update jackson-databind to 2.10.3 to relieve us from the endless CVE patches. URL: https://github.com/apache/hadoop/pull/1876#issuecomment-595014877 Thanks. In that case it's much more complex. jackson 2.10.3 has extra dependency and it br

[GitHub] [hadoop] iwasakims commented on issue #1876: HADOOP-16905. Update jackson-databind to 2.10.3 to relieve us from the endless CVE patches.

2020-03-04 Thread GitBox
iwasakims commented on issue #1876: HADOOP-16905. Update jackson-databind to 2.10.3 to relieve us from the endless CVE patches. URL: https://github.com/apache/hadoop/pull/1876#issuecomment-595004260 looks like `jackson2.version` should be updated too. --

[GitHub] [hadoop] iwasakims commented on issue #1876: HADOOP-16905. Update jackson-databind to 2.10.3 to relieve us from the endless CVE patches.

2020-03-04 Thread GitBox
iwasakims commented on issue #1876: HADOOP-16905. Update jackson-databind to 2.10.3 to relieve us from the endless CVE patches. URL: https://github.com/apache/hadoop/pull/1876#issuecomment-594997552 `mvn test -Dtest=TestDelegationTokenAuthenticationHandlerWithMocks,TestWebDelegationToken`

[GitHub] [hadoop] hadoop-yetus commented on issue #1876: HADOOP-16905. Update jackson-databind to 2.10.3 to relieve us from the endless CVE patches.

2020-03-04 Thread GitBox
hadoop-yetus commented on issue #1876: HADOOP-16905. Update jackson-databind to 2.10.3 to relieve us from the endless CVE patches. URL: https://github.com/apache/hadoop/pull/1876#issuecomment-594987740 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | C

[GitHub] [hadoop] liuml07 commented on a change in pull request #1875: HADOOP-16794. S3A reverts KMS encryption to the bucket's default KMS …

2020-03-04 Thread GitBox
liuml07 commented on a change in pull request #1875: HADOOP-16794. S3A reverts KMS encryption to the bucket's default KMS … URL: https://github.com/apache/hadoop/pull/1875#discussion_r388035147 ## File path: hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/AbstractTes

[GitHub] [hadoop] jojochuang opened a new pull request #1877: HADOOP-16908. Prune jackson 1 code again.

2020-03-04 Thread GitBox
jojochuang opened a new pull request #1877: HADOOP-16908. Prune jackson 1 code again. URL: https://github.com/apache/hadoop/pull/1877 The PR migrates all jackson 1 code to jackson2. It compiles. Let's see what precommit bot says. ## NOTICE Please create an issue in ASF JIRA b

[jira] [Created] (HADOOP-16908) Prune jackson 1 code again

2020-03-04 Thread Wei-Chiu Chuang (Jira)
Wei-Chiu Chuang created HADOOP-16908: Summary: Prune jackson 1 code again Key: HADOOP-16908 URL: https://issues.apache.org/jira/browse/HADOOP-16908 Project: Hadoop Common Issue Type: Sub-

[jira] [Assigned] (HADOOP-16908) Prune jackson 1 code again

2020-03-04 Thread Wei-Chiu Chuang (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-16908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei-Chiu Chuang reassigned HADOOP-16908: Assignee: Wei-Chiu Chuang > Prune jackson 1 code again > ---

[GitHub] [hadoop] karthikhw commented on issue #1870: HDFS-15201 SnapshotCounter hits MaxSnapshotID limit

2020-03-04 Thread GitBox
karthikhw commented on issue #1870: HDFS-15201 SnapshotCounter hits MaxSnapshotID limit URL: https://github.com/apache/hadoop/pull/1870#issuecomment-594957888 It looks test case failure is un-related to this issue. This is an

[jira] [Assigned] (HADOOP-16905) Update jackson-databind to 2.10.3 to relieve us from the endless CVE patches

2020-03-04 Thread Wei-Chiu Chuang (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-16905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei-Chiu Chuang reassigned HADOOP-16905: Assignee: Wei-Chiu Chuang > Update jackson-databind to 2.10.3 to relieve us from

[GitHub] [hadoop] jojochuang opened a new pull request #1876: HADOOP-16905. Update jackson-databind to 2.10.3 to relieve us from the endless CVE patches.

2020-03-04 Thread GitBox
jojochuang opened a new pull request #1876: HADOOP-16905. Update jackson-databind to 2.10.3 to relieve us from the endless CVE patches. URL: https://github.com/apache/hadoop/pull/1876 ## NOTICE Please create an issue in ASF JIRA before opening a pull request, and you need to set t

[GitHub] [hadoop] hadoop-yetus commented on issue #1870: HDFS-15201 SnapshotCounter hits MaxSnapshotID limit

2020-03-04 Thread GitBox
hadoop-yetus commented on issue #1870: HDFS-15201 SnapshotCounter hits MaxSnapshotID limit URL: https://github.com/apache/hadoop/pull/1870#issuecomment-594951319 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|

[GitHub] [hadoop] sunchao commented on a change in pull request #1869: HADOOP-16898. Batch listing of multiple directories to be an unstable interface

2020-03-04 Thread GitBox
sunchao commented on a change in pull request #1869: HADOOP-16898. Batch listing of multiple directories to be an unstable interface URL: https://github.com/apache/hadoop/pull/1869#discussion_r388002819 ## File path: hadoop-common-project/hadoop-common/src/main/java/org/apache/hado

[GitHub] [hadoop] sunchao commented on a change in pull request #1869: HADOOP-16898. Batch listing of multiple directories to be an unstable interface

2020-03-04 Thread GitBox
sunchao commented on a change in pull request #1869: HADOOP-16898. Batch listing of multiple directories to be an unstable interface URL: https://github.com/apache/hadoop/pull/1869#discussion_r38777 ## File path: hadoop-common-project/hadoop-common/src/main/java/org/apache/hado

[jira] [Created] (HADOOP-16907) Update Netty to 4.1.46Final

2020-03-04 Thread Wei-Chiu Chuang (Jira)
Wei-Chiu Chuang created HADOOP-16907: Summary: Update Netty to 4.1.46Final Key: HADOOP-16907 URL: https://issues.apache.org/jira/browse/HADOOP-16907 Project: Hadoop Common Issue Type: Imp

[GitHub] [hadoop] hadoop-yetus commented on issue #1872: Hadoop 16890: Change in expiry calculation for MSI token provider

2020-03-04 Thread GitBox
hadoop-yetus commented on issue #1872: Hadoop 16890: Change in expiry calculation for MSI token provider URL: https://github.com/apache/hadoop/pull/1872#issuecomment-594902805 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|-

[GitHub] [hadoop] karthikhw commented on a change in pull request #1870: HDFS-15201 SnapshotCounter hits MaxSnapshotID limit

2020-03-04 Thread GitBox
karthikhw commented on a change in pull request #1870: HDFS-15201 SnapshotCounter hits MaxSnapshotID limit URL: https://github.com/apache/hadoop/pull/1870#discussion_r387953842 ## File path: hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/snapsh

[GitHub] [hadoop] karthikhw commented on a change in pull request #1870: HDFS-15201 SnapshotCounter hits MaxSnapshotID limit

2020-03-04 Thread GitBox
karthikhw commented on a change in pull request #1870: HDFS-15201 SnapshotCounter hits MaxSnapshotID limit URL: https://github.com/apache/hadoop/pull/1870#discussion_r387906221 ## File path: hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/snapsh

[jira] [Created] (HADOOP-16906) Add some Abortable.abort() interface for streams etc which can be terminated

2020-03-04 Thread Steve Loughran (Jira)
Steve Loughran created HADOOP-16906: --- Summary: Add some Abortable.abort() interface for streams etc which can be terminated Key: HADOOP-16906 URL: https://issues.apache.org/jira/browse/HADOOP-16906

[GitHub] [hadoop] DadanielZ commented on a change in pull request #1872: Hadoop 16890: Change in expiry calculation for MSI token provider

2020-03-04 Thread GitBox
DadanielZ commented on a change in pull request #1872: Hadoop 16890: Change in expiry calculation for MSI token provider URL: https://github.com/apache/hadoop/pull/1872#discussion_r387859502 ## File path: hadoop-tools/hadoop-azure/pom.xml ## @@ -290,13 +290,13 @@ or

[GitHub] [hadoop] DadanielZ commented on a change in pull request #1872: Hadoop 16890: Change in expiry calculation for MSI token provider

2020-03-04 Thread GitBox
DadanielZ commented on a change in pull request #1872: Hadoop 16890: Change in expiry calculation for MSI token provider URL: https://github.com/apache/hadoop/pull/1872#discussion_r387859258 ## File path: hadoop-tools/hadoop-azure/pom.xml ## @@ -45,7 +45,7 @@ 7200

[GitHub] [hadoop] DadanielZ commented on a change in pull request #1872: Hadoop 16890: Change in expiry calculation for MSI token provider

2020-03-04 Thread GitBox
DadanielZ commented on a change in pull request #1872: Hadoop 16890: Change in expiry calculation for MSI token provider URL: https://github.com/apache/hadoop/pull/1872#discussion_r387859688 ## File path: hadoop-tools/hadoop-azure/pom.xml ## @@ -290,13 +290,13 @@ or

[GitHub] [hadoop] DadanielZ commented on a change in pull request #1872: Hadoop 16890: Change in expiry calculation for MSI token provider

2020-03-04 Thread GitBox
DadanielZ commented on a change in pull request #1872: Hadoop 16890: Change in expiry calculation for MSI token provider URL: https://github.com/apache/hadoop/pull/1872#discussion_r387859258 ## File path: hadoop-tools/hadoop-azure/pom.xml ## @@ -45,7 +45,7 @@ 7200

[GitHub] [hadoop] DadanielZ commented on a change in pull request #1872: Hadoop 16890: Change in expiry calculation for MSI token provider

2020-03-04 Thread GitBox
DadanielZ commented on a change in pull request #1872: Hadoop 16890: Change in expiry calculation for MSI token provider URL: https://github.com/apache/hadoop/pull/1872#discussion_r387853747 ## File path: hadoop-project/pom.xml ## @@ -1680,6 +1680,20 @@ jna

[GitHub] [hadoop] DadanielZ commented on a change in pull request #1872: Hadoop 16890: Change in expiry calculation for MSI token provider

2020-03-04 Thread GitBox
DadanielZ commented on a change in pull request #1872: Hadoop 16890: Change in expiry calculation for MSI token provider URL: https://github.com/apache/hadoop/pull/1872#discussion_r387853665 ## File path: hadoop-project/pom.xml ## @@ -1680,6 +1680,20 @@ jna

[jira] [Updated] (HADOOP-16485) Remove dependency on jackson

2020-03-04 Thread Wei-Chiu Chuang (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-16485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei-Chiu Chuang updated HADOOP-16485: - Labels: (was: release-blocker) > Remove dependency on jackson > -

[jira] [Commented] (HADOOP-15566) Support Opentracing

2020-03-04 Thread Wei-Chiu Chuang (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-15566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17051450#comment-17051450 ] Wei-Chiu Chuang commented on HADOOP-15566: -- Dropping this out from 3.3.0. We n

[jira] [Updated] (HADOOP-15566) Support Opentracing

2020-03-04 Thread Wei-Chiu Chuang (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-15566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei-Chiu Chuang updated HADOOP-15566: - Target Version/s: 3.4.0 (was: 3.3.0) > Support Opentracing > --- > >

[jira] [Updated] (HADOOP-16905) Update jackson-databind to 2.10.3 to relieve us from the endless CVE patches

2020-03-04 Thread Wei-Chiu Chuang (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-16905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei-Chiu Chuang updated HADOOP-16905: - Target Version/s: 3.3.0 > Update jackson-databind to 2.10.3 to relieve us from the endl

[jira] [Created] (HADOOP-16905) Update jackson-databind to 2.10.3 to relieve us from the endless CVE patches

2020-03-04 Thread Wei-Chiu Chuang (Jira)
Wei-Chiu Chuang created HADOOP-16905: Summary: Update jackson-databind to 2.10.3 to relieve us from the endless CVE patches Key: HADOOP-16905 URL: https://issues.apache.org/jira/browse/HADOOP-16905

[jira] [Updated] (HADOOP-16905) Update jackson-databind to 2.10.3 to relieve us from the endless CVE patches

2020-03-04 Thread Wei-Chiu Chuang (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-16905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei-Chiu Chuang updated HADOOP-16905: - Labels: release-blocker (was: ) > Update jackson-databind to 2.10.3 to relieve us from

[jira] [Commented] (HADOOP-16485) Remove dependency on jackson

2020-03-04 Thread Wei-Chiu Chuang (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-16485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17051442#comment-17051442 ] Wei-Chiu Chuang commented on HADOOP-16485: -- Sorry [~tamaas] missed this out. W

[jira] [Resolved] (HADOOP-16883) update jackon-databind version

2020-03-04 Thread Wei-Chiu Chuang (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-16883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei-Chiu Chuang resolved HADOOP-16883. -- Resolution: Duplicate Sorry missed this one. [~smeng] updated jackson-databind in HAD

[GitHub] [hadoop] hadoop-yetus commented on issue #1872: Hadoop 16890: Change in expiry calculation for MSI token provider

2020-03-04 Thread GitBox
hadoop-yetus commented on issue #1872: Hadoop 16890: Change in expiry calculation for MSI token provider URL: https://github.com/apache/hadoop/pull/1872#issuecomment-594653639 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|-

[jira] [Updated] (HADOOP-16904) ABFS test failures when running with a storage account without a hierarchical namespace

2020-03-04 Thread Gabor Bota (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-16904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabor Bota updated HADOOP-16904: Component/s: fs/azure > ABFS test failures when running with a storage account without a hierarch

[jira] [Commented] (HADOOP-16904) ABFS test failures when running with a storage account without a hierarchical namespace

2020-03-04 Thread Gabor Bota (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-16904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17051359#comment-17051359 ] Gabor Bota commented on HADOOP-16904: - FYI [~ste...@apache.org] > ABFS test failur

[jira] [Created] (HADOOP-16904) ABFS test failures when running with a storage account without a hierarchical namespace

2020-03-04 Thread Gabor Bota (Jira)
Gabor Bota created HADOOP-16904: --- Summary: ABFS test failures when running with a storage account without a hierarchical namespace Key: HADOOP-16904 URL: https://issues.apache.org/jira/browse/HADOOP-16904

[jira] [Commented] (HADOOP-16507) S3Guard fsck: Add option to configure severity (level) for the scan

2020-03-04 Thread Gabor Bota (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-16507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17051353#comment-17051353 ] Gabor Bota commented on HADOOP-16507: - Maybe worth to do this jira as well: https:

[jira] [Assigned] (HADOOP-16745) S3Guard fsck: Use enum instead of int for severity in violations

2020-03-04 Thread Gabor Bota (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-16745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabor Bota reassigned HADOOP-16745: --- Assignee: (was: Gabor Bota) > S3Guard fsck: Use enum instead of int for severity in vi

[jira] [Commented] (HADOOP-16900) Very large files can be truncated when written through S3AFileSystem

2020-03-04 Thread Andrew Olson (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-16900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17051330#comment-17051330 ] Andrew Olson commented on HADOOP-16900: --- [~ste...@apache.org] An adaptive solutio

[GitHub] [hadoop] hadoop-yetus commented on issue #1790: [HADOOP-16818] ABFS: Combine append+flush calls for blockblob & appendblob

2020-03-04 Thread GitBox
hadoop-yetus commented on issue #1790: [HADOOP-16818] ABFS: Combine append+flush calls for blockblob & appendblob URL: https://github.com/apache/hadoop/pull/1790#issuecomment-594598989 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |:--

[GitHub] [hadoop] steveloughran commented on issue #1790: [HADOOP-16818] ABFS: Combine append+flush calls for blockblob & appendblob

2020-03-04 Thread GitBox
steveloughran commented on issue #1790: [HADOOP-16818] ABFS: Combine append+flush calls for blockblob & appendblob URL: https://github.com/apache/hadoop/pull/1790#issuecomment-594585020 going to add @bgaborg as a reviewer. Now, something fundamental: what are blockblobs and appendbl

[GitHub] [hadoop] steveloughran commented on a change in pull request #1790: [HADOOP-16818] ABFS: Combine append+flush calls for blockblob & appendblob

2020-03-04 Thread GitBox
steveloughran commented on a change in pull request #1790: [HADOOP-16818] ABFS: Combine append+flush calls for blockblob & appendblob URL: https://github.com/apache/hadoop/pull/1790#discussion_r387726574 ## File path: hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azu

[GitHub] [hadoop] steveloughran commented on a change in pull request #1869: HADOOP-16898. Batch listing of multiple directories to be an unstable interface

2020-03-04 Thread GitBox
steveloughran commented on a change in pull request #1869: HADOOP-16898. Batch listing of multiple directories to be an unstable interface URL: https://github.com/apache/hadoop/pull/1869#discussion_r387725419 ## File path: hadoop-common-project/hadoop-common/src/main/java/org/apach

[GitHub] [hadoop] steveloughran commented on a change in pull request #1869: HADOOP-16898. Batch listing of multiple directories to be an unstable interface

2020-03-04 Thread GitBox
steveloughran commented on a change in pull request #1869: HADOOP-16898. Batch listing of multiple directories to be an unstable interface URL: https://github.com/apache/hadoop/pull/1869#discussion_r387724320 ## File path: hadoop-common-project/hadoop-common/src/main/java/org/apach

[GitHub] [hadoop] jiwq commented on a change in pull request #1397: MAPREDUCE-7237. Supports config the shuffle's path cache related parameters

2020-03-04 Thread GitBox
jiwq commented on a change in pull request #1397: MAPREDUCE-7237. Supports config the shuffle's path cache related parameters URL: https://github.com/apache/hadoop/pull/1397#discussion_r387681223 ## File path: hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client

[GitHub] [hadoop] hadoop-yetus commented on issue #1790: [HADOOP-16818] ABFS: Combine append+flush calls for blockblob & appendblob

2020-03-04 Thread GitBox
hadoop-yetus commented on issue #1790: [HADOOP-16818] ABFS: Combine append+flush calls for blockblob & appendblob URL: https://github.com/apache/hadoop/pull/1790#issuecomment-594519889 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |:---

[GitHub] [hadoop] hadoop-yetus commented on issue #1875: HADOOP-16794. S3A reverts KMS encryption to the bucket's default KMS …

2020-03-04 Thread GitBox
hadoop-yetus commented on issue #1875: HADOOP-16794. S3A reverts KMS encryption to the bucket's default KMS … URL: https://github.com/apache/hadoop/pull/1875#issuecomment-594481043 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|

[GitHub] [hadoop] hadoop-yetus commented on issue #1790: [HADOOP-16818] ABFS: Combine append+flush calls for blockblob & appendblob

2020-03-04 Thread GitBox
hadoop-yetus commented on issue #1790: [HADOOP-16818] ABFS: Combine append+flush calls for blockblob & appendblob URL: https://github.com/apache/hadoop/pull/1790#issuecomment-594470718 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |:---

[jira] [Commented] (HADOOP-16900) Very large files can be truncated when written through S3AFileSystem

2020-03-04 Thread Mukund Thakur (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-16900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17051124#comment-17051124 ] Mukund Thakur commented on HADOOP-16900: {quote}I probably should open a separa

[jira] [Commented] (HADOOP-16794) S3A reverts KMS encryption to the bucket's default KMS key in rename/copy

2020-03-04 Thread Mukund Thakur (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-16794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17051091#comment-17051091 ] Mukund Thakur commented on HADOOP-16794: [~liuml07] Create a PR [https://github

[GitHub] [hadoop] mukund-thakur commented on issue #1875: HADOOP-16794. S3A reverts KMS encryption to the bucket's default KMS …

2020-03-04 Thread GitBox
mukund-thakur commented on issue #1875: HADOOP-16794. S3A reverts KMS encryption to the bucket's default KMS … URL: https://github.com/apache/hadoop/pull/1875#issuecomment-594443801 Tested with my bucket in ap-south-1 with params -Ds3guard -Ddynamo -Dparallel-tests -DtestsThreadCount=8 .

[GitHub] [hadoop] mukund-thakur opened a new pull request #1875: HADOOP-16794. S3A reverts KMS encryption to the bucket's default KMS …

2020-03-04 Thread GitBox
mukund-thakur opened a new pull request #1875: HADOOP-16794. S3A reverts KMS encryption to the bucket's default KMS … URL: https://github.com/apache/hadoop/pull/1875 …key in rename/copy. AreContributed by Mukund Thakur. This addresses an issue which surfaced with KMS encryptio

[jira] [Commented] (HADOOP-16900) Very large files can be truncated when written through S3AFileSystem

2020-03-04 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-16900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17051070#comment-17051070 ] Steve Loughran commented on HADOOP-16900: - bq. I probably should open a separat

[jira] [Commented] (HADOOP-16900) Very large files can be truncated when written through S3AFileSystem

2020-03-04 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-16900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17051067#comment-17051067 ] Steve Loughran commented on HADOOP-16900: - I was thinking about this and came u

[jira] [Commented] (HADOOP-16903) fs.azure.user.agent.prefix adds customisation as suffix.

2020-03-04 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-16903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17051056#comment-17051056 ] Steve Loughran commented on HADOOP-16903: - FWIW we've been looking at whether w

[jira] [Resolved] (HADOOP-16437) Documentation typos: fs.s3a.experimental.fadvise -> fs.s3a.experimental.input.fadvise

2020-03-04 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-16437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran resolved HADOOP-16437. - Resolution: Fixed > Documentation typos: fs.s3a.experimental.fadvise -> > fs.s3a.exper

[GitHub] [hadoop] hadoop-yetus commented on issue #1790: [HADOOP-16818] ABFS: Combine append+flush calls for blockblob & appendblob

2020-03-04 Thread GitBox
hadoop-yetus commented on issue #1790: [HADOOP-16818] ABFS: Combine append+flush calls for blockblob & appendblob URL: https://github.com/apache/hadoop/pull/1790#issuecomment-594413615 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |:---

[jira] [Created] (HADOOP-16903) fs.azure.user.agent.prefix adds customisation as suffix.

2020-03-04 Thread Arun Ravi M V (Jira)
Arun Ravi M V created HADOOP-16903: -- Summary: fs.azure.user.agent.prefix adds customisation as suffix. Key: HADOOP-16903 URL: https://issues.apache.org/jira/browse/HADOOP-16903 Project: Hadoop Common

[GitHub] [hadoop] ishaniahuja commented on issue #1790: [HADOOP-16818] ABFS: Combine append+flush calls for blockblob & appendblob

2020-03-04 Thread GitBox
ishaniahuja commented on issue #1790: [HADOOP-16818] ABFS: Combine append+flush calls for blockblob & appendblob URL: https://github.com/apache/hadoop/pull/1790#issuecomment-594391697 mvn test results: [out.txt](https://github.com/apache/hadoop/files/4286169/out.txt) ---