teragrep / ajs_01

User interface for Teragrep
Apache License 2.0
0 stars 0 forks source link

If someone joins a notebook, the paragraph resets to previous state #141

Open kortemik opened 1 year ago

kortemik commented 1 year ago

ID <220> Reporter <@eemhu>

For example, when a user opens a notebook with a paragraph: (1)

%dpl
index=f17_mini | rex4j ".*wind_speed\":\s(?<windSPEDE>\d+.\d+)"| stats max(windSPEDE) avg(windSPEDE)

and changes it to (2)

%dpl
index=f17_mini | rex4j ".*wind_speed\":\s(?<windSPEDE>\d+.\d+)"| stats max(windSPEDE) min(windSPEDE) range(windSPEDE) avg(windSPEDE)

and then runs it, and after that a second user opens the notebook, the paragraph will reset to (1)

%dpl
index=f17_mini | rex4j ".*wind_speed\":\s(?<windSPEDE>\d+.\d+)"| stats max(windSPEDE) avg(windSPEDE)

while the results remain as the last ran paragraph (2).

kortemik commented 1 year ago

User <@ronja-ui> Date <[2022-05-20T11:12:05Z]>

Couldn't reproduce this on tg2, originally did happen on tg6