Unable to change hist-track-back dynamically

Based on Aerospike configuration document, I should be able to change ‘hist-track-back’ dynamically, but when I try to do so I just get an error without any information:

[root@ ~]# asinfo -v "set-config:context=service;hist-track-back=60"
error

Is it any chance to get more detailed error?

Some errors will log a bit more detail in the server’s log. However, in this case it wouldn’t add much insight.

The hist-track-back is “dynamic” but not through the set-config API, instead it uses the hist-track-start and hist-track-stop APIs.

This topic was automatically closed 6 days after the last reply. New replies are no longer allowed.