Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-05-13 Thread via GitHub
steveloughran merged PR #6716: URL: https://github.com/apache/hadoop/pull/6716 -- 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:

Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-05-09 Thread via GitHub
hadoop-yetus commented on PR #6716: URL: https://github.com/apache/hadoop/pull/6716#issuecomment-2102258570 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| _ Prechecks

Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-05-07 Thread via GitHub
steveloughran commented on PR #6716: URL: https://github.com/apache/hadoop/pull/6716#issuecomment-2098947031 @saxenapranav what do you think of the patch now? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-05-05 Thread via GitHub
saxenapranav commented on code in PR #6716: URL: https://github.com/apache/hadoop/pull/6716#discussion_r1590568348 ##

Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-04-30 Thread via GitHub
steveloughran commented on PR #6716: URL: https://github.com/apache/hadoop/pull/6716#issuecomment-2086367792 I've now moved to commitFile() to rename the task manifest, after doing a getFileStatus() call first...which means its iO cost is the same as a rename with recovery enabled. it does

Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-04-30 Thread via GitHub
steveloughran commented on code in PR #6716: URL: https://github.com/apache/hadoop/pull/6716#discussion_r1584877464 ## hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/site/markdown/manifest_committer.md: ## @@ -523,7 +509,7 @@ And optional

Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-04-30 Thread via GitHub
steveloughran commented on code in PR #6716: URL: https://github.com/apache/hadoop/pull/6716#discussion_r1584841337 ##

Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-04-24 Thread via GitHub
hadoop-yetus commented on PR #6716: URL: https://github.com/apache/hadoop/pull/6716#issuecomment-2074254789 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| _ Prechecks

Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-04-24 Thread via GitHub
saxenapranav commented on code in PR #6716: URL: https://github.com/apache/hadoop/pull/6716#discussion_r1577303182 ##

Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-04-23 Thread via GitHub
saxenapranav commented on code in PR #6716: URL: https://github.com/apache/hadoop/pull/6716#discussion_r1577262719 ##

Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-04-23 Thread via GitHub
hadoop-yetus commented on PR #6716: URL: https://github.com/apache/hadoop/pull/6716#issuecomment-2073739524 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: |

Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-04-23 Thread via GitHub
steveloughran commented on PR #6716: URL: https://github.com/apache/hadoop/pull/6716#issuecomment-2072467711 One thing I'm considering here, make that "initial attempt at base dir delete" a numeric threshold. good: agile bad: harder to test, less consistent; harder to replicate

Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-04-23 Thread via GitHub
steveloughran commented on code in PR #6716: URL: https://github.com/apache/hadoop/pull/6716#discussion_r1576225937 ## hadoop-tools/hadoop-azure/pom.xml: ## @@ -45,6 +45,8 @@ 7200 10 1000 + +100 Review Comment: this is for maven test runs only. s3a

Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-04-23 Thread via GitHub
steveloughran commented on code in PR #6716: URL: https://github.com/apache/hadoop/pull/6716#discussion_r1576221197 ##

Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-04-22 Thread via GitHub
saxenapranav commented on code in PR #6716: URL: https://github.com/apache/hadoop/pull/6716#discussion_r1574200780 ## hadoop-tools/hadoop-azure/pom.xml: ## @@ -45,6 +45,8 @@ 7200 10 1000 + +100 Review Comment: Hope its for only test runs. --

Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-04-22 Thread via GitHub
saxenapranav commented on code in PR #6716: URL: https://github.com/apache/hadoop/pull/6716#discussion_r1572484303 ##

Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-04-19 Thread via GitHub
hadoop-yetus commented on PR #6716: URL: https://github.com/apache/hadoop/pull/6716#issuecomment-2067365776 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: |

Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-04-18 Thread via GitHub
hadoop-yetus commented on PR #6716: URL: https://github.com/apache/hadoop/pull/6716#issuecomment-2065738026 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: |

Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-04-18 Thread via GitHub
steveloughran commented on PR #6716: URL: https://github.com/apache/hadoop/pull/6716#issuecomment-2064541193 @snvijaya we actually know the total number of subdirs for the deletion! it is propagated via the manifests: each TA manifest includes the #of dirs as an IOStatistic, the

Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-04-17 Thread via GitHub
hadoop-yetus commented on PR #6716: URL: https://github.com/apache/hadoop/pull/6716#issuecomment-2062530498 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: |

Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-04-17 Thread via GitHub
steveloughran commented on code in PR #6716: URL: https://github.com/apache/hadoop/pull/6716#discussion_r1569270966 ##

Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-04-17 Thread via GitHub
steveloughran commented on code in PR #6716: URL: https://github.com/apache/hadoop/pull/6716#discussion_r1569264943 ##

Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-04-17 Thread via GitHub
steveloughran commented on code in PR #6716: URL: https://github.com/apache/hadoop/pull/6716#discussion_r1569262867 ##

Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-04-17 Thread via GitHub
steveloughran commented on code in PR #6716: URL: https://github.com/apache/hadoop/pull/6716#discussion_r1569233047 ##

Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-04-17 Thread via GitHub
steveloughran commented on code in PR #6716: URL: https://github.com/apache/hadoop/pull/6716#discussion_r1569225918 ##

Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-04-17 Thread via GitHub
steveloughran commented on code in PR #6716: URL: https://github.com/apache/hadoop/pull/6716#discussion_r1569228824 ##

Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-04-17 Thread via GitHub
steveloughran commented on code in PR #6716: URL: https://github.com/apache/hadoop/pull/6716#discussion_r1569210996 ##

Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-04-17 Thread via GitHub
steveloughran commented on code in PR #6716: URL: https://github.com/apache/hadoop/pull/6716#discussion_r1569203962 ##

Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-04-17 Thread via GitHub
steveloughran commented on code in PR #6716: URL: https://github.com/apache/hadoop/pull/6716#discussion_r1569201237 ##

Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-04-17 Thread via GitHub
steveloughran commented on code in PR #6716: URL: https://github.com/apache/hadoop/pull/6716#discussion_r1569200611 ##

Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-04-16 Thread via GitHub
snvijaya commented on code in PR #6716: URL: https://github.com/apache/hadoop/pull/6716#discussion_r1567404776 ##

Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-04-16 Thread via GitHub
anmolanmol1234 commented on code in PR #6716: URL: https://github.com/apache/hadoop/pull/6716#discussion_r1567132937 ##

Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-04-15 Thread via GitHub
hadoop-yetus commented on PR #6716: URL: https://github.com/apache/hadoop/pull/6716#issuecomment-2058026632 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: |

Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-04-15 Thread via GitHub
mukund-thakur commented on code in PR #6716: URL: https://github.com/apache/hadoop/pull/6716#discussion_r1566388267 ##

Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-04-12 Thread via GitHub
hadoop-yetus commented on PR #6716: URL: https://github.com/apache/hadoop/pull/6716#issuecomment-2052490254 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: |

Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-04-12 Thread via GitHub
hadoop-yetus commented on PR #6716: URL: https://github.com/apache/hadoop/pull/6716#issuecomment-2052380306 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: |

Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-04-11 Thread via GitHub
hadoop-yetus commented on PR #6716: URL: https://github.com/apache/hadoop/pull/6716#issuecomment-2050651681 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: |

Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-04-11 Thread via GitHub
hadoop-yetus commented on PR #6716: URL: https://github.com/apache/hadoop/pull/6716#issuecomment-2050579864 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: |

Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-04-11 Thread via GitHub
steveloughran commented on PR #6716: URL: https://github.com/apache/hadoop/pull/6716#issuecomment-2050326218 Reviews invited from @mukund-thakur @anmolanmol1234 @anujmodi2021 @HarshitGupta11 -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-04-09 Thread via GitHub
hadoop-yetus commented on PR #6716: URL: https://github.com/apache/hadoop/pull/6716#issuecomment-2046034751 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: |

Re: [PR] MAPREDUCE-7474. Improve Manifest committer resilience [hadoop]

2024-04-09 Thread via GitHub
steveloughran commented on PR #6716: URL: https://github.com/apache/hadoop/pull/6716#issuecomment-2045879335 testing: azure cardiff -Dparallel-tests=abfs -DtestsThreadCount=8 lots of tests failed for me, but I've now got an account with very low IO threshold. We need to look at those