[
https://issues.apache.org/jira/browse/AVRO-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13864514#comment-13864514
]
Hudson commented on AVRO-1424:
------------------------------
SUCCESS: Integrated in AvroJava #417 (See
[https://builds.apache.org/job/AvroJava/417/])
AVRO-1424 ValidatingDecoder hangs on large schema (thiru: rev 1556285)
* /avro/trunk/CHANGES.txt
* /avro/trunk/lang/c++/CMakeLists.txt
* /avro/trunk/lang/c++/impl/BinaryEncoder.cc
* /avro/trunk/lang/c++/impl/Compiler.cc
* /avro/trunk/lang/c++/impl/json/JsonDom.cc
* /avro/trunk/lang/c++/impl/json/JsonDom.hh
* /avro/trunk/lang/c++/impl/parsing/JsonCodec.cc
* /avro/trunk/lang/c++/impl/parsing/ResolvingDecoder.cc
* /avro/trunk/lang/c++/impl/parsing/Symbol.hh
* /avro/trunk/lang/c++/impl/parsing/ValidatingCodec.cc
* /avro/trunk/lang/c++/impl/parsing/ValidatingCodec.hh
* /avro/trunk/lang/c++/jsonschemas/large_schema.avsc
* /avro/trunk/lang/c++/test/JsonTests.cc
* /avro/trunk/lang/c++/test/LargeSchemaTests.cc
> ValidatingDecoder hangs on large schema
> ---------------------------------------
>
> Key: AVRO-1424
> URL: https://issues.apache.org/jira/browse/AVRO-1424
> Project: Avro
> Issue Type: Bug
> Components: c++
> Affects Versions: 1.7.5
> Reporter: Ramana Suvarapu
> Assignee: Thiruvalluvan M. G.
> Fix For: 1.7.6
>
> Attachments: AVRO-1424.patch, model.avsc
>
>
> Try to create Validation decoder using attached schema. It hangs and causes
> huge memory allocation. The problem is because of boost::any which is making
> excessive copies of objects when creating Symbols.
> And also fixup method which is being called in validation decoder creation
> stack is also taking long very very long time.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)