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

Robert Muir commented on SOLR-5022:
-----------------------------------

{quote}
We are adding a lot of classes and what not by running hdfs to test against - 
which we don't do in production - hdfs runs separately.
{quote}

Here is a breakdown of the number of classes in all the .jars of the current 
war. So I'm confused if it isn't needed in production, can we remove from the 
war?

{noformat}
rmuir@beast:~/workspace/lucene-trunk/solr/dist/WEB-INF/lib$ (for file in *.jar; 
do printf "$file\t" && (unzip -l $file | grep class | wc -l); done) | sort -nrk 
2 -
hadoop-hdfs-2.0.5-alpha.jar     1731
guava-14.0.1.jar        1594
hadoop-common-2.0.5-alpha.jar   1392
lucene-core-5.0-SNAPSHOT.jar    1336
solr-core-5.0-SNAPSHOT.jar      1252
lucene-analyzers-common-5.0-SNAPSHOT.jar        450
zookeeper-3.4.5.jar     437
org.restlet-2.1.1.jar   398
httpclient-4.2.3.jar    323
wstx-asl-3.2.7.jar      251
lucene-queryparser-5.0-SNAPSHOT.jar     247
solr-solrj-5.0-SNAPSHOT.jar     235
joda-time-2.2.jar       229
protobuf-java-2.4.0a.jar        204
httpcore-4.2.2.jar      190
lucene-codecs-5.0-SNAPSHOT.jar  169
commons-configuration-1.6.jar   165
lucene-queries-5.0-SNAPSHOT.jar 150
commons-lang-2.6.jar    133
commons-io-2.1.jar      104
commons-codec-1.7.jar   85
lucene-suggest-5.0-SNAPSHOT.jar 77
lucene-highlighter-5.0-SNAPSHOT.jar     75
lucene-grouping-5.0-SNAPSHOT.jar        62
lucene-spatial-5.0-SNAPSHOT.jar 59
lucene-misc-5.0-SNAPSHOT.jar    55
lucene-analyzers-kuromoji-5.0-SNAPSHOT.jar      49
concurrentlinkedhashmap-lru-1.2.jar     44
commons-fileupload-1.2.1.jar    43
spatial4j-0.3.jar       41
hadoop-auth-2.0.5-alpha.jar     26
commons-cli-1.2.jar     22
hadoop-annotations-2.0.5-alpha.jar      17
httpmime-4.2.3.jar      15
lucene-memory-5.0-SNAPSHOT.jar  14
noggit-0.5.jar  11
org.restlet.ext.servlet-2.1.1.jar       8
lucene-analyzers-phonetic-5.0-SNAPSHOT.jar      6
{noformat}
                
> PermGen exhausted test failures on Jenkins.
> -------------------------------------------
>
>                 Key: SOLR-5022
>                 URL: https://issues.apache.org/jira/browse/SOLR-5022
>             Project: Solr
>          Issue Type: Test
>          Components: Tests
>            Reporter: Mark Miller
>             Fix For: 5.0, 4.4
>
>         Attachments: intern-count-win.txt, SOLR-5022.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to