I have recently joined the Apple Silicon (ARM processors on desktop OS) revolution. Installing Picard right now, let me know if I can provide any assistance, testing, resources, etc. to the project.
I'm thinking about getting an M1 Mac mini, maybe. If there is a community build fleet for Picard or something I might be willing to donate some CPU cycles on a permanent basis with that.
outsidecontext
VxJasonxV: Cool. Mostly knowing how and if the current Intel build works for you would be great already. We have mixed reports about this, especially for 2.6.x and 2.7 beta builds.
And it will likely take some time until we will have a native ARM build (as universal2 binaries). Currently it even looks like that we would get best support if we upgrade to PyQt6, which in general isn't such a big deal to do, but due to breaking compatibility still means dong a Picard 3 release
And upgrading to Qt6 means end of support for Windows 7, I think also Windows 8 (though nobody probably cares), macOS 10.12 and older Linux distributions
looking at sentry again, it seems the errors stopped like ~1.5hrs ago.
ruaok
there is some old container doing some old shit. did you restart anything on gaga today?
lucifer
no
ruaok
yeah, because gaga looks ok. but somehow the DB that we use for MB lookups got reverted to the pre-artistst mbid setup.
lucifer
huh. thats strange
ruaok
I'll go hunting after I have some coffee.
lucifer
cool, thanks!
ruaok
lucifer: I have a feeling that there was an old mapping writer running. now when I want to update the mapping writer, I feel like I have to do a release, when I just want to update one container.
it feels weird to do a release on that.
lucifer
ruaok: feel free to do a release. but if you don't want to do that, you can use the manual action. both build the image same way just the manual action doesn't create a release on github.
ruaok
I think I am going to use slightly distinct tag names for releases in that case.
map-v-2021-10-15.0
if they are running special versions.
lucifer
sure sounds good.
ruaok
ok. both versions updated with correct keys. can you please mark the issues on sentry resolved?
if they come back, I would like to know.
lucifer proceeds to mark 1000 sentry issues as resolved :)
lucifer
(due to some reason, sentry didn't group them)
ruaok
possibly because they came from different threads??
sorry!
lucifer
possible. but i think also because we are printing errors as string while sentry likes full stack traces.
hah no worries, sentry has a custom search. i'll just use it to merge manually and resolve :D
Not sure it can be improved, but perhaps you know.
if a thread throws and exception, its a like a tree falling in a forest. no one hears it.
but the main thread can capture its exception.
lucifer
i'll check and if its possible. i usually use exc_info=True but that won't work here.
right
ruaok
I rather doubt that a reraise from a different thread could work here. so the question is -- how can we raise an exception to make it nicer to sentry?
and yes, the failed inc dump IS related to the mapping issue -- the mapping tables somehow got reverted to an old version of the table/code for a while. HTF??
zas
There's something weird going on with openresty on gateways, not sure what yet, but logs/stats have problems
ruaok
jeez, everything is cranky this morning. :(
lucifer
how could the tables get reverted!! that's weird...
thanks. we do have EUR accounts via Wise and it would be trivial to connect that account.
zas
I found the problem... related to consul-template, and the deployment of serviceregistrator on zappa.... I'll explain once it will be fixed, we are lucky....
stupid consul-template do not support ":" in service names (but consul does)
lucifer
ruaok: btw i remembered you had fixed the telegraf writer some time ago. can you do it again? it seems to be running on the wrong branch and queries a non existent LB endpoint repeatedly.
ruaok
lucifer: do you have an error or something I can look at?
zas
switching to herb; to deploy fix; the bug prevented openresty to restart properly, and therefore to switch log files