You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ zapi new foo
foo: pool created
$ zapi post -p foo sample.ndjson
posted 13.01KB in 6.883174ms
$ zapi get -p foo -z
{_path:"capture_loss",_write_ts:"2020-02-25T16:03:17.838527Z",ts:"2020-02-25T16:03:17.838527Z",ts_delta:11.854892015457153,peer:"zeek",gaps:0,acks:6,percent_lost:0.}
...
However, advancing to Zed commit dcce5c2, now the get returns nothing.
…o span" by nwt
This is an auto-generated commit with a Zed dependency update. The Zed PR
brimdata/super#2745, authored by @nwt,
has been merged.
service/search: ignore request span if pool has no span
Closesbrimdata/super#2740.
brim-bot
pushed a commit
to brimdata/brimcap
that referenced
this issue
May 20, 2021
…o span" by nwt
This is an auto-generated commit with a Zed dependency update. The Zed PR
brimdata/super#2745, authored by @nwt,
has been merged.
service/search: ignore request span if pool has no span
Closesbrimdata/super#2740.
brim-bot
pushed a commit
to brimdata/zui
that referenced
this issue
May 20, 2021
…o span" by nwt
This is an auto-generated commit with a Zed dependency update. The Zed PR
brimdata/super#2745, authored by @nwt,
has been merged.
service/search: ignore request span if pool has no span
Closesbrimdata/super#2740.
$ zapi new foo
foo: pool created
$ zapi post -p foo sample.ndjson
posted 13.01KB in 8.338362ms
$ zapi get -p foo -z
{_path:"capture_loss",_write_ts:"2020-02-25T16:03:17.838527Z",ts:"2020-02-25T16:03:17.838527Z",ts_delta:11.854892015457153,peer:"zeek",gaps:0,acks:6,percent_lost:0.}
...
This also allowed the Brim CI to pass such that its Zed pointer has now successfully advanced. This issue did cause us to notice some unexpected request behaviors in Brim in brimdata/zui#1656 before we close that one, but the primary issue has definitely been addressed.
philrz
changed the title
Can't post/get NDJSON with string key called "ts" (regression at dcce5c22)
Can't post/get NDJSON with string key called "ts" (regression at dcce5c2)
May 27, 2021
Repro is with Zed commit dcce5c2 which is associated with #2729 (cc: @mccanne).
At Zed commit 7c92f41 that came right before, the following was working. First I start a
zed lake serve
:Then I create a Pool and post sample data https://github.com/brimdata/brim/blob/main/itest/testdata/sample.ndjson to it.
However, advancing to Zed commit dcce5c2, now the
get
returns nothing.Back in the
zed lake serve
window, I see no crash or other indications of a problem.The text was updated successfully, but these errors were encountered: