[ https://issues.apache.org/jira/browse/HBASE-28848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17885859#comment-17885859 ]
Nick Dimiduk commented on HBASE-28848: -------------------------------------- For my part, things are looking accurate. My script identified only extras in git over the set in Jira, each of which represents an addendum commit. {noformat} $ diff -i -w \ <(sqlite3 ./audit.db -readonly "\ select jira_id from git_commits \ where \ branch like '%branch-2.6' \ and git_tag is null \ order by jira_id;") \ <(sqlite3 ./audit.db -readonly "\ select jira_id from jira_versions \ where \ fix_version = '2.6.1' \ order by jira_id;") 20d19 < HBASE-28501 -- addendum commit 35d33 < HBASE-28568 -- addendum commit 72d69 < HBASE-28663 -- addendum commit 80,81d76 < HBASE-28678 -- addendum commit < HBASE-28678 -- addendum commit 90d84 < HBASE-28693 -- addendum commit {noformat} > Audit Jira vs. git commit history > --------------------------------- > > Key: HBASE-28848 > URL: https://issues.apache.org/jira/browse/HBASE-28848 > Project: HBase > Issue Type: Sub-task > Components: community > Reporter: Nick Dimiduk > Assignee: Duo Zhang > Priority: Major > -- This message was sent by Atlassian Jira (v8.20.10#820010)