[jira] [Resolved] (SOLR-6705) SOLR Start script generates warnings on java 8 due ot experimental options

2014-11-11 Thread Timothy Potter (JIRA)

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

Timothy Potter resolved SOLR-6705.
--
   Resolution: Fixed
Fix Version/s: 5.0
   4.10.3

 SOLR Start script generates warnings on java 8 due ot experimental options
 --

 Key: SOLR-6705
 URL: https://issues.apache.org/jira/browse/SOLR-6705
 Project: Solr
  Issue Type: Bug
  Components: scripts and tools
Affects Versions: 4.10.2
 Environment: Mac Yosemite 10.10
 java -version
 java version 1.8.0_25
 Java(TM) SE Runtime Environment (build 1.8.0_25-b17)
 Java HotSpot(TM) 64-Bit Server VM (build 25.25-b02, mixed mode)
Reporter: Carsten Grønbjerg Lützen
Assignee: Timothy Potter
Priority: Trivial
 Fix For: 4.10.3, 5.0


 When using the start script in bin: ./solr start in java 8...
 {noformat}
 Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; 
 support was removed in 8.0
 Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256m; 
 support was removed in 8.0
 Java HotSpot(TM) 64-Bit Server VM warning: ignoring option 
 CMSTriggerPermRatio=80; support was removed in 8.0
 Java HotSpot(TM) 64-Bit Server VM warning: CMSFullGCsBeforeCompaction is 
 deprecated and will likely be removed in a future release.
 {noformat}
 ...we should reconsider having these options hardcoded into the start script 
 -- either auto-detect if/when they make sense, or remove them



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

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



[jira] [Resolved] (SOLR-6705) SOLR Start script

2014-11-05 Thread Erick Erickson (JIRA)

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

Erick Erickson resolved SOLR-6705.
--
Resolution: Invalid

In the future, please raise issues like this on the user's list first so we can 
keep the JIRAs focused on code problems/improvements.

 SOLR Start script
 -

 Key: SOLR-6705
 URL: https://issues.apache.org/jira/browse/SOLR-6705
 Project: Solr
  Issue Type: Bug
  Components: scripts and tools
Affects Versions: 4.10.2
 Environment: Mac Yosemite 10.10
 java -version
 java version 1.8.0_25
 Java(TM) SE Runtime Environment (build 1.8.0_25-b17)
 Java HotSpot(TM) 64-Bit Server VM (build 25.25-b02, mixed mode)
Reporter: Carsten Grønbjerg Lützen
Priority: Trivial

 When using the start script in bin: ./solr start
 The following warnings occur from Java:
 Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; 
 support was removed in 8.0
 Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256m; 
 support was removed in 8.0
 Java HotSpot(TM) 64-Bit Server VM warning: ignoring option 
 CMSTriggerPermRatio=80; support was removed in 8.0
 Java HotSpot(TM) 64-Bit Server VM warning: CMSFullGCsBeforeCompaction is 
 deprecated and will likely be removed in a future release.



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

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