-
Bug
-
Resolution: Fixed
-
High
-
None
-
6.6.41
-
6.06
-
Recent Update Has blocked the ability to perform a rebalance to the database using GET /rest/greenhopper/1.0/lexorank/balance method for issues with Lexorank tables.
as noted in:
https://confluence.atlassian.com/display/ONDEMANDKB/Agile+Boards+are+Taking+a+Long+Time+to+Load
and
https://extranet.atlassian.com/pages/viewpage.action?title=LexoRank+Support+Tools&spaceKey=GHDEV
When Triggering rebalance it returns a 200 OK values with the following data returned JASON/PRETTY format using POSTMAN:
{
"lexoRankBalancingServiceStatus": {
"balancingDisabled": false,
"balanceHandlerRunning": false
},
"lexoRankBalancerStatus": {
"balancerLocked": false,
"perFieldStatus": [
{
"fieldName": "Rank",
"fieldId": 10011,
"numRankedIssues": 35,
"percentComplete": 100,
"distribution": [
0,
35,
0
]
}
]
}
}
- mentioned in
-
Page Loading...