http://bugs.winehq.org/show_bug.cgi?id=23530
Summary: Bug link queue: "has maintainer" information sometimes incorrect Product: WineHQ Apps Database Version: unspecified Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: appdb-unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dimesio@earthlink.net
The "Has Maintainer" column in the admin bug link queue sometimes says "No" for apps that do have maintainers. An example is Eve Online, which has 5 maintainers listed in the app entry, but currently shows up in the bug link queue as not having any.
https://bugs.winehq.org/show_bug.cgi?id=23530
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #1 from Rosanne DiMesio dimesio@earthlink.net --- This has happened on all the queues at one time or another, and the reason is that the queues read the "hasMaintainer" info cached in the appFamily or appVersion tables instead of checking directly for maintainers every time the queue is loaded. That's more efficient, and I don't see changing it.
However, this problem has become much rarer than it used to be, and functions to update application and version maintainer states were added to the admin control center a long time ago, so if the cache does get out of sync, admins already have to tools to correct it.
The update maintainer state functions could possibly be added to the cron job, but IMO it's not a frequent enough problem at this point to warrant that. I'm going to mark this one fixed.
https://bugs.winehq.org/show_bug.cgi?id=23530
--- Comment #2 from Rosanne DiMesio dimesio@earthlink.net --- Closing fixed AppDB bug.
https://bugs.winehq.org/show_bug.cgi?id=23530
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Rosanne DiMesio dimesio@earthlink.net --- Really closing this time.