[JBoss JIRA] (ISPN-6711) Shared stores should only be purged from coordinator
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-6711?page=com.atlassian.jira.plugin.... ]
Ryan Emerson updated ISPN-6711:
-------------------------------
Component/s: Loaders and Stores
> Shared stores should only be purged from coordinator
> ----------------------------------------------------
>
> Key: ISPN-6711
> URL: https://issues.jboss.org/browse/ISPN-6711
> Project: Infinispan
> Issue Type: Enhancement
> Components: Loaders and Stores
> Reporter: William Burns
> Assignee: Ryan Emerson
> Fix For: 9.0.0.Alpha4
>
>
> A shared store's data is accessible from all nodes. Therefore we should only have to purge from 1 node instead of all. Thus we should only purge shared stores if the node is the coordinator. This will reduce possible load on the stores by an amount equal to the number of nodes in worst case, which could be huge.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (ISPN-6918) Monitoring support for server running in Standalone mode
by Pedro Zapata (JIRA)
Pedro Zapata created ISPN-6918:
----------------------------------
Summary: Monitoring support for server running in Standalone mode
Key: ISPN-6918
URL: https://issues.jboss.org/browse/ISPN-6918
Project: Infinispan
Issue Type: Feature Request
Components: Console
Reporter: Pedro Zapata
Assignee: Vladimir Blagojevic
Implement monitoring of Infinispan servers running in standalone mode. No cluster management.
- Detect standalone mode
- Disable UI bits that don't make sense in standalone mode - i.e. change configuration
- Query the appropiate server's DMR, instead of the coordinator
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (ISPN-4052) Quickstart distribution example does not work with xml configuration
by Sebastian Łaskawiec (JIRA)
[ https://issues.jboss.org/browse/ISPN-4052?page=com.atlassian.jira.plugin.... ]
Sebastian Łaskawiec reassigned ISPN-4052:
-----------------------------------------
Assignee: Sebastian Łaskawiec
> Quickstart distribution example does not work with xml configuration
> --------------------------------------------------------------------
>
> Key: ISPN-4052
> URL: https://issues.jboss.org/browse/ISPN-4052
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 6.0.0.Final
> Reporter: Anton Lisovenko
> Assignee: Sebastian Łaskawiec
>
> org.infinispan.quickstart.clusteredcache.distribution.AbstractNode has the block
> this.cacheManager = createCacheManagerProgramatically();
> // Uncomment to create cache from XML
> /*try {
> this.cacheManager = createCacheManagerFromXml();
> } catch (IOException e) {
> throw new RuntimeException(e);
> }*/
> When I uncomment the xml configuration and run Node0, I recieve the error:
> {quote}
> Exception in thread "main" org.infinispan.commons.CacheConfigurationException: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[29,4]
> Message: found: CHARACTERS, expected START_ELEMENT or END_ELEMENT
> at org.infinispan.configuration.parsing.ParserRegistry.parse(ParserRegistry.java:102)
> at org.infinispan.manager.DefaultCacheManager.<init>(DefaultCacheManager.java:251)
> at org.infinispan.manager.DefaultCacheManager.<init>(DefaultCacheManager.java:224)
> at org.infinispan.manager.DefaultCacheManager.<init>(DefaultCacheManager.java:211)
> at org.infinispan.quickstart.clusteredcache.distribution.AbstractNode.createCacheManagerFromXml(AbstractNode.java:51)
> at org.infinispan.quickstart.clusteredcache.distribution.AbstractNode.<init>(AbstractNode.java:62)
> at org.infinispan.quickstart.clusteredcache.distribution.Node0.<init>(Node0.java:28)
> at org.infinispan.quickstart.clusteredcache.distribution.Node0.main(Node0.java:31)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
> at com.intellij.rt.execution.application.AppMain.main(AppMain.java:120)
> Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[29,4]
> Message: found: CHARACTERS, expected START_ELEMENT or END_ELEMENT
> at com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.nextTag(XMLStreamReaderImpl.java:1250)
> at org.infinispan.configuration.parsing.XMLExtendedStreamReaderImpl.nextTag(XMLExtendedStreamReaderImpl.java:88)
> at org.infinispan.configuration.parsing.Parser60.readElement(Parser60.java:64)
> at org.infinispan.configuration.parsing.ParserRegistry.parseElement(ParserRegistry.java:141)
> at org.infinispan.configuration.parsing.ParserRegistry.parse(ParserRegistry.java:123)
> at org.infinispan.configuration.parsing.ParserRegistry.parse(ParserRegistry.java:110)
> at org.infinispan.configuration.parsing.ParserRegistry.parse(ParserRegistry.java:97)
> ... 12 more
> {quote}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (ISPN-6905) Quick win marshalling improvements
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/ISPN-6905?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño updated ISPN-6905:
-----------------------------------
Description:
Originally spelled out in ISPN-6498, these JIRA focuses on those minor marshalling improvements that can be quickly integrated, allowing bigger pieces of work to more easily be applied:
* Remove CacheMarshaller/GlobalMarshaller differentiation.
* Get rid of VersionAwareMarshaller.
* Remove AdvancedCache.with(Classloader) method (see http://lists.jboss.org/pipermail/infinispan-dev/2016-July/016738.html)
was:
Originally spelled out in ISPN-6498, these JIRA focuses on those minor marshalling improvements that can be quickly integrated, allowing bigger pieces of work to more easily be applied:
* Remove CacheMarshaller/GlobalMarshaller differentiation.
* -Get rid of VersionAwareMarshaller.- (Getting rid of VAM only makes if there's something to replace it, which would come with changes in ISPN-6906)
* Remove AdvancedCache.with(Classloader) method (see http://lists.jboss.org/pipermail/infinispan-dev/2016-July/016738.html)
> Quick win marshalling improvements
> ----------------------------------
>
> Key: ISPN-6905
> URL: https://issues.jboss.org/browse/ISPN-6905
> Project: Infinispan
> Issue Type: Sub-task
> Components: Marshalling
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Fix For: 9.0.0.Alpha4, 9.0.0.Final
>
>
> Originally spelled out in ISPN-6498, these JIRA focuses on those minor marshalling improvements that can be quickly integrated, allowing bigger pieces of work to more easily be applied:
> * Remove CacheMarshaller/GlobalMarshaller differentiation.
> * Get rid of VersionAwareMarshaller.
> * Remove AdvancedCache.with(Classloader) method (see http://lists.jboss.org/pipermail/infinispan-dev/2016-July/016738.html)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (ISPN-6917) Keystore should be optional for Hot Rod client SSLConfiguration
by Sebastian Łaskawiec (JIRA)
Sebastian Łaskawiec created ISPN-6917:
-----------------------------------------
Summary: Keystore should be optional for Hot Rod client SSLConfiguration
Key: ISPN-6917
URL: https://issues.jboss.org/browse/ISPN-6917
Project: Infinispan
Issue Type: Bug
Components: Configuration, Integration , Security
Affects Versions: 8.2.3.Final, 9.0.0.Alpha3
Reporter: Sebastian Łaskawiec
Assignee: Sebastian Łaskawiec
Priority: Trivial
Currently keystore is required for {{SslConfiguration}} in Hot Rod. It should be possible to supply only truststore.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (ISPN-6905) Quick win marshalling improvements
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/ISPN-6905?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño updated ISPN-6905:
-----------------------------------
Description:
Originally spelled out in ISPN-6498, these JIRA focuses on those minor marshalling improvements that can be quickly integrated, allowing bigger pieces of work to more easily be applied:
* Remove CacheMarshaller/GlobalMarshaller differentiation.
* ~Get rid of VersionAwareMarshaller.~ (Getting rid of VAM only makes if there's something to replace it, which would come with changes in ISPN-6906)
* Remove AdvancedCache.with(Classloader) method (see http://lists.jboss.org/pipermail/infinispan-dev/2016-July/016738.html)
was:
Originally spelled out in ISPN-6498, these JIRA focuses on those minor marshalling improvements that can be quickly integrated, allowing bigger pieces of work to more easily be applied:
* Remove CacheMarshaller/GlobalMarshaller differentiation.
* Get rid of VersionAwareMarshaller.
* Remove AdvancedCache.with(Classloader) method (see http://lists.jboss.org/pipermail/infinispan-dev/2016-July/016738.html)
> Quick win marshalling improvements
> ----------------------------------
>
> Key: ISPN-6905
> URL: https://issues.jboss.org/browse/ISPN-6905
> Project: Infinispan
> Issue Type: Sub-task
> Components: Marshalling
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Fix For: 9.0.0.Alpha4, 9.0.0.Final
>
>
> Originally spelled out in ISPN-6498, these JIRA focuses on those minor marshalling improvements that can be quickly integrated, allowing bigger pieces of work to more easily be applied:
> * Remove CacheMarshaller/GlobalMarshaller differentiation.
> * ~Get rid of VersionAwareMarshaller.~ (Getting rid of VAM only makes if there's something to replace it, which would come with changes in ISPN-6906)
> * Remove AdvancedCache.with(Classloader) method (see http://lists.jboss.org/pipermail/infinispan-dev/2016-July/016738.html)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months