mirror of https://github.com/apache/druid.git
optimize FileWriteOutBytes to avoid high sys cpu -- remove IOException
This commit is contained in:
parent
c33551d11a
commit
149e08c091
|
@ -108,7 +108,7 @@ final class FileWriteOutBytes extends WriteOutBytes
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public long size() throws IOException
|
public long size()
|
||||||
{
|
{
|
||||||
return writeOutBytes;
|
return writeOutBytes;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue