[jira] [Resolved] (JENA-1610) Clear up version recording and reporting

2018-10-09 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne resolved JENA-1610. - Resolution: Fixed Fix Version/s: Jena 3.10.0 > Clear up version recording and reporting >

[jira] [Commented] (JENA-1610) Clear up version recording and reporting

2018-10-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16643684#comment-16643684 ] ASF GitHub Bot commented on JENA-1610: -- Github user asfgit closed the pull request at:

[GitHub] jena pull request #477: JENA-1610: One "Metadata" class.

2018-10-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/jena/pull/477 ---

[GitHub] jena issue #478: JENA-1612: A lightly parallel loader plan.

2018-10-09 Thread afs
Github user afs commented on the issue: https://github.com/apache/jena/pull/478 Includes [JENA-1616](https://issues.apache.org/jira/browse/JENA-1616). Working on the JENA-1612 "light" loader, I noticed the logging output was not right for multiple file loads. ---

[jira] [Commented] (JENA-1612) TDB2 Loader Plan for large data/constrained RAM.

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

[jira] [Updated] (JENA-1616) TDB2 Loader: print progress of the overall load

2018-10-09 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne updated JENA-1616: Summary: TDB2 Loader: print progress of the overall load (was: TDB2 Loader: print pregress of the

[jira] [Created] (JENA-1616) TDB2 Loader: print pregress of the overall load

2018-10-09 Thread Andy Seaborne (JIRA)
Andy Seaborne created JENA-1616: --- Summary: TDB2 Loader: print pregress of the overall load Key: JENA-1616 URL: https://issues.apache.org/jira/browse/JENA-1616 Project: Apache Jena Issue Type:

[jira] [Commented] (JENA-1615) Compaction leaks file descriptors

2018-10-09 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16643660#comment-16643660 ] Andy Seaborne commented on JENA-1615: - Hi there - thanks for the clear analysis and for the fix.

Re: GeoSPARQL modules Was: Spatial distance in Fuseki

2018-10-09 Thread Andy Seaborne
Hi Greg, Excellent to see this! I'll have ago at a shaded jar [*] My first attempt shows an "interesting" issue : it only works with java8, not java 11 (well, this is Ubuntu, its actually Java 10.0.2 but it has modules): Caused by: java.lang.ClassNotFoundException:

[jira] [Commented] (JENA-1615) Compaction leaks file descriptors

2018-10-09 Thread Damien Obrist (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16643280#comment-16643280 ] Damien Obrist commented on JENA-1615: - h3. Investigation [^open_files_after_compaction_before_gc.png]

[jira] [Updated] (JENA-1615) Compaction leaks file descriptors

2018-10-09 Thread Damien Obrist (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damien Obrist updated JENA-1615: Attachment: open_files_after_compaction_after_gc_with_fix.png > Compaction leaks file descriptors >

[jira] [Commented] (JENA-1615) Compaction leaks file descriptors

2018-10-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16643243#comment-16643243 ] ASF GitHub Bot commented on JENA-1615: -- GitHub user dobrist opened a pull request:

[GitHub] jena pull request #481: JENA-1615 - Compaction leaks file descriptors

2018-10-09 Thread dobrist
GitHub user dobrist opened a pull request: https://github.com/apache/jena/pull/481 JENA-1615 - Compaction leaks file descriptors Close file channel when closing a block to release open file descriptors You can merge this pull request into a Git repository by running: $ git

[jira] [Updated] (JENA-1615) Compaction leaks file descriptors

2018-10-09 Thread Damien Obrist (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damien Obrist updated JENA-1615: Description: h3. Context I'm using a TDB2 dataset in a long-running Scala application, in which

[jira] [Created] (JENA-1615) Compaction leaks file descriptors

2018-10-09 Thread Damien Obrist (JIRA)
Damien Obrist created JENA-1615: --- Summary: Compaction leaks file descriptors Key: JENA-1615 URL: https://issues.apache.org/jira/browse/JENA-1615 Project: Apache Jena Issue Type: Bug