The list of branches that pre commit patches can be applied to are found in the BRANCH_NAMES variable dev/test-patch.properties of the master branch.
BRANCH_NAMES="4.x-HBase-1.2 4.x-HBase-1.3 4.x-HBase-1.4 4.14-HBase-1.4 master" Its trying to apply the patch again the master branch (by default) and failing. I will white list the CDH branches. On Fri, May 24, 2019 at 11:48 AM William Shen <[email protected]> wrote: > Just saw this again at > > https://issues.apache.org/jira/browse/PHOENIX-5295?focusedCommentId=16847823&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16847823 > > Is this a known issue? > > On Mon, May 20, 2019 at 4:18 PM William Shen <[email protected]> > wrote: > > > Hi all, > > > > On https://issues.apache.org/jira/browse/PHOENIX-5286, I encountered the > > Hadoop QA feedback of: > > > > -1 patch. The patch command could not apply the patch. > > > > Console output: > > https://builds.apache.org/job/PreCommit-PHOENIX-Build/2587//console > > > > Not totally sure what I am doing wrong here. I had followed instruction > > and naming convention on http://phoenix.apache.org/contributing.html to > > generate the patch. > > > > Any help would be appreciated! > > > > - Will > > > > > > >
