[jira] [Commented] (SOLR-12192) Error when ulimit is unlimited

2018-05-08 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-12192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16467685#comment-16467685
 ] 

ASF subversion and git services commented on SOLR-12192:


Commit 4cab3eba9c751b6364bf89f6d4dcd604985edba2 in lucene-solr's branch 
refs/heads/branch_7x from Erick Erickson
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=4cab3eb ]

SOLR-12192: Error when ulimit is unlimited

(cherry picked from commit abb57c5)


> Error when ulimit is unlimited
> --
>
> Key: SOLR-12192
> URL: https://issues.apache.org/jira/browse/SOLR-12192
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: SolrCLI
>Affects Versions: 7.3
>Reporter: Martijn Koster
>Assignee: Erick Erickson
>Priority: Minor
> Fix For: 7.4, master (8.0)
>
>
> I noticed:
> {noformat}
> solr@fd8031538f4b:/opt/solr$  ulimit -u
> unlimited
> solr@fd8031538f4b:/opt/solr$  bin/solr
> /opt/solr/bin/solr: line 1452: [: unlimited: integer expression expected
> {noformat}
> The solr start script should check for "unlimited" and not print that error.
> Patch on https://github.com/apache/lucene-solr/pull/352



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (SOLR-12192) Error when ulimit is unlimited

2018-05-08 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-12192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16467681#comment-16467681
 ] 

ASF subversion and git services commented on SOLR-12192:


Commit abb57c5c8166b25e8e26e3bde714d80f00b5cf27 in lucene-solr's branch 
refs/heads/master from Erick Erickson
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=abb57c5 ]

SOLR-12192: Error when ulimit is unlimited


> Error when ulimit is unlimited
> --
>
> Key: SOLR-12192
> URL: https://issues.apache.org/jira/browse/SOLR-12192
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: SolrCLI
>Affects Versions: 7.3
>Reporter: Martijn Koster
>Assignee: Erick Erickson
>Priority: Minor
> Fix For: 7.4, master (8.0)
>
>
> I noticed:
> {noformat}
> solr@fd8031538f4b:/opt/solr$  ulimit -u
> unlimited
> solr@fd8031538f4b:/opt/solr$  bin/solr
> /opt/solr/bin/solr: line 1452: [: unlimited: integer expression expected
> {noformat}
> The solr start script should check for "unlimited" and not print that error.
> Patch on https://github.com/apache/lucene-solr/pull/352



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (SOLR-12192) Error when ulimit is unlimited

2018-04-06 Thread Martijn Koster (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-12192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16428241#comment-16428241
 ] 

Martijn Koster commented on SOLR-12192:
---

Done

> Error when ulimit is unlimited
> --
>
> Key: SOLR-12192
> URL: https://issues.apache.org/jira/browse/SOLR-12192
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: SolrCLI
>Affects Versions: 7.3
>Reporter: Martijn Koster
>Priority: Minor
> Fix For: 7.4, master (8.0)
>
>
> I noticed:
> {noformat}
> solr@fd8031538f4b:/opt/solr$  ulimit -u
> unlimited
> solr@fd8031538f4b:/opt/solr$  bin/solr
> /opt/solr/bin/solr: line 1452: [: unlimited: integer expression expected
> {noformat}
> The solr start script should check for "unlimited" and not print that error.
> Patch on https://github.com/apache/lucene-solr/pull/352



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (SOLR-12192) Error when ulimit is unlimited

2018-04-05 Thread JIRA

[ 
https://issues.apache.org/jira/browse/SOLR-12192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16427703#comment-16427703
 ] 

Jan Høydahl commented on SOLR-12192:


Thanks. If you mention SOLR-12192 in the title of your GitHub PR, then it will 
be properly linked with this JIRA. Can you please also put in a line in 
CHANGES.txt under "bug fixes" for 7.4?

> Error when ulimit is unlimited
> --
>
> Key: SOLR-12192
> URL: https://issues.apache.org/jira/browse/SOLR-12192
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: SolrCLI
>Affects Versions: 7.3
>Reporter: Martijn Koster
>Priority: Minor
> Fix For: 7.4, master (8.0)
>
>
> I noticed:
> {noformat}
> solr@fd8031538f4b:/opt/solr$  ulimit -u
> unlimited
> solr@fd8031538f4b:/opt/solr$  bin/solr
> /opt/solr/bin/solr: line 1452: [: unlimited: integer expression expected
> {noformat}
> The solr start script should check for "unlimited" and not print that error.
> Patch on https://github.com/apache/lucene-solr/pull/352



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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