Images do not come through, so we don't see what you're seeing.

That said, I'd expect page faults to happen:

1> when indexing. Besides what you'd expect (new segments
     written to disk), there's segment merging going on in
     the background which has to read segments from disk
     in order to merge.

2> when querying, any fields returned as part of a doc
     that has stored=true docValues=false will require
     a disk access to get the stored data.

Best,
Erick


On Mon, Jan 7, 2019 at 8:35 AM Branham, Jeremy (Experis)
<jb...@allstate.com> wrote:
>
> Does anyone know if it is typical behavior for a SOLR cluster to have lots of 
> page faults (50-100 per second) under heavy load?
>
> We are performing load testing on a cluster with 8 nodes, and my performance 
> engineer has brought this information to attention.
>
> I don’t know enough about memory management to say it is normal or not.
>
>
>
> The performance doesn’t appear to be suffering, but I don’t want to overlook 
> a potential hazard.
>
>
>
> Thanks!
>
>
>
>
>
>
>
>
>
> Jeremy Branham
>
> jb...@allstate.com
>
> Allstate Insurance Company | UCV Technology Services | Information Services 
> Group
>
>

Reply via email to