Update org.apache.hadoop:* to v3.4.0
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| org.apache.hadoop:hadoop-minikdc | test | minor | 3.3.6 -> 3.4.0 |
| org.apache.hadoop:hadoop-hdfs | test | minor | 3.3.6 -> 3.4.0 |
| org.apache.hadoop:hadoop-client-minicluster | test | minor | 3.3.6 -> 3.4.0 |
| org.apache.hadoop:hadoop-common | dependencies | minor | 3.3.6 -> 3.4.0 |
| org.apache.hadoop:hadoop-client-runtime | dependencies | minor | 3.3.6 -> 3.4.0 |
| org.apache.hadoop:hadoop-client-api | dependencies | minor | 3.3.6 -> 3.4.0 |
| org.apache.hadoop:hadoop-auth | dependencies | minor | 3.3.6 -> 3.4.0 |
| org.apache.hadoop:hadoop-annotations | dependencies | minor | 3.3.6 -> 3.4.0 |
Configuration
📅 Schedule: Branch creation - "before 9am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot
Created a JIRA SOLR-17374 for this
There were two new jar requirements: jline and jsch. Looks like both are only test deps related to parsing user input and executing hadoop tasks over ssh, so I'll exclude them from the build. (1e6b480ffe235aa0b4f3a4e0f2602d21dbcc89f4)
Java level changes:
- New signature for
ReplicaMapconstructor, where I replacenew ReplicaMap(new ReentrantReadWriteLock())withnew ReplicaMap(new DataSetLockManager()). (7948541241edb24a52b439039679a1bd9fe97bf8) - Use
IOUtils.cleanupWithLoggerinstead of deprecatedIOUtils.cleanup(55f1dcef20d305b2a89e7338e9377c047d370338) - Remove a new unused dependency
org.slf4j:jcl-over-slf4j:2.0.13@jar(8dfcc64049efa5e0bde06678d4d338331515a351)
Very happy for some review on these changes.
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
This PR has had no activity for 60 days and is now labeled as stale. Any new activity or converting it to draft will remove the stale label. To attract more reviewers, please tag people who might be familiar with the code area and/or notify the [email protected] mailing list. Thank you for your contribution!
I got no response on my review request :(
Went ahead and brought up to date with main. Will use CTR for this then..
Thanks @risdenk