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
Both messages and messages_history tables have a services column. However, when the a message is copied into messages_history , services info is removed. Please add services into the history table.
Motivation
When debugging with a lot of messages, it will be very helpful to just get the messages that in the services under investigation.
Description
Both
messages
andmessages_history
tables have aservices
column. However, when the a message is copied intomessages_history
,services
info is removed. Please addservices
into the history table.Motivation
When debugging with a lot of messages, it will be very helpful to just get the messages that in the services under investigation.
Change
rucio/lib/rucio/daemons/hermes/hermes.py
Lines 713 to 720 in 488948f
The text was updated successfully, but these errors were encountered: