Re: Tomas Vondra
> Here's WIP fix for the root cause, i.e. handling status -2 in the two
> views querying NUMA node for memory pages:

Thanks!

> I'm not sure if we need to mention this in the docs. It probably should
> mention the column can be NULL, which means "unknown node".

We could simply say

  The returned value can be NULL if the NUMA node cannot be
  determined, e.g. when the page has been swapped out.

> Subject: [PATCH] Handle ENOENT status when querying NUMA node
...
> We touch the memory before querying the status, but there is no
> guarangee it won't be moved to swap in between. We do the touching only
  ^ guarantee

Christoph


Reply via email to