Enhancing LogEntry Validation and Upgrading Column Qualifier Format- 3943 ticket - #4057
Enhancing LogEntry Validation and Upgrading Column Qualifier Format- 3943 ticket#4057rsingh433 wants to merge 13 commits into
Conversation
….addToMutation(mutation)
|
It looks like this depends on #3997, so I'll review this after that's done and merged. |
|
I resolved the conflicts so this could build, and we could see the differences that this PR introduces more easily, but it looks like it still has some old commits from #3997 that were excluded when that was reverted and redone with #4071 (like keeping the filePath names). So, this PR will have to be rebase'd onto the current main branch and the diffs trimmed down to just the new changes intended to be part of this PR rather than carried over from #3997. |
|
This stricter validation was based on the misunderstanding that the log entry had a fixed number of elements. However, the entry contains a path, which can have an arbitrary number of elements, so I think the current validation is sufficient. It checks the last two path elements for the tserver and uuid. |
Updated the code to drop "-/" portion and expect 3 items