There is 1 comment.
 
 
JIRA Components / cid:jira-generated-image-avatar-0dc4ddb1-6ac3-4c18-9437-d6f0b0c37b2e JIRA-100 Open

Jira Macro fails with "Cache is in TERMINATED state" (ISPN000323)

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-b2c0db27-1929-40fc-a951-b3cd32a20522 Nikita Petrenko on 03/Dec/25 15:29
 

it's just that uninstalling an extension in the same namespace cause the reload of the jira macro extension components (which include recreating that broken cache I guess). From jira macro point of view, it's very close to a restart.

Exactly. Because the running Jira macro keeps holding onto that dead cache reference instead of starting a new one, and instead of cleaning cache by installing any extension, a normal XWiki restart can do. By the way, then even simple flushcache function has to do the same?