[jira] [Resolved] (HADOOP-19563) Upgrade libopenssl to 3.1.2 on Windows

2025-05-13 Thread Gautham Banasandra (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-19563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gautham Banasandra resolved HADOOP-19563. - Target Version/s: 3.5.0 Resolution: Fixed Merged PR to trunk - https:

[jira] [Updated] (HADOOP-19526) Skip tests in Hadoop common that depend on SecurityManager if the JVM does not support it

2025-05-13 Thread Chris Nauroth (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-19526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Nauroth updated HADOOP-19526: --- Fix Version/s: 3.5.0 Hadoop Flags: Reviewed Resolution: Fixed Status:

[jira] [Resolved] (HADOOP-19540) [JDK17] Add ubuntu:noble as a build platform with JDK-17 as default

2025-05-13 Thread Chris Nauroth (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-19540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Nauroth resolved HADOOP-19540. Fix Version/s: 3.5.0 Hadoop Flags: Reviewed Resolution: Fixed > [JDK17] Add u

[jira] [Resolved] (HADOOP-19550) Migrate ViewFileSystemBaseTest to Junit 5

2025-05-13 Thread Chris Nauroth (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-19550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Nauroth resolved HADOOP-19550. Fix Version/s: 3.5.0 Hadoop Flags: Reviewed Resolution: Fixed > Migrate ViewF

[jira] [Commented] (HADOOP-19550) Migrate ViewFileSystemBaseTest to Junit 5

2025-05-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-19550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17951252#comment-17951252 ] ASF GitHub Bot commented on HADOOP-19550: - cnauroth closed pull request #7646:

Re: [PR] HADOOP-19550. Migrate ViewFileSystemBaseTest to Junit 5 [hadoop]

2025-05-13 Thread via GitHub
cnauroth closed pull request #7646: HADOOP-19550. Migrate ViewFileSystemBaseTest to Junit 5 URL: https://github.com/apache/hadoop/pull/7646 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specif

[jira] [Comment Edited] (HADOOP-19479) S3A: Deadlock in multipart upload

2025-05-13 Thread Sarunas Valaskevicius (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-19479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17951211#comment-17951211 ] Sarunas Valaskevicius edited comment on HADOOP-19479 at 5/13/25 3:14 PM:

[jira] [Commented] (HADOOP-19567) S3A) error stack traces printed on analytics stream factory close

2025-05-13 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-19567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17951228#comment-17951228 ] Steve Loughran commented on HADOOP-19567: - Full log. me trying to do minimal ba

[jira] [Created] (HADOOP-19567) error stack traces printed on analytics stream factory close

2025-05-13 Thread Steve Loughran (Jira)
Steve Loughran created HADOOP-19567: --- Summary: error stack traces printed on analytics stream factory close Key: HADOOP-19567 URL: https://issues.apache.org/jira/browse/HADOOP-19567 Project: Hadoop

[jira] [Updated] (HADOOP-19567) S3A) error stack traces printed on analytics stream factory close

2025-05-13 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-19567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran updated HADOOP-19567: Description: When you close an s3a filesystem there is a lot of ERROR level stack traces

[jira] [Updated] (HADOOP-19567) S3A: error stack traces printed on analytics stream factory close

2025-05-13 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-19567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran updated HADOOP-19567: Summary: S3A: error stack traces printed on analytics stream factory close (was: S3A) er

[jira] [Updated] (HADOOP-19567) S3A) error stack traces printed on analytics stream factory close

2025-05-13 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-19567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran updated HADOOP-19567: Summary: S3A) error stack traces printed on analytics stream factory close (was: error s

Re: [PR] HADOOP-19554. LocalDirAllocator still doesn't always recover from directory deletion (#7683) [hadoop]

2025-05-13 Thread via GitHub
hadoop-yetus commented on PR #7685: URL: https://github.com/apache/hadoop/pull/7685#issuecomment-2877160637 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reex

[jira] [Commented] (HADOOP-19554) LocalDirAllocator still doesn't always recover from directory tree deletion

2025-05-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-19554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17951225#comment-17951225 ] ASF GitHub Bot commented on HADOOP-19554: - hadoop-yetus commented on PR #7685:

[jira] [Commented] (HADOOP-19479) S3A: Deadlock in multipart upload

2025-05-13 Thread Sarunas Valaskevicius (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-19479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17951211#comment-17951211 ] Sarunas Valaskevicius commented on HADOOP-19479: if you're talking abou

Re: [PR] HDFS-17658. HDFS decommissioning does not consider if Under Construction blocks are sufficiently replicated which causes HDFS Data Loss [hadoop]

2025-05-13 Thread via GitHub
KevinWikant commented on PR #7179: URL: https://github.com/apache/hadoop/pull/7179#issuecomment-2876683505 @Hexiaoqiao @tomscut @aajisaka @PrabhuJoseph looping back to check again if we can merge this pull request. I do think this is a valuable enhancement to merge. During our stress testin

Re: [PR] HADOOP-19554. LocalDirAllocator still doesn't always recover from directory deletion (#7683) [hadoop]

2025-05-13 Thread via GitHub
steveloughran commented on PR #7685: URL: https://github.com/apache/hadoop/pull/7685#issuecomment-2876480630 tested s3 london with -scale. Only failure is HADOOP-19556 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[jira] [Updated] (HADOOP-19479) S3A: Deadlock in multipart upload

2025-05-13 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-19479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran updated HADOOP-19479: Summary: S3A: Deadlock in multipart upload (was: S3A Deadlock in multipart upload) > S3

[jira] [Commented] (HADOOP-19554) LocalDirAllocator still doesn't always recover from directory tree deletion

2025-05-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-19554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17951193#comment-17951193 ] ASF GitHub Bot commented on HADOOP-19554: - steveloughran commented on PR #7685:

[jira] [Commented] (HADOOP-19556) S3A Analaytics-Accelerator: ITestS3AContractOpen.testInputStreamReadNegativePosition() failing

2025-05-13 Thread Ahmar Suhail (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-19556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17951195#comment-17951195 ] Ahmar Suhail commented on HADOOP-19556: --- will do after finishing up release work!

[jira] [Commented] (HADOOP-19556) S3A Analaytics-Accelerator: ITestS3AContractOpen.testInputStreamReadNegativePosition() failing

2025-05-13 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-19556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17951192#comment-17951192 ] Steve Loughran commented on HADOOP-19556: - any PR planned ? > S3A Analaytics-

[jira] [Commented] (HADOOP-19479) S3A Deadlock in multipart upload

2025-05-13 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-19479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17951190#comment-17951190 ] Steve Loughran commented on HADOOP-19479: - Afraid I don't even know how a refer

[jira] [Commented] (HADOOP-19554) LocalDirAllocator still doesn't always recover from directory tree deletion

2025-05-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-19554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17951181#comment-17951181 ] ASF GitHub Bot commented on HADOOP-19554: - steveloughran opened a new pull requ

[PR] HADOOP-19554. LocalDirAllocator still doesn't always recover from directory deletion (#7683) [hadoop]

2025-05-13 Thread via GitHub
steveloughran opened a new pull request, #7685: URL: https://github.com/apache/hadoop/pull/7685 #7683 backport The LocalDIrManager class used to allocate disk space for HDFS block storage and cloud connector buffers should now recover from directory deletion on all codepaths.

[jira] [Commented] (HADOOP-19566) sendDeferedResponse should also log exception info.

2025-05-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-19566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17951174#comment-17951174 ] ASF GitHub Bot commented on HADOOP-19566: - hadoop-yetus commented on PR #7684:

Re: [PR] HADOOP-19566. sendDeferedResponse should also log exception info. [hadoop]

2025-05-13 Thread via GitHub
hadoop-yetus commented on PR #7684: URL: https://github.com/apache/hadoop/pull/7684#issuecomment-2876281591 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

[jira] [Commented] (HADOOP-19554) LocalDirAllocator still doesn't always recover from directory tree deletion

2025-05-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-19554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17951173#comment-17951173 ] ASF GitHub Bot commented on HADOOP-19554: - steveloughran merged PR #7683: URL:

Re: [PR] HADOOP-19554. LocalDirAllocator still doesn't always recover from directory deletion [hadoop]

2025-05-13 Thread via GitHub
steveloughran merged PR #7683: URL: https://github.com/apache/hadoop/pull/7683 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: common-issues-unsubscr...

[jira] [Commented] (HADOOP-19479) S3A Deadlock in multipart upload

2025-05-13 Thread Sarunas Valaskevicius (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-19479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17951137#comment-17951137 ] Sarunas Valaskevicius commented on HADOOP-19479: hi, is there a workaro

[jira] [Commented] (HADOOP-19566) sendDeferedResponse should also log exception info.

2025-05-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-19566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17951126#comment-17951126 ] ASF GitHub Bot commented on HADOOP-19566: - hfutatzhanghb opened a new pull requ

[PR] HADOOP-19566. sendDeferedResponse should also log exception info. [hadoop]

2025-05-13 Thread via GitHub
hfutatzhanghb opened a new pull request, #7684: URL: https://github.com/apache/hadoop/pull/7684 ### Description of PR Method sendDeferedResponse should also log exception info. ![image](https://github.com/user-attachments/assets/beb0a334-ab55-4097-b35c-02472936158b) -- This

[jira] [Updated] (HADOOP-19566) sendDeferedResponse should also log exception info.

2025-05-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-19566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HADOOP-19566: Labels: pull-request-available (was: ) > sendDeferedResponse should also log exception i

[jira] [Created] (HADOOP-19566) sendDeferedResponse should also log exception info.

2025-05-13 Thread farmmamba (Jira)
farmmamba created HADOOP-19566: -- Summary: sendDeferedResponse should also log exception info. Key: HADOOP-19566 URL: https://issues.apache.org/jira/browse/HADOOP-19566 Project: Hadoop Common Iss

Re: [PR] [YARN-11819] Request a HDFS delegation token refresh even at DelegationTokenRenewerAppSubmitEvent [hadoop]

2025-05-13 Thread via GitHub
hadoop-yetus commented on PR #7682: URL: https://github.com/apache/hadoop/pull/7682#issuecomment-2875398653 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe