facebookarchive / hive-io-experimental

Hive I/O Library
Other
66 stars 30 forks source link

Resettable writers #6

Closed majakabiljo closed 11 years ago

majakabiljo commented 11 years ago

The idea here is to have an option to monitor how long does each single write take, and have a threshold for what's considered too long. When too long write happens the file which we are currently writing to is closed and new one is created.

nitay commented 11 years ago

This looks sweet @majakabiljo

majakabiljo commented 11 years ago

Sorry for multiple commits, git was confusing me :-)