Results 247 comments of Adam Grare

@kbrock yeah this isn't close to done yet I expect the tests to fail right now

@jrafanie is a great point and something we need to be careful about, kubernetes creates the worker rows in run_single_worker because we can't know the GUID prior to starting the...

https://github.com/ManageIQ/manageiq/pull/22771

@jrafanie https://github.com/rails/rails/pull/41112 appears to have been released in `v7.0.0`, will this change with the association_cache ivar work on older versions of rails?

> Note, the ugly ivar clearing was one way to workaround it. Yeah I'm just worried we'll be setting an ivar that isn't used on `rails < 7` and we...

@vladimir-mzv can you try deleting all workers from your restored database before starting the orchestrator? `DELETE from miq_workers;`

It looks like we missed deleting these worker classes in a schema migration when we removed the worker classes. I'll put in a PR to do that so this won't...

Opened https://github.com/ManageIQ/manageiq-schema/pull/717 to prevent this from happening in the future.

> From the top output it looks like used stays flat while buff/cache increases: This is extremely odd, memory used by buffer cache shouldn't cause OOM it is supposed to...

One other thing that comes to mind is I've heard of some issues on linux (specifically with ZFS on linux since ZFS makes heavy use of in-memory ARC cache) with...