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
We saw a very rare issue resulted in node instance restart.
/app/node_modules/hdb/lib/protocol/Connection.js:280
4/6/20 1:14:28.619 AM [APP/2-0] ERR state.messageType = message.type;
4/6/20 1:14:28.619 AM [APP/2-0] ERR ^
4/6/20 1:14:28.619 AM [APP/2-0] ERR
4/6/20 1:14:28.619 AM [APP/2-0] ERR TypeError: Cannot set property 'messageType' of undefined
4/6/20 1:14:28.619 AM [APP/2-0] ERR at Connection.send (/app/node_modules/hdb/lib/protocol/Connection.js:280:21)
4/6/20 1:14:28.619 AM [APP/2-0] ERR at send (//app/node_modules/hdb/lib/protocol/ExecuteTask.js:189:21)
4/6/20 1:14:28.619 AM [APP/2-0] ERR at next (/app/node_modules/hdb/lib/protocol/ExecuteTask.js:157:14)
4/6/20 1:14:28.619 AM [APP/2-0] ERR at handleParameters (/app/node_modules/hdb/lib/protocol/ExecuteTask.js:152:5)
4/6/20 1:14:28.619 AM [APP/2-0] ERR at Immediate. (//app/node_modules/hdb/lib/protocol/Writer.js:199:7)
4/6/20 1:14:28.619 AM [APP/2-0] ERR at runCallback (timers.js:672:20)
4/6/20 1:14:28.619 AM [APP/2-0] ERR at tryOnImmediate (timers.js:645:5)
4/6/20 1:14:28.619 AM [APP/2-0] ERR at processImmediate [as _immediateCallback] (timers.js:617:5)
I don't know how to reproduce this but this happened only once.
I saw a similar issue #105.
Just wanted to make sure if they are related and possible upgrade should fix this.
Any pointers will really help.
Thanks,
Ramana.
The text was updated successfully, but these errors were encountered:
We are using older version of hdb - 0.13.0.
We saw a very rare issue resulted in node instance restart.
/app/node_modules/hdb/lib/protocol/Connection.js:280
4/6/20 1:14:28.619 AM [APP/2-0] ERR state.messageType = message.type;
4/6/20 1:14:28.619 AM [APP/2-0] ERR ^
4/6/20 1:14:28.619 AM [APP/2-0] ERR
4/6/20 1:14:28.619 AM [APP/2-0] ERR TypeError: Cannot set property 'messageType' of undefined
4/6/20 1:14:28.619 AM [APP/2-0] ERR at Connection.send (/app/node_modules/hdb/lib/protocol/Connection.js:280:21)
4/6/20 1:14:28.619 AM [APP/2-0] ERR at send (//app/node_modules/hdb/lib/protocol/ExecuteTask.js:189:21)
4/6/20 1:14:28.619 AM [APP/2-0] ERR at next (/app/node_modules/hdb/lib/protocol/ExecuteTask.js:157:14)
4/6/20 1:14:28.619 AM [APP/2-0] ERR at handleParameters (/app/node_modules/hdb/lib/protocol/ExecuteTask.js:152:5)
4/6/20 1:14:28.619 AM [APP/2-0] ERR at Immediate. (//app/node_modules/hdb/lib/protocol/Writer.js:199:7)
4/6/20 1:14:28.619 AM [APP/2-0] ERR at runCallback (timers.js:672:20)
4/6/20 1:14:28.619 AM [APP/2-0] ERR at tryOnImmediate (timers.js:645:5)
4/6/20 1:14:28.619 AM [APP/2-0] ERR at processImmediate [as _immediateCallback] (timers.js:617:5)
I don't know how to reproduce this but this happened only once.
I saw a similar issue #105.
Just wanted to make sure if they are related and possible upgrade should fix this.
Any pointers will really help.
Thanks,
Ramana.
The text was updated successfully, but these errors were encountered: