You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Pugachev Maxim (JIRA)" <ji...@apache.org> on 2012/08/13 15:58:38 UTC

[jira] [Created] (AVRO-1138) avro-c: can`t set default block size in avro_file_writer_open

Pugachev Maxim created AVRO-1138:
------------------------------------

             Summary: avro-c: can`t set default block size in avro_file_writer_open
                 Key: AVRO-1138
                 URL: https://issues.apache.org/jira/browse/AVRO-1138
             Project: Avro
          Issue Type: Bug
    Affects Versions: 1.7.1
            Reporter: Pugachev Maxim
         Attachments: AVRO-1138.patch

There is no way to set a default block size while opening avro log. For example, I can create a file writer with a custom block size (say, 128kb) and write a big record. But if I`ll open it later trying to write something bigger than default size (say, 90kb record), I`ll get an error.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (AVRO-1138) avro-c: can`t set default block size in avro_file_writer_open

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

Douglas Creager updated AVRO-1138:
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.7.2
           Status: Resolved  (was: Patch Available)

Looks good.  Merged into SVN, with some minor whitespace modifications.
                
> avro-c: can`t set default block size in avro_file_writer_open
> -------------------------------------------------------------
>
>                 Key: AVRO-1138
>                 URL: https://issues.apache.org/jira/browse/AVRO-1138
>             Project: Avro
>          Issue Type: Bug
>          Components: c
>    Affects Versions: 1.7.1
>            Reporter: Pugachev Maxim
>             Fix For: 1.7.2
>
>         Attachments: AVRO-1138.patch
>
>
> There is no way to set a default block size while opening avro log. For example, I can create a file writer with a custom block size (say, 128kb) and write a big record. But if I`ll open it later trying to write something bigger than default size (say, 90kb record), I`ll get an error.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (AVRO-1138) avro-c: can`t set default block size in avro_file_writer_open

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

Pugachev Maxim updated AVRO-1138:
---------------------------------

    Status: Patch Available  (was: Open)
    
> avro-c: can`t set default block size in avro_file_writer_open
> -------------------------------------------------------------
>
>                 Key: AVRO-1138
>                 URL: https://issues.apache.org/jira/browse/AVRO-1138
>             Project: Avro
>          Issue Type: Bug
>    Affects Versions: 1.7.1
>            Reporter: Pugachev Maxim
>         Attachments: AVRO-1138.patch
>
>
> There is no way to set a default block size while opening avro log. For example, I can create a file writer with a custom block size (say, 128kb) and write a big record. But if I`ll open it later trying to write something bigger than default size (say, 90kb record), I`ll get an error.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (AVRO-1138) avro-c: can`t set default block size in avro_file_writer_open

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

Pugachev Maxim updated AVRO-1138:
---------------------------------

    Attachment: AVRO-1138.patch

Patch for this issue.
                
> avro-c: can`t set default block size in avro_file_writer_open
> -------------------------------------------------------------
>
>                 Key: AVRO-1138
>                 URL: https://issues.apache.org/jira/browse/AVRO-1138
>             Project: Avro
>          Issue Type: Bug
>    Affects Versions: 1.7.1
>            Reporter: Pugachev Maxim
>         Attachments: AVRO-1138.patch
>
>
> There is no way to set a default block size while opening avro log. For example, I can create a file writer with a custom block size (say, 128kb) and write a big record. But if I`ll open it later trying to write something bigger than default size (say, 90kb record), I`ll get an error.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (AVRO-1138) avro-c: can`t set default block size in avro_file_writer_open

Posted by "Pugachev Maxim (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AVRO-1138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13451792#comment-13451792 ] 

Pugachev Maxim commented on AVRO-1138:
--------------------------------------

Any chances for reviewing it?
                
> avro-c: can`t set default block size in avro_file_writer_open
> -------------------------------------------------------------
>
>                 Key: AVRO-1138
>                 URL: https://issues.apache.org/jira/browse/AVRO-1138
>             Project: Avro
>          Issue Type: Bug
>    Affects Versions: 1.7.1
>            Reporter: Pugachev Maxim
>         Attachments: AVRO-1138.patch
>
>
> There is no way to set a default block size while opening avro log. For example, I can create a file writer with a custom block size (say, 128kb) and write a big record. But if I`ll open it later trying to write something bigger than default size (say, 90kb record), I`ll get an error.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (AVRO-1138) avro-c: can`t set default block size in avro_file_writer_open

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

Douglas Creager updated AVRO-1138:
----------------------------------

    Component/s: c
    
> avro-c: can`t set default block size in avro_file_writer_open
> -------------------------------------------------------------
>
>                 Key: AVRO-1138
>                 URL: https://issues.apache.org/jira/browse/AVRO-1138
>             Project: Avro
>          Issue Type: Bug
>          Components: c
>    Affects Versions: 1.7.1
>            Reporter: Pugachev Maxim
>             Fix For: 1.7.2
>
>         Attachments: AVRO-1138.patch
>
>
> There is no way to set a default block size while opening avro log. For example, I can create a file writer with a custom block size (say, 128kb) and write a big record. But if I`ll open it later trying to write something bigger than default size (say, 90kb record), I`ll get an error.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira