Skip to content
This repository was archived by the owner on Jul 8, 2024. It is now read-only.
This repository was archived by the owner on Jul 8, 2024. It is now read-only.

How to decide on the depletion number #4

@Akash2707

Description

@Akash2707

I have a test created with the below configuration:

"test_specification": {
        "parameters": {
          "cluster_throughput_mb_per_sec": [
            256,
            350,
            512,
            1024,
            1200
          ],
          "num_producers": [
            9
          ],
          "consumer_groups": [
            {
              "num_groups": 1,
              "size": 9
            },
            {
              "num_groups": 10,
              "size": 9
            }
          ],
          "client_props": [
            {
              "producer": "acks=all linger.ms=5 batch.size=262114 buffer.memory=2147483648 security.protocol=SSL",
              "consumer": "security.protocol=SSL"
            }
          ],
          "num_partitions": [
            250
          ],
          "record_size_byte": [
            1024
          ],
          "replication_factor": [
            3
          ],
          "duration_sec": [
            3600
          ]
        },
        "skip_remaining_throughput": {
          "less-than": [
            "sent_div_requested_mb_per_sec",
            0.995
          ]
        },
        "depletion_configuration": {
          "upper_threshold": {
            "mb_per_sec": 1000
          },
          "approximate_timeout_hours": 0.5
        }

and it starts the execution fine and perform few tests but fail after a few performace test where the DeplitCredit Job fails. On checking then "RunCreditDepletion" batch I see all the jobs inside it failing and I could fine the below error in the log group.

2023-03-31T14:54:19.205-07:00Copy+signal_handler:1> echo 'trap triggered by signal SIGTERM' | +signal_handler:1> echo 'trap triggered by signal SIGTERM'
-- | --

Can you provide any insights on the reason for this? Also what can be the maximum number of partition count that I can add here.

My Broker configurations are: m5.4xlarge with total of 18 brokers

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions