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

moved index offset reset before message output in indexer cleanup process #3765

Conversation

pknap
Copy link
Contributor

@pknap pknap commented Nov 15, 2023

Description of the Change

Closes #3764

How to test the Change

Run full reindex with multiple indexables when first indexable returns warnings. It should still index further indexables properly.

Before:

image

After:

image

Changelog Entry

Fixed - Bug fix #3764

Credits

@pknap

Checklist:

  • I agree to follow this project's Code of Conduct.
  • I have updated the documentation accordingly.
  • I have added tests to cover my change.
  • All new and existing tests pass.

@felipeelia felipeelia added this to the 5.1.0 milestone Nov 22, 2023
@felipeelia
Copy link
Member

Hi @pknap, do you mind fixing the lint issue in 825 so we can merge this PR? (It should be just a matter of aligning the equal sign with line 824.) Thanks!

@pknap pknap force-pushed the fix/3764-move-offset-reset-before-message-output-in-indexer-cleanup branch from 9893d01 to 655013e Compare November 22, 2023 19:31
@pknap
Copy link
Contributor Author

pknap commented Nov 22, 2023

Hi @pknap, do you mind fixing the lint issue in 825 so we can merge this PR? (It should be just a matter of aligning the equal sign with line 824.) Thanks!

Hi @felipeelia sure thing, should be done now.

@felipeelia felipeelia modified the milestones: 5.1.0, 5.0.1 Nov 29, 2023
@felipeelia felipeelia merged commit f243586 into 10up:develop Nov 29, 2023
10 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Index cleanup process - offset being zeroed too late
2 participants