added error to allowed list

This commit is contained in:
Abhijeet Patil
2024-01-16 14:46:36 +00:00
parent e584ff5630
commit b37244ab0c

View File

@@ -34,6 +34,7 @@ PERMIT_PAGE_SERVICE_ERRORS = [
".*page_service.*Tenant .* is not active",
".*page_service.*cancelled",
".*page_service.*will not become active.*",
".*Dropped remote consistent LSN updates for tenant.*"
]