Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump hadoop-minicluster from 3.3.1 to 3.3.2 in /test/fixtures/hdfs-fixture #2381

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 7, 2022

Bumps hadoop-minicluster from 3.3.1 to 3.3.2.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner March 7, 2022 13:38
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 7, 2022
@opensearch-ci-bot
Copy link
Collaborator

Can one of the admins verify this patch?

@opensearch-ci-bot
Copy link
Collaborator

❌   Gradle Check failure 89e1d0b
Log 3107

Reports 3107

@owaiskazi19
Copy link
Member

start gradle check

@opensearch-ci-bot
Copy link
Collaborator

❌   Gradle Check failure 89e1d0b
Log 3122

Reports 3122

@kotwanikunal
Copy link
Member

start gradle check

@opensearch-ci-bot
Copy link
Collaborator

❌   Gradle Check failure 89e1d0b
Log 3354

Reports 3354

@saratvemulapalli
Copy link
Member

start gradle check

@opensearch-ci-bot
Copy link
Collaborator

❌   Gradle Check failure 89e1d0b
Log 3515

Reports 3515

@tlfeng
Copy link
Collaborator

tlfeng commented Mar 19, 2022

In log 3515:

* What went wrong:
Execution failed for task ':plugins:repository-hdfs:hdfsFixture'.
> Failed to start hdfsFixture

@dblock
Copy link
Member

dblock commented Mar 21, 2022

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/gradle/test/fixtures/hdfs-fixture/org.apache.hadoop-hadoop-minicluster-3.3.2 branch from 89e1d0b to 9403258 Compare March 21, 2022 19:56
@opensearch-ci-bot
Copy link
Collaborator

❌   Gradle Check failure 9403258
Log 3615

Reports 3615

@dblock
Copy link
Member

dblock commented Mar 21, 2022

Looks like a real failure:

  [run]
    "/var/CITOOL/tools/hudson.model.JDK/JDK14/bin/java" "$@" > run.log 2>&1 ; if [ $? != 0 ]; then touch run.failed; fi
hdfsFixture output:
-----------------------------------------
  failure marker exists: true
  pid file exists: false
  ports file exists: false

  [log]
    2022-03-21 20:06:17,780 WARN  [main] util.NativeCodeLoader (NativeCodeLoader.java:<clinit>(60)) - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable

@owaiskazi19
Copy link
Member

owaiskazi19 commented Apr 8, 2022

Gives the below error on local. Seems like a conflict between hadoop-minicluster-3.3.2 and mockito-4.3.1.

Exception in thread "Listener at localhost/43671" java.lang.NoClassDefFoundError: org/mockito/stubbing/Answer
        at org.apache.hadoop.hdfs.MiniDFSCluster.isNameNodeUp(MiniDFSCluster.java:2605)
        at org.apache.hadoop.hdfs.MiniDFSCluster.isClusterUp(MiniDFSCluster.java:2619)
        at org.apache.hadoop.hdfs.MiniDFSCluster.waitClusterUp(MiniDFSCluster.java:1494)
        at org.apache.hadoop.hdfs.MiniDFSCluster.initMiniDFSCluster(MiniDFSCluster.java:973)
        at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:576)
        at org.apache.hadoop.hdfs.MiniDFSCluster$Builder.build(MiniDFSCluster.java:518)
        at hdfs.MiniHDFS.main(MiniHDFS.java:132)
    Caused by: java.lang.ClassNotFoundException: org.mockito.stubbing.Answer
        at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:602)
        at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
        at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
        ... 7 more

dependabot bot and others added 2 commits April 17, 2022 23:32
Bumps hadoop-minicluster from 3.3.1 to 3.3.2.

---
updated-dependencies:
- dependency-name: org.apache.hadoop:hadoop-minicluster
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Vacha Shah <vachshah@amazon.com>
@VachaShah VachaShah force-pushed the dependabot/gradle/test/fixtures/hdfs-fixture/org.apache.hadoop-hadoop-minicluster-3.3.2 branch from 9403258 to 4b6d332 Compare April 18, 2022 06:36
@opensearch-ci-bot
Copy link
Collaborator

❌   Gradle Check failure 4b6d332
Log 4560

Reports 4560

@VachaShah
Copy link
Collaborator

❌   Gradle Check failure 4b6d332 Log 4560

Reports 4560

#1703

@VachaShah
Copy link
Collaborator

start gradle check

@opensearch-ci-bot
Copy link
Collaborator

✅   Gradle Check success 4b6d332
Log 4561

Reports 4561

@opensearch-ci-bot
Copy link
Collaborator

✅   Gradle Check success 4b6d332
Log 4562

Reports 4562

@saratvemulapalli saratvemulapalli added >upgrade Label used when upgrading library dependencies (e.g., Lucene) v3.0.0 Issues and PRs related to version 3.0.0 backport 2.x Backport to 2.x branch labels Apr 18, 2022
@saratvemulapalli saratvemulapalli merged commit 002e614 into main Apr 18, 2022
@dependabot dependabot bot deleted the dependabot/gradle/test/fixtures/hdfs-fixture/org.apache.hadoop-hadoop-minicluster-3.3.2 branch April 18, 2022 18:27
opensearch-trigger-bot bot pushed a commit that referenced this pull request Apr 18, 2022
…xture (#2381)

* Bump hadoop-minicluster in /test/fixtures/hdfs-fixture

Bumps hadoop-minicluster from 3.3.1 to 3.3.2.

---
updated-dependencies:
- dependency-name: org.apache.hadoop:hadoop-minicluster
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fixing gradle check

Signed-off-by: Vacha Shah <vachshah@amazon.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vacha Shah <vachshah@amazon.com>
(cherry picked from commit 002e614)
VachaShah pushed a commit that referenced this pull request Apr 18, 2022
…xture (#2381) (#2957)

* Bump hadoop-minicluster in /test/fixtures/hdfs-fixture

Bumps hadoop-minicluster from 3.3.1 to 3.3.2.

---
updated-dependencies:
- dependency-name: org.apache.hadoop:hadoop-minicluster
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fixing gradle check

Signed-off-by: Vacha Shah <vachshah@amazon.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vacha Shah <vachshah@amazon.com>
(cherry picked from commit 002e614)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x Backport to 2.x branch dependencies Pull requests that update a dependency file >upgrade Label used when upgrading library dependencies (e.g., Lucene) v3.0.0 Issues and PRs related to version 3.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants