hank icon indicating copy to clipboard operation
hank copied to clipboard

(DEPRECATED. This project is no longer used or maintained at LiveRamp.) Hank is a high performance distributed key-value NoSQL database that we built and use at LiveRamp. It is designed for very large...

Results 60 hank issues
Sort by recently updated
recently updated
newest added

would be nice to be able to check boxes next to a bunch of versions and then defunct them or clean them up.

replace the varied open/closed/defunct stuff with a state field that can be OPEN CLOSED DEFUNCT or DELETED. will give us some more flexibility as far as adding new states in...

It would be great if we could implement a mechanism to lock Coordinator components while we are using them. E.g lock a ring group and a domain group when the...

Otherwise, it can hang forever in weird situations.

During a get(), if there is an error at the DomainAccessor level (e.g. WRONG_HOST), no counter is updated. It would be great to keep track of these.

Right now it pops up a ZK exception. We should 1) throw an appropriate application exception and 2) check for existence before the call and print a message in the...

Unsure how we get in this state, but I've had it happen a couple times now. I restart a part daemon, it seems to come up ok and start doing...

I've seen outdated pages a few times now. We should force no caching.

It'd be really handy to be able to rename domains. This would allow us to do things like experiment with changes to the way a domain is generated, verify it...