Mobrovac has uploaded a new change for review.
https://gerrit.wikimedia.org/r/294298
Change subject: Update change-propagation to b7383d4
......................................................................
Update change-propagation to b7383d4
List of changes:
xxxxxxx Update node module dependencies
Change-Id: I37387870324b66e056f47d90d5fcfffd45b62742
---
M node_modules/hyperswitch/node_modules/json-stable-stringify/package.json
M node_modules/hyperswitch/node_modules/swagger-ui/package.json
M
node_modules/service-runner/node_modules/limitation/node_modules/kad/package.json
M
node_modules/service-runner/node_modules/limitation/node_modules/readable-stream/node_modules/inherits/package.json
M node_modules/wmf-kafka-node/lib/zookeeper.js
M
node_modules/wmf-kafka-node/node_modules/snappy/build/Release/obj.target/deps/snappy/snappy.a
M node_modules/wmf-kafka-node/node_modules/snappy/build/Release/snappy.a
M node_modules/wmf-kafka-node/package.json
8 files changed, 18 insertions(+), 13 deletions(-)
git pull
ssh://gerrit.wikimedia.org:29418/mediawiki/services/change-propagation/deploy
refs/changes/98/294298/1
diff --git
a/node_modules/hyperswitch/node_modules/json-stable-stringify/package.json
b/node_modules/hyperswitch/node_modules/json-stable-stringify/package.json
index b9995f1..a0d1483 100644
--- a/node_modules/hyperswitch/node_modules/json-stable-stringify/package.json
+++ b/node_modules/hyperswitch/node_modules/json-stable-stringify/package.json
@@ -50,7 +50,7 @@
"url": "https://github.com/substack/json-stable-stringify/issues"
},
"_id": "[email protected]",
- "_shasum": "fc6320d15db93772e8b6e39a686083b580450d7f",
+ "_shasum": "57c48b112c37dab95cafc1038b5e4e76ff369fba",
"_from": "git+https://github.com/wikimedia/json-stable-stringify.git#master",
"_resolved":
"git+https://github.com/wikimedia/json-stable-stringify.git#c05178e4dfc3834017f017732934c1c52ba3dd8f"
}
diff --git a/node_modules/hyperswitch/node_modules/swagger-ui/package.json
b/node_modules/hyperswitch/node_modules/swagger-ui/package.json
index 7be4846..7c5b3f4 100644
--- a/node_modules/hyperswitch/node_modules/swagger-ui/package.json
+++ b/node_modules/hyperswitch/node_modules/swagger-ui/package.json
@@ -60,7 +60,7 @@
"url": "https://github.com/swagger-api/swagger-ui/issues"
},
"_id": "[email protected]",
- "_shasum": "e94421fcae1f81109cfe50ae1aeaad733a155ff8",
+ "_shasum": "8f28867bea9118aa7e85ce487d839de991c21093",
"_from": "git+https://github.com/wikimedia/swagger-ui.git#master",
"_resolved":
"git+https://github.com/wikimedia/swagger-ui.git#7bef30a93a3b81c55cb95d3ce9e0f9f53d5d8262"
}
diff --git
a/node_modules/service-runner/node_modules/limitation/node_modules/kad/package.json
b/node_modules/service-runner/node_modules/limitation/node_modules/kad/package.json
index dc2dae9..b39e308 100644
---
a/node_modules/service-runner/node_modules/limitation/node_modules/kad/package.json
+++
b/node_modules/service-runner/node_modules/limitation/node_modules/kad/package.json
@@ -75,7 +75,7 @@
},
"homepage": "https://github.com/kadtools/kad#readme",
"_id": "[email protected]",
- "_shasum": "0189510303a232f7f8d385372fede9889cd26564",
+ "_shasum": "f302381d3ed50547ea2b078ff6a9ce7c7b4b4c80",
"_from": "git+https://github.com/gwicke/kad.git#master",
"_resolved":
"git+https://github.com/gwicke/kad.git#31449a27a289b6f0ecbeec193d8bac9db8b9f513"
}
diff --git
a/node_modules/service-runner/node_modules/limitation/node_modules/readable-stream/node_modules/inherits/package.json
b/node_modules/service-runner/node_modules/limitation/node_modules/readable-stream/node_modules/inherits/package.json
index 71f09df..67d2c29 100644
---
a/node_modules/service-runner/node_modules/limitation/node_modules/readable-stream/node_modules/inherits/package.json
+++
b/node_modules/service-runner/node_modules/limitation/node_modules/readable-stream/node_modules/inherits/package.json
@@ -30,7 +30,7 @@
"shasum": "b17d08d326b4423e568eff719f91b0b1cbdf69f1",
"tarball": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
},
- "_from": "inherits@>=2.0.0 <3.0.0",
+ "_from": "inherits@>=2.0.1 <2.1.0",
"_npmVersion": "1.3.8",
"_npmUser": {
"name": "isaacs",
diff --git a/node_modules/wmf-kafka-node/lib/zookeeper.js
b/node_modules/wmf-kafka-node/lib/zookeeper.js
index 4a8e36e..b2740e0 100644
--- a/node_modules/wmf-kafka-node/lib/zookeeper.js
+++ b/node_modules/wmf-kafka-node/lib/zookeeper.js
@@ -145,6 +145,11 @@
path,
function (error, data) {
if (error) {
+ // when NO_NODE happens here, a
consumer has left abruptly
+ // and ZK doesn't know it yet
+ if(/NO_NODE/.test(error.toString())) {
+ cbb();
+ }
cbb(error);
}
else {
diff --git
a/node_modules/wmf-kafka-node/node_modules/snappy/build/Release/obj.target/deps/snappy/snappy.a
b/node_modules/wmf-kafka-node/node_modules/snappy/build/Release/obj.target/deps/snappy/snappy.a
index 450e6d0..ee4e06f 100644
---
a/node_modules/wmf-kafka-node/node_modules/snappy/build/Release/obj.target/deps/snappy/snappy.a
+++
b/node_modules/wmf-kafka-node/node_modules/snappy/build/Release/obj.target/deps/snappy/snappy.a
Binary files differ
diff --git
a/node_modules/wmf-kafka-node/node_modules/snappy/build/Release/snappy.a
b/node_modules/wmf-kafka-node/node_modules/snappy/build/Release/snappy.a
index 450e6d0..ee4e06f 100644
--- a/node_modules/wmf-kafka-node/node_modules/snappy/build/Release/snappy.a
+++ b/node_modules/wmf-kafka-node/node_modules/snappy/build/Release/snappy.a
Binary files differ
diff --git a/node_modules/wmf-kafka-node/package.json
b/node_modules/wmf-kafka-node/package.json
index a5e7e24..6015081 100644
--- a/node_modules/wmf-kafka-node/package.json
+++ b/node_modules/wmf-kafka-node/package.json
@@ -1,7 +1,7 @@
{
"name": "wmf-kafka-node",
"description": "node client for Apache kafka, only support kafka 0.8 and
above",
- "version": "0.1.7",
+ "version": "0.1.8",
"main": "kafka.js",
"dependencies": {
"async": ">0.9 <2.0",
@@ -32,13 +32,13 @@
"scripts": {
"test": "make test"
},
- "gitHead": "9e4c6a650886686724ab560c1656f466c81b0eaf",
+ "gitHead": "0810e1efd4bff94cb3b190ee8f69cb304e9d6b58",
"bugs": {
"url": "https://github.com/d00rman/kafka-node/issues"
},
"homepage": "https://github.com/d00rman/kafka-node#readme",
- "_id": "[email protected]",
- "_shasum": "db25b8e23d648cc5e2c4ed5264e95ba2e31c3bfd",
+ "_id": "[email protected]",
+ "_shasum": "c4f25c8d6e45d08480c646ffa618111b1d9f2245",
"_from": "wmf-kafka-node@>=0.1.7 <0.2.0",
"_npmVersion": "2.14.12",
"_nodeVersion": "4.3.0",
@@ -47,8 +47,8 @@
"email": "[email protected]"
},
"dist": {
- "shasum": "db25b8e23d648cc5e2c4ed5264e95ba2e31c3bfd",
- "tarball":
"https://registry.npmjs.org/wmf-kafka-node/-/wmf-kafka-node-0.1.7.tgz"
+ "shasum": "c4f25c8d6e45d08480c646ffa618111b1d9f2245",
+ "tarball":
"https://registry.npmjs.org/wmf-kafka-node/-/wmf-kafka-node-0.1.8.tgz"
},
"maintainers": [
{
@@ -57,9 +57,9 @@
}
],
"_npmOperationalInternal": {
- "host": "packages-16-east.internal.npmjs.com",
- "tmp": "tmp/wmf-kafka-node-0.1.7.tgz_1465492631650_0.6422846862114966"
+ "host": "packages-12-west.internal.npmjs.com",
+ "tmp": "tmp/wmf-kafka-node-0.1.8.tgz_1465907954122_0.06598585587926209"
},
"directories": {},
- "_resolved":
"https://registry.npmjs.org/wmf-kafka-node/-/wmf-kafka-node-0.1.7.tgz"
+ "_resolved":
"https://registry.npmjs.org/wmf-kafka-node/-/wmf-kafka-node-0.1.8.tgz"
}
--
To view, visit https://gerrit.wikimedia.org/r/294298
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I37387870324b66e056f47d90d5fcfffd45b62742
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/change-propagation/deploy
Gerrit-Branch: master
Gerrit-Owner: Mobrovac <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits