[GitHub] [hadoop] hadoop-yetus commented on pull request #4793: YARN-11276. Add lru cache for RMWebServices.getApps

2022-08-23 Thread GitBox
hadoop-yetus commented on PR #4793: URL: https://github.com/apache/hadoop/pull/4793#issuecomment-1224123374 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: |

[GitHub] [hadoop] hadoop-yetus commented on pull request #4793: YARN-11276. Add lru cache for RMWebServices.getApps

2022-08-23 Thread GitBox
hadoop-yetus commented on PR #4793: URL: https://github.com/apache/hadoop/pull/4793#issuecomment-1224122424 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: |

[GitHub] [hadoop] slfan1989 commented on pull request #4757: YARN-11219. [Federation] Add getAppActivities, getAppStatistics REST APIs for Router.

2022-08-23 Thread GitBox
slfan1989 commented on PR #4757: URL: https://github.com/apache/hadoop/pull/4757#issuecomment-1224103095 @goiri Please help to review the code, thank you very much! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [hadoop] slfan1989 commented on pull request #4781: YARN-11272. Federation StateStore: Support storage/retrieval of Reservations With Zk.

2022-08-23 Thread GitBox
slfan1989 commented on PR #4781: URL: https://github.com/apache/hadoop/pull/4781#issuecomment-1224102071 @goiri Please help to review the code again, Thank you very much! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [hadoop] slfan1989 commented on pull request #4764: YARN-11177. Support getNewReservation, submit / update/ Reservation API's for Federation.

2022-08-23 Thread GitBox
slfan1989 commented on PR #4764: URL: https://github.com/apache/hadoop/pull/4764#issuecomment-1224100344 @goiri Please help to review the code, thank you very much! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[jira] [Commented] (HADOOP-18408) [ABFS]: Set correct value of requireRenameResilience for NonHNS-SharedKey configuration

2022-08-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17583621#comment-17583621 ] ASF GitHub Bot commented on HADOOP-18408: - sreeb-msft commented on PR #4758: URL:

[GitHub] [hadoop] sreeb-msft commented on pull request #4758: HADOOP-18408. ABFS: Setting correct value of requireRenameResilience for nonHNS configuration

2022-08-23 Thread GitBox
sreeb-msft commented on PR #4758: URL: https://github.com/apache/hadoop/pull/4758#issuecomment-1224072477 @steveloughran can you please take a look at this PR? [Here](https://issues.apache.org/jira/browse/HADOOP-18408) is the corresponding JIRA. -- This is an automated message from the

[GitHub] [hadoop] ashutoshcipher commented on pull request #4248: MAPREDUCE-7370. Parallelize MultipleOutputs#close call

2022-08-23 Thread GitBox
ashutoshcipher commented on PR #4248: URL: https://github.com/apache/hadoop/pull/4248#issuecomment-1224058544 Sorry, I didnt mean to remove @cnauroth from review request. I just clicked on review request from @steveloughran as well for review and I didnt know that it will remove the other

[GitHub] [hadoop] ashutoshcipher commented on pull request #4248: MAPREDUCE-7370. Parallelize MultipleOutputs#close call

2022-08-23 Thread GitBox
ashutoshcipher commented on PR #4248: URL: https://github.com/apache/hadoop/pull/4248#issuecomment-1224052518 Thanks @steveloughran for checking. > Inconsistent synchronization of org.apache.hadoop.mapred.lib.MultipleOutputs.recordWriters; locked 66% of time Unsynchronized

[GitHub] [hadoop] steveloughran commented on pull request #4248: MAPREDUCE-7370. Parallelize MultipleOutputs#close call

2022-08-23 Thread GitBox
steveloughran commented on PR #4248: URL: https://github.com/apache/hadoop/pull/4248#issuecomment-1224040820 spotbugs? -- 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

[GitHub] [hadoop] steveloughran commented on a diff in pull request #4415: MAPREDUCE-7386. Maven parallel builds (skipping tests) fail

2022-08-23 Thread GitBox
steveloughran commented on code in PR #4415: URL: https://github.com/apache/hadoop/pull/4415#discussion_r952564659 ## hadoop-project/pom.xml: ## @@ -167,7 +167,7 @@ -Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -3.0.0-M1 +3.0.0-M7 Review Comment: ok.

[jira] [Commented] (HADOOP-16806) AWS AssumedRoleCredentialProvider needs ExternalId add

2022-08-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-16806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17583569#comment-17583569 ] ASF GitHub Bot commented on HADOOP-16806: - steveloughran commented on PR #4753: URL:

[GitHub] [hadoop] steveloughran commented on pull request #4753: HADOOP-16806: AWS AssumedRoleCredentialProvider needs ExternalId add

2022-08-23 Thread GitBox
steveloughran commented on PR #4753: URL: https://github.com/apache/hadoop/pull/4753#issuecomment-1224010627 that test adds "s3a://osm-pds/planet/planet-latest.orc" as a requester-pays source of data. make sure your role has the permissions to access it -- This is an automated message

[jira] [Commented] (HADOOP-18073) Upgrade AWS SDK to v2

2022-08-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17583566#comment-17583566 ] ASF GitHub Bot commented on HADOOP-18073: - dannycjones commented on code in PR #4706: URL:

[GitHub] [hadoop] dannycjones commented on a diff in pull request #4706: HADOOP-18073. Adds in s3 client config and updates list.

2022-08-23 Thread GitBox
dannycjones commented on code in PR #4706: URL: https://github.com/apache/hadoop/pull/4706#discussion_r952463398 ## hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/S3ATestConstants.java: ## @@ -104,7 +104,7 @@ public interface S3ATestConstants { * Default

[jira] [Commented] (HADOOP-18073) Upgrade AWS SDK to v2

2022-08-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17583562#comment-17583562 ] ASF GitHub Bot commented on HADOOP-18073: - dannycjones commented on code in PR #4706: URL:

[GitHub] [hadoop] dannycjones commented on a diff in pull request #4706: HADOOP-18073. Adds in s3 client config and updates list.

2022-08-23 Thread GitBox
dannycjones commented on code in PR #4706: URL: https://github.com/apache/hadoop/pull/4706#discussion_r951368873 ## hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/AWSClientConfig.java: ## @@ -0,0 +1,231 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [hadoop] steveloughran commented on a diff in pull request #4728: MAPREDUCE-7403. manifest-committer dynamic partitioning support.

2022-08-23 Thread GitBox
steveloughran commented on code in PR #4728: URL: https://github.com/apache/hadoop/pull/4728#discussion_r952554863 ## hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/AWSStatus500Exception.java: ## @@ -29,7 +29,7 @@ *Nothing else got through either. *

[jira] [Updated] (HADOOP-18069) CVE-2021-0341 in okhttp@2.7.5 detected in hdfs-client

2022-08-23 Thread Masatake Iwasaki (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Masatake Iwasaki updated HADOOP-18069: -- Fix Version/s: (was: 3.3.4) > CVE-2021-0341 in okhttp@2.7.5 detected in

[jira] [Updated] (HADOOP-18393) Hadoop 3.3.2 has CVEs coming from dependencies

2022-08-23 Thread Masatake Iwasaki (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Masatake Iwasaki updated HADOOP-18393: -- Fix Version/s: (was: 3.3.4) > Hadoop 3.3.2 has CVEs coming from dependencies >

[jira] [Commented] (HADOOP-18388) Allow dynamic groupSearchFilter in LdapGroupsMapping

2022-08-23 Thread Ayush Saxena (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17583541#comment-17583541 ] Ayush Saxena commented on HADOOP-18388: --- [~ste...@apache.org] in case you have some pointers

[jira] [Commented] (HADOOP-18388) Allow dynamic groupSearchFilter in LdapGroupsMapping

2022-08-23 Thread Ayush Saxena (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17583540#comment-17583540 ] Ayush Saxena commented on HADOOP-18388: --- Thanx [~lmccay] , As discussed sharing the details here.

[jira] [Updated] (HADOOP-18388) Allow dynamic groupSearchFilter in LdapGroupsMapping

2022-08-23 Thread Ayush Saxena (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ayush Saxena updated HADOOP-18388: -- Attachment: dynamic-filter-idea.patch > Allow dynamic groupSearchFilter in LdapGroupsMapping

[GitHub] [hadoop] jianghuazhu commented on a diff in pull request #4761: HDFS-16733.Improve INode#isRoot().

2022-08-23 Thread GitBox
jianghuazhu commented on code in PR #4761: URL: https://github.com/apache/hadoop/pull/4761#discussion_r952485905 ## hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/INode.java: ## @@ -73,7 +73,8 @@ public abstract class INode implements

[GitHub] [hadoop] hadoop-yetus commented on pull request #4793: YARN-11276. Add lru cache for RMWebServices.getApps

2022-08-23 Thread GitBox
hadoop-yetus commented on PR #4793: URL: https://github.com/apache/hadoop/pull/4793#issuecomment-1223914494 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: |

[GitHub] [hadoop] Hexiaoqiao commented on a diff in pull request #4780: HDFS-16735. Reduce the number of HeartbeatManager loops.

2022-08-23 Thread GitBox
Hexiaoqiao commented on code in PR #4780: URL: https://github.com/apache/hadoop/pull/4780#discussion_r952455223 ## hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/HeartbeatManager.java: ## @@ -71,6 +71,7 @@ class HeartbeatManager

[GitHub] [hadoop] Hexiaoqiao commented on a diff in pull request #4761: HDFS-16733.Improve INode#isRoot().

2022-08-23 Thread GitBox
Hexiaoqiao commented on code in PR #4761: URL: https://github.com/apache/hadoop/pull/4761#discussion_r952446855 ## hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/INode.java: ## @@ -73,7 +73,8 @@ public abstract class INode implements

[GitHub] [hadoop] iwasakims merged pull request #4788: HDFS-16625. Check assumption about PMDK availability

2022-08-23 Thread GitBox
iwasakims merged PR #4788: URL: https://github.com/apache/hadoop/pull/4788 -- 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:

[GitHub] [hadoop] hadoop-yetus commented on pull request #4660: HDFS-16703. Enable RPC Timeout for some protocols of NameNode.

2022-08-23 Thread GitBox
hadoop-yetus commented on PR #4660: URL: https://github.com/apache/hadoop/pull/4660#issuecomment-1223879828 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: |

[GitHub] [hadoop] Hexiaoqiao commented on pull request #4699: HDFS-16717. Replace NPE with IOException in DataNode.class

2022-08-23 Thread GitBox
Hexiaoqiao commented on PR #4699: URL: https://github.com/apache/hadoop/pull/4699#issuecomment-1223863889 Committed to trunk. Thanks @ZanderXu for your contributions! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [hadoop] Hexiaoqiao merged pull request #4699: HDFS-16717. Replace NPE with IOException in DataNode.class

2022-08-23 Thread GitBox
Hexiaoqiao merged PR #4699: URL: https://github.com/apache/hadoop/pull/4699 -- 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:

[GitHub] [hadoop] hadoop-yetus commented on pull request #4791: HDFS-16738. Invalid CallerContext caused NullPointerException

2022-08-23 Thread GitBox
hadoop-yetus commented on PR #4791: URL: https://github.com/apache/hadoop/pull/4791#issuecomment-1223850797 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: |

[jira] [Commented] (HADOOP-18408) [ABFS]: Set correct value of requireRenameResilience for NonHNS-SharedKey configuration

2022-08-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17583484#comment-17583484 ] ASF GitHub Bot commented on HADOOP-18408: - hadoop-yetus commented on PR #4758: URL:

[GitHub] [hadoop] hadoop-yetus commented on pull request #4758: HADOOP-18408. ABFS: Setting correct value of requireRenameResilience for nonHNS configuration

2022-08-23 Thread GitBox
hadoop-yetus commented on PR #4758: URL: https://github.com/apache/hadoop/pull/4758#issuecomment-1223836076 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: |

[jira] [Commented] (HADOOP-18380) fs.s3a.prefetch.block.size to be read through longBytesOption

2022-08-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17583479#comment-17583479 ] ASF GitHub Bot commented on HADOOP-18380: - steveloughran merged PR #4762: URL:

[jira] [Resolved] (HADOOP-18380) fs.s3a.prefetch.block.size to be read through longBytesOption

2022-08-23 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran resolved HADOOP-18380. - Fix Version/s: 3.4.0 Resolution: Fixed > fs.s3a.prefetch.block.size to be read

[GitHub] [hadoop] steveloughran merged pull request #4762: HADOOP-18380. fs.s3a.prefetch.block.size to be read through longBytesOption

2022-08-23 Thread GitBox
steveloughran merged PR #4762: URL: https://github.com/apache/hadoop/pull/4762 -- 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:

[jira] [Commented] (HADOOP-18391) Improve VectoredReadUtils

2022-08-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17583476#comment-17583476 ] ASF GitHub Bot commented on HADOOP-18391: - steveloughran commented on code in PR #4787: URL:

[GitHub] [hadoop] steveloughran commented on a diff in pull request #4787: HADOOP-18391. Improvements in VectoredReadUtils#readVectored() for direct buffers

2022-08-23 Thread GitBox
steveloughran commented on code in PR #4787: URL: https://github.com/apache/hadoop/pull/4787#discussion_r952394117 ## hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/VectoredReadUtils.java: ## @@ -114,21 +116,37 @@ private static void

[jira] [Commented] (HADOOP-18411) Unable to Find LoginModel Class using IBM Java openJ9 version 8.0.332.0

2022-08-23 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17583471#comment-17583471 ] Steve Loughran commented on HADOOP-18411: - well, that's progress. can you apply the patch and

[jira] [Commented] (HADOOP-18329) Add support for IBM Semeru OE JRE 11.0.15.0 and greater

2022-08-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17583470#comment-17583470 ] ASF GitHub Bot commented on HADOOP-18329: - steveloughran commented on code in PR #4537: URL:

[GitHub] [hadoop] steveloughran commented on a diff in pull request #4537: HADOOP-18329 - Support for IBM Semeru JVM v>11.0.15.0 Vendor Name Changes

2022-08-23 Thread GitBox
steveloughran commented on code in PR #4537: URL: https://github.com/apache/hadoop/pull/4537#discussion_r952388846 ## hadoop-common-project/hadoop-auth/src/main/java/org/apache/hadoop/util/PlatformName.java: ## @@ -45,9 +45,23 @@ public class PlatformName { /** * A

[jira] [Commented] (HADOOP-18411) Unable to Find LoginModel Class using IBM Java openJ9 version 8.0.332.0

2022-08-23 Thread Steve Chong (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17583468#comment-17583468 ] Steve Chong commented on HADOOP-18411: -- This looks like the same issue as HADOOP-18329 > Unable

[GitHub] [hadoop] hadoop-yetus commented on pull request #4792: YARN-11275. [Federation] Add batchFinishApplicationMaster in UAMPoolManager.

2022-08-23 Thread GitBox
hadoop-yetus commented on PR #4792: URL: https://github.com/apache/hadoop/pull/4792#issuecomment-1223799319 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: |

[jira] [Commented] (HADOOP-18410) S3AInputStream.unbuffer() async drain not releasing http connections

2022-08-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17583451#comment-17583451 ] ASF GitHub Bot commented on HADOOP-18410: - steveloughran commented on PR #4766: URL:

[GitHub] [hadoop] steveloughran commented on pull request #4766: HADOOP-18410. S3AInputStream.unbuffer() not releasing http connections

2022-08-23 Thread GitBox
steveloughran commented on PR #4766: URL: https://github.com/apache/hadoop/pull/4766#issuecomment-1223780723 if there already is a field there, yes. i've been wondering if there was a way to do some retirement of long-lived input streams. it doesn't matter so much with vectored io or

[GitHub] [hadoop] slfan1989 commented on pull request #4793: YARN-11276. Add lru cache for RMWebServices.getApps

2022-08-23 Thread GitBox
slfan1989 commented on PR #4793: URL: https://github.com/apache/hadoop/pull/4793#issuecomment-1223763372 LGTM. -- 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

[GitHub] [hadoop] leixm opened a new pull request, #4793: YARN-11276. Add lru cache for RMWebServices.getApps

2022-08-23 Thread GitBox
leixm opened a new pull request, #4793: URL: https://github.com/apache/hadoop/pull/4793 JIRA: YARN-11276. Add lru cache for RMWebServices.getApps. -- 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

[jira] [Commented] (HADOOP-18408) [ABFS]: Set correct value of requireRenameResilience for NonHNS-SharedKey configuration

2022-08-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17583434#comment-17583434 ] ASF GitHub Bot commented on HADOOP-18408: - hadoop-yetus commented on PR #4758: URL:

[GitHub] [hadoop] hadoop-yetus commented on pull request #4758: HADOOP-18408. ABFS: Setting correct value of requireRenameResilience for nonHNS configuration

2022-08-23 Thread GitBox
hadoop-yetus commented on PR #4758: URL: https://github.com/apache/hadoop/pull/4758#issuecomment-1223719976 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: |

[GitHub] [hadoop] slfan1989 commented on pull request #4720: YARN-11247. Remove unused classes introduced by YARN-9615.

2022-08-23 Thread GitBox
slfan1989 commented on PR #4720: URL: https://github.com/apache/hadoop/pull/4720#issuecomment-1223711957 @tomscut @Hexiaoqiao @ayushtkn Can you help review this pr? I want to delete DisableEventTypeMetrics.java because this class is not used. Thank you very much! -- This is an

[GitHub] [hadoop] hadoop-yetus commented on pull request #4781: YARN-11272. Federation StateStore: Support storage/retrieval of Reservations With Zk.

2022-08-23 Thread GitBox
hadoop-yetus commented on PR #4781: URL: https://github.com/apache/hadoop/pull/4781#issuecomment-1223646494 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: |

[GitHub] [hadoop] slfan1989 opened a new pull request, #4792: YARN-11275. [Federation] Add batchFinishApplicationMaster in UAMPoolManager.

2022-08-23 Thread GitBox
slfan1989 opened a new pull request, #4792: URL: https://github.com/apache/hadoop/pull/4792 JIRA:YARN-11275. [Federation] Add batchFinishApplicationMaster in UAMPoolManager. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[jira] [Assigned] (HADOOP-18186) s3a prefetching to use SemaphoredDelegatingExecutor for submitting work

2022-08-23 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viraj Jasani reassigned HADOOP-18186: - Assignee: Viraj Jasani > s3a prefetching to use SemaphoredDelegatingExecutor for

[GitHub] [hadoop] ferhui commented on pull request #4791: HDFS-16738. Invalid CallerContext caused NullPointerException

2022-08-23 Thread GitBox
ferhui commented on PR #4791: URL: https://github.com/apache/hadoop/pull/4791#issuecomment-1223601071 Good catch! -- 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

<    1   2