dlmarion commented on PR #5342: URL: https://github.com/apache/accumulo/pull/5342#issuecomment-2672012933
It looks like CloneIT is using a generated table as the "metadata" table for the purposes of the test. This is why the constraints on the metadata table did not fire. The validation in DIRECTORY_QUAL.put that I added in this PR might not strictly be needed, but that method is only used in a handful of places, so I think the redundancy may not present a performance issue, but it does enforce correctness in the cases where this code is used. -- 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]
