Nick Vatamaniuc

Results 229 comments of Nick Vatamaniuc

This should fix the apparent incorrect order https://github.com/apache/couchdb/pull/4643

Thank you for your report @tahirshak. Is there any log emitted right before that? After that happens does couchdb still work? Can you use the Fauxton interface or make API...

@tahirshak thank you for responding. That's interesting about the CPU spiking a bit afterwards. I still don't quite have a clue what might be going on. In production I only...

Perhaps it's similar to https://github.com/coreos/bugs/issues/990, a systemd issue? If it's triggered by log volume can try lowering the log level to `error`: https://docs.couchdb.org/en/stable/config/logging.html#log/level I don't know if you want to...

To reduce the size of the PR, wonder if it would make sense to extract the enhanced tests into a separate PR. We don't intend to change the behavior of...

Any chance mozjs91 or other version made their way into EPEL repos? Perhaps we can advise users to use that. We could be slightly sneaky and depend on polkit and...

Fedora 35 version is probably a good bet

Since I mentioned polikit above here what I tried: ``` % docker run -it rockylinux/rockylinux:9 # yum install polkit-libs -y # rpm -ql polkit-libs | grep mozjs /usr/lib64/polkit-1/libmozjs-78.so ``` So...

`ubi9` seems to work as far as installing and resolving dependencies at least: ``` % docker pull redhat/ubi9 # yum install wget ... # ldd /usr/lib64/libmozjs-91.so.0 linux-vdso.so.1 (0x00007fffa9778000) libz.so.1 =>...

One strange thing I noticed is that the above mozj91 doesn't seem to link to libicu. It turns out it was an earlier mozjs 91.2.0 version, the later versions started...