question

murari.rameshbabu_114828 avatar image
murari.rameshbabu_114828 asked Erick Ramirez edited

DSBulk unload returns "FrameTooLongException: Adjusted frame length exceeds 268435456"

Using DSbulk unload command to take the backup of tables, few tables getting below error.

Caused by: com.datastax.oss.driver.api.core.connection.FrameTooLongException: Adjusted frame length exceeds 268435456: 574534165 - discarded

I have changed the native_transport_max_frame_size_in_mb in cassandra.yaml file from default value 256 MB to 1024 MB, but seeing the same error.

native_transport_max_frame_size_in_mb: 256 to 1024

dsbulk
10 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

1 Answer

steve.lacerda avatar image
steve.lacerda answered

Hi! The issue you're seeing is actually a driver side error, so you will need to tweak the driver side settings:

--driver.basic.request.page-size 10

The driver configuration values for dsbulk can be found here:

https://docs.datastax.com/en/dsbulk/doc/dsbulk/reference/driverOptions.html

Share
10 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.