Johan Adami

Results 25 comments of Johan Adami

I think it didn't work even before that. It would say the schema is in use. Deleting the table in the UI doesn't delete the schema. And that's a common...

removed in https://github.com/apache/pinot/pull/14736

Doesn't calling `updateIngestionDelay` add the metric back for the partition group id? So if we were to remove it immediately in `onConsumingToOnline`, then we should see it come back as...

Hmmm, so if i'm understanding the issue, the events are: - segment goes from consuming -> online which happens every time it seals - at this point, several things might...

@Jackie-Jiang, I wasn't able to track this down, but do servers consistently parse changes between idealstate/external view? Is there a way to do it when that happens and have it...

I wish there was a smaller ZK node we could look at. But given that we (and likely others) have use cases that want to meet SLC thresholds < 30s,...

@Jackie-Jiang I just tested on 1.1, and we still see the issue @priyen-stripe reported. It's pretty easy to repro: - rebalance (do not include consuming) - force commit you'll see...

> Curious if other systems also require something similar? I've been thinking about this question for a while. I think for a normal SQL database the answer is, "kind of"....

After a few more incidents this year where we accidentally deleted the wrong table, I think we also want users to type out the cluster name. If you have a...

cc @xiangfu0, curious if this is intended or actually a bug