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 com.scylladb:scylla-driver-core from 3.11.2.4 to 3.11.5.2 #4272

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2024

Bumps com.scylladb:scylla-driver-core from 3.11.2.4 to 3.11.5.2.

Commits
  • b51f052 [maven-release-plugin] prepare release 3.11.5.2
  • dbfe82a Introduce support for tablets
  • 5d2fb2c [maven-release-plugin] prepare for next development iteration
  • 8d5e4f5 [maven-release-plugin] prepare release 3.11.5.1
  • 504322d Add per partition rate limit table options
  • 143ae5f Add StatementPagesTest
  • 7caca1e Bump ch.qos.logback:logback-classic from 1.2.3 to 1.2.13
  • 8dea9e2 docs: update workflows
  • 7ab2a8f docs: update theme 1.6
  • 8815b20 [dtest]: test_connectivity_with_cassandra_stress failed with java.lang.NoSuch...
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added backport/v1.0 dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 26, 2024
@janusgraph-bot janusgraph-bot added the cla: external Externally-managed CLA label Mar 3, 2024
@FlorianHockmann
Copy link
Member

@dependabot rebase

Bumps [com.scylladb:scylla-driver-core](https://github.com/scylladb/java-driver) from 3.11.2.4 to 3.11.5.2.
- [Commits](scylladb/java-driver@3.11.2.4...3.11.5.2)

---
updated-dependencies:
- dependency-name: com.scylladb:scylla-driver-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/com.scylladb-scylla-driver-core-3.11.5.2 branch from f65e0b0 to 5126858 Compare April 17, 2024 10:36
@FlorianHockmann
Copy link
Member

It looks like the tests are failing here because we somehow have different versions of the Scylla driver here:

Caused by: java.lang.NoSuchMethodError: 'com.datastax.driver.core.Row com.datastax.driver.core.ResultSet.one()'
		at org.apache.cassandra.hadoop.cql3.CqlInputFormat.describeSplits(CqlInputFormat.java:368)
		at org.apache.cassandra.hadoop.cql3.CqlInputFormat.getSubSplits(CqlInputFormat.java:345)
		at org.apache.cassandra.hadoop.cql3.CqlInputFormat$SplitCallable.call(CqlInputFormat.java:469)
		at org.apache.cassandra.hadoop.cql3.CqlInputFormat$SplitCallable.call(CqlInputFormat.java:450)
		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
		at java.base/java.lang.Thread.run(Thread.java:829)

otherwise I don't see how we could be getting this NoSuchMethodError for ResultSet.one().

@porunov Do you by any chance have an idea what could be causing this?

Copy link
Contributor Author

dependabot bot commented on behalf of github May 17, 2024

Superseded by #4464.

@dependabot dependabot bot closed this May 17, 2024
@dependabot dependabot bot deleted the dependabot/maven/com.scylladb-scylla-driver-core-3.11.5.2 branch May 17, 2024 12:02
@porunov
Copy link
Member

porunov commented May 17, 2024

@porunov Do you by any chance have an idea what could be causing this?

I don't know cause I didn't investigate driver compatibility. All I can say is that this ScyllaDB driver version is used for Hadoop tasks only. For anything else driver 4 is used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/v1.0 cla: external Externally-managed CLA dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants