[
https://issues.apache.org/jira/browse/SOLR-12874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16654221#comment-16654221
]
ASF subversion and git services commented on SOLR-12874:
--------------------------------------------------------
Commit afc9898ae246823109b5a952a6703056b143f468 in lucene-solr's branch
refs/heads/branch_7x from [~thetaphi]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=afc9898 ]
SOLR-12874: Java 9+ GC Logging filesize parameter should use a unit
(merge branch 'java9plus_gc_logging_filesize' of
https://github.com/tpunder/lucene-solr); this closes #470
> Java 9+ GC Log files are being rotated every 20KB instead of every 20MB
> -----------------------------------------------------------------------
>
> Key: SOLR-12874
> URL: https://issues.apache.org/jira/browse/SOLR-12874
> Project: Solr
> Issue Type: Bug
> Security Level: Public(Default Security Level. Issues are Public)
> Affects Versions: 7.5
> Reporter: Tim Underwood
> Assignee: Uwe Schindler
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The Java 9+ GC logging options in bin/solr and bin/solr.cmd specify a log
> rotation file size of 20000 which according to JEP 158
> ([https://openjdk.java.net/jeps/158]) should be the "file size in kb" however
> when running Solr on Java 11 I'm seeing GC logs rotated every 20KB.
> Changing "filesize=20000" to "filesize=20M" fixes the problem for me under
> Linux.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]