twitter / summingbird

Streaming MapReduce with Scalding and Storm
https://twitter.com/summingbird
Apache License 2.0
2.14k stars 267 forks source link

Shrink jvm memory properties and use java 8 #726

Closed ttim closed 7 years ago

ttim commented 7 years ago

I've limited metaspace size and shrinked code cache size to make tests memory behaviour more reliable.

ttim commented 7 years ago

Didn't help a lot, but I think it's better to keep this properties this way.

johnynek commented 7 years ago

Can we find a way to increase the storm timeouts?

They almost always fail now it seems.

ttim commented 7 years ago

@johnynek I'm not sure which timeouts they are unfortunately. I think we should divide tests into three parts (scalding, storm, everything else) and investigate storm tests more, what do you think?

Also I guess it's safe to merge this PR.