Al Chu
Al Chu
So I'm admittedly not sure if the pros outweigh the cons on this. This was initially going to be just comments to point readers to the tests in `t2900-job-limits`, but...
Per discussion in #4267, always loading the backing module content-sqlite can lead to performance issues, especially for shorter lived single user instances. Default to not loading a backing module. -...
While working on #4267, I noticed that sometimes the `acct_dirty` field can be greater than the length of the `flush` list, even when a backing module is not loaded. a...
Per discussion in #4487. From @garlick > I like the idea of flux overlay whatsup as another way to view cluster health, if they would find that helpful given the...
I suddenly remember that we discussed this like 6 or 7 years ago. It would be nice if whatsup (https://github.com/chaos/whatsup) could determine node up vs. down status via flux, since...
Per discussion in #4273, some notes on what this does: - add an sqlite database that stores all inactive data to it. - db table is: ``` const char *sql_create_table...
This PR adds initial support to configure systemd properties via `libsdprocess`. Long term we will want to support many potential configurations, such as cgroups configurations or hard/soft limits. As an...
Not necessarily important to fix or workaround, but after how long it took for me to figure this out, I figure I should atleast document this. Updated a test with:...
to avoid compiler warnings I've made a number of: ``` /* zhashx_destructor_fn */ static void json_decref_wrapper (void **arg) { json_t **o = arg; json_decref (*o); } ``` funtions scattered around...
(This technically applies to all of flux-framework, but putting issue here) Noticed Spack has a code of conduct, and its apparently a standard thing all github projects can add. There's...