You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by gu...@apache.org on 2020/04/13 04:17:31 UTC

[pulsar] branch branch2.5 created (now 7ff1673)

This is an automated email from the ASF dual-hosted git repository.

guangning pushed a change to branch branch2.5
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


      at 7ff1673  Creating a topic does not wait for creating cursor of replicators (#6364)

This branch includes the following new commits:

     new 0aa5b64  Fix create consumer on partitioned topic while disable topic auto creation. (#5572)
     new c69259a  Fixed static linking on C++ lib on MacOS (#5581)
     new f95aebb  [pulsar-broker] close managed-ledgers before giving up bundle ownership to avoid bad zk-version (#5599)
     new c421d26  Expose bookkeeper expose explicit lac in broker.conf (#5822)
     new eff08dd  [build] Skip javadoc task for pulsar-client-kafka-compact modules (#5836)
     new 5d30766  add_backlogSize_in_topicStat (#5914)
     new 9c68641  Allow to enable/disable delayed delivery for messages on namespace (#5915)
     new e413d41  Fix negative un-ack messages in consumer stats (#5929)
     new 577eb1d  Upgrade Avro to 1.9.1 (#5938)
     new fed81a5  Avoid using same OpAddEntry between different ledger handles (#5942)
     new d4346ac  Prevent creation of regular topic with the same name as existing partitioned topic (#5943)
     new 1b74759  [pulsar-broker] Clean up closed producer to avoid publish-time  for producer (#5988)
     new 07006d5  Fix unit test (#6006)
     new 06a72c0  Expose lastConsumedTimestamp and lastAckedTimestamp to consumer stats (#6051)
     new 4dd9ca8  Fix issue 5505 (#6060)
     new 3b8bcb7  make acker transient (#6064)
     new 32164db  PIP-55: Refresh Authentication Credentials (#6074)
     new 5ecbdb7  Fix zero queue consumer message redelivery (#6076)
     new 03a1fc7  Support delete inactive topic when subscriptions caught up (#6077)
     new 478f905  Add a message on how to make log refresh immediately when starting a component (#6078)
     new de45930  Fix message redelivery for zero queue consumer while using async api to receive messages (#6090)
     new acdd987  [Functions] The argument and description for dead letter topic is wrong (#6101)
     new 13b65f1   [Websocket] Websocket doesn't set the correct cluster data (#6102)
     new fc51a13  Fix zeroQueueConsumer using listener (#6106)
     new b40b7f5  [Broker]Reset cursor with a non-exists position (#6120)
     new 8704d6a  [pulsar-admin] allow tenant admin to manage subscription permission (#6122)
     new 5c76eb4  Add timeout to search for web service URLs to avoid web threads getting stuck (#6124)
     new 942e340  Fix broker client tls settings error (#6128)
     new ef7e99b  Output resource usage rate to log on broker (#6152)
     new 0d50cf9  [Issue-5994]: Start proxy pods when at least one broker pod is running (#6158)
     new 5b60186  add missing check to dashboard-ingress (helm chart) (#6160)
     new 3d5b926  Restore clusterDispatchRate policy for compatibility (#6176)
     new 934002c  Supports evenly distribute topics count when splits bundle (#6241)
     new a6dbbb9  Introduce maxMessagePublishBufferSizeInMB configuration to avoid broker OOM (#6178)
     new a64559d  Namespace level offloader (#6183)
     new 0f5a3ea  [Issue 5904]Support `unload` all partitions of a partitioned topic (#6187)
     new 7656b1f  Create managed ledger path on local zookeeper when create partitions (#6189)
     new ee92dde  Corrected the method name for source implementation (#6190)
     new a0c4422  [deployement] make kubernetes yamls for aws operational (#6192)
     new d285fc0  Fix get schema version in HttpLookupService. (#6193)
     new 9b2ee74  Pin the netty-transport-native-epoll to avoid conflicts (#6194)
     new f0c2ce1  [ISSUE-6131]: Ensure JVM memory and GC options are set for bookie (#6201)
     new 9fc05c5  [functions] Default functionAuthProvider when running in k8s (#6203)
     new a49737d  Fix bug that backlog message that has not yet expired could be deleted due to TTL (#6211)
     new a76cf23  [authentication] Validate tokens for binary connections (#6233)
     new b696d66  Use fully qualified hostname as default to advertise brokers (#6235)
     new 1f609ae  [Issue 6173][compaction] Fix log compaction for flow control/empty topic/last deletion (#6237)
     new 731211c  Fix deploy of WindowFunctions (#6246)
     new 664470c  Make tests more stable by using JSONAssert equals (#6247)
     new 36b4734  [C++] Fixed memory corruption on ExecutorService destructor (#6270)
     new a183a87  [C++] Fixed handling of canceled timer events on NegativeAcksTracker (#6272)
     new 38c61af  Fix bug that tenants whose allowed clusters include global cannot be created/updated (#6275)
     new cc8e38f  [Issue 4070][pulsar-client-cpp] Fix for possible deadlock when closing Pulsar client (#6277)
     new 7bb708f  Remove problematic semicolon from conf (#6303)
     new ccef8ca  Enable get precise backlog and backlog without delayed messages. (#6310)
     new 62081ab  Fixed casting in ZooKeeperCache.getDataIfPresent() (#6313)
     new 432135e  KeyValue schema support for pulsar sql (#6325)
     new 0f140e2  Should flush the last potential duplicated since can't combine potential duplicated messages and non-duplicated messages into a batch. (#6326)
     new ebb1c6f  Upgrade ZooKeeper to 3.5.7 (#6329)
     new ea2cfad  Windows CMake corrections (#6336)
     new 2ccea55  client: make SubscriptionMode a member of ConsumerConfigurationData (#6337)
     new 4f4d0d2  Avoid get partition metadata while the topic name is a partition name. (#6339)
     new 29a4733  explicit statement env 'BOOKIE_MEM' and 'BOOKIE_GC' for values-mini.yaml (#6340)
     new 1b6266b  Fix java doc for key shared policy. (#6341)
     new d789b10  [Java Reader Client] Start reader inside batch result in read first message in batch. (#6345)
     new b908316  Fix broker to specify a list of bookie groups. (#6349)
     new 13f898e  Independent schema is set for each consumer generated by topic (#6356)
     new 8a11030  remove future.join() from PulsarSinkEffectivelyOnceProcessor (#6361)
     new 49207d7  [ClientAPI]Fix hasMessageAvailable() (#6362)
     new d7b559e  Creating a topic does not wait for creating cursor of replicators (#6364)
     new b5d0ac7  [Issue 6355][HELM] autorecovery - could not find or load main class (#6373)
     new 1ae7bd0  Amend the default value of . (#6374)
     new 29a05c0  [Pulsar-Client] Stop shade snappy-java in pulsar-client-shaded (#6375)
     new 383b025  fix duplicate key to send propertys (#6390)
     new 2cdbb1f  [Issue 6168] Fix Unacked Message Tracker by Using Time Partition on C++ (#6391)
     new fbc54b4  [Reader] Should set either start message id or start message from roll back duration. (#6392)
     new 47148cf  Seek to the first one >= timestamp (#6393)
     new 6181612  [Minor] Fix java code errors reported by lgtm.  (#6398)
     new c41498e  Close ZK before canceling future with exception (#6228) (#6399)
     new 9a8621f  Fixed enum package not found (#6401)
     new 63464ab  Consumer received duplicated deplayed messages upon restart
     new 81f4460  Add verification for SchemaDefinitionBuilderImpl.java (#6405)
     new 337cdc5  [Issue 3762][Schema] Fix the problem with parsing of an Avro schema related to shading in pulsar-client. (#6406)
     new d98a092  [Java client] MultiTopics discovery is broken due to discovery task scheduled twice instead of pendingBatchRecei… (#6407)
     new 8db1e53  Update BatchReceivePolicy.java (#6423)
     new 9488c6d  Bump netty version to 4.1.45.Final (#6424)
     new fd88321  Remove duplicated test libraries in POM dependencies (#6430)
     new f59cd72  Fix publish buffer limit does not take effect
     new 35a77b1  [Flink-Connector]Get PulsarClient from cache should always return an open instance (#6436)
     new 0e7d38a  fix the bug of authenticationData is't initialized. (#6440)
     new e8b93d5  Fixed the max backoff configuration for lookups (#6444)
     new f6db479  Use System.nanoTime() instead of System.currentTimeMillis() (#6454)
     new 64ff3e1  [Broker] Create namespace failed when TLS is enabled in PulsarStandalone (#6457)
     new 48c3f42  Improve cpp-client-lib: provide another `libpulsarwithdeps.a` in dep/rpm (#6458)
     new ee784ae  pulsar-proxy: fix correct name for proxy thread executor name (#6460)
     new 1d23d56  [pulsar-proxy] fix logging for published messages (#6474)
     new 8f9749d  Fix create partitioned topic with a substring of an existing topic name. (#6478)
     new 7d7d071  Avoid calling ConsumerImpl::redeliverMessages() when message list is empty (#6480)
     new 80e1475  Fix some async method problems at PersistentTopicsBase. (#6483)
     new 07ba135  Fix memory leak when running topic compaction. (#6485)
     new 44ed37a  [proxy] Fix proxy routing to functions worker (#6486)
     new 7eeb10d  [pulsar-client] fix deadlock on send failure (#6488)
     new 9b10c94  [broker] Timeout API calls in BrokerService (#6489)
     new 319eabb  [pulsar-client] remove duplicate cnx method (#6490)
     new 70337c7  [pulsar-client-cpp] Fix Redelivery of Messages on UnackedMessageTracker When Ack Messages . (#6498)
     new 45e8963  Start namespace service and schema registry service before start broker. (#6499)
     new 04c605f  Instead of always using admin access for topic, use read/write/admin access for topic (#6504)
     new 8152d9d  Fix admin getLastMessageId return batchIndex (#6511)
     new 580b319  [Maven Cleanup] Remove managed-ledger and zk-utils test-jar dependencies when possible (#6513)
     new 5db8596  Disable channel auto read when publish rate or publish buffer exceeded (#6550)
     new 7bf3d6b  Don't increment unacked messages for the consumer with Exclusive/Failover subscription mode. (#6558)
     new 9f33ee1  Fix: topic with one partition cannot be updated (#6560)
     new 584079e  Fix NPE while call getLastMessageId. (#6562)
     new 5ff552a  Do not retry on authorization failure (#6577)
     new 37d9005  resume servercnx method to public (#6581)
     new de57ddd  Support BouncyCastle FIPS provider  (#6588)
     new 6119ccf  Improve Key_Shared subscription message dispatching performance. (#6647)
     new 3f4c0e3  Fix send get raw schema request (#6650)
     new d60eebf  Fixed avro schema decode error in functions (#6662)
     new 0319552  Handle KeeperException.BadVersionException thrown by updateSchemaLocator() (#6683)
     new 160cc50  Not allow sub auto create by admin when disable topic auto create (#6685)
     new 3a02f76  Update README.md To Represent JDK 11 in Build Pulsar Doc (#6686)
     new be7193e  Improve backlogSize stats in the topic. (#6700)
     new b234eff  [pulsar-io-rabbitmq] Added integration test for RabbitMQ. (#6033)
     new 56b92d1  Add Joda time logical type conversion. (#6704)
     new 4b233f9  Move 2.6.0-SNAPSHOT to 2.5.1
     new c2dc1bd  Fixed cherry-pick erro
     new 7ff1673  Creating a topic does not wait for creating cursor of replicators (#6364)

The 128 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.