Do you have custom groovy scripts? I've seen this issue when it's scanning the scripts for changes.
On Tue, Jan 7, 2025, 11:02 PM AJ <[email protected]> wrote: > When upgrading from 7.0.x to 7.1.x, we are seeing inotify usage increasing > drastically. This does not happen in 7.0.x (7.0.10). > Running the below hovers around 25 for 7.0.x, but will keep increasing for > 7.1.x (tried all version from 7.1.0 - 7.1.3). > > find /proc/*/fd -lname anon_inode:inotify 2>/dev/null | cut -d/ -f3 | > xargs -I '{}' bash -c 'echo -n "{} "; ps -p {} -o comm= 2>/dev/null' | wc -l > > I did not change any configuration between the versions. We are using one > groovy script in one of the services, it is a file based script, not inline. > > Anyone see anything like this? It seems to only happen under load, I > can't reproduce it in my dev environment. > > Thanks. > AJ > > -- > - Website: https://apereo.github.io/cas > - List Guidelines: https://goo.gl/1VRrw7 > - Contributions: https://goo.gl/mh7qDG > --- > You received this message because you are subscribed to the Google Groups > "CAS Community" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion visit > https://groups.google.com/a/apereo.org/d/msgid/cas-user/MN6PR18MB546686ED4E427822773D3BDDDB112%40MN6PR18MB5466.namprd18.prod.outlook.com > <https://groups.google.com/a/apereo.org/d/msgid/cas-user/MN6PR18MB546686ED4E427822773D3BDDDB112%40MN6PR18MB5466.namprd18.prod.outlook.com?utm_medium=email&utm_source=footer> > . > -- - Website: https://apereo.github.io/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAPt3vHVceMffKfQq81KX04cAtJmphsKr84E1QieYnPKko_u2sw%40mail.gmail.com.
