use promise to handle stubleupon deferred instead of pool of futures#238
use promise to handle stubleupon deferred instead of pool of futures#238koertkuipers wants to merge 7 commits into
Conversation
|
@koertkuipers thanks for the PR. I gather there is no way to do this without breaking existing clients, since the The tests seem to be failing: @MansurAshraf any idea what may have caused this? needs more permissions? develop seems clean. |
|
we could keep an unused threads args? or wait for next major release with HBaseTestingUtility creates directories with the default umask, which On Sat, Aug 23, 2014 at 2:41 PM, Ruban Monu notifications@github.com
|
There was a problem hiding this comment.
can we delete the "h" in asynch for consistincy with stumbleupon.async?
|
sorry for the delay. We are working up the stack to convert to scala 2.10 + 2.11. If we can get this green, I'd love to get it in. On the fence about the binary break. We could add the dummy integer, but only if we have no other binary incompatibility along the stack (bijection changed binary compat, and this depends on bijection, so...) |
…my machine) since they seem to blow up tests on travis
|
Any idea why this fails? In any case, you can get it green by disableing 2.9 support in .travis.yml and making 2.10.4 the default build. We finally switched to 2.10 at Twitter, so we plan to build this for 2.10 and 2.11 now. |
|
it fails in 2.9 because I am using scala 2.10+ stuff like value classes,
|
|
|
No description provided.