8000 bug: `barrier_inflight_latency` is too high and keeps growing · Issue #6571 · risingwavelabs/risingwave · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
bug: barrier_inflight_latency is too high and keeps growing  #6571
Closed
@fuyufjh

Description

@fuyufjh

I’m running NexMark with a self-made query, which consists of one Join and one Agg.
What could be the reason that barrier latency keeps growing? It has become > 8min

image
image

The query is

create materialized view mv_q6s as
  SELECT
    MAX(B.price) AS final,
    A.id,
    A.seller
  FROM
    auction AS A,
    bid AS B
  WHERE
    A.id = B.auction
    and B.date_time between A.date_time and A.expires
  GROUP BY
    A.id,
    A.seller

Is it stuck? -- No

/risedev ctl meta pause

After pause, the barrier number starts to drop. So, it’s not stuck. The pause succeed after 324.06s 😂 and the in-flight barriers were cleared

[cargo-make] INFO - Build Done in 324.06 seconds.

image

So, what could be the reason?

Metadata

Metadata

Assignees

Labels

P-criticalPriority: Critical.type/bugType: Bug. Only for issues.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0