I am running aerospike server on ubuntu 16.04 on aarch64 device. Server is crashing with below error when I test with aerospike_test running on the same device
Thanks for your response.
I have ported aerospike on to ARM device and able to run aerospike server and aerospike_test on ARM device. I am able to insert record using aql also.
Could you please help me to understand about what this “setDR” does and why this assertion is happening. Is there any setting/configuration to be done for this?
From a quick look at the code, I could imagine a compiler that defaults to “char” to unsigned could trigger this assert. If this is what’s happening, then perhaps adding “signed” to the declaration of “dirty” in “btreenode” in “btreepriv.h” might help. Or perhaps there could be issues with the struct being declared as packed?
PS: please provide this courtesy when cross-posting: