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