简体   繁体   English

何时在Cassandra中删除提示

[英]When are hints dropped in Cassandra

There are 2 articles I read about Hinted Handoffs in Cassandra. 我读了2篇关于Cassandra中的提示切换的文章。

In Article1 it states that the hints are discarded after max_hint_window_in_ms (3 hours by default), but according to Article2 the hints are discarded after gc_grace_seconds (default: 10 days). 第一条它指出提示是后丢弃max_hint_window_in_ms (3小时默认情况下),但是根据第二条中的提示被丢弃后gc_grace_seconds (默认值:10天)。 If we assume the defaults then when will the hints be discarded? 如果我们采用默认值,那么什么时候会丢弃这些提示?

As mentioned in 2nd article, behavior is different depending on Cassandra version. 如第二篇文章所述,行为因Cassandra版本而异。 The first link describes Cassandra 2.1, while 2nd article talks about 3.x versions. 第一个链接介绍了Cassandra 2.1,而第二个文章则介绍了3.x版本。

What version of Cassandra do you use? 您使用什么版本的Cassandra?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在Oracle中删除其中一列时,多列索引(复合)会发生什么 - What will happen to a multicolumn index (Composite) when one of the column is dropped in Oracle 如何在使用cassandra时获取项目列表 - How to get a list of items when using cassandra Cassandra 有没有办法在插入时忽略集群键? - Is there a way for Cassandra to ignore clustering key when inserting? 写入路径失败时的 Cassandra 读取一致性 - Cassandra Read Consistency when write path fail 使用django-cassandra-engine时如何将媒体文件的路径存储在Cassandra中? - How to store the path of a media file in Cassandra when using django-cassandra-engine? 使用截断,删除,删除和创建索引等时的Cassandra OperationTimeOut - Cassandra OperationTimeOut when using truncate, drop, delete and create index etc 填充两个 Cassandra 表时首选哪种解决方案? - Which solution is preferred when populating two Cassandra tables? 为什么在使用基于仲裁的读写时 Cassandra 不可线性化 - Why is Cassandra not linearizable when quorum based read and writes are used Cassandra群集中的节点达到极限时该怎么办? - What to do when nodes in a Cassandra cluster reach their limit? Cassandra 2.0.6:将AND添加到查询时,结果数量更多 - Cassandra 2.0.6: Higher number of results when adding AND to query
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM