yvanzo

Results 129 comments of yvanzo

@mwiencek, done, got `send_request` wrapped in `MusicBrainz::LWP::TimelyUserAgent` instead of `get`, as it would potentially harm requests going through a few redirects, whereas `send_request` is a primitive used by `get` and...

The website seems to work fine locally, but replication. As shown by tests on CircleCI (fixed by building and uploading a new `musicbrainz-tests` image with added Perl modules), `MusicBrainz::LWP` is...

It seems that JSON dumps are creating their own temporary directory (based on default `tmpdir()`): https://github.com/metabrainz/musicbrainz-server/blob/v-2021-11-29/lib/MusicBrainz/Script/JSONDump.pm#L74-L78 Moreover, it is outputting to another temporary directory (which is moved to the final...

@mwiencek: When you have time, please review this pull request. (It seems that a review request cannot be refreshed.) It has been manually deployed to production five months ago by...

Resolved new conflicts again, this time caused by 0d3866005f7abdf4f1bc59d31ae5a6c4cba4a162 on `MBDump`.

Just rebased on the current `master` to resolve conflicts without any other change.

> Did you test both changes in isolation and see what effects each has? These changes make sense in theory, but it's hard to know what to think about both...

OK, I opened MBS-12538 and added a schedule for deployment. I will just cherry-pick the changes and apply these directly to the container.

Search indexer skip annotations that contain control characters that may still be added due to the bug MBS-10416 in MusicBrainz Server, that would explain search indexes missing a few annotations....

Hi! It might be the Redis instance is over-solicited. You may need to get your hands dirty at tuning the configuration of your Redis instance. It can probably be achieved...