Hello, Sorry,It is right that you say so. Checking data is very difficult.
But, If the writing of data is returned correctly, one or more data is written certainly on Cassandra. Therefore, If you didn't set "read_repair_chance" lowered, I think that it is the right way that you count on Read Repair. If you think that it is worrisome, you execute a repair command using a node tool every 2 or 3 days. I will think that it is good. ** I hope tomorrow will be a good day ** Tomita Kazutaka mailto : tomitakazut...@intheforest.jp blog : http://www.intheforest.jp/blog/ twitter: http://twitter.com/railute ***** **** **** **** **** **** **** **** 2011/11/18 Jeesoo Shin <bsh...@gmail.com>: > Thank you for your reply, Tomita. > > So the node may have failed to response in time, > but other nodes might have completed it's request. (in QUORUM) > This helps my mind that it's not a definite failure. ;-) > > However, I do not understand what you meant to check data. > Checking data of dropped request... is not easy, > since I do not know which request was dropped. > Are there some options to turn on? > > > Best wishes > > > On 11/18/11, K.Tomita <tomitakazut...@intheforest.jp> wrote: >> Hello, Jeesoo. >> >> I was investigating it exactly. >> >> It means,when RPC service does not return a status >> for a defined period of time, >> the value is incremented. >> (cassandra.yaml:rpc_timeout_in_ms) >> (default:10000) >> >> Therefore, >> The Drop is assumed that, >> there is a possibility that distribution node is completed processing, >> and there is a possibility of having failed. >> >> So, I recommend checking the data on a distribution node. >> >> >> ** I hope tomorrow will be a good day ** >> >> Tomita Kazutaka >> >> mailto : tomitakazut...@intheforest.jp >> blog : http://www.intheforest.jp/blog/ >> twitter: http://twitter.com/railute >> ***** **** **** **** **** **** **** **** >> >> >> >> 2011/11/17 Jeesoo Shin <bsh...@gmail.com>: >>> Hello. >>> I'm using cassandra 0.8.6 >>> with nodetool tpstats, dropped statistics are shown. >>> >>> when drop happens... what can I do? >>> are there ways to turn on debug messages or to look into? >>> >>> thanks. >>> >> >