Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-10113

Undroppable messages can be dropped if message queue gets large

    XMLWordPrintableJSON

Details

    • Low

    Description

      When outgoing messages are queued, OutboundTcpConnection checks the size of backlog, and if it gets more than 1024, it drops expired messages silently from the backlog.

      expireMessages() just checks message's timeout, which can be request_timeout_in_ms (10 sec default) for non- read/write message, and does not check if its droppable.

      Attachments

        Activity

          People

            yukim Yuki Morishita
            yukim Yuki Morishita
            Yuki Morishita
            Paulo Motta
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: