When looking at PGO, I can see the newest commits, but the new package version is not shown by PGO. E.G.: https://packages.gentoo.org/packages/media-sound/teamspeak-server Reproducible: Always
Yeah I think Dynamic field detection in ES is causing the PUTs to fail. I'll see if I can turn them off. -A
Seems to be fixed, as current packages are now shown again on PGO.
(In reply to Conrad Kostecki from comment #2) > Seems to be fixed, as current packages are now shown again on PGO. Not quite, still waiting to verify it doesn't come back. -A
Seems to be still a problem, since I see from time to time an deprecated package list on p.g.o.
There seems to be currently some problems, as packages seems to be outdated. For example: https://packages.gentoo.org/packages/games-simulation/openrct2
(In reply to Conrad Kostecki from comment #5) > There seems to be currently some problems, as packages seems to be outdated. > > For example: https://packages.gentoo.org/packages/games-simulation/openrct2 This isn't an unusual problem, but it seems the root cause(s) have never been fully traced. It needs someone with good knowledge of Ruby and ElasticSearch (or more free time, if this doesn't apply to Alec as interim maintainer).
Dynamic mapping has been completely turned off in #3c9eaa1. To make a long story short, the structure of the index had to be changed to avoid dynamic mapping. That's what happened in #ebd404d and #9fb7236 so that dynamic mapping is not needed anymore. So the field limit should definitely not be hit anymore. Furthermore issues due to dynamic mapping should not be present anymore as dynamic mapping is turned of and an exception is thrown if new fields are detected. However, I am not completely sure whether this is already deployed to p.g.o and whether a fresh index has been populated already.
We don't use ES anymore. -A