-
Notifications
You must be signed in to change notification settings - Fork 177
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
Issue with performance and iterating over tar policy having large number of files #241
Comments
Hi @orweis Did you find any fix for this? |
Hi @prashil-g, thanks for the detailed bug description. |
We do trust the source. But that might not be the case for most users |
@prashil-g sorry for a long time it took me |
@orweis have we got more requirements like this after the PR or we can close the issue? |
Not that I'm aware of |
Describe the bug
Seeing timeout and crash of worker threads when policy tar containing large numeber of policy is pushed
To Reproduce
running the api source docker compose reference provided in the permitio github repo and sending policy bundle attached
bundle.tar.gz
Expected behavior
Tar ball containing large number of policy rego should not take more time to untar
Screenshots
OPAL version
Ref: Slack chat https://app.slack.com/client/T01RY83JMNX/C03BJREJGBU/thread/C03BJREJGBU-1651194384.754569
Issue was identified with tarsafe wrapper. If tarsafe wrapper isnt used, untarring the tar with large number of files is very fast and no worker crash seen
The text was updated successfully, but these errors were encountered: