1. 05 8月, 2020 10 次提交
  2. 04 8月, 2020 1 次提交
  3. 03 8月, 2020 6 次提交
    • F
      Change some WebApplicationException log level to debug (#7725) · 8061c547
      Fangbin Sun 提交于
      ### Motivation
      Some user may face the following `Temporary Redirect` issue when the request topic not owned by the current broker:
      ```
      19:21:48.215 [pulsar-web-42-5] ERROR org.apache.pulsar.broker.admin.impl.PersistentTopicsBase - [admin] Failed to get list of subscriptions for persistent://default_tenant/default_namespace/default_topic-partition-0
      javax.ws.rs.WebApplicationException: HTTP 307 Temporary Redirect
      	at org.apache.pulsar.broker.web.PulsarWebResource.validateTopicOwnership(PulsarWebResource.java:599)
      	at org.apache.pulsar.broker.admin.impl.PersistentTopicsBase.validateReadOperationOnTopic(PersistentTopicsBase.java:245) 
      	at org.apache.pulsar.broker.admin.impl.PersistentTopicsBase.internalGetSubscriptionsForNonPartitionedTopic(PersistentTopicsBase.java:874) 
      	at org.apache.pulsar.broker.admin.impl.PersistentTopicsBase.internalGetSubscriptions(PersistentTopicsBase.java:825) 
      	at org.apache.pulsar.broker.admin.v2.PersistentTopics.getSubscriptions(PersistentTopics.java:461)
      
      09:41:45.485 [pulsar-web-42-7] WARN  org.apache.pulsar.broker.admin.impl.PersistentTopicsBase - [admin] [persistent://public/default/test-partition-1] Failed to create subscription consumer-test at message id -1:-1:-1
      javax.ws.rs.WebApplicationException: HTTP 307 Temporary Redirect
              at org.apache.pulsar.broker.web.PulsarWebResource.validateTopicOwnership(PulsarWebResource.java:599)
              at org.apache.pulsar.broker.admin.impl.PersistentTopicsBase.validateAdminAccessForSubscriber(PersistentTopicsBase.java:283)
              at org.apache.pulsar.broker.admin.impl.PersistentTopicsBase.internalCreateSubscriptionForNonPartitionedTopic(PersistentTopicsBase.java:1752)
              at org.apache.pulsar.broker.admin.impl.PersistentTopicsBase.internalCreateSubscription(PersistentTopicsBase.java:1673)
              at org.apache.pulsar.broker.admin.v2.PersistentTopics.createSubscription(PersistentTopics.java:816)
      ```
       As discussed in https://github.com/apache/pulsar/issues/7189, it is better to use debug level when this happens.
      
      ### Modifications
      
      Change some `WebApplicationException` log level from error/warn to debug in `PersistentTopicsBase`.
      8061c547
    • L
      support config request timeout (#7698) · c1f06cab
      ltamber 提交于
      ### Motivation
       Currently, pulsar admin cli tool request timeout is 300 seconds, this pr is to make it configurable.
      
      ### Modifications
      add option `request-timeout` to config pulsar admin cli tool request timeout, default is 300 seconds.
      add unit test.
      c1f06cab
    • Y
      Fix the nondurable consumer can not specify the initial position (#7702) · bea5dd87
      Yong Zhang 提交于
      Fixes #7619
      
      Motivation
      
      When using nondurable consumer to consumer message and specify the initial position
      from earliest, the consumer can not start consume from the earliest message.
      bea5dd87
    • L
      ca98a89c
    • R
      [pulsar-client] Remove UUID generation on sending message (#7705) · 094d90ee
      Rajan Dhabalia 提交于
      * [pulsar-client] Remove UUID generation on sending message
      
      * fix prod name
      094d90ee
    • M
      03131fb7
  4. 31 7月, 2020 2 次提交
  5. 30 7月, 2020 5 次提交
  6. 29 7月, 2020 4 次提交
  7. 28 7月, 2020 12 次提交