-
```
Spun off from issue 191. After patching this out, overhead drops a bit, but
we're still spending ~40% of our time in semaphore lock on the affected sites.
Shark looks like this:
0.0% 95.…
-
@eric-brechemier Can we post here which files we have worked on so that we keep track of each other?
@monlafon files:
1994
2000 emissions annexII
2000 emissions page 5
@apoloniarakow files:
Regional…
-
```
Spun off from issue 191. After patching this out, overhead drops a bit, but
we're still spending ~40% of our time in semaphore lock on the affected sites.
Shark looks like this:
0.0% 95.…
-
Testing Crosswalk with 37.0.2062.20 on my desktop with Wayland 1.5.0, I get crashes at startup _most_ (but not all) of the time. They all look like this:
```
#0 0x00007ffff30536f1 in views::DesktopF…
-
Hi,
I found https://github.com/01org/ozone-wayland/wiki/Testing. So I tried to built them.
My GYP_DEFINES="werror= disable_nacl=1 component=shared_library enable_svg=0 use_ash=0 use_aura=1 use_o…
-
Upstream ozone compiles everything related to events in events target and has ozone depend on it. In our side we compile events as part of ozone target, ideally we want to be able to do the same. Ini…
-
Build command: ninja -C out/Debug cc_unittests
Dependency: None .
Blocks: #208 .
SubTasks: None.
-
I saw an issue with aggs not working when upgrading from 1.4.4 to 1.5.1. I was able to reproduce with generic data in both a linux server (ubuntu on CircleCI) and OS X on my laptop locally. (nice to h…
-
In KMeansIterative, when you add an identity mapper after the reduceClusterCenter reducer you get:
java.lang.RuntimeException: : BUG: The task must have at least one output
at eu.stratosphere.pact…
-
@aljoscha is about to finish the Scala frontend-implementation.
I'd like to discuss here if we are going to add the frontend into the main ozone-codebase or if we are going to let it stay in the ozon…