Infinispan CLI
--------------
Key: ISPN-1453
URL: https://issues.jboss.org/browse/ISPN-1453
Project: Infinispan
Issue Type: Feature Request
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Priority: Minor
Infinispan needs an official CLI tool with the following features:
- simple CRUD operations (get, put, delete)
- queries (if the cache is indexed)
- administrative tasks (eg. invoking JMX …
[View More]commands)
Optional cool things:
- run map/reduce scripts ???
- import/export to/from XML/CSV ???
--
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
[View Less]
Thomas Fromm created ISPN-2030:
----------------------------------
Summary: ViewChangedEvent.getOldMembers() and getNewMembers() should never be null
Key: ISPN-2030
URL: https://issues.jboss.org/browse/ISPN-2030
Project: Infinispan
Issue Type: Enhancement
Components: Core API
Affects Versions: 5.1.4.FINAL
Reporter: Thomas Fromm
Assignee: Manik Surtani
Priority: Minor
Simply …
[View More]for more comfort at usage I'd like to have ViewChangedEvent changed, that the list-getter never return null.
--
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
[View Less]
Galder Zamarreño created ISPN-2108:
--------------------------------------
Summary: HeavyLoadConnectionPoolingTest.testHeavyLoad fails randomly
Key: ISPN-2108
URL: https://issues.jboss.org/browse/ISPN-2108
Project: Infinispan
Issue Type: Bug
Components: Cache Server, Test Suite
Reporter: Galder Zamarreño
Assignee: Mircea Markus
Fix For: 5.2.0.ALPHA1
…
[View More]HeavyLoadConnectionPoolingTest.testHeavyLoad has been disabled cos it was unstable.
It needs to be reenabled once it's been looked into.
--
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
[View Less]
Galder Zamarreño created ISPN-2079:
--------------------------------------
Summary: ClientConnectionPoolingTest.testMaxActiveReached randomly failing
Key: ISPN-2079
URL: https://issues.jboss.org/browse/ISPN-2079
Project: Infinispan
Issue Type: Bug
Components: Cache Server, Test Suite
Reporter: Galder Zamarreño
Assignee: Mircea Markus
Fix For: 5.2.0.ALPHA1
Attachments: …
[View More]testMaxActiveReached-0.log
Not much on TRACE logs, but something's wrong with it.
--
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
[View Less]
Galder Zamarreño created ISPN-1818:
--------------------------------------
Summary: Get rid of commons-pool for Hot Rod client
Key: ISPN-1818
URL: https://issues.jboss.org/browse/ISPN-1818
Project: Infinispan
Issue Type: Enhancement
Components: Cache Server
Affects Versions: 5.2.0.ALPHA1, 5.2.0.FINAL
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Get rid of commons-pool in Hot …
[View More]Rod client. We can implement connection pooling with thread locals and a ringed array if re-entrant connection request are needed. This has the benefit of getting rid an unnecessary dependency, and thread locals have been proved previously (i.e. with marshallers) to provide very good solutions for reusing expensive resources.
--
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
[View Less]