[JBoss JIRA] (ISPN-6502) can't edit cache type in console
by Martin Vrabel (JIRA)
Martin Vrabel created ISPN-6502:
-----------------------------------
Summary: can't edit cache type in console
Key: ISPN-6502
URL: https://issues.jboss.org/browse/ISPN-6502
Project: Infinispan
Issue Type: Bug
Components: Console
Reporter: Martin Vrabel
Assignee: Vladimir Blagojevic
Priority: Minor
cache configuration -> general -> type
after change the cache type an alert window with error message is shown
domain-failure-description
WFLYCTL0216: Management resource '[ ("profile" => "clustered"), ("subsystem" => "datagrid-infinispan"), ("cache-container" => "clustered"), ("configurations" => "CONFIGURATIONS"), ("distributed-cache-configuration" => "replicatedCacheForStatisticsTesting") ]' not found
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 12 months
[JBoss JIRA] (ISPN-6501) Create a ProbeHandler for JGroups
by Pedro Ruivo (JIRA)
[ https://issues.jboss.org/browse/ISPN-6501?page=com.atlassian.jira.plugin.... ]
Pedro Ruivo updated ISPN-6501:
------------------------------
Status: Open (was: New)
> Create a ProbeHandler for JGroups
> ---------------------------------
>
> Key: ISPN-6501
> URL: https://issues.jboss.org/browse/ISPN-6501
> Project: Infinispan
> Issue Type: Feature Request
> Reporter: Pedro Ruivo
> Assignee: Pedro Ruivo
> Fix For: 9.0.0.Alpha2
>
>
> Expose the remote thread pool status to JGroups' probe. It returns the following:
> * current-pool-size => the current pool size
> * keep-alive=60000 => the configure keep alive time in milliseconds
> * min-thread => the minimum thread pool size configured
> * active-thread => the current active number of threads
> * queue-size => the current queue size
> * max-thread => the maximum thread pool size configured
> * largest-pool-size => the largest thread pool
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 12 months
[JBoss JIRA] (ISPN-6501) Create a ProbeHandler for JGroups
by Pedro Ruivo (JIRA)
Pedro Ruivo created ISPN-6501:
---------------------------------
Summary: Create a ProbeHandler for JGroups
Key: ISPN-6501
URL: https://issues.jboss.org/browse/ISPN-6501
Project: Infinispan
Issue Type: Feature Request
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
Fix For: 9.0.0.Alpha2
Expose the remote thread pool status to JGroups' probe. It returns the following:
* current-pool-size => the current pool size
* keep-alive=60000 => the configure keep alive time in milliseconds
* min-thread => the minimum thread pool size configured
* active-thread => the current active number of threads
* queue-size => the current queue size
* max-thread => the maximum thread pool size configured
* largest-pool-size => the largest thread pool
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 12 months
[JBoss JIRA] (ISPN-6501) Create a ProbeHandler for JGroups
by Bela Ban (JIRA)
[ https://issues.jboss.org/browse/ISPN-6501?page=com.atlassian.jira.plugin.... ]
Bela Ban commented on ISPN-6501:
--------------------------------
Thanks !
> Create a ProbeHandler for JGroups
> ---------------------------------
>
> Key: ISPN-6501
> URL: https://issues.jboss.org/browse/ISPN-6501
> Project: Infinispan
> Issue Type: Feature Request
> Reporter: Pedro Ruivo
> Assignee: Pedro Ruivo
> Fix For: 9.0.0.Alpha2
>
>
> Expose the remote thread pool status to JGroups' probe. It returns the following:
> * current-pool-size => the current pool size
> * keep-alive=60000 => the configure keep alive time in milliseconds
> * min-thread => the minimum thread pool size configured
> * active-thread => the current active number of threads
> * queue-size => the current queue size
> * max-thread => the maximum thread pool size configured
> * largest-pool-size => the largest thread pool
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 12 months
[JBoss JIRA] (ISPN-6500) can't edit indexing properties in console
by Martin Vrabel (JIRA)
Martin Vrabel created ISPN-6500:
-----------------------------------
Summary: can't edit indexing properties in console
Key: ISPN-6500
URL: https://issues.jboss.org/browse/ISPN-6500
Project: Infinispan
Issue Type: Bug
Components: Console
Reporter: Martin Vrabel
Priority: Minor
in cache configuration -> indexing -> indexing properties if I edit the filed to e.g. [default.directory_provider ram] -> click update. then If I check if indexing properties was changed, the field is blank.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 12 months
[JBoss JIRA] (ISPN-6499) Indexing property is shown as [object Object]
by Martin Vrabel (JIRA)
Martin Vrabel created ISPN-6499:
-----------------------------------
Summary: Indexing property is shown as [object Object]
Key: ISPN-6499
URL: https://issues.jboss.org/browse/ISPN-6499
Project: Infinispan
Issue Type: Bug
Components: Console
Reporter: Martin Vrabel
Assignee: Vladimir Blagojevic
Priority: Minor
if cache has a indexing property e.g.
<indexing>
<property name="default.directory_provider">ram</property>
</indexing>
then in cache configuration -> indexing -> "Indexing Properties" is [object Object]
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 12 months
[JBoss JIRA] (ISPN-6498) Marshalling enhancements
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/ISPN-6498?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño updated ISPN-6498:
-----------------------------------
Fix Version/s: (was: 9.0.0.Final)
> Marshalling enhancements
> ------------------------
>
> Key: ISPN-6498
> URL: https://issues.jboss.org/browse/ISPN-6498
> Project: Infinispan
> Issue Type: Enhancement
> Components: Marshalling
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
>
> Marshalling enhancements to reduce complexity and cost:
> - Remove CacheMarshaller/GlobalMarshaller differentiation.
> - Manually encode all known types within Infinispan.
> - For potentially unknown types, e.g. keys, values, use JBoss Marshalling.
> - Make dealing with unknown types and Strings pluggable so that other marshalling frameworks can more easily be plugged and we can try alternative ways to encode Strings.
> - Avoid reentrancy of marshalling, e.g. marshall a command, then marshall a marshalled value...etc. With commands being encoded directly by us, no more need for reentrancy support.
> - Avoid thread locals, e.g. those thread locals used to keep marshallers around.
> - Get rid of VersionAwareMarshaller.
> - Deprecate (then remove...) AdvancedCache.with(Classloader) method.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 12 months