solr icon indicating copy to clipboard operation
solr copied to clipboard

Update org.apache.hadoop:* to v3.4.0

Open solrbot opened this issue 1 year ago • 2 comments

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

solrbot avatar Apr 01 '24 01:04 solrbot

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 ReplicaMap constructor, where I replace new ReplicaMap(new ReentrantReadWriteLock()) with new ReplicaMap(new DataSetLockManager()). (7948541241edb24a52b439039679a1bd9fe97bf8)
  • Use IOUtils.cleanupWithLogger instead of deprecated IOUtils.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.

janhoy avatar Jul 18 '24 18:07 janhoy

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.

solrbot avatar Jul 18 '24 20:07 solrbot

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!

github-actions[bot] avatar Sep 18 '24 00:09 github-actions[bot]

I got no response on my review request :(

Went ahead and brought up to date with main. Will use CTR for this then..

janhoy avatar Oct 17 '24 15:10 janhoy

Thanks @risdenk

janhoy avatar Oct 17 '24 21:10 janhoy