Galder Zamarreño created ISPN-1985:
--------------------------------------
Summary: Calling containsValue() in a storeAsBinary cache should result in value being unmarshalled
Key: ISPN-1985
URL: https://issues.jboss.org/browse/ISPN-1985
Project: Infinispan
Issue Type: Bug
Reporter: Galder Zamarreño
Assignee: Manik Surtani
Priority: Minor
Fix For: 6.0.0.FINAL
I'm not sure this is how it works, but just adding it just in case. It can always be closed if necessary.
This is related to https://hibernate.onjira.com/browse/HHH-7256.
Does calling containsKey() is a storeAsBinary=true cache result in unmarshalling the value?
Of course, it's gonna need to unmarshall the key to be compare it, but it should not try to unmarshall the value, since this operation is different to a get().
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
NotSerializableException seen on DIST deadlock detectioion
----------------------------------------------------------
Key: ISPN-633
URL: https://jira.jboss.org/browse/ISPN-633
Project: Infinispan
Issue Type: Bug
Affects Versions: 4.2.0.ALPHA1
Reporter: Erik Salter
Assignee: Manik Surtani
Attachments: infinispan-multiplethreads.tgz
As reported on the forums:
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Sanne Grinovero created ISPN-1973:
-------------------------------------
Summary: LegacyConfigurationAdaptor is not setting the indexing properties from the template
Key: ISPN-1973
URL: https://issues.jboss.org/browse/ISPN-1973
Project: Infinispan
Issue Type: Bug
Components: Configuration, Querying
Affects Versions: 5.1.3.FINAL
Reporter: Sanne Grinovero
Assignee: Sanne Grinovero
Fix For: 5.2.0.ALPHA1, 5.2.0.FINAL
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
Galder Zamarreño created ISPN-1963:
--------------------------------------
Summary: SampleConfigFilesCorrectnessTest does not work when run from IDE
Key: ISPN-1963
URL: https://issues.jboss.org/browse/ISPN-1963
Project: Infinispan
Issue Type: Bug
Affects Versions: 5.1.3.FINAL
Reporter: Galder Zamarreño
Assignee: Martin Gencur
Fix For: 5.1.4.FINAL
As a result of changes in ISPN-1911, the test does not work any more when run from IDE. This is because the new getRootFolder() impl does not accomodate when the test is run from IDE. Please find an implementation that works for all:
- running from cmd line, for UNIX env.
- running from cmd line for windows env
- running from IDE
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
Tristan Tarrant created ISPN-1970:
-------------------------------------
Summary: Remove deprecated elements from newer XSD schemas
Key: ISPN-1970
URL: https://issues.jboss.org/browse/ISPN-1970
Project: Infinispan
Issue Type: Bug
Components: Configuration
Affects Versions: 5.1.3.FINAL
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Priority: Minor
Fix For: 5.2.0.ALPHA1
Users are confused by Infinispan telling them that they are using deprecated configuration elements even when the are using the latest schema files. As XSD does not support a "deprecation" status, the best solution is to remove the deprecated elements/attributes from the latest schema.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
Dan Berindei created ISPN-1934:
----------------------------------
Summary: Joiners fail to start if the coordinator leaves before responding to the join request
Key: ISPN-1934
URL: https://issues.jboss.org/browse/ISPN-1934
Project: Infinispan
Issue Type: Bug
Components: State transfer
Affects Versions: 5.1.2.FINAL
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 5.2.0.FINAL
Joiners should ignore SuspectExceptions when sending their REQUEST_JOIN command, as the new coordinator will pick up all the cache members using the RECOVER_VIEW command.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
Martin Gencur created ISPN-1971:
-----------------------------------
Summary: Cannot pass specific log4j configuration file to testsuite from command line
Key: ISPN-1971
URL: https://issues.jboss.org/browse/ISPN-1971
Project: Infinispan
Issue Type: Bug
Components: Test Suite
Affects Versions: 5.1.3.FINAL
Reporter: Martin Gencur
Assignee: Martin Gencur
Fix For: 5.1.4.CR1
This will need a fix in https://github.com/infinispan/infinispan/blob/master/parent/pom.xml (in its surefire plugin definitions).
I'm not able to pass my own log4j configuration file via -Dlog4j.configuration=/my/file
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
Dan Berindei created ISPN-1972:
----------------------------------
Summary: L1ConfigurationBuilder is not reusable
Key: ISPN-1972
URL: https://issues.jboss.org/browse/ISPN-1972
Project: Infinispan
Issue Type: Bug
Components: Configuration
Affects Versions: 5.1.3.FINAL
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 5.1.4.CR1, 5.2.0.ALPHA1
When a user calls {{ConfigurationBuilder.build()}} with L1 enabled, L1ConfigurationBuilder.onRehash is automatically set to {{true}}.
So if the user disables L1 and tries to call {{ConfigurationBuilder.build()}} again, he will get an exception - as described in JBPAPP-8629.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
Mircea Markus created ISPN-1968:
-----------------------------------
Summary: Test suite hanging on the cluster cache store
Key: ISPN-1968
URL: https://issues.jboss.org/browse/ISPN-1968
Project: Infinispan
Issue Type: Bug
Components: Test Suite
Affects Versions: 5.1.3.FINAL, 5.2.0.ALPHA1
Reporter: Mircea Markus
Assignee: Mircea Markus
Priority: Blocker
Fix For: 5.1.4.CR1, 5.1.4.FINAL, 5.2.0.ALPHA1
The test suite is hanging on the cluster cache store. This makes it practically unusable.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira