1. 19 5月, 2019 2 次提交
    • E
      [issue #3975] Bugfix NPE on non durable consumer (#3988) · 50311421
      Ezequiel Lovelle 提交于
      *Motivation*
      
      Trying to fix #3975
      
      When a reset of a cursor is performed with some timestamp on a non-durable
      consumer the message finder will fail with null pointer exception due to
      `cursor.getName()` being null.
      
      *Modifications*
      
        - Add method overloading for `newNonDurableCursor()` with subscription name.
        - Fix method getNonDurableSubscription to call `newNonDurableCursor()` with
          proper subscription name
        - Add test to assert issue.
      50311421
    • R
      [pulsar-broker] add producer/consumer id in error-logging (#3961) · 6a8d8389
      Rajan Dhabalia 提交于
      ### Motivation
      
      Log Producer/Consumer Id when broker logs "Producer/consumer is already connected" to help in debugging when client is keep failing to create producer and broker is keep logging  the same error.
      6a8d8389
  2. 07 5月, 2019 1 次提交
  3. 03 5月, 2019 1 次提交
  4. 09 4月, 2019 4 次提交
  5. 05 4月, 2019 4 次提交
  6. 02 4月, 2019 9 次提交
  7. 30 3月, 2019 19 次提交