You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2009/03/21 18:07:50 UTC

[jira] Created: (HBASE-1281) TestMergeTable fails on latest TRUNK

TestMergeTable fails on latest TRUNK
------------------------------------

                 Key: HBASE-1281
                 URL: https://issues.apache.org/jira/browse/HBASE-1281
             Project: Hadoop HBase
          Issue Type: Bug
         Environment: JDK 1.6.0_12 x86_64
            Reporter: Andrew Purtell
             Fix For: 0.20.0


Testcase: testMergeTable took 31.919 sec
	Caused an ERROR
Files have same sequenceid
java.io.IOException: Files have same sequenceid
	at org.apache.hadoop.hbase.regionserver.HRegion.merge(HRegion.java:2500)
	at org.apache.hadoop.hbase.regionserver.HRegion.mergeAdjacent(HRegion.java:2412)
	at org.apache.hadoop.hbase.HMerge$Merger.merge(HMerge.java:167)
	at org.apache.hadoop.hbase.HMerge$Merger.process(HMerge.java:126)
	at org.apache.hadoop.hbase.HMerge.merge(HMerge.java:91)
	at org.apache.hadoop.hbase.TestMergeTable.testMergeTable(TestMergeTable.java:35)



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HBASE-1281) TestMergeTable fails on latest TRUNK

Posted by "Andrew Purtell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell updated HBASE-1281:
----------------------------------

    Attachment: TEST-org.apache.hadoop.hbase.TestMergeTable.txt

> TestMergeTable fails on latest TRUNK
> ------------------------------------
>
>                 Key: HBASE-1281
>                 URL: https://issues.apache.org/jira/browse/HBASE-1281
>             Project: Hadoop HBase
>          Issue Type: Bug
>         Environment: JDK 1.6.0_12 x86_64
>            Reporter: Andrew Purtell
>             Fix For: 0.20.0
>
>         Attachments: TEST-org.apache.hadoop.hbase.TestMergeTable.txt
>
>
> Testcase: testMergeTable took 31.919 sec
> 	Caused an ERROR
> Files have same sequenceid
> java.io.IOException: Files have same sequenceid
> 	at org.apache.hadoop.hbase.regionserver.HRegion.merge(HRegion.java:2500)
> 	at org.apache.hadoop.hbase.regionserver.HRegion.mergeAdjacent(HRegion.java:2412)
> 	at org.apache.hadoop.hbase.HMerge$Merger.merge(HMerge.java:167)
> 	at org.apache.hadoop.hbase.HMerge$Merger.process(HMerge.java:126)
> 	at org.apache.hadoop.hbase.HMerge.merge(HMerge.java:91)
> 	at org.apache.hadoop.hbase.TestMergeTable.testMergeTable(TestMergeTable.java:35)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Commented: (HBASE-1281) TestMergeTable fails on latest TRUNK

Posted by Nitay <ni...@gmail.com>.
Thanks Andrew, I'll see if I can figure it out with the direction I've been
heading on it. If I don't get anywhere I'll enlist your help.

On Sat, Mar 21, 2009 at 10:21 AM, Andrew Purtell <ap...@apache.org>wrote:

>
> Hi Nitay,
>
> I can look at this on Monday. If you want to assign this to me
> that's fine.
>
>  - Andy
>
> > From: Nitay Joffe (JIRA) <ji...@apache.org>
> > I've opened this already and started looking at it in
> > HBASE-1274 (just haven't had much time yet). If
> > you'd like to help out with it I'd be glad to have
> > another head, otherwise I'm fine with taking it on.
>
>
>
>
>

Re: [jira] Commented: (HBASE-1281) TestMergeTable fails on latest TRUNK

Posted by Andrew Purtell <ap...@apache.org>.
Hi Nitay,

I can look at this on Monday. If you want to assign this to me 
that's fine. 

  - Andy

> From: Nitay Joffe (JIRA) <ji...@apache.org>
> I've opened this already and started looking at it in
> HBASE-1274 (just haven't had much time yet). If
> you'd like to help out with it I'd be glad to have
> another head, otherwise I'm fine with taking it on.



      

[jira] Commented: (HBASE-1281) TestMergeTable fails on latest TRUNK

Posted by "Nitay Joffe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12688060#action_12688060 ] 

Nitay Joffe commented on HBASE-1281:
------------------------------------

Hey Andrew,

Welcome back!

I've opened this already and started looking at it in HBASE-1274 (just haven't had much time yet). If you'd like to help out with it I'd be glad to have another head, otherwise I'm fine with taking it on.

-n

> TestMergeTable fails on latest TRUNK
> ------------------------------------
>
>                 Key: HBASE-1281
>                 URL: https://issues.apache.org/jira/browse/HBASE-1281
>             Project: Hadoop HBase
>          Issue Type: Bug
>         Environment: JDK 1.6.0_12 x86_64
>            Reporter: Andrew Purtell
>             Fix For: 0.20.0
>
>         Attachments: TEST-org.apache.hadoop.hbase.TestMergeTable.txt
>
>
> Testcase: testMergeTable took 31.919 sec
> 	Caused an ERROR
> Files have same sequenceid
> java.io.IOException: Files have same sequenceid
> 	at org.apache.hadoop.hbase.regionserver.HRegion.merge(HRegion.java:2500)
> 	at org.apache.hadoop.hbase.regionserver.HRegion.mergeAdjacent(HRegion.java:2412)
> 	at org.apache.hadoop.hbase.HMerge$Merger.merge(HMerge.java:167)
> 	at org.apache.hadoop.hbase.HMerge$Merger.process(HMerge.java:126)
> 	at org.apache.hadoop.hbase.HMerge.merge(HMerge.java:91)
> 	at org.apache.hadoop.hbase.TestMergeTable.testMergeTable(TestMergeTable.java:35)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HBASE-1281) TestMergeTable fails on latest TRUNK

Posted by "Andrew Purtell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell resolved HBASE-1281.
-----------------------------------

    Resolution: Duplicate

Whoops. Closing as duplicate. 

> TestMergeTable fails on latest TRUNK
> ------------------------------------
>
>                 Key: HBASE-1281
>                 URL: https://issues.apache.org/jira/browse/HBASE-1281
>             Project: Hadoop HBase
>          Issue Type: Bug
>         Environment: JDK 1.6.0_12 x86_64
>            Reporter: Andrew Purtell
>             Fix For: 0.20.0
>
>         Attachments: TEST-org.apache.hadoop.hbase.TestMergeTable.txt
>
>
> Testcase: testMergeTable took 31.919 sec
> 	Caused an ERROR
> Files have same sequenceid
> java.io.IOException: Files have same sequenceid
> 	at org.apache.hadoop.hbase.regionserver.HRegion.merge(HRegion.java:2500)
> 	at org.apache.hadoop.hbase.regionserver.HRegion.mergeAdjacent(HRegion.java:2412)
> 	at org.apache.hadoop.hbase.HMerge$Merger.merge(HMerge.java:167)
> 	at org.apache.hadoop.hbase.HMerge$Merger.process(HMerge.java:126)
> 	at org.apache.hadoop.hbase.HMerge.merge(HMerge.java:91)
> 	at org.apache.hadoop.hbase.TestMergeTable.testMergeTable(TestMergeTable.java:35)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.