[JBoss JIRA] Created: (ISPN-960) Non serializable object errors not obvious when repl queue on
by Galder Zamarreño (JIRA)
Non serializable object errors not obvious when repl queue on
-------------------------------------------------------------
Key: ISPN-960
URL: https://issues.jboss.org/browse/ISPN-960
Project: Infinispan
Issue Type: Bug
Components: Marshalling, RPC
Affects Versions: 4.2.1.CR3, 4.2.0.Final
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Fix For: 4.2.1.FINAL
Hmmm, it appears that when a cache is configured with REPL_ASYNC and repl queue, a non-serializable object being replicated will fail silently. It would appear as nothing replicates but the error will only become apparent when TRACE is enabled.
This is not very nice and would have a direct impact in AS use case, cos web cache is configured this way and users often put stuff in the HTTP session that cannot be replicated.
This would cause issues amongst users. Verify what happens with std REPL_ASYNC (I think here the serialization still happens in same thread and so the users would see it). Async marshalling would also need to be checked.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] Created: (ISPN-978) The distribution archives contain a spurious "." directory
by Dan Berindei (JIRA)
The distribution archives contain a spurious "." directory
----------------------------------------------------------
Key: ISPN-978
URL: https://issues.jboss.org/browse/ISPN-978
Project: Infinispan
Issue Type: Bug
Affects Versions: 5.0.0.ALPHA3, 4.2.1.CR4
Reporter: Dan Berindei
Assignee: Manik Surtani
In the distribution archives infinispan-version-all.zip and infinispan-version-bin.zip, infinispan-core.jar should be in the directory "infinispan-version". Instead it's in "infinispan-version/.".
This causes a problem with some archivers, most notably Windows Explorer, which ignore the contents of the "." directory and only extract the rest of the archive.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months