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

Extractor not coming back after deleting #428

Open
longshuicy opened this issue Oct 20, 2023 · 0 comments · Fixed by #429
Open

Extractor not coming back after deleting #428

longshuicy opened this issue Oct 20, 2023 · 0 comments · Fixed by #429
Labels
bug Something isn't working

Comments

@longshuicy
Copy link
Member

longshuicy commented Oct 20, 2023

Describe the bug
After deleting the extractors in the GUI, even though heartbeat shows the extractor is still alive, they do not come back.
Mongodb entry disappeared.
See those logs but not sure if they are related

023-10-20 10:59:16,534 - [ERROR ] - application - Failed to submit event sink message
com.rabbitmq.client.AlreadyClosedException: clean connection shutdown; reason: Attempt to use closed connection
at com.rabbitmq.client.impl.AMQConnection.ensureIsOpen(AMQConnection.java:161) ~[com.rabbitmq.amqp-client-3.0.0.jar:na]
at com.rabbitmq.client.impl.AMQConnection.createChannel(AMQConnection.java:470) ~[com.rabbitmq.amqp-client-3.0.0.jar:na]
at services.RabbitMQMessageService.submit(RabbitMQMessageService.scala:241) ~[clowder.clowder-1.22.0.jar:1.22.0]
at services.EventSinkService.logEvent(EventSinkService.scala:37) [clowder.clowder-1.22.0.jar:1.22.0]
at services.EventSinkService.logFileViewEvent(EventSinkService.scala:83) [clowder.clowder-1.22.0.jar:1.22.0]
at controllers.Files$$anonfun$file$1.apply(Files.scala:281) [clowder.clowder-1.22.0.jar:1.22.0

To Reproduce
Steps to reproduce the behavior:

  1. Go to extractor cateolog
image
  1. Click on "Delete"
  2. Wait for x amount of time depends on your heartbeat setting (usually 5 minutes)

Expected behavior
Those extractors that you deleted never come back

@longshuicy longshuicy added the bug Something isn't working label Oct 20, 2023
@lmarini lmarini linked a pull request Oct 27, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant