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

EC2 launch template sync TransactionOutOfMemoryError #1302

Closed
achantavy opened this issue May 2, 2024 · 0 comments · Fixed by #1312
Closed

EC2 launch template sync TransactionOutOfMemoryError #1302

achantavy opened this issue May 2, 2024 · 0 comments · Fixed by #1312
Labels
bug Something isn't working

Comments

@achantavy
Copy link
Contributor

Description:

What issue is being seen? Describe what should be happening instead of the bug, for example: Cartography should not crash, the expected value isn't returned, the data schema is wrong, etc.

neo4j.exceptions.ClientError: {code: Neo.ClientError.General.TransactionOutOfMemoryError} {message: The allocation of an extra 152.7 MiB would use more than the limit 2.0 GiB. Currently using 1.9 GiB. dbms.memory.transaction.max_size threshold reached}

Crash in the EC2 launch template sync.

To Reproduce:

Steps to reproduce the behavior. Provide all data and inputs required to reproduce the issue.

Have enough assets that the EC2 launch template transaction runs out of memory.

Please complete the following information::

  • Cartography release version or commit hash [e.g. 0.12.0 or 95e8e11]

0.90.0

@achantavy achantavy added the bug Something isn't working label May 2, 2024
achantavy added a commit that referenced this issue Jun 17, 2024
Fixes #1302: refactors EC2 launch template sync to use data model. This
way, writes to the graph are automatically batched and write failures
are retried.
achantavy added a commit that referenced this issue Jun 17, 2024
Forgot to remove some manual index creations in #1312.
achantavy added a commit that referenced this issue Jun 17, 2024
Adds missing cleanup job. 

(Sorry for the mistake)
chandanchowdhury pushed a commit to juju4/cartography that referenced this issue Jun 26, 2024
…artography-cncf#1312)

Fixes cartography-cncf#1302: refactors EC2 launch template sync to use data model. This
way, writes to the graph are automatically batched and write failures
are retried.
chandanchowdhury pushed a commit to juju4/cartography that referenced this issue Jun 26, 2024
chandanchowdhury pushed a commit to juju4/cartography that referenced this issue Jun 26, 2024
SecPrez pushed a commit to SecPrez/cartography that referenced this issue Nov 10, 2024
…artography-cncf#1312)

Fixes cartography-cncf#1302: refactors EC2 launch template sync to use data model. This
way, writes to the graph are automatically batched and write failures
are retried.
SecPrez pushed a commit to SecPrez/cartography that referenced this issue Nov 10, 2024
SecPrez pushed a commit to SecPrez/cartography that referenced this issue Nov 10, 2024
chandanchowdhury pushed a commit to chandanchowdhury/cartography that referenced this issue Nov 27, 2024
…artography-cncf#1312)

Fixes cartography-cncf#1302: refactors EC2 launch template sync to use data model. This
way, writes to the graph are automatically batched and write failures
are retried.

Signed-off-by: chandanchowdhury <[email protected]>
chandanchowdhury pushed a commit to chandanchowdhury/cartography that referenced this issue Nov 27, 2024
chandanchowdhury pushed a commit to chandanchowdhury/cartography that referenced this issue Nov 27, 2024
…artography-cncf#1315)

Adds missing cleanup job.

(Sorry for the mistake)

Signed-off-by: chandanchowdhury <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant