afs opened a new pull request, #2321:
URL: https://github.com/apache/jena/pull/2321

   GitHub issue resolved #2315
   
   Pull request Description:
   An attempt to address the problem of clearing up  failed compactions  when 
running on MS Windows.
   
   #2317 reverted the compaction code used on MS Windows that addressed #2315.
   
   PR has windows specific compaction code that uses a temporary file to record 
the name of the work-in-progress sub-directory used for a new compacted 
database. If there is a temporary file, it is used to delete the 
work-in-progress (i.e clear-up an incomplete compaction).
   
   The clear-up code works for both Linux/Mac and Windows setups regardless of 
OS so copyting database around across operation systems still works.
   
   ----
   
    - [x] Key commit messages start with the issue number (GH-xxxx, or if in 
JIRA, JENA-xxxx)
   
   By submitting this pull request, I acknowledge that I am making a 
contribution to the Apache Software Foundation under the terms and conditions 
of the [Contributor's 
Agreement](https://www.apache.org/licenses/contributor-agreements.html).
   


-- 
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