[JBoss JIRA] (ISPN-5830) Manage state transfer actions
by Pedro Zapata (JIRA)
[ https://issues.jboss.org/browse/ISPN-5830?page=com.atlassian.jira.plugin.... ]
Pedro Zapata closed ISPN-5830.
------------------------------
> Manage state transfer actions
> -----------------------------
>
> Key: ISPN-5830
> URL: https://issues.jboss.org/browse/ISPN-5830
> Project: Infinispan
> Issue Type: Sub-task
> Components: Console
> Reporter: Pedro Zapata
> Assignee: Pedro Zapata
> Labels: jdg7
>
> As an administrator, I want to control Cross site state transfer (when replica sites go offline and come back online) conveniently from the Management Console.
> At its core, this is a cache level operation. However, we need a Cache container level operation that will transfer state for all cache that are replicated to the affected data-center(s).
> The following actions will be added to the Cache container action menu
> - Take site offline
> - Bring site online
> Another 2 additional options will also be added:
> - Force state transfer
> - Stop state transfer
> Those options will be only enabled if cross site replication is enabled
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 5 months
[JBoss JIRA] (ISPN-1044) MBean's CacheManager attribute ClusterSize does not reflect the cluster topology when no cache is looked up
by Pedro Zapata (JIRA)
[ https://issues.jboss.org/browse/ISPN-1044?page=com.atlassian.jira.plugin.... ]
Pedro Zapata closed ISPN-1044.
------------------------------
> MBean's CacheManager attribute ClusterSize does not reflect the cluster topology when no cache is looked up
> -----------------------------------------------------------------------------------------------------------
>
> Key: ISPN-1044
> URL: https://issues.jboss.org/browse/ISPN-1044
> Project: Infinispan
> Issue Type: Bug
> Components: JMX, reporting and management
> Affects Versions: 5.0.0.BETA1
> Reporter: Emmanuel Bernard
> Assignee: Manik Surtani
>
> {code}EmbeddedCacheManager manager = createCustomCacheManager( "default-config.xml", new Properties() );
> manager.start();
> MBeanServer mbs = ManagementFactory.getPlatformMBeanServer();
> final String defaultDomain = mbs.getDefaultDomain();
> ObjectName name = new ObjectName( "org.infinispan:type=CacheManager,name=\"HibernateOGM\",component=CacheManager" );
> //uncomment to "fix" the bug and gat the right cluster size
> //final Cache<Object,Object> instances = manager.getCache( "INSTANCES" );
> for (;;) {
> Thread.sleep( 5000 );
> System.out.print( "\nCluster size: " + mbs.getAttribute( name, "ClusterSize" ) );
> }
> {code}
> The code will only show 'Cluster size: 1' unless final Cache<Object,Object> instances = manager.getCache( "INSTANCES" ); is uncommented
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 5 months
[JBoss JIRA] (ISPN-303) Follow up Jopr demo ideas
by Pedro Zapata (JIRA)
[ https://issues.jboss.org/browse/ISPN-303?page=com.atlassian.jira.plugin.s... ]
Pedro Zapata closed ISPN-303.
-----------------------------
> Follow up Jopr demo ideas
> -------------------------
>
> Key: ISPN-303
> URL: https://issues.jboss.org/browse/ISPN-303
> Project: Infinispan
> Issue Type: Task
> Components: JMX, reporting and management
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
>
> Ideas for a follow up Jopr demo:
> - Show ISPN-302 in action.
> - Heiko: About the monitoring schedules : in Administration->System Configuration->Templates you can also "predefine" this, so it gets applied to every new instance (and if wanted also to all existing instances).
> - Heiko: mention that 30 seconds is too too short for production
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 5 months
[JBoss JIRA] (ISPN-302) Enable templated values for manually adding instances via jopr
by Pedro Zapata (JIRA)
[ https://issues.jboss.org/browse/ISPN-302?page=com.atlassian.jira.plugin.s... ]
Pedro Zapata closed ISPN-302.
-----------------------------
> Enable templated values for manually adding instances via jopr
> --------------------------------------------------------------
>
> Key: ISPN-302
> URL: https://issues.jboss.org/browse/ISPN-302
> Project: Infinispan
> Issue Type: Feature Request
> Components: JMX, reporting and management
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
>
> Enable templated values for manually adding instances via jopr
> >> For manually importing - you should in the plugin descriptor put the JMX-remoting url as
> >> >> default -- perhaps with the port as XXX, so the user does not have to copy& paste from an
> >> >> external location, but only click in the text field and replace XXX by the real port.
> >> >> same for Objectname of the cache manager.
> > >
> > > I did that. I told you it did not work and your reply was that it was fragile and you didn't looked into it further...
> You / we were talking about c:template - which would allow to have several templates -- see jmx-plugin
> e.g http://git.fedorahosted.org/git/rhq/rht.git?p=rhq/rhq.git;a=blob;f=module...
> from line 47 on
> What you can do, an which works is
> <c:simple-property name="v1Community" type="string" default="public"/>
> Here the default value 'public' is shown to the user for this property.
> Sorry that I was confusing things
> Heiko
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 5 months
[JBoss JIRA] (ISPN-4885) Deployment Commands does not exist in CLI
by Pedro Zapata (JIRA)
[ https://issues.jboss.org/browse/ISPN-4885?page=com.atlassian.jira.plugin.... ]
Pedro Zapata closed ISPN-4885.
------------------------------
> Deployment Commands does not exist in CLI
> -----------------------------------------
>
> Key: ISPN-4885
> URL: https://issues.jboss.org/browse/ISPN-4885
> Project: Infinispan
> Issue Type: Enhancement
> Components: JMX, reporting and management, Server
> Affects Versions: 7.0.0.CR2
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Priority: Critical
>
> There is NO deploy or undeploy command in JDG CLI. When we want to deploy some JAR file we should provide user deployment functionality via CLI
> Steps to Reproduce:
> 1. run infinispan-server/bin/cli.sh
> 2. connect
> 3. press <TAB>
> Actual results: no deploy/undeploy command is available
> Expected results: deploy/undeploy commands should be available for user
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 5 months
[JBoss JIRA] (ISPN-8005) Document LockedStreams in User Guide
by William Burns (JIRA)
William Burns created ISPN-8005:
-----------------------------------
Summary: Document LockedStreams in User Guide
Key: ISPN-8005
URL: https://issues.jboss.org/browse/ISPN-8005
Project: Infinispan
Issue Type: Task
Components: Documentation-Core
Reporter: William Burns
Assignee: William Burns
Fix For: 9.1.0.Final
LockedStreams needs to be documented in User Guide so users know how to use it!
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 5 months