pixie
pixie copied to clipboard
Query forwarder fails with large amount of data
Error: Failed to execute script error=Failed to execute script: rpc error: code = Unknown desc = error in ForwardQueryResult: Query 7490b68d-af25-4850-a981-8967bf906241 can not accept more data, consumer likely died
#px:set max_output_rows_per_table=0
import px
df = px.DataFrame('http_events')[['resp_status','req_path']]
px.display(df, 'http_table')
➤ Phillip Kuznetsov commented:
Still happens as of today