Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[APIM 4.2.0] Remove AM_API_URL_MAPPING THROTTLING_TIER NULL Update Query #3053

Open
Hamool-Nizar opened this issue Aug 8, 2024 · 0 comments

Comments

@Hamool-Nizar
Copy link

Problem

Hi Team,

We are trying to deploy a multi-region APIM deployment with Postgresql datababase, but while performing database replication we noticed errors due to that during APIM start-up APIM is running update SQL queries on the AM_API_URL_MAPPING table therefore, is a way to remove or avoid this AM_API_URL_MAPPING update SQL queries during APIM start-up.

Solution

We need to eliminate the query and verify if the throttling tier is NULL in the codebase during all SELECT operations on AM_API_URL_MAPPING. We should handle the NULL value appropriately in the code (if NULL, set it to Unlimited or the value configured in tenant-conf).

Affected Component

APIM

Version

4.2.0

Implementation

No response

Related Issues

No response

Suggested Labels

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant