adobe-apiplatform / mesos-actor

An Akka based Mesos actor for creating Mesos frameworks.
Apache License 2.0
10 stars 8 forks source link

DistributedTaskStore repairs #52

Closed tysonnorris closed 5 years ago

tysonnorris commented 5 years ago

Previous version of DistributedTaskStore caused problems with akka clustering due to problematic customer DistributedData impl and noisy useless updates (since use of singleton in cluster enforces single writer)

codecov-io commented 5 years ago

Codecov Report

Merging #52 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #52   +/-   ##
=======================================
  Coverage   95.31%   95.31%           
=======================================
  Files           6        6           
  Lines         128      128           
  Branches        9       10    +1     
=======================================
  Hits          122      122           
  Misses          6        6
Impacted Files Coverage Δ
...adobe/api/platform/runtime/mesos/MesosClient.scala 0% <0%> (ø) :arrow_up:
...m/adobe/api/platform/runtime/mesos/TaskStore.scala 0% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 66dd276...beba82f. Read the comment docs.