Krishen

Results 7 comments of Krishen

> @kbuci Please include heartbeat for clustering commit as well. Also, treat clustering and logcompaction as removable plans so rollback for them can happen in the ingestion itself. Considering that...

Thanks for adding to change to perform the scheduling of write commits within a transaction, as discussed offline. This PR looks fine to me, though should we create a ticket...

> I was chasing some test failures in this patch and realized that flink might have an issue. In [this](https://github.com/apache/hudi/blob/ed65de1460468ad33a374a66606c0baae6cc129b/hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/util/CompactionUtil.java#L78) piece of code block, we generate a compaction time in...

> > This patch, ensure that before creating a requested entry in the timeline, there is no other instant greater than the current instant time. > > The instant time...

@nsivabalan Will your changes here also allow clean to perform the timestamp order validation? Or will that be handled by a later PR?

> > timeline is found to be in a conflicting state. The issue though is (by default) once a table service plan (compact/clean/cluster) is scheduled it can't be aborted and...