Streamsession's timeout is not reasonable

2015-12-01 Thread wateray
As the preview message, see below, after some hours rebuild failure, we found it is due to timeout. The transfer side incoming socket read timeout( as streaming_socket_timeout_in_ms default one hours), then the whole streamsession fail. As rebuild going the transfer rate will slow down, the

Re: UML sequence diagrams on Wiki for explaining read/write path

2015-12-01 Thread Jack Krupansky
I just remembered... the new Materialized View support in 3.0 - writes to the materialized views get triggered when a write occurs to the base table. That needs to be in the write path flow/description as well. -- Jack Krupansky On Mon, Nov 30, 2015 at 9:30 PM, Michael Edge wrote: > Thanks for

Re: UML sequence diagrams on Wiki for explaining read/write path

2015-12-01 Thread Michael Edge
Yes - good point. I've updated the text for the write path page below - could you please review? Once my understanding is correct I'll update the sequence diagram to match. https://wiki.apache.org/cassandra/WritePathForUsers On 1 December 2015 at 22:51, Jack Krupansky wrote: > I just remembere