You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(node:54658) UnhandledPromiseRejectionWarning: ReplyError: NOSCRIPT No matching script. Please use EVAL.
at parseError (/Users/stavalfi/projects/singer/.yarn/cache/redis-parser-npm-3.0.0-7ebe40abcb-45dbcb05be.zip/node_modules/redis-parser/lib/parser.js:179:12)
at parseType (/Users/stavalfi/projects/singer/.yarn/cache/redis-parser-npm-3.0.0-7ebe40abcb-45dbcb05be.zip/node_modules/redis-parser/lib/parser.js:302:14)
(Use `node --trace-warnings ...` to show where the warning was created)
(node:54658) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)
(node:54658) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
(Very?) Bad Workaround
It took me a while to figure out how to fix it: I need to manually update all nodes about the script
I created a local cluster on my macbook pro with 3-8 nodes using redis-cli and redis-server (From homebrew).
When I shutdown all nodes and re-create them (manually) - 9/10 runs this bug occurs:
Error
(Very?) Bad Workaround
It took me a while to figure out how to fix it: I need to manually update all nodes about the script
I'm not sure I can use this fix in production.
More info
Note: In non-cluster runs, all works great: using local,remote,docker redis-servers.
redis.conf for all nodes:
The text was updated successfully, but these errors were encountered: