Versions Compared

Key

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

Table of Contents
outlinetrue

Overview

  • This document contains the results of Data Export tests on 62 tenants (excluding the central tenant) on the QCPT environment, the previous report is available. testing MOBIUS master-script tests on the MCPT environment with different environment configurations.

Jira Legacy
serverSystem Jira
columnIdsissuekey,summary,issuetype,created,updated,duedate,assignee,reporter,priority,status,resolution
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId01505d01-b853-3c2e-90f1-ee9b165564fc
keyPERF-942
 

Summary

  • During the Data-Export tests we observe Error "java.lang.OutOfMemoryError: Metaspace", so parameters for data-export module were changed:
    • "memory": 1024 → 2304
    • "memoryReservation": 896 → 2048
    • -XX:MaxMetaspaceSize=128m → 256m
    • -Xmx768m → 1536m
  • After upgrade Data-Export module all Data Export tests finished successfully on qcpt environment using the Default instances, authority, holdings export job profiles and Custom PTF Profiles.
  • No memory leaks, memory consumption was stable during all of the tests.

  • Database CPU usage varied up to a maximum of 26%

Test Runs and Results

This table contains Data Export durations for Test Set №1

...


500
(instance records)
1000
(instance records)
2000
(instance records)
TenantDuration
hh:mm:ss
Duration
hh:mm:ss
Duration
hh:mm:ss
cs00000001_00420:00:080:00:070:00:12
cs00000001_0042
(maximum instance records)
0:06:210:05:410:05:41



Resource utilization for Test Set №1

Expand
titleResource utilization table




Service CPU Utilization

Here we can see that mod-data-export used 575% CPU in spike.


Service Memory Utilization

Here we can see that data-export module used 88% memory.



Kafka metrics



DB CPU Utilization

DB CPU was MAX 20-22% for all tests.


DB Connections

Max number of DB connections was 1500 in avarage.


DB load

                                                                                                                     

Top SQL-queries




Resource utilization for Test Set №2

Expand
titleResource utilization table



Service CPU Utilization

Here we can see that mod-data-export used 570% CPU in spike.


Service Memory Utilization

Here we can see that data-export module used 110% memory.



Kafka metrics





DB CPU Utilization

DB CPU was MAX 24-26% for Test 1 and 2, and MAX 16% for Test 2.


DB Connections

Max number of DB connections was 2230.


DB load

                                                                                                                     

Top SQL-queries




Resource utilization for Test Set №3

Expand
titleResource utilization table



Service CPU Utilization

Here we can see that mod-data-export used 230% CPU.


Service Memory Utilization

Here we can see that mod-data-export used 108% memory .



Kafka metrics






DB CPU Utilization

DB CPU was 20%.


DB Connections

Max number of DB connections was 2040.


DB load

                                                                                                                    

Top SQL-queries




Resource utilization for Test Set №4

Expand
titleResource utilization table



Service CPU Utilization

Here we can see that mod-data-export used 325% CPU.


Service Memory Utilization

Here we can see that mod-data-export used 73% memory .



Kafka metrics






DB CPU Utilization

DB CPU was 22%.


DB Connections

Max number of DB connections was 2630.


DB load

                                                                                                                    

Top SQL-queries




Resource utilization for Test Set №5

Expand
titleResource utilization table



Service CPU Utilization

Here we can see that mod-data-export used 130% CPU.


Service Memory Utilization

Here we can see that mod-data-export used 82% memory .



Kafka metrics






DB CPU Utilization

DB CPU was 25%.


DB Connections

Max number of DB connections was 1850.


DB load

                                                                                                                    

Top SQL-queries




Resource utilization for Test Set №6

Expand
titleResource utilization table



Service CPU Utilization

Here we can see that mod-data-export used 590% CPU.


Service Memory Utilization

Here we can see that mod-data-export used 82% memory .



Kafka metrics






DB CPU Utilization

DB CPU was 25%.


DB Connections

Max number of DB connections was 3050.


DB load

                                                                                                                     

Top SQL-queries




Appendix

Infrastructure

PTF -environment qcpt

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


    NameMemory GIBvCPUsmax_connections

    db.r6g.xlarge

    32 GiB4 vCPUs2731


  • Number of records in DB:
    •  cs00000001_0042
      • instances - 637243
    •  cs00000001
      • authorities - 55000
    •  cs00000001_0003
      • holdings  - 146704
      • instances - 148713
  • Open Search ptf-test
    • Data nodes
      • Instance type - r6g.2xlarge.search
      • Number of nodes - 4
      • Version: OpenSearch_2_7_R20240502
    • Dedicated master nodes
      • Instance type - r6g.large.search
      • Number of nodes - 3
  • 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

...

Expand
titleqcpt modules memory and CPU parameters

Cluster Resources - qcpt-pvt (Fri Jul 26 09:55:21 UTC 2024)





Methodology/Approach

Test №1:

  • MOBIUS Tests: scenarios were started by JMeter script from load generator
  • Baseline MCPT Environment configuration according  to previous report task count 4 for services: mod-permissions, mod-search, mod-patron, mod-inventory, mod-inventory-storage, mod-circulation, mod-circulation-storage, mod-order, mod-order-storage, mod-invoice, mod-invoice-storage, for mod-users and mod-authtoken task count 6. Parameter srs.marcIndexers.delete.interval.seconds=86400 for mod-source-record-storage. Instances count: 14Database r6g.4xlargeAmazon OpenSearch Service r6g.2хlarge.search, mod-authtoken CPU - 1024, okapi CPU-1536, nginx-okapi CPU-1536

Test set №2:

  • Test 4: Concurrently run Data Export using 500 instance records file with the Custom PTF Profiles on 61 tenants, and run Data Export for all instances with the Default instances export job profile on one tenant (cs00000001_0042), started by JMeter.
  • Test 5: Concurrently run Data Export using 1000 instance records file with the Custom PTF Profiles on 61 tenants, and run Data Export for all instances with the Default instances export job profile on one tenant (cs00000001_0042), started by JMeter.
  • Test 6: Concurrently run Data Export using 2000 instance records file with the Custom PTF Profiles on 61 tenants, and run Data Export for all instances with the Default instances export job profile on one tenant (cs00000001_0042), started by JMeter.

...