You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by "mingchao zhao (Jira)" <ji...@apache.org> on 2021/12/03 04:12:00 UTC

[jira] (RATIS-1453) The client will hung when streaming writes.

    [ https://issues.apache.org/jira/browse/RATIS-1453 ]


    mingchao zhao deleted comment on RATIS-1453:
    --------------------------------------

was (Author: micahzhao):
We start with localwrite, followed by startTransaction. The last localwrite request.getWriteOptions() was CLOSE, at which point the file should be closed and the length of the file should be updated to 128000000.  
However, the file length is still 0 when startTransaction is executed. Indicates that localWrite is not finished when startTransaction is executed.
 !screenshot-9.png! 

> The client will hung when streaming writes.
> -------------------------------------------
>
>                 Key: RATIS-1453
>                 URL: https://issues.apache.org/jira/browse/RATIS-1453
>             Project: Ratis
>          Issue Type: Sub-task
>            Reporter: mingchao zhao
>            Priority: Major
>         Attachments: image-2021-12-03-11-50-25-893.png, image-2021-12-03-11-51-18-735.png, screenshot-1.png, screenshot-3.png, screenshot-4.png, screenshot-5.png, screenshot-6.png, screenshot-7.png, screenshot-8.png, screenshot-9.png
>
>
> Client hung will appear in Ozone streaming test. FileStore has the same problem. The screenshot shows the jstack information when hung appeared in the FileStore test.
>  !screenshot-1.png! 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)