carloea2 opened a new pull request, #8260:
URL: https://github.com/apache/texera/pull/8260

   ### What changes were proposed in this PR?
   
   Use timed queue writes so a producer notices when the background upload has 
failed. Stop waiting to enqueue the EOF marker once that upload worker has 
completed.
   
   A regression covers both `write` and `close` with a full queue after an 
upload failure.
   
   ### Any related issues, documentation, discussions?
   
   Closes #8259
   
   ### How was this PR tested?
   
   Live reproduction on the untouched base reported `write_still_blocked=True`. 
The same probe after the fix reported `write_still_blocked=False` and surfaced 
the upload error.
   
   `C:\Users\carlo\texera\texera\.venv312\Scripts\python.exe -c "import 
sys,pytest; 
sys.path[:0]=[r'C:\Users\carlo\texera\texera-worktrees\investigate-bug66\amber\src\main\python',r'C:\Users\carlo\texera\texera\amber\src\main\python'];
 raise 
SystemExit(pytest.main([r'amber/src/test/python/pytexera/storage/test_large_binary_output_stream.py','-q','-p','no:cacheprovider']))"`
   
   `C:\Users\carlo\texera\texera\.venv312\Scripts\ruff.exe check 
amber/src/main/python amber/src/test/python`
   
   `C:\Users\carlo\texera\texera\.venv312\Scripts\ruff.exe format --check 
amber/src/main/python/pytexera/storage/large_binary_output_stream.py 
amber/src/test/python/pytexera/storage/test_large_binary_output_stream.py`
   
   ### Was this PR authored or co-authored using generative AI tooling?
   
   Generated-by: OpenAI Codex


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to