You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ManagementSystem$UpdateStatusTrigger process hangs forever on a Set status REGISTERED on schema.... I left it running for 14 hours and it's sill on the same log line.
Steps to Reproduce
Create a new cassandra:3.11.10 db with restored data from production database (same version)
Upgrade to cassandra:4.0 node by node
Upgrade sstables as stated in the doc
Start a thehive:5.0 with extra config forcing index rebuild
Complementary information
In the logs I can see:
The extra config is loaded
including /etc/thehive/application.conf in the generated configuration
Something odd with the JanusDB speaking about a local elasticsearch...
JanusDatabase | Full-text index is available (elasticsearch:[127.0.0.1]) single node
Some expected things when upgrading:
IndexRemoveJob...
The first error (retried 6 times):
PermanentLockingException: Local lock contention
Some other expected things:
IndexRepairJob...
An error about the indexation:
The index global1 is in an invalid state and cannot be indexed.
Then it continues with som ManagementSystem$UpdateStatusTrigger | Set status REGISTERED on schema... and hangs.
I noticed it hangs when the property key writable appears in the list.
The text was updated successfully, but these errors were encountered:
Request Type
Bug
Work Environment
strangebee/thehive:5.0
Problem Description
ManagementSystem$UpdateStatusTrigger
process hangs forever on aSet status REGISTERED on schema...
. I left it running for 14 hours and it's sill on the same log line.Steps to Reproduce
Complementary information
In the logs I can see:
The extra config is loaded
Something odd with the JanusDB speaking about a local elasticsearch...
Some expected things when upgrading:
The first error (retried 6 times):
Some other expected things:
An error about the indexation:
Then it continues with som
ManagementSystem$UpdateStatusTrigger | Set status REGISTERED on schema...
and hangs.I noticed it hangs when the property key
writable
appears in the list.The text was updated successfully, but these errors were encountered: