I'm selecting about 20-30 issues in backlog, click on Move to Bottom of Backlog, and get timed out error.
Does anyone knows what's the root cause about this issue
Hello Mandia,
There are a few things to check out.
First look at the atlassian-jira.log and the atlassian-greenhopper.log to see if there are any explicit stack trace errors that can give some additional info on the cause of the timeout error.
Next Run the LexoRank management console Integrity checks as covered in This Article to see if there are any integrity issues identified, as well as run the troubleshooting steeps covered In This KB especially the max rank length SQL query to see if the rebalance operations are completing successfully:
SELECT "FIELD_ID", max(length("RANK")) AS max_rank_string_length FROM "AO_60DB71_LEXORANK" GROUP BY "FIELD_ID";
Regards,
Earl
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.