[JBoss JIRA] (ISPN-8674) Template configuration should be replicated across the cluster in standalone mode
by Diego Lovison (JIRA)
[ https://issues.jboss.org/browse/ISPN-8674?page=com.atlassian.jira.plugin.... ]
Diego Lovison closed ISPN-8674.
-------------------------------
Resolution: Duplicate Issue
> Template configuration should be replicated across the cluster in standalone mode
> ---------------------------------------------------------------------------------
>
> Key: ISPN-8674
> URL: https://issues.jboss.org/browse/ISPN-8674
> Project: Infinispan
> Issue Type: Feature Request
> Reporter: Diego Lovison
> Priority: Minor
>
> Create a cluster with 3 servers in standalone mode.
> You can create a cluster executing the following command:
> ./standalone.sh -Djboss.socket.binding.port-offset=100 -Djboss.node.name=nodeA -c clustered.xml
> ./standalone.sh -Djboss.socket.binding.port-offset=200 -Djboss.node.name=nodeB -c clustered.xml
> ./standalone.sh -Djboss.socket.binding.port-offset=300 -Djboss.node.name=nodeC -c clustered.xml
> Open the Web Console on the nodeA and create a template configuration.
> The template configuration will not be replicated to nodeB and nodeC.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (ISPN-8674) Template configuration should be replicated across the cluster in standalone mode
by Diego Lovison (JIRA)
[ https://issues.jboss.org/browse/ISPN-8674?page=com.atlassian.jira.plugin.... ]
Diego Lovison reopened ISPN-8674:
---------------------------------
> Template configuration should be replicated across the cluster in standalone mode
> ---------------------------------------------------------------------------------
>
> Key: ISPN-8674
> URL: https://issues.jboss.org/browse/ISPN-8674
> Project: Infinispan
> Issue Type: Feature Request
> Reporter: Diego Lovison
> Priority: Minor
>
> Create a cluster with 3 servers in standalone mode.
> You can create a cluster executing the following command:
> ./standalone.sh -Djboss.socket.binding.port-offset=100 -Djboss.node.name=nodeA -c clustered.xml
> ./standalone.sh -Djboss.socket.binding.port-offset=200 -Djboss.node.name=nodeB -c clustered.xml
> ./standalone.sh -Djboss.socket.binding.port-offset=300 -Djboss.node.name=nodeC -c clustered.xml
> Open the Web Console on the nodeA and create a template configuration.
> The template configuration will not be replicated to nodeB and nodeC.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (ISPN-8673) UX improvements in Template Configuration
by Diego Lovison (JIRA)
Diego Lovison created ISPN-8673:
-----------------------------------
Summary: UX improvements in Template Configuration
Key: ISPN-8673
URL: https://issues.jboss.org/browse/ISPN-8673
Project: Infinispan
Issue Type: Feature Request
Components: Console
Affects Versions: 9.2.0.Beta2
Reporter: Diego Lovison
Priority: Trivial
1. Start the Infinispan server in the standalone mode using the clustered option. Command to be executed: ./standalone.sh -Djboss.socket.binding.port-offset=100 -Djboss.node.name=nodeA -c clustered.xml
2. Open http://127.0.0.1:10090/console/index.html#/containers/standalone/clustere... and hit the button “Create new template”. Fill the information and hit the “Next” button.
3. In the "Clustering" panel you will see that there are values in the fields: Owners, Segments, L1 Lifespan, etc.
4. Hit the “Create” button. The new template will appears in the list.
5. In the list, hit the “Edit” button
6. You will see that the values are empty. I am expecting the same values when I was creating the Template Configuration.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (ISPN-8674) Template configuration should be replicated across the cluster in standalone mode
by Diego Lovison (JIRA)
Diego Lovison created ISPN-8674:
-----------------------------------
Summary: Template configuration should be replicated across the cluster in standalone mode
Key: ISPN-8674
URL: https://issues.jboss.org/browse/ISPN-8674
Project: Infinispan
Issue Type: Feature Request
Reporter: Diego Lovison
Priority: Minor
Create a cluster with 3 servers in standalone mode.
You can create a cluster executing the following command:
./standalone.sh -Djboss.socket.binding.port-offset=100 -Djboss.node.name=nodeA -c clustered.xml
./standalone.sh -Djboss.socket.binding.port-offset=200 -Djboss.node.name=nodeB -c clustered.xml
./standalone.sh -Djboss.socket.binding.port-offset=300 -Djboss.node.name=nodeC -c clustered.xml
Open the Web Console on the nodeA and create a template configuration.
The template configuration will not be replicated to nodeB and nodeC.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (ISPN-8675) Cache created from RemoteCacheManagerAdmin is not appearing in Administration Console
by Diego Lovison (JIRA)
Diego Lovison created ISPN-8675:
-----------------------------------
Summary: Cache created from RemoteCacheManagerAdmin is not appearing in Administration Console
Key: ISPN-8675
URL: https://issues.jboss.org/browse/ISPN-8675
Project: Infinispan
Issue Type: Bug
Components: Console
Reporter: Diego Lovison
Priority: Minor
Create a Hot Rod client and call the method *createCache* using the following example.
{code:java}
Cache<String, String> myCache = manager.administration().createCache("myCache", "myTemplate");
{code}
Open the Administration Console, it is not possible see the cache "myCache".
Additional Info:
The issue is occurring in standalone and domain mode.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (ISPN-8672) The log is swapping the name and template
by Diego Lovison (JIRA)
Diego Lovison created ISPN-8672:
-----------------------------------
Summary: The log is swapping the name and template
Key: ISPN-8672
URL: https://issues.jboss.org/browse/ISPN-8672
Project: Infinispan
Issue Type: Enhancement
Components: Core
Affects Versions: 9.2.0.Beta2
Reporter: Diego Lovison
Priority: Minor
Create a Java Class that access the cluster configuration using the Hot Rod protocol and execute the following code:
RemoteCache<Object, Object> cache = rmc.administration().getOrCreateCache("my-cache", "template-example");
It will return: “ISPN000374: No such template ‘my-cache’ when declaring 'template-example'
To reproduce this issue the "template-example" must not exists.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (ISPN-8671) InternalCacheRegistryImpl doesn't need to use bounded cache
by William Burns (JIRA)
William Burns created ISPN-8671:
-----------------------------------
Summary: InternalCacheRegistryImpl doesn't need to use bounded cache
Key: ISPN-8671
URL: https://issues.jboss.org/browse/ISPN-8671
Project: Infinispan
Issue Type: Bug
Affects Versions: 9.2.0.Beta2
Reporter: William Burns
Assignee: William Burns
The InternalCacheRegistry is using a bounded cache to store its internal caches. There is no reason for this to be bounded, and actually could cause confusion if an internal cache was removed and no one was aware of that.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months