HBASE-25489 improve performance of --parse-release-tags (#2867)
commit84c4033b1a2518df7421bad0afc1370cd8d25613
authorNick Dimiduk <ndimiduk@apache.org>
Fri, 8 Jan 2021 22:43:56 +0000 (8 14:43 -0800)
committerGitHub <noreply@github.com>
Fri, 8 Jan 2021 22:43:56 +0000 (8 14:43 -0800)
tree9ad840fec7b4fc9d6c29c0adfcdbff5289899bf5
parent49aba571813f649a2ff4482a2209ee9910cc72c3
HBASE-25489 improve performance of --parse-release-tags (#2867)

Profiler shows a lot of time spent in the UPDATE SQL statement. Remove the tight loop and let SQL
do a bulk-update instead.

Signed-off-by: Huaxiang Sun <huaxiangsun@apache.org>
Signed-off-by: Michael Stack <stack@apache.org>
dev-support/git-jira-release-audit/git_jira_release_audit.py