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 2008/10/21 06:56:44 UTC

[jira] Created: (ZOOKEEPER-201) validate magic number when reading snapshot and transaction logs

validate magic number when reading snapshot and transaction logs
----------------------------------------------------------------

                 Key: ZOOKEEPER-201
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-201
             Project: Zookeeper
          Issue Type: Bug
          Components: server
    Affects Versions: 3.0.0
            Reporter: Patrick Hunt
            Assignee: Mahadev konar
             Fix For: 3.0.0


The snapshot and transaction log files are not validating the magic numbers when read.

Mahadev, can you update the code and tests for this? Possible for 3.0 or wait post 3.0? (feel free to fix now or reassign version)

Please add tests for this.


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


[jira] Updated: (ZOOKEEPER-201) validate magic number when reading snapshot and transaction logs

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

Mahadev konar updated ZOOKEEPER-201:
------------------------------------

    Status: Patch Available  (was: Open)

> validate magic number when reading snapshot and transaction logs
> ----------------------------------------------------------------
>
>                 Key: ZOOKEEPER-201
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-201
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 3.0.0
>            Reporter: Patrick Hunt
>            Assignee: Mahadev konar
>            Priority: Blocker
>             Fix For: 3.0.0
>
>         Attachments: ZOOKEEPER-201.patch
>
>
> The snapshot and transaction log files are not validating the magic numbers when read.
> Mahadev, can you update the code and tests for this? Possible for 3.0 or wait post 3.0? (feel free to fix now or reassign version)
> Please add tests for this.

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


[jira] Commented: (ZOOKEEPER-201) validate magic number when reading snapshot and transaction logs

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

Benjamin Reed commented on ZOOKEEPER-201:
-----------------------------------------

+1 commit

> validate magic number when reading snapshot and transaction logs
> ----------------------------------------------------------------
>
>                 Key: ZOOKEEPER-201
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-201
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 3.0.0
>            Reporter: Patrick Hunt
>            Assignee: Mahadev konar
>            Priority: Blocker
>             Fix For: 3.0.0
>
>         Attachments: ZOOKEEPER-201.patch
>
>
> The snapshot and transaction log files are not validating the magic numbers when read.
> Mahadev, can you update the code and tests for this? Possible for 3.0 or wait post 3.0? (feel free to fix now or reassign version)
> Please add tests for this.

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


[jira] Commented: (ZOOKEEPER-201) validate magic number when reading snapshot and transaction logs

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

Hudson commented on ZOOKEEPER-201:
----------------------------------

Integrated in ZooKeeper-trunk #121 (See [http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/121/])
    . validate magic number when reading snapshot and transaction


> validate magic number when reading snapshot and transaction logs
> ----------------------------------------------------------------
>
>                 Key: ZOOKEEPER-201
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-201
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 3.0.0
>            Reporter: Patrick Hunt
>            Assignee: Mahadev konar
>            Priority: Blocker
>             Fix For: 3.0.0
>
>         Attachments: ZOOKEEPER-201.patch
>
>
> The snapshot and transaction log files are not validating the magic numbers when read.
> Mahadev, can you update the code and tests for this? Possible for 3.0 or wait post 3.0? (feel free to fix now or reassign version)
> Please add tests for this.

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


[jira] Updated: (ZOOKEEPER-201) validate magic number when reading snapshot and transaction logs

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

Patrick Hunt updated ZOOKEEPER-201:
-----------------------------------

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

committed to svn

> validate magic number when reading snapshot and transaction logs
> ----------------------------------------------------------------
>
>                 Key: ZOOKEEPER-201
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-201
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 3.0.0
>            Reporter: Patrick Hunt
>            Assignee: Mahadev konar
>            Priority: Blocker
>             Fix For: 3.0.0
>
>         Attachments: ZOOKEEPER-201.patch
>
>
> The snapshot and transaction log files are not validating the magic numbers when read.
> Mahadev, can you update the code and tests for this? Possible for 3.0 or wait post 3.0? (feel free to fix now or reassign version)
> Please add tests for this.

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


[jira] Updated: (ZOOKEEPER-201) validate magic number when reading snapshot and transaction logs

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

Mahadev konar updated ZOOKEEPER-201:
------------------------------------

    Attachment: ZOOKEEPER-201.patch

this patch checks for the magic headers.

> validate magic number when reading snapshot and transaction logs
> ----------------------------------------------------------------
>
>                 Key: ZOOKEEPER-201
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-201
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 3.0.0
>            Reporter: Patrick Hunt
>            Assignee: Mahadev konar
>            Priority: Blocker
>             Fix For: 3.0.0
>
>         Attachments: ZOOKEEPER-201.patch
>
>
> The snapshot and transaction log files are not validating the magic numbers when read.
> Mahadev, can you update the code and tests for this? Possible for 3.0 or wait post 3.0? (feel free to fix now or reassign version)
> Please add tests for this.

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


[jira] Updated: (ZOOKEEPER-201) validate magic number when reading snapshot and transaction logs

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

Mahadev konar updated ZOOKEEPER-201:
------------------------------------

    Priority: Blocker  (was: Major)

> validate magic number when reading snapshot and transaction logs
> ----------------------------------------------------------------
>
>                 Key: ZOOKEEPER-201
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-201
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 3.0.0
>            Reporter: Patrick Hunt
>            Assignee: Mahadev konar
>            Priority: Blocker
>             Fix For: 3.0.0
>
>
> The snapshot and transaction log files are not validating the magic numbers when read.
> Mahadev, can you update the code and tests for this? Possible for 3.0 or wait post 3.0? (feel free to fix now or reassign version)
> Please add tests for this.

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