Alex Chi Z.

Results 309 comments of Alex Chi Z.

Also, would you please upgrade to latest version? We've fixed some OOM issues yesterday.

By the way, when are data ingested into Kafka? After all MVs created, or before MV creation?

The ideas look good to me. cc @hzxa21

> S3 sdk requires a ByteStream implementing object, not necessarily Bytes like we provide now. So if we change the object store interface to accept some sort of byte stream...

I believe the dependency can be removed as long as we go through the protobuf decoding thing in connectors. cc @tabVersion may take a look if you have time :)

There's https://docs.rs/prost-reflect/latest/prost_reflect/index.html, probably someone is working on this.

Doesn’t make sense because only meta implements idle timeout. We’ll need to implement idle timeout for other components (or let risedev kill existing components) to make everything work.

Metrics are stored in Prometheus server, but they are not sent. Prometheus will pull metrics from each compute node.

What's the difference between metrics in CN and metrics in Prometheus?

> > Same question. Can this be solved by turning the checkpoint interval larger? > > How to do this? In `risingwave.toml` we have a checkpoint interval config. Simply update...