You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cloudstack.apache.org by Ezequiel Mc Govern <ez...@gmail.com> on 2019/12/23 17:30:38 UTC

Re: Autoscale without Netscaler

We get an error at create the AutoScale Group using CloudStack 4.11.3:

2019-12-23 11:20:31,066 WARN  [c.c.n.a.AutoScaleManagerImpl]
(API-Job-Executor-108:ctx-c1aa2943 job-23199 ctx-11191f77) (logid:adcdb2c8)
Exception during configureLbAutoScaleVmGroup in lb rules manager
java.lang.UnsupportedOperationException
        at java.util.AbstractList.remove(AbstractList.java:161)
        at java.util.AbstractList$Itr.remove(AbstractList.java:374)
        at java.util.AbstractList.removeRange(AbstractList.java:571)
        at java.util.AbstractList.clear(AbstractList.java:234)
        at
com.cloud.network.rules.LoadBalancingRules.accept(LoadBalancingRules.java:57)


the code in this line is:

_rules.clear();

_rules is a Array ?

Thanks !




El mar., 5 jun. 2018 a las 4:08, Daan Hoogland (<da...@gmail.com>)
escribió:

> Matheus,
> As you are now at 4.11 so that statement would mean it is in. I don't know
> it, but there is a whole class of API calls concerning  autoscaling, did
> you try those?
> regards,
>
> On Tue, Jun 5, 2018 at 4:28 AM, Matheus Fontes <ma...@ghz.com.br> wrote:
>
> > Does it work?
> > http://docs.cloudstack.apache.org/en/latest/networking/
> > autoscale_without_netscaler.html
> >
> > It says:
> > Warning
> > This feature is currently only available on the master branch and will be
> > released in the 4.4 release.
> >
> > We are using 4.11 but the autoscale option in loadbalance does not show.
> >
> > thanks
> > Matheus Fontes
>
>
>
>
> --
> Daan
>


-- 
Saludos !!
Ezequiel ;)

Re: Autoscale without Netscaler

Posted by Andrija Panic <an...@gmail.com>.
If you make it work, I'm all ears (for documentation purposes...) -
otherwise, I would expect it might be broken (not maintained in later
releases).

cheers

On Mon, 23 Dec 2019 at 18:30, Ezequiel Mc Govern <
ezequiel.mcgovern@gmail.com> wrote:

> We get an error at create the AutoScale Group using CloudStack 4.11.3:
>
> 2019-12-23 11:20:31,066 WARN  [c.c.n.a.AutoScaleManagerImpl]
> (API-Job-Executor-108:ctx-c1aa2943 job-23199 ctx-11191f77) (logid:adcdb2c8)
> Exception during configureLbAutoScaleVmGroup in lb rules manager
> java.lang.UnsupportedOperationException
>         at java.util.AbstractList.remove(AbstractList.java:161)
>         at java.util.AbstractList$Itr.remove(AbstractList.java:374)
>         at java.util.AbstractList.removeRange(AbstractList.java:571)
>         at java.util.AbstractList.clear(AbstractList.java:234)
>         at
>
> com.cloud.network.rules.LoadBalancingRules.accept(LoadBalancingRules.java:57)
>
>
> the code in this line is:
>
> _rules.clear();
>
> _rules is a Array ?
>
> Thanks !
>
>
>
>
> El mar., 5 jun. 2018 a las 4:08, Daan Hoogland (<da...@gmail.com>)
> escribió:
>
> > Matheus,
> > As you are now at 4.11 so that statement would mean it is in. I don't
> know
> > it, but there is a whole class of API calls concerning  autoscaling, did
> > you try those?
> > regards,
> >
> > On Tue, Jun 5, 2018 at 4:28 AM, Matheus Fontes <ma...@ghz.com.br>
> wrote:
> >
> > > Does it work?
> > > http://docs.cloudstack.apache.org/en/latest/networking/
> > > autoscale_without_netscaler.html
> > >
> > > It says:
> > > Warning
> > > This feature is currently only available on the master branch and will
> be
> > > released in the 4.4 release.
> > >
> > > We are using 4.11 but the autoscale option in loadbalance does not
> show.
> > >
> > > thanks
> > > Matheus Fontes
> >
> >
> >
> >
> > --
> > Daan
> >
>
>
> --
> Saludos !!
> Ezequiel ;)
>


-- 

Andrija Panić