[ 
https://issues.apache.org/jira/browse/RYA-316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16118539#comment-16118539
 ] 

ASF GitHub Bot commented on RYA-316:
------------------------------------

Github user asfgit commented on the issue:

    https://github.com/apache/incubator-rya/pull/199
  
    
    Refer to this link for build results (access rights to CI server needed): 
    
https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/368/<h2>Failed
 Tests: <span class='status-failure'>2</span></h2><h3><a 
name='incubator-rya-master-with-optionals-pull-requests/org.apache.rya:mongodb.rya'
 /><a 
href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/368/org.apache.rya$mongodb.rya/testReport'>incubator-rya-master-with-optionals-pull-requests/org.apache.rya:mongodb.rya</a>:
 <span class='status-failure'>1</span></h3><ul><li><a 
href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/368/org.apache.rya$mongodb.rya/testReport/org.apache.rya.mongodb/SimpleMongoDBStorageStrategyTest/testSerializeStatementToDBO/'><strong>org.apache.rya.mongodb.SimpleMongoDBStorageStrategyTest.testSerializeStatementToDBO</strong></a></li></ul><h3><a
 
name='incubator-rya-master-with-optionals-pull-requests/org.apache.rya:rya.indexing'
 /><a 
href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/368/org.apache.rya$rya.indexing/testReport'>incubator-rya-master-with-optionals-pull-requests/org.apache.rya:rya.indexing</a>:
 <span class='status-failure'>1</span></h3><ul><li><a 
href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/368/org.apache.rya$rya.indexing/testReport/org.apache.rya.indexing.mongo/MongoTemporalIndexerTest/org_apache_rya_indexing_mongo_MongoTemporalIndexerTest/'><strong>org.apache.rya.indexing.mongo.MongoTemporalIndexerTest.org.apache.rya.indexing.mongo.MongoTemporalIndexerTest</strong></a></li></ul>



> Long LineStrings break MongoDB ingest
> -------------------------------------
>
>                 Key: RYA-316
>                 URL: https://issues.apache.org/jira/browse/RYA-316
>             Project: Rya
>          Issue Type: Bug
>          Components: dao
>            Reporter: Aaron Mihalik
>            Assignee: Andrew Smith
>
> MongoDB will reject statements they contain very long linestrings.  
> Basically, the mongodb index key is limited to 1024 chars, so the insert will 
> fail if the literal is longer.
> [Here is some example 
> code|https://github.com/amihalik/rya-mongo-debugging/blob/master/src/main/java/com/github/amihalik/rya/mongo/debugging/linestring/LoadLineString.java].
>   I think the inserts will work if you use 10 points, but fail if you use 
> linestrings with 100 points.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to