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

CORTX-33861: Create IAM user fails with 408 RequestTimeout #903

Merged
merged 1 commit into from
Sep 2, 2022

Conversation

Pranali04796
Copy link
Contributor

@Pranali04796 Pranali04796 commented Sep 1, 2022

Signed-off-by: Pranali Ugale pranali.ugale@seagate.com

Pull Request

Problem Statement

Fix

  • CSM uses S3client to send request to RGW.. which has timeout parameter value set to 20 seconds
  • RGW might take more than 20 seconds to execute create IAM user request which lead to TIMEOUT error
  • By increasing timeout value we can execute 122 requests.

Coding

Checklist for Author

  • Coding conventions are followed and code is consistent

Testing

Checklist for Author

  • Unit and System Tests are added
  • Test Cases cover Happy Path, Non-Happy Path and Scalability
  • Testing was performed with RPM
  • Build:
    image
    image
    concurrent requests:

122

122 successful requests:

9

Impact Analysis

Checklist for Author/Reviewer/GateKeeper

  • Interface change (if any) are documented
  • Side effects on other features (deployment/upgrade)
  • Dependencies on other component(s)

Review Checklist

Checklist for Author

  • JIRA number/GitHub Issue added to PR
  • PR is self reviewed
  • Jira and state/status is updated and JIRA is updated with PR link
  • Check if the description is clear and explained

Documentation

Checklist for Author

  • Changes done to WIKI / Confluence page / Quick Start Guide

Signed-off-by: Pranali Ugale <pranali.ugale@seagate.com>
@kupranay kupranay merged commit 96bbc32 into Seagate:main Sep 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants