Giter Club home page Giter Club logo

Comments (3)

adutra avatar adutra commented on September 15, 2024

Hi @feedhandler if you are encountering this error when reading, you could first try to reduce the page size. The default is 5000 rows. You can change this value with --driver.basic.request.page-size 1000 for example.

If that does not work, then you can also increase the maximum frame length. Beware that this needs to be done both in DSBulk and in Cassandra, so that client and server have the same value.

  • Server-side, this can be configured with native_transport_max_frame_size_in_mb as you pointed out;
  • In DSBulk, you can change the default 256 MiB limit with --driver.advanced.protocol.max-frame-length '512 MiB' for example.

Let me know if that helps. Thanks!

from dsbulk.

feedhandler avatar feedhandler commented on September 15, 2024

ok, thanks. I will try that.

from dsbulk.

acscott avatar acscott commented on September 15, 2024

In C* config I have: # native_transport_max_frame_size_in_mb: 256
but I had to use
--driver.advanced.protocol.max-frame-length '513 MiB' for dsbulk on the command line. It doesn't work setting it in dsbulk.conf.
The error I was getting was: Caused by: com.datastax.oss.driver.api.core.connection.FrameTooLongException: Adjusted frame length exceeds 268435456: 268880055 - discarded which adds up to 512.42 MiB

from dsbulk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.