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

log collection failed: circuit breaking #170

Closed
jdries opened this issue Mar 13, 2023 · 0 comments
Closed

log collection failed: circuit breaking #170

jdries opened this issue Mar 13, 2023 · 0 comments
Assignees

Comments

@jdries
Copy link
Contributor

jdries commented Mar 13, 2023

0:14:47 Job 'j-840efda751584d8f9edcc85ca94f68d8': running (progress N/A)
0:15:48 Job 'j-840efda751584d8f9edcc85ca94f68d8': error (progress N/A)
Your batch job 'j-840efda751584d8f9edcc85ca94f68d8' failed. Error logs:
[{'id': '-1', 'code': 'Internal', 'level': 'error', 'message': "Log collection failed: TransportError(429, 'circuit_breaking_exception', {'error': {'root_cause': [{'type': 'circuit_breaking_exception', 'reason': '[parent] Data too large, data for [<http_request>] would be [4712586056/4.3gb], which is larger than the limit of [4675914956/4.3gb], real usage: [4712585488/4.3gb], new bytes reserved: [568/568b], usages [request=520/520b, fielddata=1603790797/1.4gb, in_flight_requests=568/568b, accounting=584524567/557.4mb]', 'bytes_wanted': 4712586056, 'bytes_limit': 4675914956, 'durability': 'PERMANENT'}], 'type': 'circuit_breaking_exception', 'reason': '[parent] Data too large, data for [<http_request>] would be [4712586056/4.3gb], which is larger than the limit of [4675914956/4.3gb], real usage: [4712585488/4.3gb], new bytes reserved: [568/568b], usages [request=520/520b, fielddata=1603790797/1.4gb, in_flight_requests=568/568b, accounting=584524567/557.4mb]', 'bytes_wanted': 4712586056, 'bytes_limit': 4675914956, 'durability': 'PERMANENT'}, 'status': 429})"}]
JohanKJSchreurs added a commit that referenced this issue Mar 30, 2023
Issue #170

Setting log_level should help to limit the amount of memory used in
Elasticsearch while retrieving logs.
The cause of the circuit_breaker_exception is that amount of memory
used is getting too close to the maximum limit allowed.
JohanKJSchreurs added a commit that referenced this issue Mar 30, 2023
Issue #170

Setting log_level should help to limit the amount of memory used in
Elasticsearch while retrieving logs.
The cause of the circuit_breaker_exception is that amount of memory
used is getting too close to the maximum limit allowed.
JohanKJSchreurs added a commit to Open-EO/openeo-python-client that referenced this issue Apr 3, 2023
JohanKJSchreurs added a commit to Open-EO/openeo-python-client that referenced this issue Apr 3, 2023
JohanKJSchreurs added a commit to Open-EO/openeo-python-client that referenced this issue Apr 3, 2023
soxofaan pushed a commit to Open-EO/openeo-python-client that referenced this issue Apr 6, 2023
soxofaan pushed a commit to Open-EO/openeo-python-client that referenced this issue Apr 6, 2023
soxofaan pushed a commit to Open-EO/openeo-python-client that referenced this issue Apr 6, 2023
JohanKJSchreurs added a commit that referenced this issue Apr 11, 2023
soxofaan pushed a commit that referenced this issue Apr 11, 2023
Setting minimum level should help to limit the amount of memory used in
Elasticsearch while retrieving logs.
The cause of the circuit_breaker_exception is that amount of memory
used is getting too close to the maximum limit allowed.
@jdries jdries closed this as completed Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants