Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1137 commits
Select commit Hold shift + click to select a range
15ec9ba
Release 2.8.4 (#17670)
BewareMyPower Sep 16, 2022
9169344
[feature][blog] Add 2.7.5 Release Blog (#17535)
momo-jun Sep 16, 2022
c6edd75
Update cookbooks-message-queue.md (#17278)
momo-jun Sep 16, 2022
878372c
[improve][doc] add developers-landing page (#17284)
DaveDuggins Sep 16, 2022
364d14b
[improve][java-client] Remove redundant pending messages information …
codertmy Sep 16, 2022
fac14fb
[fix][test] Fix flaky test ResourceGroupUsageAggregationTest. testPro…
Technoboy- Sep 16, 2022
d7c09be
[improve][cli] Pulsar shell: allow to create a new config (--file) wi…
nicoloboschi Sep 16, 2022
8a9d70a
[fix][broker] Fix unexpected subscription deletion caused by the curs…
dragonls Sep 16, 2022
af19f0e
[doc] change 0.2.0 to 0.3.0 version pulsar-manager (#17633)
nareshv Sep 16, 2022
f3cc107
[fix][common] Fix parsing partitionedKey with Base64 encode issue. (#…
Technoboy- Sep 16, 2022
ae0f86b
[fix][cli] Fix mbeans to json (#17676)
nodece Sep 16, 2022
1a34b87
[fix][functions] Ensure InternalConfigurationData data model is compa…
nicoloboschi Sep 16, 2022
492c7df
[improve][test] remove powermock-reflect dependency (#17696)
tisonkun Sep 17, 2022
4ec1009
[improve][cli] Pulsar shell: add command to set/get property of a con…
nicoloboschi Sep 17, 2022
c40c7ee
[fix][metadata] Set revalidateAfterReconnection true for certain fail…
michaeljmarshall Sep 18, 2022
2b85c43
[improve][broker] Make cursor properties support modify single value …
coderzc Sep 19, 2022
43de9f5
[improve][client-c++] support Exclusive Producer access mode for c++ …
coderzc Sep 19, 2022
8d34b0f
[flaky-test]Add information in ManagedLedgerBkTest to determine the p…
poorbarcode Sep 19, 2022
c6967cd
[fix][broker] Fix namespace backlog quota check with retention. (#17706)
Jason918 Sep 19, 2022
69f3f74
[fix][metadata] Handle session events in separate thread (#17638)
lhotari Sep 19, 2022
1f6e7a2
[feat][CI] Add approval solution to reduce GitHub Actions resource co…
lhotari Sep 19, 2022
996666a
[improvement][client-java] Avoid too large memory preallocation for b…
tjiuming Sep 19, 2022
8b771a6
[fix][common] Fix issue where logs get truncated when Runtime.halt is…
lhotari Sep 19, 2022
8bc02aa
[fix][broker] Fix if dynamicConfig item in ZK do not exist in broker …
leizhiyuan Sep 19, 2022
36e3681
[improve][ci] docbot comment only for open PRs (#17709)
tisonkun Sep 19, 2022
9f9922a
[fix][CI] Fix issues with approval solution for GitHub Actions (#17723)
lhotari Sep 19, 2022
bf6e815
docs: replace reference-configuration page with an external link (#17…
SignorMercurio Sep 20, 2022
2620450
[fix][schema]ledger handle leak when update schema (#17283)
poorbarcode Sep 20, 2022
4af8bf0
[fix][flaky-test]CompactedTopicTest.testReadCompleteMessagesDuringTop…
poorbarcode Sep 20, 2022
3d35448
[improve][doc] Improve the information architecture of the security c…
momo-jun Sep 20, 2022
955ae34
[fix][metadata] Cleanup state when lock revalidation gets `LockBusyEx…
mattisonchao Sep 20, 2022
320300c
[fix][client] Unwrap completion exception for Lookup Services (#17717)
codelipenghui Sep 20, 2022
3cd129b
[improve][doc] Improve the information architecture of encryption and…
momo-jun Sep 20, 2022
311ca90
[cleanup][test] Delete unnecessary variables in SubscriptionMessageDi…
guan46 Sep 20, 2022
f6665fb
[improve][txn][PIP-196]Segmented transaction buffer snapshot configur…
liangyepianzhou Sep 20, 2022
cda2ea7
[feature][pulsar-io-mongo] Add support for full message synchronizati…
shink Sep 20, 2022
37f0a2d
[monitoring][broker][metadata] add metadata store metrics (#17041)
tjiuming Sep 20, 2022
f267ef3
[Doc]--remove redundant words (#17741)
Huanli-Meng Sep 20, 2022
539ccec
[fix][security] Upgrade reload4j in file-system offloader (#17716)
nicoloboschi Sep 20, 2022
72dd01b
[improve][ci] add back cpp-test name (#17742)
tisonkun Sep 20, 2022
782764f
[improve][CI] Don't run CI when PR is in draft status or isn't mergea…
lhotari Sep 20, 2022
94649bf
[improve][doc] add a tip for doc contribution (#17744)
Anonymitaet Sep 21, 2022
bb98333
[improve][test] Add integration test for broker interceptors (#17515)
Sep 21, 2022
68c7549
[improve][test] Add integration test for pulsar-client (#17616)
Sep 21, 2022
2d2a0b8
[feat][build] Print out more info for bin/pulsar version (#17752)
michaeljmarshall Sep 21, 2022
677f24a
namespace cli set-offload-policy's thresholdBytes support negative an…
ethqunzhong Sep 21, 2022
dba9c08
[fix][doc] fix schema get value doc problem (#17740)
congbobo184 Sep 21, 2022
9a2aeb2
[feat][build] Support ARM64-based docker images (#17733)
tisonkun Sep 21, 2022
ff32664
[fix][connector] Upgrade hadoop client to 3.3.3 and 2.10.2 (#17727)
codelipenghui Sep 21, 2022
2b9ffac
[cleanup][broker]remove unnecessary variable in MLTransactionMetadata…
poorbarcode Sep 21, 2022
d1a9a82
[fix][tests] Fix resource leak in tests. Call cleanup before setup (#…
lhotari Sep 21, 2022
260f5c6
[fix][broker]Consumer can't consume messages because there has two sa…
poorbarcode Sep 21, 2022
8441f67
[monitoring][broker][fix] Fix EntryFilter stats (#17605)
tjiuming Sep 21, 2022
b1caa29
Add Pulsar Summit Asia 2022 CFP blog (#17757)
Sherlock113 Sep 22, 2022
475b936
[improve][doc] Improve release process document (#17684)
momo-jun Sep 22, 2022
d9c9d73
[feat][broker]PIP-180 ShadowTopic - Part IV - Add Shadow Replicator (…
Jason918 Sep 22, 2022
141981b
[fix][cpp] Use weak ptr avoid circular references. (#17481)
shibd Sep 22, 2022
ef91be9
[fix][tests] Some unit tests are not run by the CI (#17767)
nicoloboschi Sep 22, 2022
bd2037a
[fix][tableview] fixed ack failure in ReaderImpl due to null messageI…
heesung-sohn Sep 22, 2022
4db5e24
[doc][monitoring][metadata] metadata store metrics doc (#17088)
tjiuming Sep 22, 2022
3d47ee8
[fix][broker] Extract additional servlets to the default directory by…
Sep 22, 2022
a8b265d
[fix] [python client] Better Python garbage collection management for…
zbentley Sep 22, 2022
63d4cf2
ManagedLedger: move to FENCED state in case of BadVersionException (#…
eolivelli Sep 22, 2022
f28f985
[improve][client-c++]Support include message header size when check m…
coderzc Sep 22, 2022
a9531db
[improve][txn] Add getState in transaction for client API (#17423)
congbobo184 Sep 22, 2022
cb7ac2f
[cleanup][broker]remove unnecessary variable (#17768)
lordcheng10 Sep 22, 2022
8e855bc
[feat][broker] Support lower boundary shedding for ThresholdShedder (…
315157973 Sep 23, 2022
c4912f4
[doc][message]Fix the description of failover subscription in the doc…
liangyepianzhou Sep 23, 2022
08df28a
[fix][docs] Fix link to DebeziumMsSqlSourceTester.java (#17775)
Sep 23, 2022
e73b298
add `.md` to doc links (#17763)
momo-jun Sep 23, 2022
d14a3bd
docs: Add ceveat to Pulsar SQL overview and update Presto to Trino (#…
tisonkun Sep 23, 2022
4366f28
[fix][doc] Remove redundant steps in doc generation (#17585)
SignorMercurio Sep 23, 2022
0c0984a
[doc][proxy] Document how to mitigate CVE-2022-24280 (#17825)
lhotari Sep 23, 2022
c60f895
[improve][broker] Make MessageRedeliveryController work more efficien…
codelipenghui Sep 23, 2022
639a5db
Delete site2/website/static/img directory (#17818)
tisonkun Sep 23, 2022
b03ee23
[improve][misc] Add IssueNavigationLink for IDEA git log (#17769)
Sep 23, 2022
1475505
[doc][proxy] Fix typo in "Document how to mitigate CVE-2022-24280" (#…
lhotari Sep 23, 2022
ec8b586
[fix][sec] Bump snakeyaml to 1.32 for CVE-2022-38752 (#17779)
tisonkun Sep 24, 2022
c85b89b
[fix][flaky-test]NamespaceOwnershipListenerTests.testNamespaceBundleO…
poorbarcode Sep 24, 2022
550c0e7
fix comments for exposeManagedLedgerMetricsInPrometheus field (#17792)
Pomelongan Sep 24, 2022
8d7ac33
Make BookieId work with PulsarRegistrationDriver (#17762)
eolivelli Sep 24, 2022
693a46e
[fix][doc] Add missing files linked in `io-connectors` (#17732)
momo-jun Sep 26, 2022
5e6b344
[cleanup][site] remove blogs from the main repo (#17832)
tisonkun Sep 26, 2022
691e468
cleanup unused sync method in NamespacesBase (#17778)
AnonHxy Sep 26, 2022
5068800
[Improve][Auth]Update authentication failed metrics report (#17787)
tuteng Sep 26, 2022
f0aeb5a
docs: remove unuseful info in docs generation (#17827)
SignorMercurio Sep 26, 2022
3e51af5
[Improve][Standalone] Standalone Add param of --metadata-url for runi…
liangyuanpeng Sep 26, 2022
4c22159
[fix][connector] KCA: use reflection to get pulsar-client impl classe…
nicoloboschi Sep 26, 2022
49eaa54
[improve][CI] Support approval solution on maintenance branches (#17770)
lhotari Sep 26, 2022
90c554d
Fix broken logo image in README.md (#17838)
lhotari Sep 26, 2022
7f96547
Add link to Reactive Java client to README.md (#17839)
lhotari Sep 26, 2022
e092064
Set log level to `warn` when topic policy reader occurs AlreadyClosed…
Technoboy- Sep 26, 2022
26281d5
[fix][doc] Fix maxNumberOfRejectedRequestPerConnection doc (#17821)
coderzc Sep 26, 2022
518cdcd
[fix][metrics]wrong metrics text generated when label_cluster specifi…
poorbarcode Sep 27, 2022
6528a91
[Pulsar-init] Support cluster init using proxy url and protocol (#17844)
rdhabalia Sep 27, 2022
5e42e4d
docs: Updating Python installation section (#17796)
tisonkun Sep 27, 2022
59ce90c
[fix][cli] Quit PerformanceConsumer after receiving numMessages messa…
Sep 27, 2022
91f747f
docs: add developers-landing page to sidebars (#17780)
tisonkun Sep 27, 2022
b89c145
[improve][pulsar-io-kafka] Add option to copy Kafka headers to Pulsar…
aymkhalil Sep 27, 2022
43ad6f9
Skip creating a subscription replication snapshot if no messages have…
lhotari Sep 27, 2022
d4893d1
[fix][tests] Fix Mockito mocks memory leak (#17851)
lhotari Sep 27, 2022
6dd38a4
[improve][common] Make Bookkeeper metadata options configurable (#17834)
lhotari Sep 27, 2022
7e4c746
[feature][client-cpp] Support inclusive seek for cpp client (#17209)
Demogorgon314 Sep 28, 2022
c1ce3dd
fix: SqliteJdbcSinkTest close in order (#17849)
tisonkun Sep 28, 2022
5f59f8b
[fix][flaky-test]Delete PersistentSubscriptionTest.testCanAcknowledge…
poorbarcode Sep 28, 2022
8aef1bf
[cleanup][broker][Modernizer] fix violations in pulsar-broker (#17691)
youzipi Sep 28, 2022
dfd4882
[improve][broker] Add a message to a NullPointerException created in …
lhotari Sep 28, 2022
7648a11
[improve][test] Improve TransactionEndToEndTest to reduce the executi…
poorbarcode Sep 28, 2022
31203c3
[fix][flask-test] Fix and improve LookupRetryTest (#17848)
coderzc Sep 28, 2022
0678b82
[improve][test] Add integration test for websocket (#17843)
Sep 28, 2022
716f5e2
[improve][ML] Print log when delete empty ledger. (#17859)
mattisonchao Sep 28, 2022
62d900f
Fix NPE when ResourceGroupService execute scheduled task. (#17840)
Technoboy- Sep 28, 2022
bde5ac7
[fix][broker] Make timestamp fields thread safe by using volatile (#1…
lhotari Sep 28, 2022
e1e3baf
[improve][doc] Add doc of reader config to `pulsar-io-debezium` (#16891)
freeznet Sep 29, 2022
048ccae
[improve][doc] Add a limitation for key_shared subscription type (#15…
momo-jun Sep 29, 2022
537aa54
[improve][cli] Using separate TLS config on the compactor (#17426)
nodece Sep 29, 2022
73739e1
[fix][doc]correct the explanation for invalidateEntries in the EntryC…
HQebupt Sep 29, 2022
db26073
[feat][broker] Add config to count filtered entries towards rate limi…
michaeljmarshall Sep 29, 2022
dc44ea2
[fix][flaky-test]PerformanceTransactionTest.testConsumeTxnMessage (#1…
poorbarcode Sep 29, 2022
0f53c79
[improve][txn]PIP-160 make txn components supports buffered writer me…
poorbarcode Sep 29, 2022
3de690d
[fix][flaky-test]ProxyConnectionThrottlingTest.testInboundConnection …
poorbarcode Sep 29, 2022
9026d19
[Fix][Tiered Storage] Eagerly Delete Offloaded Segments On Topic Dele…
dlg99 Sep 29, 2022
df5e0e1
[fix][cli] Check numMessages after incrementing counter (#17826)
Sep 29, 2022
c952f3c
[fix][proxy] Fix refresh client auth (#17831)
nodece Sep 29, 2022
6cba1f6
[fix][flaky-test] BookKeeperClusterTestCase.setup() (#17865)
congbobo184 Sep 29, 2022
f0b6348
Revert "[Fix][Tiered Storage] Eagerly Delete Offloaded Segments On To…
eolivelli Sep 29, 2022
5f07943
[fix][doc] Fix M1 JVM Installation Instructions (#17669)
asafm Sep 30, 2022
f3c547b
PIP-209: Removed C++/Python clients from main repo (#17881)
merlimat Sep 30, 2022
5e8902c
support setting bundle number for default namespace (#17722)
aloyszhang Sep 30, 2022
15a347c
[improve][java-client]Add init capacity for messages in BatchMessageC…
AnonHxy Sep 30, 2022
fb7307d
[fix][broker] Fix the wrong NIC speed rate unit. (#17890)
mattisonchao Sep 30, 2022
85b1138
[fix][flaky-test]NegativeAcksTest.testNegativeAcksWithBatchAckEnabled…
poorbarcode Sep 30, 2022
7b26260
[improve][doc] Improve TLS encryption (#17808)
momo-jun Sep 30, 2022
74d6305
[fix] Remove pulsar-broker-common dependency from pulsar-client (#17855)
nicoloboschi Sep 30, 2022
2891d5c
[fix][managed-ledger]fix typo error in ManagedCursorContainer #17509
HQebupt Sep 30, 2022
c0b3039
[fix][CI] Don't run pulsar-ci-flaky workflow for PRs which contain on…
lhotari Sep 30, 2022
6651bbb
[fix][functions] Fix the download of builtin Functions (#17877)
cbornet Sep 30, 2022
8c1152c
[improve][broker] Add active status into cursor stats (#17884)
HQebupt Oct 1, 2022
5582674
Allow to configure and disable the size of lookahead for detecting fi…
merlimat Oct 1, 2022
e26060a
[fix][broker] Fix the broker shutdown issue after Zookeeper node cras…
codelipenghui Oct 2, 2022
9ff9703
[improve][java-client]Shrink BatchMessageContainer maxBatchSize (#17854)
AnonHxy Oct 2, 2022
1148204
[feat][broker]PIP-180 Shadow Topic - Part V - Support shadow topic cr…
Jason918 Oct 3, 2022
af11c32
[improve][broker]Improve PersistentMessageExpiryMonitor expire speed …
AnonHxy Oct 3, 2022
d1b7c6a
[improve][pulsar-testclient] Add proxyServiceUrl and proxyProtocol as…
vineeth1995 Oct 4, 2022
9d6c34e
Revert "Make BookieId work with PulsarRegistrationDriver (#17762)" (#…
eolivelli Oct 4, 2022
28b5d24
[cleanup] properly comment out chunk (#17920)
tisonkun Oct 4, 2022
8b5acd6
improve issue templates wordings (#17793)
tisonkun Oct 4, 2022
aefdded
[fix][testclient] Fix proxyProtocol parsing when value is empty, fix …
lhotari Oct 4, 2022
4742b6f
[fix][ci] CI: fix required jobs check (#17926)
nicoloboschi Oct 4, 2022
7b53bd9
fix typo (#17942)
Hongten Oct 5, 2022
ca052d4
Make node and c++ client compatibility table a link to github (#17935)
hrsakai Oct 5, 2022
1234698
[cleanup] reference to C++ and Python client (#17919)
tisonkun Oct 5, 2022
24a38ea
[fix][tests] Fix flaky test V1_ProxyAuthenticationTest.anonymousSocke…
lhotari Oct 6, 2022
83309ed
[refactor][java] Unify the acknowledge process for batch and non-batc…
BewareMyPower Oct 6, 2022
36e5ae5
Fix set-persistence parameters (#17955)
ddieruf Oct 6, 2022
8d13ff8
[doc][improve] update concepts-messaging.md (#17863)
DaveDuggins Oct 7, 2022
65fad77
[fix][connector] Kinesis sink: fix NPE with KeyValue schema and no va…
nicoloboschi Oct 7, 2022
15b33a3
[test] Fix broke test by PIP-180 (#17965)
rdhabalia Oct 8, 2022
e1b537f
[fix][broker] Fix create ns (#17864)
nodece Oct 8, 2022
08f5766
[improve][broker]Skip numOfEntriesToRead entries instead of skipping …
lordcheng10 Oct 8, 2022
368bf37
fix InvalidMessageException throw message (#17910)
lordcheng10 Oct 9, 2022
7df4ee9
[fix][broker] Update new bundle-range to policies after bundle split…
lordcheng10 Oct 9, 2022
ca648b2
[cleanup][broker]remove methods no longer used in AdminResource #7 (#…
Pomelongan Oct 10, 2022
1afc554
[feat][ci] enable semantic pull request title check (#17961)
tisonkun Oct 10, 2022
add77aa
[fix][broker]unify time unit at dropping the backlog on a topic (#17957)
HQebupt Oct 10, 2022
16cceae
[cleanup][broker][Modernizer] fix violations in pulsar-broker (#17968)
youzipi Oct 10, 2022
db68648
[improve][test] Improve AdminApi2Test to reduce the execution time (#…
coderzc Oct 10, 2022
5690b25
[clean][pom] remove unused scala-library.version from pom.xml (#17954)
Pomelongan Oct 10, 2022
9281bbd
[fix][broker] add return for PersistentMessageExpiryMonitor#findEntry…
Pomelongan Oct 10, 2022
51be6cd
[fix][doc] Rewrite the steps of docker-deploy (#17853)
liangyepianzhou Oct 10, 2022
5e6736a
[fix][broker] Update 404 message for deleteSubscription (#17134)
lordcheng10 Oct 10, 2022
c5ae308
Example broke Ensemble>=WriteQuorum>=AckQuorum (#17956)
dave2wave Oct 10, 2022
12e78b2
[fix][client] Messages with inconsistent consumer epochs are not filt…
shibd Oct 11, 2022
628e760
[fix][broker] Fix executeWithRetry result is null (#17694)
coderzc Oct 11, 2022
a4971f5
[improve][test] Improve SimpleProducerConsumerTest to reduce the exec…
coderzc Oct 11, 2022
c9651ec
[fix][broker]Fix mutex never released when trimming (#17911)
315157973 Oct 11, 2022
882fcfb
[fix][broker] Fix incorrect bundle split count metric (#17970)
Shawyeok Oct 11, 2022
252eded
[fix][doc] SVG files and references (#17991)
tisonkun Oct 11, 2022
5c31c9a
[improve][connector] JDBC sink: allow any jdbc driver (#17951)
nicoloboschi Oct 11, 2022
ec74618
[improve][doc] Add SASL configs for Kafka connectors
momo-jun Oct 11, 2022
3680685
[improve][doc] Add doc preview reminder to PR template (#17999)
Anonymitaet Oct 11, 2022
88e357a
[fix][ci] Use GitHub Actions versions that aren't deprecated (#18002)
lhotari Oct 11, 2022
9a8b68a
[improve][CI] Generate unit test code coverage reports and upload to …
yaalsn Oct 11, 2022
3208086
[fix][connector] JDBC sinks: verify key and nonKey fields are set wit…
nicoloboschi Oct 11, 2022
69deb1f
[fix][bookie] Correctly handle list configuration values (#17661)
michaeljmarshall Oct 11, 2022
8296414
[feat][doc] Add Pulsar Release Note Guide (#17990)
Anonymitaet Oct 12, 2022
2dfdf44
[improve][ci] Avoid PR title check on synchronized (#17997)
tisonkun Oct 12, 2022
466bd89
[cleanup][broker]remove unused method getTotalServiceUnitsLoaded (#17…
lordcheng10 Oct 12, 2022
b945883
[fix][client] Fix deadlock when sending chunked messages with BlockIF…
RobertIndie Oct 12, 2022
72e0445
[broker] ServerCnx: log at warning level when topic not found (#16225)
michaeljmarshall Oct 12, 2022
7e420c6
Fix flaky test `testSplitBundleForMultiTimes`. (#17993)
Technoboy- Oct 12, 2022
2b5b92c
[improve][client] Refactor SchemaHash to reduce call of hashFunction …
AnonHxy Oct 12, 2022
7ac8e3e
[bug][broker] fix memory leak in case of error conditions in PendingR…
eolivelli Oct 12, 2022
92b4708
[fix][txn] optimize the ack/send future in TransactionImpl (#17777)
liangyepianzhou Oct 12, 2022
240ca43
[improve][common] Add thread name for RateLimiter. (#18013)
Technoboy- Oct 13, 2022
6c65ca0
Avoid unnecessary creation of BitSetRecyclable objects (#17998)
lordcheng10 Oct 13, 2022
c57d7a0
[refactor][client] Remove useless locks in batch receiving. (#18005)
shibd Oct 13, 2022
7628fad
[improve][broker] Make CompactedTopicImpl.findStartPointLoop work mor…
poorbarcode Oct 13, 2022
44ae348
[fix][broker] Fix the order of resource close in the InMemoryDelayedD…
coderzc Oct 13, 2022
e4d3c49
[improve][test] Improve AdminApiTest to reduce the execution time (#1…
coderzc Oct 13, 2022
29baa0b
[fix][broker] Fix system service namespace create internal event topi…
Technoboy- Oct 13, 2022
3857540
[improve][docs] Improve docs for persistence policies parameters E, Q…
lhotari Oct 13, 2022
c732852
[fix][broker] Fix `getPositionAfterN` infinite loop. (#17971)
Technoboy- Oct 13, 2022
dcfd40d
[improve][misc] Highlight change to threading (#18025)
dave2wave Oct 13, 2022
e365afe
[fix][test] flaky AdminApi2Test.cleanup (#17861)
poorbarcode Oct 14, 2022
1ecb9c7
[improve][test] Improve KeySharedSubscriptionTest to reduce the execu…
poorbarcode Oct 14, 2022
230e7dc
[fix][broker] Update the log print content of createSubscriptions (#1…
Pomelongan Oct 14, 2022
bcf94b1
[improve][test] Improve SimpleSchemaTest to reduce the execution time…
poorbarcode Oct 14, 2022
e960a65
[fix][doc] Fix the grammar error in docs (#18033)
Huanli-Meng Oct 14, 2022
3dc48d1
[fix][io] Remove unused import statement in the MariadbJdbcAutoSchema…
coderzc Oct 14, 2022
97035ba
[fix][connectors] Fix builtin sink transformation on k8s (#18019)
cbornet Oct 14, 2022
fc61d52
[fix][test] Fix flaky test AdminApi2Test.resetClusters (#18043)
poorbarcode Oct 14, 2022
b451880
[fix] [pulsar-client] Fix pendingLookupRequestSemaphore leak when cha…
Oct 14, 2022
28d8514
[improve][doc] Update workflow of submitting release note (#18047)
Anonymitaet Oct 14, 2022
7dc9a5f
[cleanup][proxy] Use correct address for HAProxyMessage destination (…
michaeljmarshall Oct 14, 2022
6d86a2f
[fix][io] Fix builtin connector/function download filename (#18044)
cbornet Oct 14, 2022
71fb9eb
Bump commons-text to 1.10.0 (#18053)
coderzc Oct 14, 2022
fc7262a
Add link to CPP/Python client to README.md (#18054)
coderzc Oct 14, 2022
da0db33
[fix][ci] Fix deprecation warnings about set-output (#18048)
lhotari Oct 14, 2022
09f5eeb
Make BookieId work with PulsarRegistrationDriver (second take) (#17922)
eolivelli Oct 15, 2022
9c8a6ad
[Improve][doc] Insist about default behaviour for retention. (#17958)
AlvaroStream Oct 17, 2022
a990822
[fix][test] Fix TransactionTest failure due to clean up after class (…
liangyepianzhou Oct 17, 2022
b530184
[fix][test] AdvertisedListenersTest.setup (#17869)
congbobo184 Oct 17, 2022
96cc240
[improve][test] Add test case for system topic schema not compatible …
dragonls Oct 17, 2022
796afff
[improve][test] Improve SubscriptionMessageDispatchThrottlingTest to …
coderzc Oct 17, 2022
4421501
[fix][sec] Upgrade JacksonXML to 2.13.4 (#18020)
nicoloboschi Oct 17, 2022
ffbcdc0
[improve][doc] Add options to stats and partitioned-stats (#17734)
AlvaroStream Oct 17, 2022
4b5de98
[cleanup][broker] Delete unuse metrics of zk_write_latency and zk_rea…
liangyuanpeng Oct 17, 2022
574f784
[improve][fn] Run connectors extraction in parallel (#17902)
Oct 17, 2022
8f44c1a
[fix][admin] Fix NPE when get OffloadThreshold on namespace (#18061)
Technoboy- Oct 17, 2022
63cdb54
[fix][ci] Upload to codecov only upstream pull requests (#18018)
nicoloboschi Oct 17, 2022
0c7a0d1
[feat][doc] Separate CLI docs for doc gen automation (#18051)
Anonymitaet Oct 17, 2022
9acafc9
[fix][sec] File tiered storage: upgrade jettison to get rid of CVE-20…
nicoloboschi Oct 17, 2022
83e830e
[improve][doc] Redirect dangling standlaone to getting-started-standa…
tisonkun Oct 18, 2022
302854e
[fix][ci] Fix SimpleProducerConsumerTest failures when skipped (#18068)
nicoloboschi Oct 18, 2022
b3733dd
Fix flaky test V1_ProducerConsumerTest#testActiveAndInActiveConsumerE…
lordcheng10 Oct 18, 2022
48da869
Add `ml` for CI semantic check. (#18082)
Technoboy- Oct 18, 2022
eed8c74
[fix][test] Fix flaky test: PrometheusMetricsTest.testDuplicateMetric…
nicoloboschi Oct 18, 2022
d901138
[improve][io] JDBC Sink: add flag to exclude non declared fields (#18…
nicoloboschi Oct 18, 2022
561cd3d
[fix][ci] deprecation warnings about set-output (#18065)
tisonkun Oct 18, 2022
ff44420
[improve][broker]Avoid runtime check hasFilter in EntryFilterSupport …
AnonHxy Oct 18, 2022
3da7b9f
[fix][sec] Upgrade protobuf to 3.19.6 to get rid of CVE-2022-3171 (#1…
nicoloboschi Oct 18, 2022
7d6dc2e
[broker] Fixed delayed delivery after read operation error (#18098)
merlimat Oct 19, 2022
269c885
[feat][doc] Add various doc contribution guides (#18071)
Anonymitaet Oct 19, 2022
afcdbf0
[cleanup][doc] Remove deprecated docs (#18064)
tisonkun Oct 19, 2022
26b47ff
[improve][schema] Change update schema auth from tenant to produce (#…
congbobo184 Oct 19, 2022
7e5cad7
[fix][broker]Cache invalidation due to concurrent access (#18076)
poorbarcode Oct 19, 2022
912f344
[feat][zk] Enable certificate refresh for Quorum and Netty Servers (#…
michaeljmarshall Oct 19, 2022
7404e0d
[improve][broker]consumer backlog eviction policy should not reset re…
HQebupt Oct 19, 2022
3145456
[fix][managed-ledger]persistentMarkDeletePosition is ahead of markDel…
HQebupt Sep 15, 2022
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
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
39 changes: 9 additions & 30 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,36 +49,7 @@ github:
# Contexts are the names of checks that must pass.
# See ./github/workflows/README.md for more documentation on this list.
contexts:
- build
- cpp-tests
- Changed files check
- Build and License check
- CI - Unit - Brokers - Broker Group 1
- CI - Unit - Brokers - Broker Group 2
- CI - Unit - Brokers - Broker Group 3
- CI - Unit - Brokers - Client Api
- CI - Unit - Brokers - Client Impl
- CI - Unit - Other
- CI - Unit - Proxy
- Build Pulsar java-test-image docker image
- CI - Integration - Backwards Compatibility
- CI - Integration - Cli
- CI - Integration - Messaging
- CI - Integration - Shade on Java 8
- CI - Integration - Shade on Java 11
- CI - Integration - Shade on Java 17
- CI - Integration - Standalone
- CI - Integration - Transaction
- Build Pulsar docker image
- CI - System - Function
- CI - System - Pulsar Connectors - Process
- CI - System - Pulsar Connectors - Thread
- CI - System - Pulsar IO
- CI - System - Schema
- CI - System - Tiered FileSystem
- CI - System - Tiered JCloud
# Sql integration tests are disabled until https://github.com/apache/pulsar/issues/14951 has been resolved
# - CI - System - Sql
- Pulsar CI checks completed

required_pull_request_reviews:
dismiss_stale_reviews: false
Expand Down Expand Up @@ -110,3 +81,11 @@ github:
branch-2.8: {}
branch-2.9: {}
branch-2.10: {}
branch-2.11: {}

notifications:
commits: commits@pulsar.apache.org
issues: commits@pulsar.apache.org
pullrequests: commits@pulsar.apache.org
discussions: dev@pulsar.apache.org
jira_options: link label
14 changes: 0 additions & 14 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

75 changes: 75 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.

name: Bug report
description: Problems with the software
title: "[Bug] "
labels: ["type/bug"]
body:
- type: markdown
attributes:
value: |
Thank you very much for your feedback!

For suggestions or help, please consider:
1. [User Mail List](mailto:users@pulsar.apache.org) ([subscribe](mailto:users-subscribe@pulsar.apache.org));
2. [Github Discussion](https://github.com/apache/pulsar/discussions).
- type: checkboxes
attributes:
label: Search before asking
description: >
Please search [issues](https://github.com/apache/pulsar/issues) to check if your issue has already been reported.
options:
- label: >
I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar.
required: true
- type: textarea
attributes:
label: Version
description: >
Please provide the OS and Pulsar version you are using. If you are using the master branch, please provide the commit id.
validations:
required: true
- type: textarea
attributes:
label: Minimal reproduce step
description: Please try to give reproducing steps to facilitate quick location of the problem.
validations:
required: true
- type: textarea
attributes:
label: What did you expect to see?
validations:
required: true
- type: textarea
attributes:
label: What did you see instead?
validations:
required: true
- type: textarea
attributes:
label: Anything else?
- type: checkboxes
attributes:
label: Are you willing to submit a PR?
description: >
We look forward to the community of developers or users helping solve Pulsar problems together. If you are willing to submit a PR to fix this problem, please check the box.
options:
- label: I'm willing to submit a PR!
- type: markdown
attributes:
value: "Thanks for completing our form!"
30 changes: 0 additions & 30 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.

blank_issues_enabled: false
contact_links:
- name: Ask a question or get support
url: https://github.com/apache/pulsar/discussions/categories/q-a
about: Ask a question or request support for using Apache Pulsar
67 changes: 67 additions & 0 deletions .github/ISSUE_TEMPLATE/doc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.

name: Document
description: Suggest document changes
title: "[Doc] "
labels: ["doc-required"]
body:
- type: markdown
attributes:
value: |
Thank you very much for your suggestion!

For suggestions or help, please consider:
1. [User Mail List](mailto:users@pulsar.apache.org) ([subscribe](mailto:users-subscribe@pulsar.apache.org));
2. [Github Discussion](https://github.com/apache/pulsar/discussions).

Otherwise, please answer the following questions before submitting a doc issue.
- type: checkboxes
attributes:
label: Search before asking
description: >
Please search [issues](https://github.com/apache/pulsar/issues) to check if your issue has already been reported.
options:
- label: >
I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar.
required: true
- type: textarea
attributes:
label: What issue do you find in Pulsar docs?
description: For example, something missing, inaccurate, incomplete, hard to use/understand/find, etc.
validations:
required: true
- type: textarea
attributes:
label: What is your suggestion?
description: For example, add explanations, correct descriptions, delete information, etc.
validations:
required: true
- type: textarea
attributes:
label: Any reference?
description: (For example, website links, etc)?
- type: checkboxes
attributes:
label: Are you willing to submit a PR?
description: >
We look forward to the community of developers or users helping improve Pulsar document together. If you are willing to submit a PR, please check the box.
options:
- label: I'm willing to submit a PR!
- type: markdown
attributes:
value: "Thanks for completing our form!"
40 changes: 0 additions & 40 deletions .github/ISSUE_TEMPLATE/doc_request.yml

This file was deleted.

61 changes: 61 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.

name: Enhancement
description: Add new feature, improve code, and more
labels: [ "type/enhancement" ]
body:
- type: markdown
attributes:
value: |
Thank you very much for your enhancement!
- type: checkboxes
attributes:
label: Search before asking
description: >
Please search [issues](https://github.com/apache/pulsar/issues) to check if your issue has already been reported.
options:
- label: >
I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar.
required: true
- type: textarea
attributes:
label: Motivation
description: Describe the motivations for this enhancement.
validations:
required: true
- type: textarea
attributes:
label: Solution
description: Describe the proposed solution and add related materials like links if any.
- type: textarea
attributes:
label: Alternatives
description: Describe other alternative solutions or features you considered, but rejected.
- type: textarea
attributes:
label: Anything else?
- type: checkboxes
attributes:
label: Are you willing to submit a PR?
description: >
We look forward to the community of developers or users helping solve Pulsar problems together. If you are willing to submit a PR to implement the enhancement, please check the box.
options:
- label: I'm willing to submit a PR!
- type: markdown
attributes:
value: "Thanks for completing our form!"
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/enhancement_request.md

This file was deleted.

Loading