Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Bump pulsar version to 2.10.5-SNAPSHOT #5859

Draft
wants to merge 1,009 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1009 commits
Select commit Hold shift + click to select a range
725b82c
[fix] [ml] Topics stats shows msgBacklog but there reality no backlog…
poorbarcode Jan 19, 2023
74f40c9
[improve][broker] Added isActive in ManagedCursorImpl (#19341)
heesung-sn Jan 28, 2023
7b9a78e
[fix][cli][branch-2.10] Fix mbeans to json (#19294)
nodece Jan 29, 2023
6b067a5
[improve][broker] Replaced checkBackloggedCursors with checkBacklogge…
heesung-sn Jan 29, 2023
0a8a4d6
[fix][client] Fix reader listener can't auto ack with pooled message.…
mattisonchao Jan 30, 2023
0dfbc61
[fix][broker] fixed the build error for pattern matching variable in …
heesung-sn Jan 30, 2023
5385f3b
[fix][client] Prevent DNS reverse lookup when physical address is an …
lhotari Dec 23, 2022
d5244c7
[fix][client] Set fields earlier for correct ClientCnx initialization…
michaeljmarshall Jan 30, 2023
f9e24f2
[fix][proxy] Only go to connecting state once (#19331)
michaeljmarshall Jan 31, 2023
fd700da
[fix][io] Update Elasticsearch sink idle cnx timeout to 30s (#19377)
michaeljmarshall Jan 31, 2023
4dca93b
Close TransactionBuffer when MessageDeduplication#checkStatus failed …
tjiuming Feb 3, 2023
a28ee0e
[fix][broker]optimize the shutdown sequence of broker service when it…
HQebupt Aug 19, 2022
503457b
[fix][broker] Pass subscriptionName to auth service (#17123) (#19423)
liangyepianzhou Feb 3, 2023
45678b8
[fix][txn] Correct the prompt message (#17009)
thetumbled Dec 22, 2022
b83214e
[fix][broker]fix multi invocation for ledger createComplete (#18975)
aloyszhang Dec 19, 2022
0c2e526
[fix][misc] do not require encryption on system topics (#18898)
nicoloboschi Dec 14, 2022
6e93fe4
[fix] [broker] getLastMessageId returns a wrong batch index of last m…
poorbarcode Dec 20, 2022
fde620e
[improve][client] Change the get lastMessageId to debug level (#18421)
zymap Nov 14, 2022
0ade728
[fix][broker] Support deleting partitioned topics with the keyword `-…
mattisonchao Jan 14, 2023
80ab719
[fix] [ml] Fix the incorrect total size if use ML interceptor (#19404)
poorbarcode Feb 3, 2023
9f0e8e6
[fix][broker] Topic could be in fenced state forever if deletion fail…
nicoloboschi Jan 4, 2023
3677138
[fix][txn] Catch and log runtime exceptions in async operations (#19258)
nicoloboschi Jan 18, 2023
f61aafa
[improve][broker] Added isActive in ManagedCursorImpl (#19341)
heesung-sn Jan 28, 2023
d1e4008
[improve][broker] Added isActive in ManagedCursorImpl (#19341)
heesung-sn Jan 28, 2023
05cbbfd
[improve][broker] Copy subscription properties during updating the to…
mattisonchao Jan 13, 2023
283f773
[fix][broker] Expect msgs after server initiated CloseProducer (#19446)
michaeljmarshall Feb 7, 2023
660ac36
Revert "[fix][broker] Topic could be in fenced state forever if delet…
liangyepianzhou Feb 8, 2023
4a1ac0a
[cherry-pick][branch-2.10] Close TransactionBuffer when create persis…
liangyepianzhou Feb 8, 2023
f6da22b
[revert][misc] "modify check waitingForPingResponse with volatile (#1…
michaeljmarshall Feb 8, 2023
003c186
[fix][broker] Fix PulsarRegistrationClient and ZkRegistrationClient n…
horizonzy Feb 1, 2023
58fb59f
[fix][ml] Fix potential NPE cause future never complete. (#19415)
mattisonchao Feb 3, 2023
21fecf0
[fix] [ml] The atomicity of multiple fields of ml is broken (#19346)
poorbarcode Jan 29, 2023
ddb94aa
[improve][txn] Handle changeToReadyState failure correctly in TC clie…
BewareMyPower Jan 27, 2023
5dd13ec
[fix][txn] fix txn coordinator recover handle committing and aborting…
thetumbled Feb 1, 2023
cb91c4a
[cherry-pick][branch-2.10] Allow superusers to abort transactions (#1…
liangyepianzhou Feb 9, 2023
4b83d06
[fix][broker] Fix race condition while updating partition number (#19…
mattisonchao Jan 12, 2023
e59aac7
[fix][broker] Remove timestamp from broker metrics (#17419)
michaeljmarshall Sep 7, 2022
eabc2cd
[Improve][broker] Support clear old bookie data for BKCluster (#16744)
coderzc Jul 25, 2022
b28d796
[fix][authorization] Fix the return value of canConsumeAsync (#19412)
nodece Feb 7, 2023
0c7b250
[fix][ml] Reset individualDeletedMessagesSerializedSize after acked a…
mattisonchao Feb 5, 2023
73f6693
[fix][client] Fix async completion in ConsumerImpl#processPossibleToD…
lhotari Feb 2, 2023
bb5fd03
[fix][fn] Fix k8s merge runtime opts bug (#19481)
michaeljmarshall Feb 10, 2023
0d69ead
[fix][broker] Make ServerCnx#originalAuthData volatile (#19507)
michaeljmarshall Feb 14, 2023
01bd986
[cleanup][broker] Validate originalPrincipal earlier in ServerCnx (#1…
michaeljmarshall Feb 14, 2023
fb5477b
[fix][security] Fix secure problem CVE-2017-1000487 (#19479)
gaoran10 Feb 15, 2023
6132b46
[fix][broker] ServerCnx broken after recent cherry-picks (#19521)
michaeljmarshall Feb 15, 2023
b4b664c
[fix][broker] Fix loadbalance score caculation problem (#19420)
gaozhangmin Feb 15, 2023
019c920
[fix] [ml] messagesConsumedCounter of NonDurableCursor was initialize…
poorbarcode Jan 31, 2023
b970f02
[fix][broker][branch-2.10] Replace sync method call in async call cha…
lhotari Feb 16, 2023
6a599af
[improve][broker] Require authRole is proxyRole to set originalPrinci…
michaeljmarshall Feb 16, 2023
467cd32
[improve][broker] ServerCnx: go to Failed state when auth fails (#19312)
michaeljmarshall Feb 15, 2023
557b72d
[feat][broker] Cherry-pick tests from (#19409)
michaeljmarshall Feb 15, 2023
0231ad3
[improve][broker] Add test to verify authRole cannot change (#19430)
michaeljmarshall Feb 15, 2023
1935f07
[fix][broker] Call originalAuthState.authenticate in ServerCnx
michaeljmarshall Feb 17, 2023
09f00ee
[fix][broker] Correct MockAlwaysExpiredAuthenticationState test impl
michaeljmarshall Feb 17, 2023
cac4915
[branch-2.10][fix][proxy] Fix using wrong client version in pulsar pr…
RobertIndie Feb 21, 2023
14152fc
[fix][test] ProxyWithAuthorizationTest remove SAN from test certs (#1…
michaeljmarshall Feb 22, 2023
26e1053
[fix][broker] Make authentication refresh threadsafe (#19506)
michaeljmarshall Feb 14, 2023
4da2487
[fix][broker] Allow proxy to pass same role for authRole and original…
michaeljmarshall Feb 22, 2023
27f0449
[fix][client] Broker address resolution wrong if connect through a mu…
nicoloboschi Feb 23, 2023
36582d8
[fix][broker] Copy command fields and fix potential thread-safety in …
nicoloboschi Feb 23, 2023
90980da
[fix][broker][branch-2.10] Fix geo-replication admin (#19608)
nodece Feb 24, 2023
67d2c29
[fix][admin] Fix `validatePersistencePolicies` that Namespace/Topic p…
tjiuming Jan 28, 2023
a49b8e9
[fix][broker] PulsarRegistrationClient - implement getAllBookies and …
eolivelli Oct 20, 2022
830ae26
[Improve][Broker]Reduce GetReplicatedSubscriptionStatus local REST ca…
AnonHxy Sep 13, 2022
d0cff5f
[fix] [broker] Incorrect service name selection logic (#19505)
poorbarcode Feb 15, 2023
0f455e6
[improve][broker] Use shrink map for trackerCache (#19534)
wolfstudy Feb 16, 2023
132abe9
[fix][client] Fix authentication not update after changing the servic…
hangc0276 Feb 14, 2023
90b4f86
[feature][txn] Fix individual ack batch message with transaction abor…
congbobo184 Feb 17, 2023
cf06952
[improve][broker] Add UncaughtExceptionHandler for every thread pool …
315157973 Oct 27, 2022
9160ee6
[fix][client] Set authentication when using loadConf in client and ad…
onobc Feb 4, 2023
e4a1e67
[cleanup][broker] Simplify extract entryMetadata code in filterEntrie…
lifepuzzlefun Dec 12, 2022
2e3e9de
[improve][broker] Follow up #19230 to tighten the validation scope (#…
mattisonchao Jan 15, 2023
0eaa671
[branch-2.10][test]Run and fix tests (#19636)
liangyepianzhou Feb 26, 2023
2c591ae
[improve] Upgrade wildfly-eytron (used by debezium) to fix CVE-2022-3…
dlg99 Feb 4, 2023
aa7beba
[improve][misc] Upgrade Netty to 4.1.87.Final (#19417)
lhotari Feb 3, 2023
e32f9ad
[improve] Upgrade to zk 3.8.1 (#19425)
dlg99 Feb 4, 2023
a0a4d93
[improve] Upgrade lombok to 1.8.26 (#19426)
merlimat Feb 4, 2023
8fde241
Revert "[improve] Upgrade to zk 3.8.1 (#19425)"
liangyepianzhou Feb 27, 2023
080dfc8
[branch-2.10][build]Fix check License (#19648)
liangyepianzhou Feb 27, 2023
8945b83
[fix] [ml] topic load fail by ledger lost (#19444)
poorbarcode Feb 21, 2023
a863e7d
[improve] [admin] Make the default value of param --get-subscription-…
poorbarcode Jan 28, 2023
2077233
Revert "[improve] [admin] Make the default value of param --get-subsc…
michaeljmarshall Feb 27, 2023
96e3f39
[improve] upgrade the bookkeeper version to 4.14.7 (#19179)
horizonzy Mar 1, 2023
a8f3c81
[branch-2.10][broker] Support zookeeper read-only config. (#19156) (#…
liangyepianzhou Mar 1, 2023
a3a242c
[improve] Simplify enabling Broker, WS Proxy hostname verification (#…
michaeljmarshall Mar 1, 2023
d1aebd3
Release 2.10.4
liangyepianzhou Mar 2, 2023
d8763d4
release 2.10.4 test
liangyepianzhou Mar 5, 2023
f5c7de2
Revert "release 2.10.4 test"
liangyepianzhou Mar 5, 2023
92f68e3
[fix] [client] fix memory leak if enabled pooled messages (#19585)
poorbarcode Mar 5, 2023
751eeea
[fix] [broker] Topic close failure leaves subscription in a permanent…
poorbarcode Mar 9, 2023
36794d9
[cherry-pick][branch-2.10] Fix deadlock causes session notification n…
liangyepianzhou Mar 10, 2023
240c22c
[fix][client][branch-2.10]Return local thread for the `newThread` (#1…
liangyepianzhou Mar 11, 2023
4449814
[fix][broker] Fix potential exception cause the policy service init f…
Technoboy- Mar 9, 2023
8f47bd1
[cherry-pick][branch-2.10] KCA: picking fixes from master (#19788)
dlg99 Mar 14, 2023
7ea5f43
[improve][broker] Authorize originalPrincipal when provided (#19830)
michaeljmarshall Mar 17, 2023
45f303c
[test] Fix ServerCnxTest failing after merge of #19830
michaeljmarshall Mar 18, 2023
70b8617
[improve][admin][branch-2.10] Unset namespace policy to improve delet…
liangyepianzhou Mar 21, 2023
db6a59b
[fix] [admin] Make response code to 400 instead of 500 when delete to…
poorbarcode Mar 22, 2023
348865c
[fix] [broker] Counter of pending send messages in Replicator incorre…
poorbarcode Jan 17, 2023
26fd716
[fix] [proxy] Used in proxyConf file when configuration is missing in…
poorbarcode Jun 7, 2022
4f15792
[fix] [admin] fix incorrect state replication.connected on API partit…
poorbarcode Mar 29, 2023
e078c6d
[fix][sec] Fix transitive critical CVEs in file-system tiered storage…
nicoloboschi Mar 29, 2023
72b9552
[Authenticate] fix Invalid signature error when use Kerberos Authent…
liudezhi2098 May 10, 2022
c3282bc
[fix][ci][branch-2.10] Fix the release tools (#19711)
liangyepianzhou Apr 1, 2023
9381b85
[branch-2.10][fix][broker] Fix index generator is not rollback after …
gaozhangmin Apr 3, 2023
a19879b
[Build] Make the test JVM exit if OOME occurs (#14509)
lhotari Mar 1, 2022
cef4f71
[branch-2.10] [fix] [auth] fix not forward compatible config saslJaas…
poorbarcode Apr 3, 2023
b93176c
[fix][broker] Ignore and remove the replicator cursor when the remote…
BewareMyPower Apr 4, 2023
36f0db5
[fix][broker] Only validate superuser access if authz enabled (#19989)
michaeljmarshall Apr 5, 2023
716db37
[improve][txn] Cleanup how superusers abort txns (#19976)
michaeljmarshall Apr 7, 2023
cf40926
[refactor][fn] Use AuthorizationServer more in Function Worker API (#…
michaeljmarshall Apr 8, 2023
4b9befa
[refactor][broker] Use AuthenticationParameters for rest producer (#2…
michaeljmarshall Apr 10, 2023
1fe05d5
[fix] [cli] Fix Broker crashed by too much memory usage of pulsar too…
poorbarcode Apr 11, 2023
9e47fa6
[improve] [broker] Fix broker restart logic (#20113)
wolfstudy Apr 18, 2023
bff920a
[branch-2.10][improve][build] Upgrade snakeyaml version to 2.0 (#20118)
Technoboy- Apr 18, 2023
bdd70e5
[fix] Use scheduled executor in BinaryProtoLookupService (#20043)
mgrenonville Apr 11, 2023
d86e168
[improve][build] Upgrade dependencies to reduce CVE. (#20162)
Technoboy- Apr 22, 2023
f8dc8c1
[fix][broker] Fix getPartitionedStats miss subscription's messageAckR…
wangjialing218 Apr 23, 2023
6c99903
[fix][meta] deadlock of zkSessionWatcher when zkConnection loss (#20122)
tiny-rain Apr 23, 2023
73462d6
[branch-2.10][fix][build] Upgrade swagger version to fix CVE-2022-147…
Technoboy- Apr 24, 2023
d3766c8
[branch-2.10][improve][build] Upgrade jackson version to 2.15.0 for C…
mattisonchao Apr 25, 2023
b062d8c
Revert "[branch-2.10][improve][build] Upgrade jackson version to 2.15…
mattisonchao Apr 26, 2023
ec2b084
[fix][broker] Fix Return value of getPartitionedStats doesn't contain…
1Jack2 May 5, 2023
4392da6
[fix][client] Fix DeadLetterProducer creation callback blocking clien…
lifepuzzlefun Apr 5, 2023
6bf6b33
[fix][broker] Fix NPE when update topic policy. (#19875)
Technoboy- Mar 23, 2023
9f096da
[fix][broker] Fix can't send ErrorCommand when message is null value …
coderzc Mar 24, 2023
9a9f005
[fix][broker] Fix issue where msgRateExpired may not refresh forever …
Mar 12, 2023
eff0a29
[fix] [broker] Fast fix infinite HTTP call getSubscriptions caused by…
poorbarcode Apr 23, 2023
eaba2f9
[fix] [ml] make the result of delete cursor is success if cursor is d…
poorbarcode Mar 22, 2023
85f4d0e
Revert "[fix][broker] Fix NPE when update topic policy. (#19875)"
BewareMyPower May 6, 2023
22a0c6d
[fix] [broker] delete topic failed if disabled system topic (#19735)
poorbarcode Mar 9, 2023
a0ff522
[fix][client] Release the orphan producers after the primary consumer…
poorbarcode Apr 6, 2023
793de9a
[cleanup][test] fix incorrect license-header of java file
poorbarcode May 6, 2023
bf117bb
[fix] [broker] Producer created by replicator is not displayed in top…
poorbarcode May 6, 2023
bd7c9ff
[cleanup][test] fix incorrect license-header of java file
poorbarcode May 6, 2023
f88a49e
[fix] [broker] Upgrade rocksDB version to 6.29.4.1 to keep in sync wi…
hangc0276 May 7, 2023
b5b2de6
[fix][monitor] Fix the partitioned publisher topic stat aggregation b…
heesung-sn Jan 4, 2023
c934df7
[fix] [broker] Fix infinite ack of Replicator after topic is closed (…
poorbarcode May 7, 2023
f6eee8d
[fix][txn] Fix transaction is not aborted when send or ACK failed (#2…
BewareMyPower May 8, 2023
7da7873
[improve] [broker] Skip split boundle if only one broker (#20190)
poorbarcode Apr 28, 2023
80dcea7
[fix][broker] Fix the reason label of authentication metrics (#20030)
gaoran10 May 5, 2023
edc3a6f
[fix][broker] Fix `RoaringBitmap.contains` can't check value 65535 (#…
coderzc May 8, 2023
88038e3
Revert "[fix] [broker] [branch-2.10] Upgrade rocksDB version to 6.29.…
hangc0276 May 10, 2023
d8bf38e
[fix][monitor] topic with double quote breaks the prometheus format (…
nicoloboschi May 10, 2023
14dd76f
Revert "[improve] [broker] Skip split boundle if only one broker (#20…
poorbarcode May 11, 2023
f3edfc5
[improve] [broker] Skip split boundle if only one broker (#20190)
poorbarcode Apr 28, 2023
1c00154
[fix] [broker] [branch-2.10] Upgrade rocksDB version to 6.16.4 to kee…
hangc0276 May 12, 2023
3eed289
[fix][build] update the zookeeper version to 3.6.4 (#20333)
horizonzy May 17, 2023
8a1a4be
[fix][broker]Fix deadlock of metadata store (#20189)
poorbarcode May 18, 2023
c973603
[fix] [broker] In Key_Shared mode: remove unnecessary mechanisms of m…
poorbarcode May 19, 2023
8be5279
[fix] [broker] error TimeUnit to record publish latency (#20074)
TakaHiR07 Apr 12, 2023
01badd2
[improve][broker] Get lowest PositionImpl from NavigableSet (#18278)
lifepuzzlefun Nov 2, 2022
b07ae00
[fix][broker] Fix the behavior of delayed message in Key_Shared mode …
codelipenghui May 9, 2023
976c2c3
[fix][broker] Fix default bundle size used while setting bookie affin…
syk-coder May 10, 2023
64688d5
[fix][ml] Fix ledger left in OPEN state when enable `inactiveLedgerRo…
lifepuzzlefun May 16, 2023
ee02ec6
[improve][monitor] Add JVM start time metric (#20381)
Technoboy- May 24, 2023
4a1719d
[fix][fn] Make pulsar-admin support update py/go with package url (#1…
jiangpengcheng May 10, 2023
323d112
[fix][broker] partitioned __change_events topic is policy topic (#20392)
michaeljmarshall May 25, 2023
d8876d5
[fix][ci] Update nar maven plugin version to fix excessive downloads …
lhotari May 26, 2023
f2d7808
[fix][sec] Upgrade sqlite-jdbc to resolve CVE-2023-32697 (#20411)
lhotari May 26, 2023
3cc9001
[fix][broker] If ledger lost, cursor mark delete position can not for…
poorbarcode May 29, 2023
a54a4e0
[improve][misc] Upgrade Netty to 4.1.89.Final (#19649)
lhotari Feb 28, 2023
db1f9ab
[improve][misc] Upgrade Netty to 4.1.93.Final (#20423)
lhotari May 30, 2023
dfb2d5e
[fix][fn]Reset idle timer correctly (#20450)
flowchartsman Jun 1, 2023
a46acef
[fix][client] Cache empty schema version in ProducerImpl schemaCache.…
lifepuzzlefun Apr 12, 2023
32b4607
[fix][fn] Go functions need to use static grpcPort in k8s runtime (#2…
flowchartsman Jun 5, 2023
03c7add
Fix license header with missing *
michaeljmarshall Jun 5, 2023
832d7e0
[fix][build][branch-2.10] Fix ci-license check (#20505)
RobertIndie Jun 6, 2023
071af38
Bump version to 2.10.5-SNAPSHOT
lhotari Jun 6, 2023
1cc99b3
[fix][sec] Upgrade Guava to 32.0.0 to address CVE-2023-2976 (#20459)
lhotari Jun 6, 2023
33a45e0
[fix][build] Don't publish docker image with "latest" tag to docker r…
lhotari Jun 6, 2023
49eaa30
[fix][io] Close the kafka source connector if there is uncaught excep…
RobertIndie Jun 6, 2023
3f84354
[fix][broker] Fix skip message API when hole messages exists (#20326)
crossoverJie Jun 1, 2023
6506d6a
Backport test for #20326 to Java 8
lhotari Jun 6, 2023
b6c2743
[fix][fn] Go functions must retrieve consumers by non-particioned top…
flowchartsman May 31, 2023
2b0659a
[fix][fn] Configure pulsar admin for TLS (#20533)
michaeljmarshall Jun 7, 2023
acb8fd9
[fix][ml] There are two same-named managed ledgers in the one broker …
poorbarcode Jun 7, 2023
2fc0742
[fix][broker] Restore solution for certain topic unloading race condi…
lhotari Jun 7, 2023
ebb97d0
[fix][broker] REST Client Producer fails with TLS only (#20535)
maanders-tibco Jun 9, 2023
db7832b
[fix][broker] release orphan replicator after topic closed (#20567)
poorbarcode Jun 15, 2023
04a7a60
[cleanup][broker] Validate authz earlier in delete subscription logic…
michaeljmarshall Jun 9, 2023
b355d31
[improve][broker][branch-2.10] Backport Linux metrics changes from ma…
lhotari Jun 28, 2023
526e216
[improve][test][branch-2.10] Backport disabling disk usage threshold …
lhotari Jun 28, 2023
39cf8d7
[fix][client]Fix deadlock issue of consumer while using multiple IO t…
codelipenghui Jun 29, 2023
fa68bf3
[fix][broker] Fix the publish latency spike from the contention of Me…
codelipenghui Jun 29, 2023
55609eb
resolve conflict after updating
liangyepianzhou Jun 29, 2023
90369a0
Optimize conusmer pause (#14566)
Jason918 Mar 23, 2022
090d1b7
[fix][fn] Exit JVM when main thread throws exception (#20689)
michaeljmarshall Jun 30, 2023
3a2e593
[fix][io] Close the kafka source connector got stuck (#20698)
poorbarcode Jun 30, 2023
f10797a
[fix][branch-2.10] Fix duplicated deleting topics (#20685)
liangyepianzhou Jul 2, 2023
9fa56fc
[fix][broker]fix the publish latency spike issue with large number of…
codelipenghui Jun 20, 2023
186fc9d
[fix][sec] Upgrade snappy-java to address multiple CVEs (#20604)
lhotari Jun 20, 2023
c5f2128
[fix][meta] Adding the missed bookie id in the registration manager. …
mattisonchao Jun 29, 2023
c9eb6bd
[improve] [broker] Avoid `PersistentSubscription.expireMessages` logi…
lifepuzzlefun May 29, 2023
64831dc
[fix][broker] Invalidate metadata children cache after key deleted (#…
Shawyeok May 24, 2023
ee3ad34
[improve][broker] Save createIfMissing in TopicLoadingContext (#19993)
lifepuzzlefun Jun 9, 2023
25bfc46
[fix] [Perf] PerformanceProducer do not produce expected number of me…
thetumbled Jun 13, 2023
043ecd7
[fix][branch-2.10]Fix compilation issue introduced by Save createIfMi…
liangyepianzhou Jul 4, 2023
7093196
Issue 16802: fix Repeated messages of shared dispatcher (#16812)
eolivelli Jul 28, 2022
3548d67
[fix][branch-2.10]Fix compilation issue introduced byfix Repeated mes…
liangyepianzhou Jul 5, 2023
f7138b9
fix: bundle-data metadata leak because of bundlestats was not clean (…
leizhiyuan Aug 16, 2022
44c033c
[fix][flaky-test]NamespaceServiceTest.flaky/testModularLoadManagerRem…
poorbarcode Sep 8, 2022
eac263e
[fix][ws] Remove unnecessary ping/pong implementation (#20733)
michaeljmarshall Jul 6, 2023
8d501f2
[broker] clean inactive bundle from bundleData in loadData and bundle…
Nicklee007 May 9, 2022
4d7876b
[fix] [txn] fix consumer can receive aborted txn message when readTyp…
TakaHiR07 Jul 5, 2023
2ba506b
[fix][fn] Fix JavaInstanceStarter inferring type class name error (#1…
jiangpengcheng May 24, 2023
c1b3024
[fix][broker] Return if AbstractDispatcherSingleActiveConsumer closed…
AnonHxy Apr 6, 2023
3a3c6f3
[fix][fn] Make KubernetesRuntime translate characters in function ten…
csthomas1 Jun 13, 2023
0a4639e
[fix][client] Fix race condition that leads to caching failed Complet…
eolivelli Feb 28, 2023
c5253fd
[fix][test] Fix flaky testCreateTopicWithZombieReplicatorCursor (#20037)
BewareMyPower Apr 11, 2023
32e1463
[fix] [meta]Switch to the metadata store thread after zk operation (#…
poorbarcode May 30, 2023
46ef34a
[improve][admin] Return BAD_REQUEST on cluster data is null for creat…
tisonkun May 18, 2023
a91874b
[fix][offload] Filesystem offloader class not found hadoop-hdfs-clien…
ethqunzhong Jun 16, 2023
6a62499
[fix][broker] Fix return the earliest position when query position by…
hanmz Jun 29, 2023
1dbc723
[fix][test] Replace test call to Auth0 with call to WireMock (#20465)
michaeljmarshall Jun 2, 2023
e6d4f09
[fix][test] Fix test `testThreadSwitchOfZkMetadataStore`
liangyepianzhou Jul 7, 2023
18f89b6
[fix][broker] Fix NPE when reset Replicator's cursor by position. (#2…
lifepuzzlefun Jun 30, 2023
7b6d1c9
[fix][test] Fix the compilation issue introduced in #20597
liangyepianzhou Jul 7, 2023
0a69f66
[fix][broker] Topic policy can not be work well if replay policy mess…
zhanghaou Jun 30, 2023
b639685
[fix][schema] Only handle exception when there has (#20730)
zymap Jul 6, 2023
043dbc3
[fix][broker] Fix namespace deletion if __change_events topic has not…
nicoloboschi Dec 13, 2022
9a6a460
[fix][test] Fix the test introduced in #18804
liangyepianzhou Jul 8, 2023
823dc8c
[fix][meta] Bookie Info lost by notification race condition. (#20642)
mattisonchao Jun 30, 2023
d5631c9
[fix][client] Make the whole grabCnx() progress atomic (#20595)
BewareMyPower Jun 30, 2023
5d9f764
[fix] [client] Messages lost when consumer reconnect (#20695)
poorbarcode Jul 4, 2023
7670e01
Update MetadataStoreTest.java - The prior PR was not checked against …
dave2wave Jul 8, 2023
0e70bdd
Update FaultInjectableZKRegistrationManager.java
dave2wave Jul 8, 2023
a4b3ae5
Update ConnectionHandlerTest.java
dave2wave Jul 8, 2023
c7925b3
Delete MockManagedCursor.java
dave2wave Jul 8, 2023
f8729c0
[fix][broker] Fix test and checkstyle
liangyepianzhou Jul 11, 2023
209b222
Revert "[fix][broker] Fix NPE when reset Replicator's cursor by posit…
liangyepianzhou Jul 11, 2023
643ffad
[fix][broker][branch-2.10] Fix NPE when reset Replicator's cursor by …
liangyepianzhou Jul 12, 2023
5c55633
Fix breaking change of the deprecated constructor of PersistentMessag…
BewareMyPower Jul 12, 2023
e25d764
[improve] [broker] Add consumer-id into the log when doing subscribe.…
poorbarcode Jul 12, 2023
20adfe4
[fix] [broker] Can not receive any messages after switch to standby c…
poorbarcode Jul 13, 2023
82c589f
Release 2.10.5
liangyepianzhou Jul 13, 2023
c185ae4
Merge remote-tracking branch 'origin/branch-2.10' into branch-2.10
liangyepianzhou Jul 13, 2023
1cd009d
[fix][build] Mongo is fixed for 2.10.5 (#20810)
dave2wave Jul 14, 2023
4dae6cb
[fix] [cli] the variable producerName of BatchMsgContainer is null (#…
poorbarcode Jul 18, 2023
4a894af
[fix][io][branch-2.10] Not restart instance when kafka source poll ex…
shibd Jul 18, 2023
1eb5eb3
[fix][build]Fix compatibility issue cause by #20819 (#20834)
liangyepianzhou Jul 19, 2023
fea2f9b
[branch-2.10][fix][broker] Inconsistent behaviour for topic auto_crea…
mattisonchao Jul 25, 2023
6d321e1
[branch-2.10][fix][broker] Fix inconsensus namespace policies by getP…
mattisonchao Jul 26, 2023
ebf9961
[improve] [broker] Print warn log if compaction failure (#19405)
poorbarcode Feb 4, 2023
54359b6
[fix][broker] In replication scenario, remote consumer could not be r…
poorbarcode Jul 28, 2023
ea16fb8
[fix] [ml] fix discontinuous ledger deletion (#20898)
poorbarcode Aug 1, 2023
b0e2c0a
[branch-2.10] Remove cpp tests
BewareMyPower Aug 8, 2023
31d59cf
[branch-2.10][fix][broker] Avoid infinite bundle unloading (#20822) (…
Demogorgon314 Aug 8, 2023
0b22c0f
Release 2.10.5-SNAPSHOT
streamnativebot Aug 11, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 4 additions & 3 deletions .github/workflows/ci-build-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@
name: CI - Build - MacOS
on:
pull_request:
branches:
- master
push:
branches:
- branch-*

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3

Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/ci-cpp-build-centos7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,12 @@
name: CI - CPP build on CentOS 7
on:
pull_request:
branches:
- master
paths:
- '.github/workflows/**'
- 'pulsar-client-cpp/**'
push:
branches:
- branch-*
paths:
- '.github/workflows/**'
- 'pulsar-client-cpp/**'

jobs:

cpp-build-centos7:
Expand Down
20 changes: 9 additions & 11 deletions .github/workflows/ci-cpp-build-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,16 @@
name: CI - CPP build on Windows
on:
pull_request:
branches:
- master
paths:
- '.github/workflows/**'
- 'pulsar-client-cpp/**'
push:
branches:
- branch-*
paths:
- '.github/workflows/**'
- 'pulsar-client-cpp/**'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
VCPKG_FEATURE_FLAGS: manifests

Expand All @@ -46,26 +44,26 @@ jobs:
matrix:
include:
- name: 'Windows x64'
os: windows-latest
os: windows-2022
triplet: x64-windows
vcpkg_dir: 'C:\vcpkg'
suffix: 'windows-win64'
generator: 'Visual Studio 16 2019'
generator: 'Visual Studio 17 2022'
arch: '-A x64'
- name: 'Windows x86'
os: windows-latest
os: windows-2022
triplet: x86-windows
vcpkg_dir: 'C:\vcpkg'
suffix: 'windows-win32'
generator: 'Visual Studio 16 2019'
generator: 'Visual Studio 17 2022'
arch: '-A Win32'

steps:
- name: checkout
uses: actions/checkout@v2

- name: Detect changed files
id: changes
id: changes
uses: apache/pulsar-test-infra/paths-filter@master
with:
filters: .github/changes-filter.yaml
Expand Down
102 changes: 0 additions & 102 deletions .github/workflows/ci-cpp.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,33 +17,41 @@
# under the License.
#

name: Auto Labeling
name: Documentation Bot

on:
pull_request_target :
types:
- opened
- edited
- labeled
- unlabeled



# A GitHub token created for a PR coming from a fork doesn't have
# 'admin' or 'write' permission (which is required to add labels)
# To avoid this issue, you can use the `scheduled` event and run
# this action on a certain interval.And check the label about the
# document.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
labeling:
label:
if: ${{ github.repository == 'apache/pulsar' }}
permissions:
pull-requests: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Checkout action
uses: actions/checkout@v3
with:
repository: apache/pulsar-test-infra
ref: master

- uses: apache/pulsar-test-infra/doc-label-check@master
- name: Set up Go
uses: actions/setup-go@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
label-pattern: '- \[(.*?)\] ?`(.+?)`' # matches '- [x] `label`'
go-version: 1.18

- name: Labeling
uses: ./docbot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LABEL_WATCH_LIST: 'doc,doc-required,doc-not-needed,doc-complete'
LABEL_MISSING: 'doc-label-missing'
10 changes: 4 additions & 6 deletions .github/workflows/ci-go-functions-style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,16 @@
name: CI - Go Functions style check
on:
pull_request:
branches:
- master
paths:
- '.github/workflows/**'
- 'pulsar-function-go/**'
push:
branches:
- branch-*
paths:
- '.github/workflows/**'
- 'pulsar-function-go/**'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3

Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/ci-go-functions-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,16 @@
name: CI - Go Functions Tests
on:
pull_request:
branches:
- master
paths:
- '.github/workflows/**'
- 'pulsar-function-go/**'
push:
branches:
- branch-*
paths:
- '.github/workflows/**'
- 'pulsar-function-go/**'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3

Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/ci-integration-backwards-compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@
name: CI - Integration - Backwards Compatibility
on:
pull_request:
branches:
- master
push:
branches:
- branch-*

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3
UBUNTU_MIRROR: http://azure.archive.ubuntu.com/ubuntu/
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/ci-integration-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@
name: CI - Integration - Cli
on:
pull_request:
branches:
- master
push:
branches:
- branch-*

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3
UBUNTU_MIRROR: http://azure.archive.ubuntu.com/ubuntu/
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/ci-integration-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@
name: CI - Integration - Function & IO
on:
pull_request:
branches:
- master
push:
branches:
- branch-*

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3
UBUNTU_MIRROR: http://azure.archive.ubuntu.com/ubuntu/
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/ci-integration-messaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@
name: CI - Integration - Messaging
on:
pull_request:
branches:
- master
push:
branches:
- branch-*

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3
UBUNTU_MIRROR: http://azure.archive.ubuntu.com/ubuntu/
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/ci-integration-process.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@
name: CI - Integration - Process
on:
pull_request:
branches:
- master
push:
branches:
- branch-*

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3
UBUNTU_MIRROR: http://azure.archive.ubuntu.com/ubuntu/
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/ci-integration-pulsar-io-ora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@
name: CI - Integration - Pulsar-IO Oracle Source
on:
pull_request:
branches:
- master
push:
branches:
- branch-*

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3
UBUNTU_MIRROR: http://azure.archive.ubuntu.com/ubuntu/
Expand Down
Loading