Why is Amazon KeySpaces Write Operations Not Reliable

0

Amazon Keyspace write operations not reliable in my opinion. I am using dsbulk and always get failed records

On 06/29 around 7:25 AM i got this error "Caused by: com.datastax.oss.driver.api.core.servererrors.WriteFailureException: Cassandra failure during write query at consistency LOCAL_QUORUM (2 responses were required but only 0 replica responded, 1 failed)"

On 06/29 at 8:10AM I got 15 failed records with this eror "Caused by: com.datastax.oss.driver.api.core.DriverTimeoutException: Query timed out after PT10M"'

I have automated load processes and because of these errors I have to manually go in and rerun failed records its a major hassle automation is key for enterprise apps

My ds bulk command is optimized for bulk updates:

C:\dsbulk-1.10.0\bin\dsbulk load -f C:\dsbulk-1.10.0\bin\dsbulk_keyspaces.conf -url C:\dsbulk-1.10.0\bin\my.csv -header true --connector.csv.delimiter "|" -query "my query" --dsbulk.batch.mode DISABLED --dsbulk.executor.maxPerSecond 800 --driver.basic.request.timeout "10 minutes" --driver.advanced.retry-policy.max-retries 75 -maxErrors 99999999999

My quota is 1000 writes per second so 800 is under quota

Amazon please fix these reliability issues ASAP we should not get errors if we our under quota and using dsbulk

질문됨 10달 전137회 조회
답변 없음

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠