- Resource Monitoring Design Doc https://docs.google.com/document/d/1LwFKbybtkAPt4MRmxGZQePp16IHcELsFrGbF2BEQopA/edit?usp=sharing
- Multiple Disk Support Design Doc https://docs.google.com/document/d/1syPxygVNEHjG6FoyqslnpUGgNpYKU9QzKBuV2yKmjfQ/edit#heading=h.4fzj9sl24cwy
- Oversubscription Design Doc https://docs.google.com/document/d/1pUnElxHy1uWfHY_FOvvRC73QaOGgdXE0OXN-gbxdXA0/edit#heading=h.yvd9qbi4swb4
- HTTP API Design Doc https://docs.google.com/document/d/1pnIY_HckimKNvpqhKRhbc9eSItWNFT-priXh_urR-T0/edit#
- Pluggable Containerizer Architecture https://docs.google.com/document/d/1oO0oDmCphku4X-CO0Mja_QeH-LuHeWySHOcxMbtvLDg/edit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/block/blk-throttle.c 2016-08-09 15:48:03.242986929 +0800 | |
+++ b/block/blk-throttle.c 2016-08-09 15:53:33.060446303 +0800 | |
@@ -735,7 +735,8 @@ | |
} | |
/* Calc approx time to dispatch */ | |
- extra_bytes = tg->bytes_disp[rw] + bio->bi_iter.bi_size - bytes_allowed; | |
+ /* fcicq: iops limit not checked and allow smaller request, use the correct wait time here */ | |
+ extra_bytes = tg->bytes_disp[rw] + max(bio->bi_iter.bi_size, 32768U) - bytes_allowed; | |
jiffy_wait = div64_u64(extra_bytes * HZ, tg->bps[rw]); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.liveperson.lpbt.research.hadoop.examples | |
import scala.annotation.tailrec | |
/** | |
* User: mishaelr | |
* Date: 7/11/13 | |
* Time: 10:33 AM | |
*/ | |
object FCBF extends App{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class AnalyticsLeader(supervisor: ActorRef) extends Leader[ProcessUser, AnalyticsNode, AnalyticsMessage](supervisor) |
In SWFTools a programs called gfx2gfx
is available to do this task, but it's not officially available precompiled.
It can convert SWF, PDF or image to SWF, PDF, ebook or image.
For discard downscaling for rasterized image (default: 72dpi) we use the provided by @m-p-y: add -r
attribute to increase maxdpi