-
I am facing this issue in a specific scenario while it works in the rest of the scenario.
Tentative flow of my code is,
i) I save the user callback function address in the Static Variant.
ii) Later I …
-
Hi,
I am getting segmentation fault during the batchGet with version 1.0.28 .
-
Hi All
i'm confuse on YCSB
1- what is different between YCSB that download from "curl -O --location https://github.com/brianfrankcooper/YCSB/releases/download/0.3.0/ycsb-0.3.0.tar.gz" AND from…
-
There are various unique id and all are bidding a amount at a rate of milliseconds and I have to store it and update their current spend(the total sum of the bids till that time) asap. The schema i am…
-
I'm having some issue when saving an object with Boolean attributes.
Its apparently is converting them to objects.
This code in NodeJs
``` javascript
var aerospike = require('aerospike');
var clien…
-
Trying to create aerospike records, using the client e.g. version `[com.aerospike/aerospike-client "3.0.34"]` or `[com.aerospike/aerospike-client "3.0.20"]`
results in the following error:
`ClassCast…
-
Hello, the following code crashes the API and makes a stack dump .
```
var key = aerospike.key('test','test',1);
var doc = {'bla': 1}
doc.asd = undefined;
client.put(key, doc, function(err)
{
//…
-
I would like to list up the modules not work well on v4.0.
inspired by https://github.com/nodejs/node/issues/456
If this idea is not so good, feel free to close this issue.
-
Logstash currently does not provide end-to-end delivery guarantees. When a plugin fails to process an event, it does not signal to an earlier stage in the pipeline that an error has occurred. Also on …
-
Are there any way to get the digest from key(ns, set,key) and from inserted record?