Scylladb:Scylla写延迟随着连续批量写摄取的时间而增加

问题描述 投票:0回答:1

[我有一个用例,其中我正在使用gocql驱动程序将批数据连续不断地提取到Scylla中,在重写测试期间,我观察到scyllas写响应延迟随时间而增加,有时会导致scylla节点重新启动。 cassandra的延迟时间是恒定的。我只想知道此用例的正确配置,以便在整个时间内都能获得恒定的延迟。

用于scylla群集的配置

smp 16
cpuset 0-15
memory 80G
iops 
cat /etc/scylla.d/io_properties.yaml 
disks:
  - mountpoint: /var/lib/scylla
    read_iops: 67075
    read_bandwidth: 446294752
    write_iops: 23634
    write_bandwidth: 224162560

Is there any other config which I  missed by which I can achieve constant write latency.
scylla
1个回答
0
投票
数据太少,最好是在邮件列表上讨论或讨论。最好是使用Grafana监视器并观察是否达到极限。压缩是并行运行的,但是scylla调度程序给它较低的优先级。

可能是您在计算机上运行了Scylla之外的其他东西吗?

© www.soinside.com 2019 - 2024. All rights reserved.