You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by mcfongtw <gi...@git.apache.org> on 2018/10/21 13:59:50 UTC

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

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
    
----

----


---