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

doc: Improve --replace-indexer message when redeploying an indexer #1504

Conversation

richardgreg
Copy link

close #1461

Thanks for opening a PR with the Fuel Indexer project. Please review the Checklist below and ensure you've completed all of the necessary steps to make this PR review as painless as possible.

Checklist

  • Ensure your top-level commit message is in line with our contributor guidelines.
  • Please add proper labels.
  • If there is an issue associated with this PR, please link the issue (right-hand sidebar)
  • If there is not an issue associated with this PR, add this PR to the "Fuel Indexer" project (right-hand sidebar)
  • Please allow Codeowners at least 24 hours to do a first-pass review.
  • Please add thoroughly detailed testing steps below.
  • Please keep your Changelog message short and sweet.

Description

Please include a short description of what this PR does.

Testing steps

Please provide the exact testing steps for the reviewer(s) if this PR requires testing.

Changelog

Please add neat Changelog info here, according to our Contributor's Guide.

Copy link
Contributor

@deekerno deekerno left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @richardgreg, thanks for opening a PR for this issue!

However, it doesn't fix what @Braqzen had mentioned:

To fix the issue and redeploy the new version of the indexer I had to start the indexer service with that --replace--indexer flag in order for the flag in the deploy command to work.

Solution: replace the current message to inform the user that both the service and the deploy command must provide the --replace-indexer flag in order to redeploy an indexer under the same name.

In this case, I would do two things. First, I would change your text to state that the indexer already exists, but replacing an indexer is not enabled; the user should restart the service with the --replace-indexer flag to enable the functionality. After that, I would adjust the message in forc index deploy to make it more clear that the indexer service does not have indexer replacement enabled.

@richardgreg
Copy link
Author

richardgreg commented Dec 9, 2023

I get it. I was originally working on it based on intuition and didn't read the docs. 😓

I'll push a fix ASAP

@richardgreg
Copy link
Author

richardgreg commented Dec 11, 2023

Also @deekerno, some clarification on the instruction before I push an update. 😊

If a user enters forc index deploy --replace-index in a situation whereby --replace-index was not stated when the service was ran, the error message should read: Failed to replace indexer: Indexer({namespace}.{identifier}) exists but replacing the indexer was not enabled. Restart the indexer service with --replace-indexer to enable the functionality.

If a user enters forc index deploy in a situation whereby --replace-index was not stated when the service was ran, the error message should read: Indexer({namespace}.{identifier}) already exists and replacing an indexer is not enabled. Use --replace-indexer to restart the indexer service and again during deployment.

@deekerno deekerno closed this Feb 6, 2024
@richardgreg
Copy link
Author

Hi @deekerno, I'm not one to abandon work so I'm curious why the PR was closed without resolution 🙂. I hadn't pushed an update because you never okayed my suggestion. If you have an ideal text replacement in mind, paste it and I'll update it.

@deekerno
Copy link
Contributor

deekerno commented Feb 7, 2024

@richardgreg I've closed all open PRs on this repository as we're starting work on a new implementation of the Fuel indexer. The closure of this PR was purely because of the team's decision to focus all of our energy on the new implementation, and not because of any deficiency on the part of your contribution. As we build out the next iteration (the code for which can be found here), please feel free to make contributions if you like.

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.

Improve --replace-indexer message when redeploying an indexer
2 participants