You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Mahadev konar (JIRA)" <ji...@apache.org> on 2008/10/28 22:56:44 UTC

[jira] Created: (ZOOKEEPER-212) snapshot is synchronous in 3.0

snapshot is synchronous in 3.0
------------------------------

                 Key: ZOOKEEPER-212
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-212
             Project: Zookeeper
          Issue Type: Bug
    Affects Versions: 3.0.0
            Reporter: Mahadev konar
            Assignee: Mahadev konar
             Fix For: 3.1.0
         Attachments: ZOOKEEPER-212.patch

the snapshot in 3.0 is syunchronous. this will affect performance of the system.

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


[jira] Updated: (ZOOKEEPER-212) snapshot is synchronous in 3.0

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

Benjamin Reed updated ZOOKEEPER-212:
------------------------------------

        Priority: Critical  (was: Major)
    Hadoop Flags: [Reviewed]

+1 I can't believe we missed this! I think we should do a 3.0.1 release to get this out soon. This will cause big problems with big databases!

> snapshot is synchronous in 3.0
> ------------------------------
>
>                 Key: ZOOKEEPER-212
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-212
>             Project: Zookeeper
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>            Reporter: Mahadev konar
>            Assignee: Mahadev konar
>            Priority: Critical
>             Fix For: 3.1.0
>
>         Attachments: ZOOKEEPER-212.patch
>
>
> the snapshot in 3.0 is syunchronous. this will affect performance of the system.

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


[jira] Updated: (ZOOKEEPER-212) snapshot is synchronous in 3.0

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

Mahadev konar updated ZOOKEEPER-212:
------------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

committed to 718434 in 3.0  and 718433 in trunk.

thanks ben



> snapshot is synchronous in 3.0
> ------------------------------
>
>                 Key: ZOOKEEPER-212
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-212
>             Project: Zookeeper
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>            Reporter: Mahadev konar
>            Assignee: Mahadev konar
>            Priority: Critical
>             Fix For: 3.0.1, 3.1.0
>
>         Attachments: ZOOKEEPER-212-test.patch, ZOOKEEPER-212.patch, ZOOKEEPER-212.patch
>
>
> the snapshot in 3.0 is syunchronous. this will affect performance of the system.

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


[jira] Updated: (ZOOKEEPER-212) snapshot is synchronous in 3.0

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

Mahadev konar updated ZOOKEEPER-212:
------------------------------------

    Status: Patch Available  (was: Open)

> snapshot is synchronous in 3.0
> ------------------------------
>
>                 Key: ZOOKEEPER-212
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-212
>             Project: Zookeeper
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>            Reporter: Mahadev konar
>            Assignee: Mahadev konar
>             Fix For: 3.1.0
>
>         Attachments: ZOOKEEPER-212.patch
>
>
> the snapshot in 3.0 is syunchronous. this will affect performance of the system.

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


[jira] Updated: (ZOOKEEPER-212) snapshot is synchronous in 3.0

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

Benjamin Reed updated ZOOKEEPER-212:
------------------------------------

    Attachment: ZOOKEEPER-212-test.patch

This test checks for the problem that reported by this issue. I checked that the test fails before Mahadev's patch and passes after.

> snapshot is synchronous in 3.0
> ------------------------------
>
>                 Key: ZOOKEEPER-212
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-212
>             Project: Zookeeper
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>            Reporter: Mahadev konar
>            Assignee: Mahadev konar
>            Priority: Critical
>             Fix For: 3.1.0
>
>         Attachments: ZOOKEEPER-212-test.patch, ZOOKEEPER-212.patch
>
>
> the snapshot in 3.0 is syunchronous. this will affect performance of the system.

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


[jira] Updated: (ZOOKEEPER-212) snapshot is synchronous in 3.0

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

Mahadev konar updated ZOOKEEPER-212:
------------------------------------

    Attachment: ZOOKEEPER-212.patch

this patch includes the original fix and ben's test with some minor formatting changes.

> snapshot is synchronous in 3.0
> ------------------------------
>
>                 Key: ZOOKEEPER-212
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-212
>             Project: Zookeeper
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>            Reporter: Mahadev konar
>            Assignee: Mahadev konar
>            Priority: Critical
>             Fix For: 3.0.1, 3.1.0
>
>         Attachments: ZOOKEEPER-212-test.patch, ZOOKEEPER-212.patch, ZOOKEEPER-212.patch
>
>
> the snapshot in 3.0 is syunchronous. this will affect performance of the system.

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


[jira] Commented: (ZOOKEEPER-212) snapshot is synchronous in 3.0

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

Hudson commented on ZOOKEEPER-212:
----------------------------------

Integrated in ZooKeeper-trunk #149 (See [http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/149/])
    

> snapshot is synchronous in 3.0
> ------------------------------
>
>                 Key: ZOOKEEPER-212
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-212
>             Project: Zookeeper
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>            Reporter: Mahadev konar
>            Assignee: Mahadev konar
>            Priority: Critical
>             Fix For: 3.0.1, 3.1.0
>
>         Attachments: ZOOKEEPER-212-test.patch, ZOOKEEPER-212.patch, ZOOKEEPER-212.patch
>
>
> the snapshot in 3.0 is syunchronous. this will affect performance of the system.

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


[jira] Commented: (ZOOKEEPER-212) snapshot is synchronous in 3.0

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

Mahadev konar commented on ZOOKEEPER-212:
-----------------------------------------

yeah this was a big mistake on my side!! 

> snapshot is synchronous in 3.0
> ------------------------------
>
>                 Key: ZOOKEEPER-212
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-212
>             Project: Zookeeper
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>            Reporter: Mahadev konar
>            Assignee: Mahadev konar
>            Priority: Critical
>             Fix For: 3.1.0
>
>         Attachments: ZOOKEEPER-212.patch
>
>
> the snapshot in 3.0 is syunchronous. this will affect performance of the system.

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


[jira] Updated: (ZOOKEEPER-212) snapshot is synchronous in 3.0

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

Mahadev konar updated ZOOKEEPER-212:
------------------------------------

    Attachment: ZOOKEEPER-212.patch

this patch fixes the issue by adding a thread that does the snapshots in syncrequestprocessor.

> snapshot is synchronous in 3.0
> ------------------------------
>
>                 Key: ZOOKEEPER-212
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-212
>             Project: Zookeeper
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>            Reporter: Mahadev konar
>            Assignee: Mahadev konar
>             Fix For: 3.1.0
>
>         Attachments: ZOOKEEPER-212.patch
>
>
> the snapshot in 3.0 is syunchronous. this will affect performance of the system.

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


[jira] Updated: (ZOOKEEPER-212) snapshot is synchronous in 3.0

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

Patrick Hunt updated ZOOKEEPER-212:
-----------------------------------

    Fix Version/s: 3.0.1

> snapshot is synchronous in 3.0
> ------------------------------
>
>                 Key: ZOOKEEPER-212
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-212
>             Project: Zookeeper
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>            Reporter: Mahadev konar
>            Assignee: Mahadev konar
>            Priority: Critical
>             Fix For: 3.0.1, 3.1.0
>
>         Attachments: ZOOKEEPER-212-test.patch, ZOOKEEPER-212.patch
>
>
> the snapshot in 3.0 is syunchronous. this will affect performance of the system.

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