Re: Pooling Http Client lockup

2017-12-09 Thread Andy Seaborne
In testing, connection cycling and running out of connections has been a recurring and non-deterministic issue. Under load, the kernel (linux at least) does not clear up connections and sockets fast enough. Its worse when the server is localhost and if servers are starting and stopping but it

Re: Build failed in Jenkins: Jena_Development_Deploy #1465

2017-12-09 Thread ajs6f
Looks like Elasticsearch startup went over a minute and that timed out the build. We set that to 60 seconds: https://github.com/apache/jena/blob/master/jena-text-es/pom.xml#L136 Is it worth bumping that up to 90? I don't want to let CI jobs sit in process too long on a shared server, but thirt

Re: Pooling Http Client lockup

2017-12-09 Thread Dave Reynolds
Thanks Andy. Yes, I remember mention of things like that on the list before but hadn't done a systematic search through. In this instance the server was localhost which won't have helped but at least part of it is/was a straight code defect on my part which allowed one class of connections to

[GitHub] jena pull request #325: fix JENA-1439 graph queries fail 'lang:xx'

2017-12-09 Thread xristy
GitHub user xristy opened a pull request: https://github.com/apache/jena/pull/325 fix JENA-1439 graph queries fail 'lang:xx' Fixes JENA-1439 graph queries fail to preserve text:query 'lang:xx' arg. TextQueryPF.extractArg(...) removed the arg unnecessarily from the input list, side

[jira] [Commented] (JENA-1439) graph queries fail to preserve text:query 'lang:xx' arg

2017-12-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16284851#comment-16284851 ] ASF GitHub Bot commented on JENA-1439: -- GitHub user xristy opened a pull request:

CMS diff: Jena Full Text Search

2017-12-09 Thread Chris Tomlinson
Clone URL (Committers only): https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://jena.apache.org/documentation%2Fquery%2Ftext-query.mdtext Chris Tomlinson Index: trunk/content/documentation/query/text-query.mdtext ==

Re: CMS diff: Jena Full Text Search

2017-12-09 Thread Chris Tomlinson
Hello, This commit, against the staging version of jena-text doc, corrects the documentation to reflect fix JENA-1439 graph queries fail 'lang:xx’ . Thank you, Chris > On Dec 9, 2017, at 5:45 PM, Chris Tomlinson wrote: > > Clone URL (Committers only)