You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/09/25 00:16:49 UTC

[GitHub] [pulsar] jerrypeng opened a new pull request #5272: fix behavior when getting a key from functions state that doesn't exist

jerrypeng opened a new pull request #5272: fix behavior when getting a key from functions state that doesn't exist
URL: https://github.com/apache/pulsar/pull/5272
 
 
   
   ### Motivation
   Currently, when a user attempts to fetch from function state a key that doesn't exist, an NPE will happen.
   
   ### Modifications
   
   Add the correct error handling for keys that don't exist.
   
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services