cshannon commented on PR #3480:
URL: https://github.com/apache/accumulo/pull/3480#issuecomment-1627464756

   I've started working on ITs to show that the metadata can be read properly 
and fencing works. There's a few tests here so far showing contiguous and 
disjointed ranges work: 
https://github.com/cshannon/accumulo/blob/accumulo-1327-itest/test/src/main/java/org/apache/accumulo/test/functional/FileMetadataIT.java
   
   I'm going to continue working on the tests, I plan to add tests to show 
compaction will work and also splits, etc. The test branch is based off of this 
current PR/branch so will eventually be based off of no-chop-merge branch when 
this PR is merged in.
   
   After some more tests which should be done soon, I plan to start prototyping 
dropping the chop compactions and updating merge to use ranges. The majority of 
this work appears to be in TabletGroupWatcher in the 
[mergeMetadataRecords](https://github.com/apache/accumulo/blob/ffe0018b513d582840e0cde04a0772f59deaea72/server/manager/src/main/java/org/apache/accumulo/manager/TabletGroupWatcher.java#L715)
 method.


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

Reply via email to