Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Deleted 1 obsolete rows

Christos Moysiadis
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 2, 2018

Until Jira Soft. 7.11 i didn't notice this log!

After the upgrade to 7.12 this is coming more often!!!

2018-10-02 15:16:45,356 JiraTaskExectionThread-1 INFO admin 904x77x2 kk0uig 0:0:0:0:0:0:0:1 /secure/admin/jira/IndexReIndex.jspa [c.a.j.p.d.p.source.cache.ObsoleteRowRemover] Deleted 1 obsolete rows

Except this i decided to make a re-index..... and while its running i have this screen in terminal...obsolete.png

What is this all about! i cant find info!

thnx in advance

CM

1 answer

1 accepted

1 vote
Answer accepted
Andy Heinzer
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 3, 2018

I dug into the source code of Jira to find the ObsoleteRowRemover.java and found this comment in the file to explain its function:

/**
 * Removes the obsolete row based on updated column. If for a unique combination of issue id and provider key, there are
 * multiple rows, it removes the older one and returns the latest one.
 */

In turn, since you are seeing this message it would appear that the code found multiple entries that had the same issue id and key.  

 

I would not be concerned to see this message, this is an INFO level message so the nature of this message is not really a warning or an error.

Christos Moysiadis
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 3, 2018

@Andy Heinzer thnx a lot for your time and for the link to source ;) :D

Suggest an answer

Log in or Sign up to answer