We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce:
pkill -f "fluvio-run spu -i 5001"
fluvio consume <topic> -B doesn't return data.
fluvio consume <topic> -B
Seems to be cause by: #1726
The text was updated successfully, but these errors were encountered:
With working SPU, retrieving partition looks like this:
Oct 27 04:07:37.523 DEBUG fetch{stream_id=2 replica=test-0 sink=828}:send_back_records{starting_offset=0 stream_id=2}:read_records:read_partition_slice:read_records{start_offset=0 max_offset=None max_len=1000000}: fluvio_storage::replica: starting read records hw=1000 leo=1000 Oct 27 04:07:37.523 DEBUG fetch{stream_id=2 replica=test-0 sink=828}:send_back_records{starting_offset=0 stream_id=2}:read_records:read_partition_slice:read_records{start_offset=0 max_offset=None max_len=1000000}:find_segment{offset=0}: fluvio_storage::replica: is in active segment active_base_offset=0 Oct 27 04:07:37.523 DEBUG fetch{stream_id=2 replica=test-0 sink=828}:send_back_records{starting_offset=0 stream_id=2}:read_records:read_partition_slice:read_records{start_offset=0 max_offset=None max_len=1000000}: fluvio_storage::replica: active segment with base offset: 0 found for offset: 0 Oct 27 04:07:37.524 DEBUG fetch{stream_id=2 replica=test-0 sink=828}:send_back_records{starting_offset=0 stream_id=2}:read_records:read_partition_slice:read_records{start_offset=0 max_offset=None max_len=1000000}: fluvio_storage::replica: retrieved record slice fd: 825, position: 0, len: 191890
but with restarted SPU, retrieved slice returns 0
Oct 27 03:53:49.064 DEBUG fetch{stream_id=1 replica=test-0 sink=810}: fluvio_spu::services::public::stream_fetch: stream fetch max_bytes=1000000 max_fetch_bytes=1000000 isolation=ReadUncommitted stream_id=1 sink=810 starting_offset=0 Oct 27 03:53:49.064 DEBUG fetch{stream_id=1 replica=test-0 sink=810}:send_back_records{starting_offset=0 stream_id=1}:read_records:read_partition_slice:read_records{start_offset=0 max_offset=None max_len=1000000}: fluvio_storage::replica: starting read records hw=1000 leo=1000 Oct 27 03:53:49.064 DEBUG fetch{stream_id=1 replica=test-0 sink=810}:send_back_records{starting_offset=0 stream_id=1}:read_records:read_partition_slice:read_records{start_offset=0 max_offset=None max_len=1000000}:find_segment{offset=0}: fluvio_storage::replica: is in active segment active_base_offset=0 Oct 27 03:53:49.064 DEBUG fetch{stream_id=1 replica=test-0 sink=810}:send_back_records{starting_offset=0 stream_id=1}:read_records:read_partition_slice:read_records{start_offset=0 max_offset=None max_len=1000000}: fluvio_storage::replica: active segment with base offset: 0 found for offset: 0 Oct 27 03:53:49.064 DEBUG fetch{stream_id=1 replica=test-0 sink=810}:send_back_records{starting_offset=0 stream_id=1}:read_records:read_partition_slice:read_records{start_offset=0 max_offset=None max_len=1000000}: fluvio_storage::replica: retrieved record slice fd: 807, position: 0, len: 0
Sorry, something went wrong.
66c607b
sehz
Successfully merging a pull request may close this issue.
Steps to reproduce:
pkill -f "fluvio-run spu -i 5001"
fluvio consume <topic> -B
doesn't return data.Seems to be cause by: #1726
The text was updated successfully, but these errors were encountered: