Closed thanh-taro closed 9 years ago
I met this issue when I run a php thread with Cassandra:
Write_timeout. Error data: array ( 'consistency' => 3166064, 'node' => 1701994868, 'replica' => 1768910368, 'writeType' => 'med out - received only 0 responses.' . "\0" . '' . "\0" . '' . "\0" . '' . "\0" . '' . "\0" . '' . "\0" . '' . "\0" . '' . "\0" . '' . "\0" . 'BATCH', )
Can you explain why and how to fix it?
By the way, I'm using BATCH to UPDATE and INSERT.
Ok, I figured out. Just increase the timeout in cassandra.yaml file. We can close this.
I met this issue when I run a php thread with Cassandra:
Write_timeout. Error data: array ( 'consistency' => 3166064, 'node' => 1701994868, 'replica' => 1768910368, 'writeType' => 'med out - received only 0 responses.' . "\0" . '' . "\0" . '' . "\0" . '' . "\0" . '' . "\0" . '' . "\0" . '' . "\0" . '' . "\0" . '' . "\0" . 'BATCH', )
Can you explain why and how to fix it?