Hi, I have an up-to-date svn repository (r759176), and the build fails
with a few errors like:
[javac] trunk/src/org/apache/cassandra/service/StorageProxy.java:619:
cannot find symbol
[javac] symbol : class MultiQuorumResponseHandler
[javac] location: class org.apache.cassandra.service.StorageProxy
[javac] private static MultiQuorumResponseHandler
dispatchMessages(Map<String, ReadMessage[]> readMessages, Map<String,
Message[]> messages) throws IOException
Perhaps did someone forget to add a file (maybe
src/org/apache/cassandra/service/MultiQuorumResponseHandler.java)
when committing?
Thanks,
Roland