You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by osma <gi...@git.apache.org> on 2017/10/30 15:00:27 UTC

[GitHub] jena pull request #301: JENA-1413: increase Elasticsearch startup timeout to...

GitHub user osma opened a pull request:

    https://github.com/apache/jena/pull/301

    JENA-1413: increase Elasticsearch startup timeout to 60 seconds

    This attempts to fix intermittent build problems with jena-text-es by increasing the startup timeout.
    See https://issues.apache.org/jira/browse/JENA-1413

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/osma/jena jena-1413-es-it-timeout

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/jena/pull/301.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #301
    
----
commit 2171ffee6ed5337a0645c436d0f7d5cea5e3d17f
Author: Osma Suominen <os...@apache.org>
Date:   2017-10-30T14:58:53Z

    JENA-1413: increase Elasticsearch startup timeout to 60 seconds

----


---

[GitHub] jena pull request #301: JENA-1413: increase Elasticsearch startup timeout to...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/jena/pull/301


---

[GitHub] jena issue #301: JENA-1413: increase Elasticsearch startup timeout to 60 sec...

Posted by kinow <gi...@git.apache.org>.
Github user kinow commented on the issue:

    https://github.com/apache/jena/pull/301
  
    Sounds like a good idea. I got a build on Windows stuck, in one of the -text projects. After sending a CTRL+C, noticed a pending java process. Looking at the command line, I could see it had some elasticsearch mention in it. Killed manually, and executed the `-Pdev` and `-Pbootstrap` to build the project. Wonder if this would fix the issue I had?


---