mirror of
https://github.com/apache/druid.git
synced 2025-03-02 07:19:14 +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
|
||||
public long size() throws IOException
|
||||
public long size()
|
||||
{
|
||||
return writeOutBytes;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user