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...
What is this all about! i cant find info!
thnx in advance
CM
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.
@Andy Heinzer thnx a lot for your time and for the link to source ;) :D
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.