You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Jeff Hodges (JIRA)" <ji...@apache.org> on 2010/05/15 06:11:42 UTC

[jira] Created: (AVRO-543) ruby: schema comparison is hella slow

ruby: schema comparison is hella slow
-------------------------------------

                 Key: AVRO-543
                 URL: https://issues.apache.org/jira/browse/AVRO-543
             Project: Avro
          Issue Type: Improvement
    Affects Versions: 1.3.2
            Reporter: Jeff Hodges
            Assignee: Jeff Hodges
             Fix For: 1.4.0


schema comparison is very, very slow causing large latencies on handshake.

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


[jira] Resolved: (AVRO-543) ruby: schema comparison is hella slow

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

Jeff Hodges resolved AVRO-543.
------------------------------

    Resolution: Fixed

Committed as r946466.

> ruby: schema comparison is hella slow
> -------------------------------------
>
>                 Key: AVRO-543
>                 URL: https://issues.apache.org/jira/browse/AVRO-543
>             Project: Avro
>          Issue Type: Improvement
>    Affects Versions: 1.3.2
>            Reporter: Jeff Hodges
>            Assignee: Jeff Hodges
>             Fix For: 1.4.0
>
>         Attachments: AVRO-543-2.patch, AVRO-543.patch
>
>
> schema comparison is very, very slow causing large latencies on handshake.

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


[jira] Updated: (AVRO-543) ruby: schema comparison is hella slow

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

Jeff Hodges updated AVRO-543:
-----------------------------

    Attachment: AVRO-543-2.patch

I like this clean up even more.

> ruby: schema comparison is hella slow
> -------------------------------------
>
>                 Key: AVRO-543
>                 URL: https://issues.apache.org/jira/browse/AVRO-543
>             Project: Avro
>          Issue Type: Improvement
>    Affects Versions: 1.3.2
>            Reporter: Jeff Hodges
>            Assignee: Jeff Hodges
>             Fix For: 1.4.0
>
>         Attachments: AVRO-543-2.patch, AVRO-543.patch
>
>
> schema comparison is very, very slow causing large latencies on handshake.

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


[jira] Updated: (AVRO-543) ruby: schema comparison is hella slow

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

Jeff Hammerbacher updated AVRO-543:
-----------------------------------

    Fix Version/s: 1.3.3
                       (was: 1.4.0)

> ruby: schema comparison is hella slow
> -------------------------------------
>
>                 Key: AVRO-543
>                 URL: https://issues.apache.org/jira/browse/AVRO-543
>             Project: Avro
>          Issue Type: Improvement
>    Affects Versions: 1.3.2
>            Reporter: Jeff Hodges
>            Assignee: Jeff Hodges
>             Fix For: 1.3.3
>
>         Attachments: AVRO-543-2.patch, AVRO-543.patch
>
>
> schema comparison is very, very slow causing large latencies on handshake.

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


[jira] Updated: (AVRO-543) ruby: schema comparison is hella slow

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

Jeff Hodges updated AVRO-543:
-----------------------------

    Attachment: AVRO-543.patch

Removes the not-good pattern of Yajl.load(schema.to_s) calls, and, more importantly, at handshake, it uses the attributes on the schema classes instead of the to_hash methods.

> ruby: schema comparison is hella slow
> -------------------------------------
>
>                 Key: AVRO-543
>                 URL: https://issues.apache.org/jira/browse/AVRO-543
>             Project: Avro
>          Issue Type: Improvement
>    Affects Versions: 1.3.2
>            Reporter: Jeff Hodges
>            Assignee: Jeff Hodges
>             Fix For: 1.4.0
>
>         Attachments: AVRO-543.patch
>
>
> schema comparison is very, very slow causing large latencies on handshake.

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


[jira] Updated: (AVRO-543) ruby: schema comparison is hella slow

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

Jeff Hammerbacher updated AVRO-543:
-----------------------------------

    Component/s: ruby

> ruby: schema comparison is hella slow
> -------------------------------------
>
>                 Key: AVRO-543
>                 URL: https://issues.apache.org/jira/browse/AVRO-543
>             Project: Avro
>          Issue Type: Improvement
>          Components: ruby
>    Affects Versions: 1.3.2
>            Reporter: Jeff Hodges
>            Assignee: Jeff Hodges
>             Fix For: 1.3.3
>
>         Attachments: AVRO-543-2.patch, AVRO-543.patch
>
>
> schema comparison is very, very slow causing large latencies on handshake.

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