mupd8 icon indicating copy to clipboard operation
mupd8 copied to clipboard

Muppet

Results 9 mupd8 issues
Sort by recently updated
recently updated
newest added

CVE-2018-11307 Critical severity CVE-2019-14379 Critical severity CVE-2019-16335 Critical severity CVE-2019-14540 Critical severity CVE-2019-17531 Critical severity

Snyk has created this PR to upgrade org.scala-lang:scala-actors from 2.10.0 to 2.11.12. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...

Snyk has created this PR to upgrade org.scala-lang:scala-library from 2.10.2 to 2.13.1. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...

Snyk has created this PR to upgrade com.fasterxml.jackson.core:jackson-databind from 2.5.4 to 2.10.3. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...

2015-01-02 16:21:31,081 [ERROR] c.w.mupd8.MessageServer [MessageServer] - MessageServerThread exception. java.lang.NullPointerException: null at com.walmartlabs.mupd8.MessageServer$$anonfun$run$7.apply(MessageServer.scala:107) ~[classes/:na] at com.walmartlabs.mupd8.MessageServer$$anonfun$run$7.apply(MessageServer.scala:107) ~[classes/:na] at grizzled.slf4j.Logger.info(slf4j.scala:128) ~[grizzled-slf4j_2.10-1.0.1.jar:1.0.1] at grizzled.slf4j.Logging$class.info(slf4j.scala:268) ~[grizzled-slf4j_2.10-1.0.1.jar:1.0.1] at com.walmartlabs.mupd8.MessageServer.info(MessageServer.scala:44) ~[classes/:na] at com.walmartlabs.mupd8.MessageServer.run(MessageServer.scala:107) ~[classes/:na]

Hello all, I am trying mupd8 application on a cluster and its working fine with the example given. What I would like to do, is to have the data source...

I'm running a mupd8 application on 25 nodes for testing purposes at the moment and I recognized that all map instances are scheduled to only one of these 25 nodes....

I have code that does source reader throttling when a hot conductor is backlogged. However it is not enabled, as it hasn't been tested. A test will require 2 machines/JVMs...

Hello, I downloaded mupd8 and did everything in the quickstart tutorial which worked like a charm. Thanks for that. Now I want to continue and execute the example in a...

enhancement
question