Arpitha
- Total activity 38
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 0
Activity overview
Latest activity by Arpitha-
Arpitha created an article, How to recover from the unbalanced disk usage while adding new device
ContextWhile adding a new device to a namespace, only new records will be written to all devices evenly (based on the RIPEMD160 hash), while existing records on old devices will not be distributed ...
-
Arpitha created an article, Python client manylinux2010 wheel install and openssl
Problem DescriptionStarting with the Python Client version 3.8.0 and above, when using pip version 19.0 or above on linux platforms, pip will install the Aerospike Python Client via the download of...
-
Arpitha created an article, How to identify devices used for Aerospike storage?
ContextAerospike can store data in a number of ways, from in-memory storage to PMEM to raw SSD/NVMe device storage. This guide specifically concentrates on raw device storage, and how to identify a...
-
Arpitha created an article, How to configure storage device to use the disk WWID?
ContextDevice names are not always guaranteed to be attached to the same underlying physical disks upon reboot. In some cases the default drive names may get re-ordered such that /dev/sdX and /dev/...
-
Arpitha created an article, How to confirm if data is being rebalanced in an Aerospike cluster?
ContextSometimes I need to add or remove nodes in Aerospike cluster or issue a recluster command as part of a planned operation (e.g. after a quiesce command). It should trigger existing data on th...
-
Arpitha created an article, Why are migration messages shown even when migrate-fill-delay is set
DetailA cluster has a non-zero value set for migrate-fill-delay however in the event of a node removal the aerospike.log shows partitions to be migrated as follows: Jun 04 2019 13:56:01 GMT: INFO...
-
Arpitha created an article, How to configure a separate log sink for security information?
ContextIt may be desirable to log security information within a separate file for auditing purposes by systems or security teams. This is a simple task that can be achieved easily with Aerospike.Me...
-
Arpitha created an article, Asadm pex install and openssl
Problem DescriptionStarting with the Aerospike Tools package version aerospike-tools-3.15.3.8, asadm and its dependencies are bundled into a single pex file executable. Starting with Aerospike Tool...
-
Arpitha created an article, Can a Record Exceed the Maximum Size During a Sequence of Multiple Operations?
DetailOne client request to the server can perform multiple operations on a record (for example, with the Python client's client.operate_ordered() method) which may cause the record to exceed the s...
-
Arpitha created an article, How to populate a remote namespace using XDR ?
ContextWhen a new remote destination namespace is added to a cluster (XDR configuration) it is necessary to populate that destination with data. This article discusses the two methods that are avai...