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/06/14 13:56:42 UTC

[GitHub] [pulsar] hellozepp opened a new pull request #4536: [pulsar-client] NPE in UnAckedMessageTrackerDisabled#size (#4535)

hellozepp opened a new pull request #4536: [pulsar-client] NPE in UnAckedMessageTrackerDisabled#size (#4535)
URL: https://github.com/apache/pulsar/pull/4536
 
 
   *(If this PR fixes a github issue, please add `Fixes #<xyz>`.)*
   
   Fixes #4535
   
   ### Modifications
   
   * If ackTimeout is not set, UnAckedMessageTracker is a disabled method.We can get a default value. Such as 0.*
   
   ### Verifying this change
   
   This change added tests and can be verified as follows:
   
     - *Extended integration test for recovery in UnAckedMessageTrackerDisabled#size*
   
   ### Does this pull request potentially affect one of the following parts:
   
   *If `yes` was chosen, please highlight the changes*
   
     - Dependencies (does it add or upgrade a dependency): (yes / no)
     - The public API: (no)
     - The schema: (no)
     - The default values of configurations: (no)
     - The wire protocol: (no)
     - The rest endpoints: (no)
     - The admin cli options: (no)
     - Anything that affects deployment: (no)
   
   

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