Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-3223

Add System (ducktape) Test that asserts strict partition ordering despite node failure

    XMLWordPrintableJSON

Details

    • Test
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      Kafka provides strong ordering when max.inflight.requests.per.connection = 1. There currently exists a bug (patched but not released) against this feature. It's an important feature for many customers so we should add a test to assert that the contract is honoured.

      Suggest a similar format to ReassignPartitionsTest (reassign_partitions_test.py) or ReplicationTest (replication_test.py). It should be simply a case of asserting on the order of the messages (which are monotonically increasing numbers in these tests) in each partition with the inflight configuration whilst incurring repeated node failure.

      Note that this jira is depended on the merge of KAFKA-3197

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              benstopford Ben Stopford
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: