cshannon commented on PR #3432: URL: https://github.com/apache/accumulo/pull/3432#issuecomment-1564530049
@keith-turner - This should fix the issues you identified in the other PR. Besides the fix `MetadataTableUtil` in finishSplit(), two spots in `ManagerMetadataUtil` will now use the overloaded putFile() method that takes a StoredTabletFile and uses getMetaUpdateDeleteText(). https://github.com/apache/accumulo/blob/969fc52f1c5e0c195a8cef800a87e0fab13cd89c/server/base/src/main/java/org/apache/accumulo/server/util/ManagerMetadataUtil.java#L97 https://github.com/apache/accumulo/blob/969fc52f1c5e0c195a8cef800a87e0fab13cd89c/server/base/src/main/java/org/apache/accumulo/server/util/ManagerMetadataUtil.java#L205 Do you think we should try and add the IT you were talking about as part of this or create a follow on? -- 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]
