You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Patrick Hunt (JIRA)" <ji...@apache.org> on 2009/04/28 00:39:30 UTC

[jira] Created: (ZOOKEEPER-385) crctest failed on hudson patch test

crctest failed on hudson patch test
-----------------------------------

                 Key: ZOOKEEPER-385
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-385
             Project: Zookeeper
          Issue Type: Bug
          Components: server, tests
    Affects Versions: 3.2.0
            Reporter: Patrick Hunt
            Priority: Critical
             Fix For: 3.2.0


http://hudson.zones.apache.org/hudson/job/Zookeeper-Patch-vesta.apache.org/53/testReport/org.apache.zookeeper.server/CRCTest/testChecksums/

crctest failed with

Error Message

Unreasonable length = 518291091

Stacktrace

java.io.IOException: Unreasonable length = 518291091
	at org.apache.jute.BinaryInputArchive.readBuffer(BinaryInputArchive.java:101)
	at org.apache.zookeeper.server.DataNode.deserialize(DataNode.java:116)
	at org.apache.jute.BinaryInputArchive.readRecord(BinaryInputArchive.java:109)
	at org.apache.zookeeper.server.DataTree.deserialize(DataTree.java:954)
	at org.apache.zookeeper.server.util.SerializeUtils.deserializeSnapshot(SerializeUtils.java:91)
	at org.apache.zookeeper.server.persistence.FileSnap.deserialize(FileSnap.java:125)
	at org.apache.zookeeper.server.CRCTest.testChecksums(CRCTest.java:146)


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


[jira] Updated: (ZOOKEEPER-385) crctest failed on hudson patch test

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

Mahadev konar updated ZOOKEEPER-385:
------------------------------------

    Attachment: ZOOKEEPER-385.patch

this patch fixes the issue wit hthe test, It corrupts the last snapshot and checks to see if it can be deseiralized without an IOException and if not it corrupts the (last -1) snapshot and then desrializes it to confirm that the crcs do not match.

> crctest failed on hudson patch test
> -----------------------------------
>
>                 Key: ZOOKEEPER-385
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-385
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: server, tests
>    Affects Versions: 3.2.0
>            Reporter: Patrick Hunt
>            Priority: Critical
>             Fix For: 3.2.0
>
>         Attachments: ZOOKEEPER-385.patch
>
>
> http://hudson.zones.apache.org/hudson/job/Zookeeper-Patch-vesta.apache.org/53/testReport/org.apache.zookeeper.server/CRCTest/testChecksums/
> crctest failed with
> Error Message
> Unreasonable length = 518291091
> Stacktrace
> java.io.IOException: Unreasonable length = 518291091
> 	at org.apache.jute.BinaryInputArchive.readBuffer(BinaryInputArchive.java:101)
> 	at org.apache.zookeeper.server.DataNode.deserialize(DataNode.java:116)
> 	at org.apache.jute.BinaryInputArchive.readRecord(BinaryInputArchive.java:109)
> 	at org.apache.zookeeper.server.DataTree.deserialize(DataTree.java:954)
> 	at org.apache.zookeeper.server.util.SerializeUtils.deserializeSnapshot(SerializeUtils.java:91)
> 	at org.apache.zookeeper.server.persistence.FileSnap.deserialize(FileSnap.java:125)
> 	at org.apache.zookeeper.server.CRCTest.testChecksums(CRCTest.java:146)

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


[jira] Assigned: (ZOOKEEPER-385) crctest failed on hudson patch test

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

Mahadev konar reassigned ZOOKEEPER-385:
---------------------------------------

    Assignee: Mahadev konar

> crctest failed on hudson patch test
> -----------------------------------
>
>                 Key: ZOOKEEPER-385
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-385
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: server, tests
>    Affects Versions: 3.2.0
>            Reporter: Patrick Hunt
>            Assignee: Mahadev konar
>            Priority: Critical
>             Fix For: 3.2.0
>
>         Attachments: ZOOKEEPER-385.patch
>
>
> http://hudson.zones.apache.org/hudson/job/Zookeeper-Patch-vesta.apache.org/53/testReport/org.apache.zookeeper.server/CRCTest/testChecksums/
> crctest failed with
> Error Message
> Unreasonable length = 518291091
> Stacktrace
> java.io.IOException: Unreasonable length = 518291091
> 	at org.apache.jute.BinaryInputArchive.readBuffer(BinaryInputArchive.java:101)
> 	at org.apache.zookeeper.server.DataNode.deserialize(DataNode.java:116)
> 	at org.apache.jute.BinaryInputArchive.readRecord(BinaryInputArchive.java:109)
> 	at org.apache.zookeeper.server.DataTree.deserialize(DataTree.java:954)
> 	at org.apache.zookeeper.server.util.SerializeUtils.deserializeSnapshot(SerializeUtils.java:91)
> 	at org.apache.zookeeper.server.persistence.FileSnap.deserialize(FileSnap.java:125)
> 	at org.apache.zookeeper.server.CRCTest.testChecksums(CRCTest.java:146)

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


[jira] Updated: (ZOOKEEPER-385) crctest failed on hudson patch test

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

Mahadev konar updated ZOOKEEPER-385:
------------------------------------

    Status: Patch Available  (was: Open)

> crctest failed on hudson patch test
> -----------------------------------
>
>                 Key: ZOOKEEPER-385
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-385
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: server, tests
>    Affects Versions: 3.2.0
>            Reporter: Patrick Hunt
>            Priority: Critical
>             Fix For: 3.2.0
>
>         Attachments: ZOOKEEPER-385.patch
>
>
> http://hudson.zones.apache.org/hudson/job/Zookeeper-Patch-vesta.apache.org/53/testReport/org.apache.zookeeper.server/CRCTest/testChecksums/
> crctest failed with
> Error Message
> Unreasonable length = 518291091
> Stacktrace
> java.io.IOException: Unreasonable length = 518291091
> 	at org.apache.jute.BinaryInputArchive.readBuffer(BinaryInputArchive.java:101)
> 	at org.apache.zookeeper.server.DataNode.deserialize(DataNode.java:116)
> 	at org.apache.jute.BinaryInputArchive.readRecord(BinaryInputArchive.java:109)
> 	at org.apache.zookeeper.server.DataTree.deserialize(DataTree.java:954)
> 	at org.apache.zookeeper.server.util.SerializeUtils.deserializeSnapshot(SerializeUtils.java:91)
> 	at org.apache.zookeeper.server.persistence.FileSnap.deserialize(FileSnap.java:125)
> 	at org.apache.zookeeper.server.CRCTest.testChecksums(CRCTest.java:146)

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


[jira] Updated: (ZOOKEEPER-385) crctest failed on hudson patch test

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

Patrick Hunt updated ZOOKEEPER-385:
-----------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

+1, thanks Mahadev
Committed revision 777419.

> crctest failed on hudson patch test
> -----------------------------------
>
>                 Key: ZOOKEEPER-385
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-385
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: server, tests
>    Affects Versions: 3.2.0
>            Reporter: Patrick Hunt
>            Assignee: Mahadev konar
>            Priority: Critical
>             Fix For: 3.2.0
>
>         Attachments: ZOOKEEPER-385.patch
>
>
> http://hudson.zones.apache.org/hudson/job/Zookeeper-Patch-vesta.apache.org/53/testReport/org.apache.zookeeper.server/CRCTest/testChecksums/
> crctest failed with
> Error Message
> Unreasonable length = 518291091
> Stacktrace
> java.io.IOException: Unreasonable length = 518291091
> 	at org.apache.jute.BinaryInputArchive.readBuffer(BinaryInputArchive.java:101)
> 	at org.apache.zookeeper.server.DataNode.deserialize(DataNode.java:116)
> 	at org.apache.jute.BinaryInputArchive.readRecord(BinaryInputArchive.java:109)
> 	at org.apache.zookeeper.server.DataTree.deserialize(DataTree.java:954)
> 	at org.apache.zookeeper.server.util.SerializeUtils.deserializeSnapshot(SerializeUtils.java:91)
> 	at org.apache.zookeeper.server.persistence.FileSnap.deserialize(FileSnap.java:125)
> 	at org.apache.zookeeper.server.CRCTest.testChecksums(CRCTest.java:146)

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


[jira] Commented: (ZOOKEEPER-385) crctest failed on hudson patch test

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712057#action_12712057 ] 

Hudson commented on ZOOKEEPER-385:
----------------------------------

Integrated in ZooKeeper-trunk #322 (See [http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/322/])
    . crctest failed on hudson patch test


> crctest failed on hudson patch test
> -----------------------------------
>
>                 Key: ZOOKEEPER-385
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-385
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: server, tests
>    Affects Versions: 3.2.0
>            Reporter: Patrick Hunt
>            Assignee: Mahadev konar
>            Priority: Critical
>             Fix For: 3.2.0
>
>         Attachments: ZOOKEEPER-385.patch
>
>
> http://hudson.zones.apache.org/hudson/job/Zookeeper-Patch-vesta.apache.org/53/testReport/org.apache.zookeeper.server/CRCTest/testChecksums/
> crctest failed with
> Error Message
> Unreasonable length = 518291091
> Stacktrace
> java.io.IOException: Unreasonable length = 518291091
> 	at org.apache.jute.BinaryInputArchive.readBuffer(BinaryInputArchive.java:101)
> 	at org.apache.zookeeper.server.DataNode.deserialize(DataNode.java:116)
> 	at org.apache.jute.BinaryInputArchive.readRecord(BinaryInputArchive.java:109)
> 	at org.apache.zookeeper.server.DataTree.deserialize(DataTree.java:954)
> 	at org.apache.zookeeper.server.util.SerializeUtils.deserializeSnapshot(SerializeUtils.java:91)
> 	at org.apache.zookeeper.server.persistence.FileSnap.deserialize(FileSnap.java:125)
> 	at org.apache.zookeeper.server.CRCTest.testChecksums(CRCTest.java:146)

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