Adding backwards compatibility checks in AdminClient
commita42ac35b73ad94f42dabbf668bf1a8a15c18412e
authorBhavani Sudha Saktheeswaran <bhavanisudhas@gmail.com>
Wed, 2 Jul 2014 00:18:37 +0000 (1 17:18 -0700)
committerBhavani Sudha Saktheeswaran <bhavanisudhas@gmail.com>
Wed, 2 Jul 2014 00:18:37 +0000 (1 17:18 -0700)
treec0c5f9e6471935a41aafb8065290052c37306c78
parent7ec06ad31faa8df2ed2d0296a7634318b93fae79
Adding backwards compatibility checks in AdminClient

For the methods:
* fetchAndUpdateRemoteStore(int nodeId, List<StoreDefinition>
  updatedStores)
* updateRemoteStoreDefList(int nodeId, List<StoreDefinition> storesList)

so the exceptions are thrown even before hitting the server.
src/java/voldemort/client/protocol/admin/AdminClient.java