[JBoss JIRA] (ISPN-2822) Profile Infinispan when eviction enabled
by Anna Manukyan (JIRA)
[ https://issues.jboss.org/browse/ISPN-2822?page=com.atlassian.jira.plugin.... ]
Anna Manukyan updated ISPN-2822:
--------------------------------
Attachment: config.xml
JProfiler configuration file.
> Profile Infinispan when eviction enabled
> ----------------------------------------
>
> Key: ISPN-2822
> URL: https://issues.jboss.org/browse/ISPN-2822
> Project: Infinispan
> Issue Type: Task
> Reporter: Martin Gencur
> Assignee: Anna Manukyan
> Fix For: 5.3.0.Final
>
> Attachments: config.xml, Eviction Profiling Results.pdf, File Store.zip, JDBC.zip, NO STORE.zip
>
>
> Profile Infinispan for different eviction strategies (LRU, LIRS) and search for hot spots in the code (places where Infinispan spends most time when executing).
> Do this for two scenarios:
> 1) eviction enabled but no entries evicted (when the capacity is high)
> 2) eviction enabled and entries being evicted
--
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
11 years, 9 months
[JBoss JIRA] (ISPN-2920) ClassFinder.infinispanClasses does not work corrctly
by Mircea Markus (JIRA)
[ https://issues.jboss.org/browse/ISPN-2920?page=com.atlassian.jira.plugin.... ]
Mircea Markus updated ISPN-2920:
--------------------------------
Issue Type: Bug (was: Feature Request)
> ClassFinder.infinispanClasses does not work corrctly
> ----------------------------------------------------
>
> Key: ISPN-2920
> URL: https://issues.jboss.org/browse/ISPN-2920
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 5.2.5.Final
> Reporter: Mircea Markus
> Assignee: Mircea Markus
> Fix For: 5.3.0.Alpha1, 5.3.0.Final
>
>
> In order to filter out the classes that pertain to infinispan, the following condition is used:
> {code:java}
> for (String path : javaClassPath.split(File.pathSeparator)) {
> if (path.contains("infinispan")) {
> files.add(new File(path));
> }
> }
> {code}
> The path.contains("infinispan") logic is broken: we should instead look into the path and all the children dirs for the string "infinispan". This logic only works if you run the suite in a directory named "infinispan".
--
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
11 years, 9 months