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

sbin/search.sh doesn't always print all search results #249

Open
kirkrodrigues opened this issue Jan 26, 2024 · 0 comments
Open

sbin/search.sh doesn't always print all search results #249

kirkrodrigues opened this issue Jan 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@kirkrodrigues
Copy link
Member

Bug

When searching using the package's sbin/search.sh script, sometimes, not all results are printed (but they exist in the results cache). The scheduler/worker logs don't show any errors.

It's possible that the search tasks / job finishes before the results cache has made the search results available for reading.

CLP version

d524ead

Environment

Ubuntu 22.04

Reproduction steps

  • sbin/start.sh
  • sbin/compress.sh
  • sbin/search.sh "DESERIALIZE_ERRORS" > results.txt

Count the lines of output. It should be 6945. Running the query a few times should result in one instance where not all 6945 results are written to the file.

@kirkrodrigues kirkrodrigues added the bug Something isn't working label Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant