Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OWN event log scraping bookmark upgrade to int64 #63205

Open
peterguy opened this issue Jun 11, 2024 · 0 comments
Open

OWN event log scraping bookmark upgrade to int64 #63205

peterguy opened this issue Jun 11, 2024 · 0 comments
Labels
team/code-search Issues owned by the code search team

Comments

@peterguy
Copy link
Contributor

The event logs scraping process that OWN does stores a bookmark of the event log ID.

It's stored as a int, but the [event logs ID](https://sourcegraph.com/github.com/sourcegraph/sourcegraph@79773e57ebb38c8b34e0de8a645782a4323f3ea9/-/blob/migrations/frontend/1648195639_squashed_migrations_unprivileged/up.sql?L884-901 is a bigint, so OWN may not be able to scrape all event logs.

The bookmark is passed to EventLogs::ListAll.

This is a follow up to #63193.

@peterguy peterguy added the team/code-search Issues owned by the code search team label Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team/code-search Issues owned by the code search team
Projects
None yet
Development

No branches or pull requests

1 participant