billierinaldi

Results 8 comments of billierinaldi

Here's a demo of overlapping links: http://bl.ocks.org/d/3779574/ and a demo of using a minimum value: http://bl.ocks.org/d/3782601/ For the minimum value demo, I loaded two links, one with value 10 and...

Hey, have you had a chance to take a look at the demos? Any thoughts?

Thanks for taking a look, @ctubbsii and @keith-turner. That's a good point. One option would be for this to be a standalone tool in Accumulo itself, like the [troubleshooting tools](https://accumulo.apache.org/docs/2.x/troubleshooting/tools)....

@singhravipratap VMSS auto OS upgrades should not be enabled for AKS agent pools. AKS has different mechanisms for auto OS upgrades, and these are enabled in our bicep deployments. The...

Thanks for the reviews, everyone. I'll make these changes and find out if anything else needs to be done for lease recovery in the wasb case.

I did some additional testing and found that I could acquire a lease on a walog manually while the walog was active with the tserver. When the tserver tried to...

I will likely abandon this particular change until one of the file system drivers supports lease operations. However, I am still thinking about how we could simulate a zombie tserver...

Thanks for the good suggestions, @keith-turner. I have successfully written some code that uses bytebuddy to prevent the tserver from halting when I manually delete its ZooKeeper lock. Now I...