- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
可以在 cassandra.yaml 中指定读取请求超时:
# How long the coordinator should wait for read operations to complete
read_request_timeout_in_ms: 10000
最佳答案
Q1:我相信后台读取修复会使用 read_request_timeout_in_ms 进行操作。
Q2:对于来自客户端的外部请求,后台修复所花费的时间通常在“后台”,不计入超时值。 [1] “read_request_timeout_in_ms”计时在协调器收到请求时开始。对于小于 ALL 的一致性,如果在超时值之前从所需数量的副本收到响应,则将响应返回给客户端。对于一致性级别 ALL,在后台读取修复完成之前不会返回响应 [2]。
[1] http://www.datastax.com/documentation/cassandra/1.2/webhelp/?pagename=docs&version=1.2&file=#cassandra/architecture/../dml/dml_config_consistency_c.html
[2] http://wiki.apache.org/cassandra/ReadRepair
关于timeout - cassandra 中的 read_request_timeout_in_ms,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19014524/
可以在 cassandra.yaml 中指定读取请求超时: # How long the coordinator should wait for read operations to complete
根据文档和互联网上的已知知识。似乎下面给出的属性 - request_timeout_in_ms - write_request_timeout_in_ms - read_request_timeou
我是一名优秀的程序员,十分优秀!