[jira] [Commented] (JENA-1581) BufferOverflowException when

2018-08-01 Thread Scott Patterson (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565589#comment-16565589 ] Scott Patterson commented on JENA-1581: --- All accesses are inside transactions. I'm not seeing any

[jira] [Created] (JENA-1582) Model#write OutOfMemory GC limit exceeded

2018-08-01 Thread Arnaud Jardine (JIRA)
Arnaud Jardine created JENA-1582: Summary: Model#write OutOfMemory GC limit exceeded Key: JENA-1582 URL: https://issues.apache.org/jira/browse/JENA-1582 Project: Apache Jena Issue Type: Bug

[jira] [Commented] (JENA-1582) Model#write OutOfMemory GC limit exceeded

2018-08-01 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565385#comment-16565385 ] Andy Seaborne commented on JENA-1582: - The code is (in Jena 3) trying to write in "pretty RDF/XML"

[jira] [Commented] (JENA-1581) BufferOverflowException when

2018-08-01 Thread Scott Patterson (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565378#comment-16565378 ] Scott Patterson commented on JENA-1581: --- I will try to put together a small example to reproduce

[jira] [Updated] (JENA-1582) Model#write OutOfMemory GC limit exceeded

2018-08-01 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne updated JENA-1582: Issue Type: Question (was: Bug) > Model#write OutOfMemory GC limit exceeded >

[jira] [Updated] (JENA-1581) BufferOverflowException when

2018-08-01 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne updated JENA-1581: Priority: Critical (was: Major) > BufferOverflowException when > > >

[jira] [Assigned] (JENA-1581) BufferOverflowException when

2018-08-01 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne reassigned JENA-1581: --- Assignee: Andy Seaborne > BufferOverflowException when > > >

[jira] [Created] (JENA-1583) BigDecimal literal created but not handled by Utils

2018-08-01 Thread Andrew Crapo (JIRA)
Andrew Crapo created JENA-1583: -- Summary: BigDecimal literal created but not handled by Utils Key: JENA-1583 URL: https://issues.apache.org/jira/browse/JENA-1583 Project: Apache Jena Issue

[jira] [Commented] (JENA-1581) BufferOverflowException when

2018-08-01 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565833#comment-16565833 ] Andy Seaborne commented on JENA-1581: - Thanks for the details. Very helpful. Given it is more one

[jira] [Updated] (JENA-1581) BufferOverflowException when

2018-08-01 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne updated JENA-1581: Affects Version/s: Jena 3.8.0 > BufferOverflowException when > > >

[jira] [Commented] (JENA-1581) BufferOverflowException when

2018-08-01 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565429#comment-16565429 ] Andy Seaborne commented on JENA-1581: - If all accesses are inside transactions, then yes that's right.

[jira] [Updated] (JENA-1581) BufferOverflowException when

2018-08-01 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne updated JENA-1581: Environment: Jena 3.8.0 (was: Jena 3.8) > BufferOverflowException when >

[jira] [Commented] (JENA-1583) BigDecimal literal created but not handled by Utils

2018-08-01 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565961#comment-16565961 ] Andy Seaborne commented on JENA-1583: - [~crapo] - would it be possible for you to provide a Pull

[jira] [Updated] (JENA-1581) BufferOverflowException when

2018-08-01 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne updated JENA-1581: Affects Version/s: Jena 3.7.0 > BufferOverflowException when > > >

[GitHub] jena issue #449: JENA-1578

2018-08-01 Thread afs
Github user afs commented on the issue: https://github.com/apache/jena/pull/449 There is no need to use the un-parenthesed form - it is a syntactic short form and the full form can always be used. This may make the code generation easier and have less at risk of misalignment. ```

[GitHub] jena pull request #453: JENA-1581: TDB1 Node Buffer Mgt.

2018-08-01 Thread afs
GitHub user afs opened a pull request: https://github.com/apache/jena/pull/453 JENA-1581: TDB1 Node Buffer Mgt. You can merge this pull request into a Git repository by running: $ git pull https://github.com/afs/jena tdb-buffer Alternatively you can review and apply these

[jira] [Commented] (JENA-1581) BufferOverflowException when

2018-08-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565922#comment-16565922 ] ASF GitHub Bot commented on JENA-1581: -- GitHub user afs opened a pull request:

[jira] [Commented] (JENA-1578) SPARQL VALUES for ParameterizedSparqlString

2018-08-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16566043#comment-16566043 ] ASF GitHub Bot commented on JENA-1578: -- Github user afs commented on the issue:

[jira] [Commented] (JENA-1582) Model#write OutOfMemory GC limit exceeded

2018-08-01 Thread Arnaud Jardine (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16566366#comment-16566366 ] Arnaud Jardine commented on JENA-1582: -- Thanks Andy, the execution is much faster now with