We are using star rocks 3.5.2 connected to an Azure Blob for storage,
We did a fairly large update on Wednesday and now any updates we try on the table just hang and do not respond.
When we run [SHOW PROC "/transactions/events/running"; ] we see all TransactionStatus are "COMMITTED", the PrepareTIme, and CommitTime have time values but the PublishTIme and FinishTIme are NULL for the last two days.
[
SELECT *
FROM information_schema.be_txns;] - returns as blank table.
[SHOW PROC '/statistic';] - shows no Unhealthy or InconsistentTabletNum
[SHOW PROC '/compute_nodes';] shows all 18 CN Alive=true, SystemDecommisioned=false, and ClusterDecommisioned=false, CpuCores=32, MemLimit-155GB, StatusCode=OK
Reads from this table are OK, and reads and writes to other tables function fine.