[JBoss JIRA] (ISPN-11313) Cluster Status page - UX improvment
by Katia Aresti (Jira)
[ https://issues.redhat.com/browse/ISPN-11313?page=com.atlassian.jira.plugi... ]
Katia Aresti resolved ISPN-11313.
---------------------------------
Fix Version/s: 10.1.3.Final
Resolution: Done
> Cluster Status page - UX improvment
> -----------------------------------
>
> Key: ISPN-11313
> URL: https://issues.redhat.com/browse/ISPN-11313
> Project: Infinispan
> Issue Type: Enhancement
> Components: Console
> Affects Versions: 10.1.1.Final
> Reporter: Katia Aresti
> Assignee: Katia Aresti
> Priority: Major
> Labels: console-ng, console-ui
> Fix For: 10.1.3.Final
>
>
> Based on above page hierarchy, I suggest to move [Cluster of xx] to the same level as [Cluster] due to:
> In [cluster of N] , we try to demonstrate information related to the cluster itself not the information belongs to cluster
> One cluster can have many members that are in use. In the future, if there are 100 members that are using this cluster, we need to think about the scalability of this page. We might need to add search or pagination feature.
> Suggestion:
> 1. Move the tab to the same level as Cluster
> 2. Text order
> It is better to keep the same text order as the other pages (For eg Caches)
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (ISPN-11232) Creating resources via REST should allow names with special chars
by Gustavo Fernandes (Jira)
[ https://issues.redhat.com/browse/ISPN-11232?page=com.atlassian.jira.plugi... ]
Gustavo Fernandes updated ISPN-11232:
-------------------------------------
Description: Currently it's not possible to create or access caches/counters/etc containing "/" in the name since it's interpreted as part of the path. Other character may have similar issues (was: Currently it's not possible to create caches/counters/etc containing "/" in the name since it's interpreted as part of the path. Other character may have similar issues)
> Creating resources via REST should allow names with special chars
> -----------------------------------------------------------------
>
> Key: ISPN-11232
> URL: https://issues.redhat.com/browse/ISPN-11232
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 10.1.2.Final, 11.0.0.Alpha1
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Major
>
> Currently it's not possible to create or access caches/counters/etc containing "/" in the name since it's interpreted as part of the path. Other character may have similar issues
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (ISPN-11316) Split XSiteStateTransferControlCommand into individual commands
by Ryan Emerson (Jira)
[ https://issues.redhat.com/browse/ISPN-11316?page=com.atlassian.jira.plugi... ]
Ryan Emerson updated ISPN-11316:
--------------------------------
Status: Open (was: New)
> Split XSiteStateTransferControlCommand into individual commands
> ---------------------------------------------------------------
>
> Key: ISPN-11316
> URL: https://issues.redhat.com/browse/ISPN-11316
> Project: Infinispan
> Issue Type: Enhancement
> Components: Core
> Affects Versions: 11.0.0.Alpha1
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
> Fix For: 11.0.0.Beta1
>
>
> Currently the XSiteControlCommand uses a Type field and a switch statement to differentiate between various actions. This worked well for the old Externalizer approach, however it does not fit well with protobuf messages. Instead, the command should be split into individual commands.
> This enables the logic of the command types to be separated, making it easier to maintain backwards compatibility in the long term. Each command will use a ProtoStream TypeId in the range of 1000 -> 3999, so the cost of two bytes is the same as the existing class ID plus enum Type.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (ISPN-11316) Split XSiteStateTransferControlCommand into individual commands
by Ryan Emerson (Jira)
[ https://issues.redhat.com/browse/ISPN-11316?page=com.atlassian.jira.plugi... ]
Ryan Emerson updated ISPN-11316:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/7878
> Split XSiteStateTransferControlCommand into individual commands
> ---------------------------------------------------------------
>
> Key: ISPN-11316
> URL: https://issues.redhat.com/browse/ISPN-11316
> Project: Infinispan
> Issue Type: Enhancement
> Components: Core
> Affects Versions: 11.0.0.Alpha1
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
> Fix For: 11.0.0.Beta1
>
>
> Currently the XSiteControlCommand uses a Type field and a switch statement to differentiate between various actions. This worked well for the old Externalizer approach, however it does not fit well with protobuf messages. Instead, the command should be split into individual commands.
> This enables the logic of the command types to be separated, making it easier to maintain backwards compatibility in the long term. Each command will use a ProtoStream TypeId in the range of 1000 -> 3999, so the cost of two bytes is the same as the existing class ID plus enum Type.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month