rahulgoswami commented on PR #3903:
URL: https://github.com/apache/solr/pull/3903#issuecomment-3704361095

   Working on writing the tests. Test cases tried manually
   1) For an index with below segments:
   seg1 - 9x
   seg2 - 10x
   seg3 - minVersion 9x, version 10x (result of merge between 9x and 10x 
segements)
   
   seg1 and seg3 get reindexed into new 10x segment, and get deleted. seg2 
remains untouched.
   
   2) older segments get deleted by the end of the process
   
   3) async mode works fine. Tested by calling 
/admin/cores?action=UPGRADECOREINDEX&asyn=request_id. And later calling 
action=REQUESTSTATUS&requestid=request_id
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to