[jira] [Commented] (CLOUDSTACK-7563) ClassCastException in VirtualMachineManagerImpl in handling various Agent command answer.

2014-12-02 Thread ASF subversion and git services (JIRA)

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

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

Commit f40e31e061a6e10c67fc3c4db997138e071f9fa2 in cloudstack's branch 
refs/heads/master from [~rohit.ya...@shapeblue.com]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=f40e31e ]

CLOUDSTACK-7563: Fix potential NPE in checking answer

Signed-off-by: Rohit Yadav 
(cherry picked from commit d42e3df9cf43b0ad46d406c6ab5b1d8c811d0239)
Signed-off-by: Rohit Yadav 


> ClassCastException in VirtualMachineManagerImpl in handling various Agent 
> command answer.
> -
>
> Key: CLOUDSTACK-7563
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7563
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Management Server
>Affects Versions: 4.3.0
>Reporter: Min Chen
>Assignee: Min Chen
>Priority: Critical
> Fix For: 4.5.0
>
>
> irtualMachineManagerImpl has many methods directly cast the Answer received 
> from AgentManager.send or AgentManager.easySend to the expected Answer class 
> in the normal case. This will throw unhandled  ClassCastException in some 
> unexcepted cases where host is down and agent is disconnected, which will 
> lead to cloud instability.



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


[jira] [Commented] (CLOUDSTACK-7563) ClassCastException in VirtualMachineManagerImpl in handling various Agent command answer.

2014-12-02 Thread ASF subversion and git services (JIRA)

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

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

Commit d42e3df9cf43b0ad46d406c6ab5b1d8c811d0239 in cloudstack's branch 
refs/heads/4.5 from [~rohit.ya...@shapeblue.com]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=d42e3df ]

CLOUDSTACK-7563: Fix potential NPE in checking answer

Signed-off-by: Rohit Yadav 


> ClassCastException in VirtualMachineManagerImpl in handling various Agent 
> command answer.
> -
>
> Key: CLOUDSTACK-7563
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7563
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Management Server
>Affects Versions: 4.3.0
>Reporter: Min Chen
>Assignee: Min Chen
>Priority: Critical
> Fix For: 4.5.0
>
>
> irtualMachineManagerImpl has many methods directly cast the Answer received 
> from AgentManager.send or AgentManager.easySend to the expected Answer class 
> in the normal case. This will throw unhandled  ClassCastException in some 
> unexcepted cases where host is down and agent is disconnected, which will 
> lead to cloud instability.



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


[jira] [Commented] (CLOUDSTACK-7563) ClassCastException in VirtualMachineManagerImpl in handling various Agent command answer.

2014-11-25 Thread Rohit Yadav (JIRA)

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

Rohit Yadav commented on CLOUDSTACK-7563:
-

ping [~minchen07] should we backport this to 4.3?

> ClassCastException in VirtualMachineManagerImpl in handling various Agent 
> command answer.
> -
>
> Key: CLOUDSTACK-7563
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7563
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Management Server
>Affects Versions: 4.3.0
>Reporter: Min Chen
>Assignee: Min Chen
>Priority: Critical
> Fix For: 4.5.0
>
>
> irtualMachineManagerImpl has many methods directly cast the Answer received 
> from AgentManager.send or AgentManager.easySend to the expected Answer class 
> in the normal case. This will throw unhandled  ClassCastException in some 
> unexcepted cases where host is down and agent is disconnected, which will 
> lead to cloud instability.



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


[jira] [Commented] (CLOUDSTACK-7563) ClassCastException in VirtualMachineManagerImpl in handling various Agent command answer.

2014-10-14 Thread ASF subversion and git services (JIRA)

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

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

Commit e7fa3a29594eb748b201865dac3a85f8da024075 in cloudstack's branch 
refs/heads/4.5 from [~minchen07]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=e7fa3a2 ]

CLOUDSTACK-7563: Fix potential NPE from FingBugs.


> ClassCastException in VirtualMachineManagerImpl in handling various Agent 
> command answer.
> -
>
> Key: CLOUDSTACK-7563
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7563
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Management Server
>Affects Versions: 4.3.0
>Reporter: Min Chen
>Assignee: Min Chen
>Priority: Critical
> Fix For: 4.5.0
>
>
> irtualMachineManagerImpl has many methods directly cast the Answer received 
> from AgentManager.send or AgentManager.easySend to the expected Answer class 
> in the normal case. This will throw unhandled  ClassCastException in some 
> unexcepted cases where host is down and agent is disconnected, which will 
> lead to cloud instability.



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


[jira] [Commented] (CLOUDSTACK-7563) ClassCastException in VirtualMachineManagerImpl in handling various Agent command answer.

2014-10-14 Thread ASF subversion and git services (JIRA)

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

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

Commit 4b8bfe26275f7eb6e98abe77849153eaa93e8205 in cloudstack's branch 
refs/heads/master from [~minchen07]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=4b8bfe2 ]

CLOUDSTACK-7563: Fix potential NPE from FingBugs.


> ClassCastException in VirtualMachineManagerImpl in handling various Agent 
> command answer.
> -
>
> Key: CLOUDSTACK-7563
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7563
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Management Server
>Affects Versions: 4.3.0
>Reporter: Min Chen
>Assignee: Min Chen
>Priority: Critical
> Fix For: 4.5.0
>
>
> irtualMachineManagerImpl has many methods directly cast the Answer received 
> from AgentManager.send or AgentManager.easySend to the expected Answer class 
> in the normal case. This will throw unhandled  ClassCastException in some 
> unexcepted cases where host is down and agent is disconnected, which will 
> lead to cloud instability.



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


[jira] [Commented] (CLOUDSTACK-7563) ClassCastException in VirtualMachineManagerImpl in handling various Agent command answer.

2014-09-17 Thread Rohit Yadav (JIRA)

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

Rohit Yadav commented on CLOUDSTACK-7563:
-

Does this bug also apply for 4.3, 4.4 branch since in the description it says 
affects 4.3?

> ClassCastException in VirtualMachineManagerImpl in handling various Agent 
> command answer.
> -
>
> Key: CLOUDSTACK-7563
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7563
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Management Server
>Affects Versions: 4.3.0
>Reporter: Min Chen
>Assignee: Min Chen
>Priority: Critical
> Fix For: 4.5.0
>
>
> irtualMachineManagerImpl has many methods directly cast the Answer received 
> from AgentManager.send or AgentManager.easySend to the expected Answer class 
> in the normal case. This will throw unhandled  ClassCastException in some 
> unexcepted cases where host is down and agent is disconnected, which will 
> lead to cloud instability.



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


[jira] [Commented] (CLOUDSTACK-7563) ClassCastException in VirtualMachineManagerImpl in handling various Agent command answer.

2014-09-16 Thread ASF subversion and git services (JIRA)

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

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

Commit 1b15efb5f018f473a680165fff0d5574b8e771e5 in cloudstack's branch 
refs/heads/master from [~minchen07]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=1b15efb ]

CLOUDSTACK-7563: ClassCastException in VirtualMachineManagerImpl in
handling various Agent command answer.


> ClassCastException in VirtualMachineManagerImpl in handling various Agent 
> command answer.
> -
>
> Key: CLOUDSTACK-7563
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7563
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Management Server
>Affects Versions: 4.3.0
>Reporter: Min Chen
>Assignee: Min Chen
>Priority: Critical
> Fix For: 4.5.0
>
>
> irtualMachineManagerImpl has many methods directly cast the Answer received 
> from AgentManager.send or AgentManager.easySend to the expected Answer class 
> in the normal case. This will throw unhandled  ClassCastException in some 
> unexcepted cases where host is down and agent is disconnected, which will 
> lead to cloud instability.



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