mirror of https://github.com/apache/cassandra
fix the build
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@979470 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
77e3578577
commit
9064f4c33a
|
|
@ -37,6 +37,7 @@ import org.apache.avro.generic.GenericArray;
|
|||
import org.apache.avro.generic.GenericData;
|
||||
import org.apache.avro.ipc.AvroRemoteException;
|
||||
import org.apache.avro.util.Utf8;
|
||||
import org.apache.cassandra.thrift.*;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
|
|
@ -163,6 +164,10 @@ public class CassandraServer implements Cassandra {
|
|||
{
|
||||
throw new UnavailableException();
|
||||
}
|
||||
catch (org.apache.cassandra.thrift.InvalidRequestException e)
|
||||
{
|
||||
throw new InvalidRequestException();
|
||||
}
|
||||
finally
|
||||
{
|
||||
release();
|
||||
|
|
|
|||
Loading…
Reference in New Issue