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

disable collector worker for now #161

Closed
wants to merge 1 commit into from

Conversation

kbrock
Copy link
Member

@kbrock kbrock commented Nov 6, 2017

We want to disable the k8s collector worker for now. It is generating sql statements that are too big for postgres to handle

The data is quite large. 0.5Gb
It is blowing up miq_queue table and pg memory

PG::OutOfMemory: ERROR:  out of memory
DETAIL:  Failed on request of size 536,870,912.
: UPDATE "miq_queue" SET "msg_data" = '\x0...'

The data is quite large. 0.5Gb
It is blowing up miq_queue table and pg memory

```
PG::OutOfMemory: ERROR:  out of memory
DETAIL:  Failed on request of size 536,870,912.
: UPDATE "miq_queue" SET "msg_data" = '\x0...'
```
@kbrock
Copy link
Member Author

kbrock commented Nov 6, 2017

duplicate of #160

@kbrock kbrock closed this Nov 6, 2017
@kbrock kbrock deleted the disable_collector branch November 6, 2017 17:56
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

Successfully merging this pull request may close these issues.

1 participant