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

Removing services prevent to re-upload new schema #1817

Open
pierrebiver opened this issue Mar 23, 2023 · 2 comments
Open

Removing services prevent to re-upload new schema #1817

pierrebiver opened this issue Mar 23, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@pierrebiver
Copy link

Hello,

I use a self hosted Hive and I removed 2 services from my dev environment, then tried to re-upload the schema again. But I'm not able to access this target anymore as I'm getting an error message (see screenshot) nor upload any new schema.
This is the version of Hive I'm currently using: :e7929fa7a30c1a88fc16a5d34cb9ba39cb0dd847

Screenshot 2023-03-21 at 10 45 02

Screenshot 2023-03-21 at 10 45 29

it seems it tries to fetch the latest schema version but as there is none anymore, it just fails.

@dotansimha
Copy link
Collaborator

Thank you @pierrebiver . Do you think you can replicate this behavior in a test, or share a clear list of instructions to perform in order to reproduce this?
Can you please also check the logs of the server service, and the schema service?

@pierrebiver
Copy link
Author

Hello,

sure, you can follow those steps to reproduce it easily:

  • create a new Federation project
  • publish a dummy schema A
  • publish a dummy schema B
  • remove schema A and B
  • try to republish schema A or B, you should get an unexpected error
    On top of that you should have the same issue I had in the UI where you can't access the UI for this project anymore.

@n1ru4l n1ru4l added the bug Something isn't working label Nov 6, 2023
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

3 participants