[
https://issues.apache.org/jira/browse/HBASE-13081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14329855#comment-14329855
]
Enis Soztutar commented on HBASE-13081:
---------------------------------------
I think this did the trick. From the jenkins jobs:
branch-1:
{code}
======================================================================
======================================================================
Testing patch on branch branch-1.
======================================================================
======================================================================
origin/branch-1 HEAD is commit 9d29f3c4f1bcb01fd827956dd8927cd9cf5f0059
git checkout -f 9d29f3c4f1bcb01fd827956dd8927cd9cf5f0059
Previous HEAD position was a8555f6... HBASE-13081 Branch precommit builds are
not updating to branch head before patch application
HEAD is now at 9d29f3c... HBASE-13057 Provide client utility to easily enable
and disable table replication (Ashish Singhi)
git status
HEAD detached at 9d29f3c
nothing to commit, working directory clean
{code}
And 0.98:
{code}
======================================================================
======================================================================
Testing patch on branch 0.98.
======================================================================
======================================================================
origin/0.98 HEAD is commit 5301968365df20891c962d5632e5205005ef9e99
git checkout -f 5301968365df20891c962d5632e5205005ef9e99
Previous HEAD position was a8555f6... HBASE-13081 Branch precommit builds are
not updating to branch head before patch application
HEAD is now at 5301968... HBASE-13072 BucketCache.evictBlock returns true if
block does not exist (Duo Zhang)
git status
HEAD detached at 5301968
nothing to commit, working directory clean
{code}
> Branch precommit builds are not updating to branch head before patch
> application
> --------------------------------------------------------------------------------
>
> Key: HBASE-13081
> URL: https://issues.apache.org/jira/browse/HBASE-13081
> Project: HBase
> Issue Type: Bug
> Reporter: Andrew Purtell
> Assignee: Enis Soztutar
> Attachments: foo_0.98.patch, foo_branch-1.patch, hbase-13081.patch
>
>
> See for example
> https://builds.apache.org/job/PreCommit-HBASE-Build/12922//console
> {noformat}
> git checkout 0.98
> Previous HEAD position was 03d8918... HBASE-13069 Thrift Http Server returns
> an error code of 500 instead of 401 when authentication fails (Srikanth
> Srungarapu)
> Switched to branch '0.98'
> Your branch is behind 'origin/0.98' by 48 commits, and can be fast-forwarded.
> (use "git pull" to update your local branch)
> git status
> On branch 0.98
> Your branch is behind 'origin/0.98' by 48 commits, and can be fast-forwarded.
> (use "git pull" to update your local branch)
> Untracked files:
> (use "git add <file>..." to include in what will be committed)
> patchprocess/
> nothing added to commit but untracked files present (use "git add" to track)
> {noformat}
> Because the local tree is 48 commits behind the head of the 0.98 branch, the
> contributor's patch based on the head of 0.98 branch cannot cleanly apply.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)