Markus Unterwaditzer
Markus Unterwaditzer
> Also, it would be user friendly if the installer warned if running as root is needed but the user is not root, rather than concluding that the Orbic is...
can y'all try `sudo strace ./installer`? maybe that'll help figuring out what "No such file" is referring to
this is a shot in the dark but could you try running the installer without any desktop environment launched? i.e. disabling gdm/wahtever on startup and running the installer from the...
What would be the benefit of this over extending the existing routes with `.json` counterparts? To me the latter is both more intuitive to use as a developer (just add...
yes please use codeowners for this + linear tickets, this is entirely misrouted
@hubertdeng123 symbolicator is owned by ingest team (see service registry)
well... https://github.com/getsentry/sentry/blob/b040b91c563a9ef702350a6a68d8e5e20959df64/.github/CODEOWNERS#L52
i think a line further down probably overwrites it in some way (last rule wins and defines all codeowners) somehow it doesn't work at all, otherwise github woudl've assigned this...
I think this might be because of something basic like either the topic not existing, or the consumer group not having a pre-existing offset.
i guess we should mostly fix this to not throw away the inner error information: https://github.com/getsentry/snuba/blob/c821f741fdd03d41dcdb725e0c95c7d41deea7aa/rust_snuba/rust_arroyo/src/processing/mod.rs#L185-L188 and have perhaps some docs on how to create topics?