mirror of
https://github.com/apache/druid.git
synced 2025-02-17 07:25:02 +00:00
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…
x
Reference in New Issue
Block a user