Bug #26236 check Advisor bundle version against server supported versions
Submitted: 9 Feb 2007 18:59 Modified: 15 Feb 2007 6:34
Reporter: Sloan Childers Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Enterprise Monitor: Server Severity:S2 (Serious)
Version: OS:
Assigned to: Darren Oldag CPU Architecture:Any

[9 Feb 2007 18:59] Sloan Childers
Description:
Advisor bundles are not guaranteed to be forward compatible.  Currently we do not check the version on import to test for compatibility.

How to repeat:
Import a 1.0 Advisor bundle into a 1.1.0 server and you'll see parsing exceptions.

Suggested fix:
Add a minimum version of Advisor bundle supported to the server and test it against the bundle being imported to test for compatibility.  Throw an appropriate exception and add a message to the NLS bundle explaining the problem.  This will be shown in the ui on the Advisor import page.
[13 Feb 2007 22:56] Darren Oldag
changed to check major and minor version compatiblity.