On Wed, Oct 14, 2009 at 1:53 AM, Santal Li <[email protected]> wrote: > But Seems the RackAwareStrategy was not finished, some funtions was direct > throw out exception: > > eg: > public EndPoint[] getReadStorageEndPoints(Token token, Map<Token, > EndPoint> tokenToEndPointMap) > { > throw new UnsupportedOperationException("This operation is not > currently supported"); > } > > Was this strategy not finished or I should using some other Strategy, or I > should do some coding work to finish it?
Everything should work fine with RackAware except bootstrapping. We're working on finishing that for 0.5. -Jonathan
