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
{{ message }}
This repository has been archived by the owner on Aug 28, 2019. It is now read-only.
assert.js:102
throw new assert.AssertionError({
^
AssertionError: value larger than maximum allowed value
at verifIEEE754 (buffer.js:1015:10)
at writeDouble (buffer.js:1150:5)
at Buffer.writeDoubleBE (buffer.js:1162:3)
at ConnectRequest.toBuffer (/Users/mk2/git/node-hbase-client/node_modules/zookeeper-watcher/node_modules/zkjs/protocol/connect.js:30:8)
at Client.send (/Users/mk2/git/node-hbase-client/node_modules/zookeeper-watcher/node_modules/zkjs/client.js:34:22)
at Ensemble.write (/Users/mk2/git/node-hbase-client/node_modules/zookeeper-watcher/node_modules/zkjs/ensemble.js:62:15)
at Session.login (/Users/mk2/git/node-hbase-client/node_modules/zookeeper-watcher/node_modules/zkjs/session.js:378:17)
at Ensemble.clientConnect (/Users/mk2/git/node-hbase-client/node_modules/zookeeper-watcher/node_modules/zkjs/ensemble.js:132:16)
at Client.EventEmitter.emit (events.js:93:17)
at Object.afterConnect [as oncomplete] (net.js:752:10)
The text was updated successfully, but these errors were encountered:
This might be as easy as data.writeDoubleBE(this.lastZxid, 4, true) to turn off the assertions anywhere we write a ZXID. If using noAssert corrupts the value, I think we must use Buffers for ZXIDs. I was trying to use a double as an opaque 64-bit value to save from having to use a Buffer.
What is the value of this.lastZxid when you get the error?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: