[GitHub] ignite pull request #5044: IGNITE-7153: Fix parser to handle incomplete Redi...

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] ignite pull request #5044: IGNITE-7153: Fix parser to handle incomplete Redi...

andrey-kuznetsov
GitHub user mcfongtw opened a pull request:

    https://github.com/apache/ignite/pull/5044

    IGNITE-7153: Fix parser to handle incomplete Redis packet

    Add validation method to check packet completeness
   
    Add logic to store incomplete packet temporarily and assemble them until
    the final CRLF is seen.
   
    Implement test cases for data = 8k, 10k and 16k

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mcfongtw/ignite ignite-7153

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/5044.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #5044
   
----

----


---