[
https://issues.apache.org/jira/browse/PHOENIX-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14091246#comment-14091246
]
Jesse Yates commented on PHOENIX-1151:
--------------------------------------
Ok, did a git bisect (which is a sweet tool for this kind of work, btw) and
found the commit that broke this:
{quote}
commit 1d6f072cd135bb7f96f7342934f364258a79e867
Author: James Taylor <[email protected]>
Date: Wed Aug 6 08:22:57 2014 -0700
PHOENIX-1146 Detect stale client region cache on server and retry scans in
split regions
{quote}
Not sure what actually happened there, but the test starts failing for me
there. To test this all locally you can do:
{quote}
git bisect start
git bisect good 7d2608d227f3fca1032199dda302da9904ed091d
git bisect bad HEAD
git bisect run mvn test -Dtest=PhoenixTracingEndToEndIT -DfailIfNoTests=false
-Dhadoop.profile=2
{quote}
Which means we probably aren't running the hadoop2 tests, definitely the first
thing we should solve. Then the bug that was introduced in that commit. Then
whatever is going on here (which might just work once we fix that commit -
probably why I got it working locally, running on stale state).
> Remove unnecessary tracing code
> -------------------------------
>
> Key: PHOENIX-1151
> URL: https://issues.apache.org/jira/browse/PHOENIX-1151
> Project: Phoenix
> Issue Type: Bug
> Reporter: James Taylor
> Attachments: PHOENIX-1151.patch, phoenix-1151-v1.patch,
> phoenix-1151-v2.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.2#6252)