ArkBriar

Results 40 comments of ArkBriar

I have removed the usage of lambda(Java 8) to avoid compilation failure. Now CI has passed.

Any updates? Should I change something to get this merged?

@cbeust Sorry for the delayed response. The core change is modifying the interface `IUsageFormatter` by adding a new `JCommander` argument, which stands for the commander who request the format. For...

Shall we support direct I/O on MacOS? We can disable the cache with `fcntl(fd, F_NOCACHE, 1)`.

What if the compactor/vacuum is iterating over rowsets? There will be ~200 files in the data dir after the first import and will be doubled after the second. It's possible...

Hi, I also ran into the same problem recently. I checked the code and guess that was because the auto-scaler checks the predicates with all pods on a sampled node...

> Hi, I also ran into the same problem recently. I checked the code and guess that was because the auto-scaler checks the predicates with all pods on a sampled...

The issue persists because the locks are not properly acquired. I have a fixed version which completely removes the `lockMap` which I don't think matters since opening DB is an...

> Is this still needed? I don't know. I assume it isn't.

> > I have no plan supporting `alter` now. > > And I am up with the idea of "propagating the changes" because changing credentials will influence all existing clients,...