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

Fixed hearthbeat bug #429

Merged
merged 4 commits into from
Nov 13, 2023
Merged

Conversation

lmarini
Copy link
Member

@lmarini lmarini commented Oct 27, 2023

where if the owner was not set in extractors_info.json clowder would throw and error and the extractor would not get registered.

…o.json clowder would

throw and error and the extractor would not get registered.
@lmarini lmarini linked an issue Oct 27, 2023 that may be closed by this pull request
@lmarini
Copy link
Member Author

lmarini commented Oct 27, 2023

@max-zilla can you test a private extractor that includes an owner in extractor_info.json. Thank you.

# Conflicts:
#	CHANGELOG.md
#	doc/src/sphinx/conf.py
#	project/Build.scala
#	public/swagger.yml
#	version.sh
@lmarini lmarini changed the base branch from develop to master October 27, 2023 19:55
@lmarini lmarini marked this pull request as ready for review October 27, 2023 19:55
version.sh Show resolved Hide resolved
Copy link
Contributor

@max-zilla max-zilla left a comment

Choose a reason for hiding this comment

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

all seems to work as expected.

@minump
Copy link

minump commented Nov 10, 2023

I was able to test this as well. Ran ghcr.io/clowder-framework/clowder:PR-429, deleted a private extractor from UI (http://localhost:8000/extractors/pdfminer-extractor) . Saw that the extractor came back on (name popped up in the list of extractors) after heartbeat time.

Tested. works fine. approving.

@lmarini
Copy link
Member Author

lmarini commented Nov 13, 2023

I was able to test this as well. Ran ghcr.io/clowder-framework/clowder:PR-429, deleted a private extractor from UI (http://localhost:8000/extractors/pdfminer-extractor) . Saw that the extractor came back on (name popped up in the list of extractors) after heartbeat time.

Tested. works fine. approving.

Thanks! Next time feel free to add yourself to list of reviewers.

@lmarini lmarini merged commit f28c203 into master Nov 13, 2023
10 checks passed
@lmarini lmarini deleted the 428-extractor-not-coming-back-after-deleting branch November 13, 2023 15:30
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.

Extractor not coming back after deleting
4 participants