biggora / caminte

Cross-db ORM for NodeJS
http://www.camintejs.com/
MIT License
1.08k stars 119 forks source link

getting below error while making query to Redis db cluster serve through HAproxy #171

Open ssg1110 opened 6 years ago

ssg1110 commented 6 years ago

{ AbortError: Redis connection lost and command aborted. It might have been processed. at RedisClient.flush_and_error (/Volumes/D/stockal/server/stockal/node_modules/redis/index.js:362:23) at RedisClient.connection_gone (/Volumes/D/stockal/server/stockal/node_modules/redis/index.js:664:14) at Socket. (/Volumes/D/stockal/server/stockal/node_modules/redis/index.js:293:14) at Socket.g (events.js:292:16) at emitNone (events.js:91:20) at Socket.emit (events.js:185:7) at endReadableNT (_stream_readable.js:974:12) at _combinedTickCallback (internal/process/next_tick.js:80:11) at process._tickCallback (internal/process/next_tick.js:104:9) code: 'UNCERTAIN_STATE', command: 'EXEC', errors: [ { AbortError: Redis connection lost and command aborted. It might have been processed. at RedisClient.flush_and_error (/Volumes/D/stockal/server/stockal/node_modules/redis/index.js:362:23) at RedisClient.connection_gone (/Volumes/D/stockal/server/stockal/node_modules/redis/index.js:664:14) at Socket. (/Volumes/D/stockal/server/stockal/node_modules/redis/index.js:293:14) at Socket.g (events.js:292:16) at emitNone (events.js:91:20) at Socket.emit (events.js:185:7) at endReadableNT (_stream_readable.js:974:12) at _combinedTickCallback (internal/process/next_tick.js:80:11) at process._tickCallback (internal/process/next_tick.js:104:9) code: 'UNCERTAIN_STATE', command: 'SINTERSTORE', args: [Object], position: 0 }, { AbortError: Redis connection lost and command aborted. It might have been processed. at RedisClient.flush_and_error (/Volumes/D/stockal/server/stockal/node_modules/redis/index.js:362:23) at RedisClient.connection_gone (/Volumes/D/stockal/server/stockal/node_modules/redis/index.js:664:14) at Socket. (/Volumes/D/stockal/server/stockal/node_modules/redis/index.js:293:14) at Socket.g (events.js:292:16) at emitNone (events.js:91:20) at Socket.emit (events.js:185:7) at endReadableNT (_stream_readable.js:974:12) at _combinedTickCallback (internal/process/next_tick.js:80:11) at process._tickCallback (internal/process/next_tick.js:104:9) code: 'UNCERTAIN_STATE', command: 'SORT', args: [Object], position: 1 }, { AbortError: Redis connection lost and command aborted. It might have been processed. at RedisClient.flush_and_error (/Volumes/D/stockal/server/stockal/node_modules/redis/index.js:362:23) at RedisClient.connection_gone (/Volumes/D/stockal/server/stockal/node_modules/redis/index.js:664:14) at Socket. (/Volumes/D/stockal/server/stockal/node_modules/redis/index.js:293:14) at Socket.g (events.js:292:16) at emitNone (events.js:91:20) at Socket.emit (events.js:185:7) at endReadableNT (_stream_readable.js:974:12) at _combinedTickCallback (internal/process/next_tick.js:80:11) at process._tickCallback (internal/process/next_tick.js:104:9) code: 'UNCERTAIN_STATE', command: 'DEL', args: [Object], position: 2 } ] }