Hi folks, As part of AURORA-1093 [1], i will be breaking backwards compatibility on the thrift API that backs the beta-update command. This is part of the contract that we hope to communicate by tagging features as beta - they are subject to change swiftly.
*What this means for you* If you do not use beta-update, you will not be impacted by this change. The client and scheduler must be upgraded in lock-step across this change (i.e. at the completion of AURORA-1093, or 0.7.0->0.8.0). If an incompatible client and scheduler are used together, you are likely to receive a cryptic error from the client, possibly a big stack trace and an IllegalArgumentException, but no harm should be done to running services or the scheduler. Please let me know if you have any questions or concerns! [1] https://issues.apache.org/jira/browse/AURORA-1093 -=Bill