You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Torstein Krause Johansen (JIRA)" <ji...@apache.org> on 2016/05/24 12:30:13 UTC

[jira] [Updated] (LUCENE-7298) ./bin/solr start leaves a messy prompt

     [ https://issues.apache.org/jira/browse/LUCENE-7298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Torstein Krause Johansen updated LUCENE-7298:
---------------------------------------------
    Description: 
Because of the inner shell and the other spinner (line 1432 to 1451 in
bin/solr), the intended newline after the message "Happy searching!"
never comes into intended effect, leaving the command line in a messy
state:

{code}
escenic@solr:~$ /opt/solr/bin/solr start
Waiting up to 30 seconds to see Solr running on port 8983 [/]
Started Solr server on port 8983 (pid=16866). Happy searching!
                                                                          escenic@solr:~$ 
{code}

A prettier outcome would be:

{code}
escenic@solr:~$ /opt/solr/bin/solr start
Waiting up to 30 seconds to see Solr running on port 8983 [/]
Started Solr server on port 8983 (pid=6214). Happy searching!
escenic@solr:~$
{code}


  was:
Because of the inner shell and the other spinner (line 1432 to 1451 in
bin/solr), the intended newline after the message "Happy searching!"
never comes into intended effect, leaving the command line in a messy
state:

{code}
escenic@solr:/root$ /opt/solr/bin/solr start
Waiting up to 30 seconds to see Solr running on port 8983 [/]
Started Solr server on port 8983 (pid=16866). Happy searching!
                                                                          escenic@solr:/root$ 
{code}

A prettier outcome would be:

{code}
escenic@solr:~$ /opt/solr/bin/solr start
Waiting up to 30 seconds to see Solr running on port 8983 [/]
Started Solr server on port 8983 (pid=6214). Happy searching!
escenic@solr:~$
{code}



> ./bin/solr start leaves a messy prompt
> --------------------------------------
>
>                 Key: LUCENE-7298
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7298
>             Project: Lucene - Core
>          Issue Type: Bug
>          Components: general/build
>            Reporter: Torstein Krause Johansen
>
> Because of the inner shell and the other spinner (line 1432 to 1451 in
> bin/solr), the intended newline after the message "Happy searching!"
> never comes into intended effect, leaving the command line in a messy
> state:
> {code}
> escenic@solr:~$ /opt/solr/bin/solr start
> Waiting up to 30 seconds to see Solr running on port 8983 [/]
> Started Solr server on port 8983 (pid=16866). Happy searching!
>                                                                           escenic@solr:~$ 
> {code}
> A prettier outcome would be:
> {code}
> escenic@solr:~$ /opt/solr/bin/solr start
> Waiting up to 30 seconds to see Solr running on port 8983 [/]
> Started Solr server on port 8983 (pid=6214). Happy searching!
> escenic@solr:~$
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org