Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
Overview

...

Jira Legacy
serverSystem Jira
serverId01505d01-b853-3c2e-90f1-ee9b165564fc
keyPERF-665

Summary

  • Load tests showed that ListApp refreshing duration isTests showed the Lists App refresh of concurrent lists on 3 tenants are:
    • 1.5 min mins for 3 users concurrent lists refresh test (1 user list refresh on each of three tenantstenant);
    • 2.3 min mins for 10 users concurrent lists refresh test (3-4 user lists refresh on each of three tenantstenant).
  • Load test for 30 users lists (10 users lists per tenant) failed due to DB overload (100% of refresh transactions failed).
  • During the 10 users lists test CPU utilization reached 200% for mod-fqm-manager and 111% for mod-lists. Also, mod-permissions' CPU utilization exceeded 100% during 30 users lists test.
  • Maximum DB CPU utilization reached 83% (writer instance) and 99% (reader instance) during the 30 user lists test. In comparison with testing with R/W split disabled, RDS CPU utilization didn't decrease with when DB R/W split feature was enabled.
  • Memory utilization for mod-permissions increased from 48% to 76% during the tests. No memory leak is suspected for all the modules.

...

Scenario

Data quantity

List App refresh

multiple tenants




tenant 1 - 1 userlist

tenant 2 - 1 userlist

tenant 3 - 1 userlist

tenant 1 - 3 userslists

tenant 2 - 3 userslists

tenant 3 - 4 userslists

tenant 1 - 10 userslists

tenant 2 - 10 userslists

tenant 3 - 10 userslists


Results

TransactionDuration, avgReleaseTenantsNumber of usersR/W splitOther conditions

ListApp Lists App refresh

previous test results*

10 min 40 sec

[Orchid]1 tenant10 usersdisabled
8.5 min[Poppy]1 tenant10 usersdisabled
17.7 min[Poppy]1 tenant10 usersdisabledTesting in parallel with DI and CICO
ListApp Liss tApp refresh

current test results**
1.5 min[Poppy]3 tenants3 usersenabled
2.3 min[Poppy]3 tenants10 usersenabled
error[Poppy]3 tenants30 usersenabled100% of refresh transactions failed

...

Maximum DB CPU utilization reached 83% (writer instance) and 99% (reader instance) during 30 user test. 

In comparison with testing with R/W split disabled, RDS CPU utilization didn't decrease with R/W split feature enabled.

DB Connections

DB Load

Writer DB node

...

Infrastructure

PTF -environment pcp1

  • 10 m6i.2xlarge EC2 instances located in US East (N. Virginia)us-east-1
  • 1 database  instance, writer

    NameAPI NameMemory GIBvCPUsmax_connections
    R6G Extra Largedb.r6g.xlarge32 GiB4 vCPUs2731


  • MSK tenant
    • 4 m5.2xlarge brokers in 2 zones
    • Apache Kafka version 2.8.0

    • EBS storage volume per broker 300 GiB

    • auto.create.topics.enable=true
    • log.retention.minutes=480
    • default.replication.factor=3

...