[JBoss JIRA] (ISPN-4498) OutOfMemoryError when CI is ran with tracing
by Dan Berindei (JIRA)
[ https://issues.jboss.org/browse/ISPN-4498?page=com.atlassian.jira.plugin.... ]
Dan Berindei updated ISPN-4498:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 7.0.0.Alpha5
Resolution: Done
> OutOfMemoryError when CI is ran with tracing
> --------------------------------------------
>
> Key: ISPN-4498
> URL: https://issues.jboss.org/browse/ISPN-4498
> Project: Infinispan
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Test Suite - Server
> Affects Versions: 7.0.0.Alpha4
> Reporter: William Burns
> Assignee: William Burns
> Fix For: 7.0.0.Alpha5
>
>
> The CI will fail very often when tracing is enabled with some sort of OOM error.
> http://ci.infinispan.org/viewType.html?buildTypeId=Infinispan_MasterHotsp...
> Looking closer this appears to be an issue with an accumulation of Threads. These threads aren't running either but rather are held in memory unneedingly. It appears that they are being retained in the log4j1.2 NDC class in it's hashtable. Upon further investigation we never call to NDC.remove which would clear up the current any dead threads.
> I have crated JBLOGGING-106 to fix this as well. In the mean time we shouldn't use NDC.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (ISPN-57) Support Google App Engine
by Sanne Grinovero (JIRA)
[ https://issues.jboss.org/browse/ISPN-57?page=com.atlassian.jira.plugin.sy... ]
Sanne Grinovero updated ISPN-57:
--------------------------------
Assignee: Mircea Markus (was: Manik Surtani)
> Support Google App Engine
> -------------------------
>
> Key: ISPN-57
> URL: https://issues.jboss.org/browse/ISPN-57
> Project: Infinispan
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Core
> Reporter: Adrian Cole
> Assignee: Mircea Markus
>
> Google App Engine for Java is a restricted JVM. It prevents such things as file access and thread creation. Currently, Infinispan requires at least thread creation and depending on the cachestore mechanism, potentially file as well.
> This is a container to investigate other related issues that may prevent Infinispan from running on GAE.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (ISPN-2133) Provide a context for object de-serialization
by Dan Berindei (JIRA)
[ https://issues.jboss.org/browse/ISPN-2133?page=com.atlassian.jira.plugin.... ]
Dan Berindei edited comment on ISPN-2133 at 7/11/14 11:55 AM:
--------------------------------------------------------------
We don't currently allow SPIs to use our injection mechanism, so we'd need to start a discussion about that before we can think about the injection option.
Modifying the marshalling API to give the externalizer a reference to the cache manager would be possible, but I don't think doing a component lookup on every deserialization is a good idea.
As a workaround, you can construct your externalizer with a reference to your service, and register it with
{code}
globalConfigBuilder.serialization().addAdvancedExternalizer(new CustomExternalizer(service))
{code}
was (Author: dan.berindei):
We don't currently allow SPIs to use our injection mechanism, so we'd need to start a discussion about that before we can think about the injection option.
Modifying the marshalling API to give the externalizer a reference to the cache manager would be possible, but I don't think doing a component lookup on every deserialization is a good idea.
As a workaround, you can construct your externalizer with a reference to your service, and register it with {{globalConfigBuilder.serialization().addAdvancedExternalizer(new CustomExternalizer(service))}}.
> Provide a context for object de-serialization
> ---------------------------------------------
>
> Key: ISPN-2133
> URL: https://issues.jboss.org/browse/ISPN-2133
> Project: Infinispan
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Core
> Reporter: Sanne Grinovero
> Assignee: Manik Surtani
>
> See proposal description at
> http://lists.jboss.org/pipermail/infinispan-dev/2012-June/010925.html
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (ISPN-2133) Provide a context for object de-serialization
by Dan Berindei (JIRA)
[ https://issues.jboss.org/browse/ISPN-2133?page=com.atlassian.jira.plugin.... ]
Dan Berindei commented on ISPN-2133:
------------------------------------
We don't currently allow SPIs to use our injection mechanism, so we'd need to start a discussion about that before we can think about the injection option.
Modifying the marshalling API to give the externalizer a reference to the cache manager would be possible, but I don't think doing a component lookup on every deserialization is a good idea.
As a workaround, you can construct your externalizer with a reference to your service, and register it with {{globalConfigBuilder.serialization().addAdvancedExternalizer(new CustomExternalizer(service))}}.
> Provide a context for object de-serialization
> ---------------------------------------------
>
> Key: ISPN-2133
> URL: https://issues.jboss.org/browse/ISPN-2133
> Project: Infinispan
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Core
> Reporter: Sanne Grinovero
> Assignee: Manik Surtani
>
> See proposal description at
> http://lists.jboss.org/pipermail/infinispan-dev/2012-June/010925.html
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (ISPN-1790) Release script should not rip off comments from POM.XML files
by Sanne Grinovero (JIRA)
[ https://issues.jboss.org/browse/ISPN-1790?page=com.atlassian.jira.plugin.... ]
Sanne Grinovero updated ISPN-1790:
----------------------------------
Assignee: Dan Berindei (was: Manik Surtani)
> Release script should not rip off comments from POM.XML files
> -------------------------------------------------------------
>
> Key: ISPN-1790
> URL: https://issues.jboss.org/browse/ISPN-1790
> Project: Infinispan
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: Build process
> Affects Versions: 5.1.0.FINAL
> Reporter: Sanne Grinovero
> Assignee: Dan Berindei
> Priority: Minor
> Labels: release.py
>
> Comparing the git commit which was used to release 5.1.0.Final to the final tag of the released version, reveals some changes which are likely unintended:
> * All Copyright statements removed
> * All comments removed (useful and unuseful)
> * In some way changed the inlined scripts for Google analytics - not sure if it's still working
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months