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

Refactor storage protocol to use Netty instead of BIO

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Normal
    • Resolution: Duplicate
    • None
    • None
    • None

    Description

      Current storage protocol (everything beneath o.a.c.net) currently uses Java blocking I/O. I.e. InboundTcpConnection and OutboundTcpConnection use a dedicated Java thread per connection.

      Using NIO would reduce the number of threads as many threads can become a problem in bigger clusters.

      Migrating the code to Netty seems to be a prerequisite for thread-per-core model.

      The intention of this ticket is not to change the protocol itself as CASSANDRA-8971 would do.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              snazy Robert Stupp
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: