You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pegasus.apache.org by GitBox <gi...@apache.org> on 2022/06/07 10:21:15 UTC

[GitHub] [incubator-pegasus] GehaFearless opened a new issue, #998: Bug: different judgement to empty hashkey

GehaFearless opened a new issue, #998:
URL: https://github.com/apache/incubator-pegasus/issues/998

   ### What appeared
   When I use multi_set from c++ client, I found that hashkey couldn't be null.  However, My table data have existed a group data(hashkey="", sortkey="", value=""). 
   
   ### What problem 
   I find that's different judgement to empty hashkey from client interfaces.
   It's "PERR_INVALID_HASH_KEY" for "multi" prefix interfaces when hashkey is null, but single kv operations is ok. Sortkey always allow be null. 
   
   ### How to solve
   I think null hashkey also should be allowed on "multi" prefix interfaces.
   


-- 
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: dev-unsubscribe@pegasus.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org


[GitHub] [incubator-pegasus] GehaFearless closed issue #998: Bug: different judgement to empty hashkey

Posted by GitBox <gi...@apache.org>.
GehaFearless closed issue #998: Bug: different judgement to empty hashkey 
URL: https://github.com/apache/incubator-pegasus/issues/998


-- 
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: dev-unsubscribe@pegasus.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org