[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15045627#comment-15045627
 ] 

ASF subversion and git services commented on CLOUDSTACK-9106:
-------------------------------------------------------------

Commit 13eb78938820489efc0251cf85ed4e7fd01f685d in cloudstack's branch 
refs/heads/4.6 from [~wilder.rodrigues]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=13eb789 ]

CLOUDSTACK-9106 - Makes the router commands call more consistent.

   - Checks the result of a call against the previous result. Either both are 
true or the method returns false.
   - Do not thrown exceptions because some calls are not handling/rethrowing 
them. It would cause runtime problems.
   - When doing a list.addAll(Arrays.asList(String[]{}) will cause problems 
when trying to cast the list.toArray() into an aray of String
     It would only work if instead of calling addAll() I would pass it straight 
into the constructor:
     e.g. List<String> l = new ArrayList(Arrays.asList(new String[]{});
          Stirng [] s = (String[]) l.toArray();
     But I did not like that implementation because it would require 2 arrays 
of string and combine them at the end.


> As a Developer I want the Redundant VPC private gateway feature fixed
> ---------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-9106
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9106
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the 
> default.) 
>          Components: Virtual Router
>    Affects Versions: 4.6.0
>            Reporter: Wilder Rodrigues
>            Assignee: Wilder Rodrigues
>             Fix For: 4.7.0
>
>
> Bug in BasicNetworkTopology.applyRules() method.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to