Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix][broker]fix missing return when internalGetReplicatedSubscriptionStatus #7

Open
wants to merge 1,541 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
1541 commits
Select commit Hold shift + click to select a range
e8a6958
[improve][doc] Specially handle Python and C++ API documents (#18477)
tisonkun Nov 15, 2022
cc63c6d
[improve][build] Remove broker-shaded artifacts (#3560)
merlimat Nov 16, 2022
9c2ec5e
[fix][client] Fix exception when calling loadConf on a ConsumerBuilde…
cbornet Nov 16, 2022
2dfb4cc
[Doc][Improve] Add landing pages (#18379)
DaveDuggins Nov 16, 2022
23695a9
[cleanup][doc] Merge the broker and proxy authentication configuratio…
nodece Nov 16, 2022
5d6a88e
[refactor][java] Improve docs and code quality about KeyValueSchema u…
BewareMyPower Nov 16, 2022
3715934
[fix] [txn] Make txn metrics name conforms to the rule (#17905)
poorbarcode Nov 16, 2022
f54678d
[fix][doc] Tips markup (#18482)
tisonkun Nov 16, 2022
9da5980
[fix][doc] Workaround Docusaurus links issue (#18485)
tisonkun Nov 16, 2022
705390f
[improve][doc] Improve client docs with simplified installation and m…
momo-jun Nov 16, 2022
545f33f
[refactor][client] Remove duplicated and unused code in ACK grouping …
BewareMyPower Nov 16, 2022
6ff7d45
[fix][offload] Fix memory leak while Offloading ledgers (#18500)
eolivelli Nov 16, 2022
76308f0
[improve][test] Print stacktrace when the test fails (#18498)
nodece Nov 16, 2022
55d7deb
[improve][ci] Allow [fix][broker][branch-2.8] alike patten (#18504)
tisonkun Nov 17, 2022
8a08b5a
[cleanup][doc] Remove external configuration files (#18508)
tisonkun Nov 17, 2022
6f6e32e
[improve][doc] Update links to the contribute guide (#18509)
tisonkun Nov 17, 2022
883f760
[doc][monitor]batch metadata store metrics doc (#17089)
tjiuming Nov 17, 2022
aeb4503
[fix][broker] Typos in ManagedLedgerImpl (#18445)
hzh0425 Nov 17, 2022
e0606b4
[fix][broker] Fix open cursor with null-initialPosition result with e…
AnonHxy Nov 18, 2022
e5e5852
[improve][broker] Unreasonable AuthenticationException reference (#18…
zzccctv Nov 18, 2022
705f5fd
[improve][build] Add lombok plugin to solve Javadoc issue. (#18520)
Technoboy- Nov 18, 2022
7b93e1a
[cleanup][test] remove redundant code (#18487)
labuladong Nov 18, 2022
007129b
[fix][test] Fix ConcurrentModificationException in testConcurrentWrit…
AnonHxy Nov 18, 2022
79d1e52
[improve][admin] PulsarAdminBuilderImpl overrides timeout properties …
Technoboy- Nov 18, 2022
55863de
[fix][broker] fix consume stuck of shared streaming dispatcher (#18315)
coderzc Nov 18, 2022
080213b
[cleanup] [broker] remove useless argument for PersistentTopicBase.in…
poorbarcode Nov 18, 2022
814630a
[fix][test] Try fix PulsarSinkE2ETest.testPulsarSinkDLQ (#18484)
tisonkun Nov 18, 2022
7a93ff9
[fix][client] Fix multi-topic consumer stuck after redeliver messages…
poorbarcode Nov 18, 2022
66f634e
[fix][client] Avoid allocating unused buffer when receiving chunk mes…
RobertIndie Nov 18, 2022
154fb8b
[improve][test] Add missing @Test annotation (#18528)
michaeljmarshall Nov 18, 2022
8b404d4
[improve][test] Bump TestNG to 7.6.1 (#18521)
nodece Nov 18, 2022
deff8c3
[fix][doc] Fix the note of seek in the consumer (#18476)
RobertIndie Nov 18, 2022
3d88585
[fix][test] Fix PrometheusMetricsTest.testBrokerConnection (#18539)
coderzc Nov 19, 2022
7cc8660
[fix][client] Messages with inconsistent consumer epochs are not filt…
Technoboy- Nov 19, 2022
73ea9ff
[improve][test] Remove conscrypt exception stacktrace in Apple silico…
yaalsn Nov 19, 2022
d8cc3b4
[fix][broker] Fix OutOfDirectMemoryError in standalone with zk (#18337)
labuladong Nov 19, 2022
c03e33e
[fix][broker] Correctly set byte and message out totals per subscript…
pgier Nov 19, 2022
46ffb39
[fix][test] flaky test ManagedLedgerBkTest.asyncMarkDeleteAndClose (#…
poorbarcode Nov 19, 2022
74a498a
[cleanup][broker] Remove legacy code (#18330)
aloyszhang Nov 19, 2022
23d8f49
[fix][doc] improve and fix admin interface doc (#18526)
labuladong Nov 19, 2022
bc1e0cb
[improve][ci] Speed up execution of OTHER unit test group by removing…
lhotari Nov 19, 2022
6e37d10
[fix][test] fix flaky test testRecoverSequenceId (#18437)
liangyepianzhou Nov 21, 2022
738f186
[improve][test] Remove prometheus tests from flaky group (#18554)
pgier Nov 21, 2022
47981c9
[feat][admin] Add offload managedLedgerOffloadThreshold RestAPI and C…
tjiuming Nov 21, 2022
6c9ff8f
[fix][broker] Fix can not delete namespace by force (#18307)
liangyepianzhou Nov 21, 2022
177b96a
[fix][client] Fix the Windows absolute path not recognized in auth pa…
BewareMyPower Nov 21, 2022
be1d07e
[fix] Avoid redelivering duplicated messages when batching is enabled…
BewareMyPower Nov 21, 2022
5df8b50
[fix][sec] Upgrade org.bouncycastle:bc-fips to 1.0.2.3 (#18562)
tisonkun Nov 22, 2022
49ff0f8
[fix][test] Enable testMaxPendingChunkMessages (#18542)
RobertIndie Nov 22, 2022
67f9461
[fix][broker] DnsResolverUtil.TTL should be greater than zero (#18565)
Technoboy- Nov 22, 2022
3051881
[refactor][build] Collapse empty tags and remove duplicated dependenc…
bodhili Nov 23, 2022
b219cca
[improve][broker] System topic writer/reader connection not counted. …
Technoboy- Nov 23, 2022
cd85a67
[improve][test] Disable testMaxPendingChunkMessages to unblock the fl…
RobertIndie Nov 23, 2022
a165bda
[fix][io] ElasticSearch sink: align null fields behaviour (#18577)
nicoloboschi Nov 23, 2022
38af2f3
[fix][build] Include Pulsar shell in the released artifacts (#18583)
nicoloboschi Nov 24, 2022
13d3e1d
[improve][doc] Add documents for C++ client 3.0.0 or later (#18574)
BewareMyPower Nov 24, 2022
f3ac2e6
[improve][test] Optimize TransactionEndToEndTest (#18522)
liangyepianzhou Nov 24, 2022
15be2da
Add reference landing page and update link (#18585)
DaveDuggins Nov 24, 2022
c544ea3
[fix][test] Fix flaky test deleteNamespaceGracefully (#18220)
poorbarcode Nov 24, 2022
598ca5d
[improve][doc] add notes to wireshark scripts README (#18563)
labuladong Nov 24, 2022
fe5a8ce
[improve][client] allow customize subscription name for TableView (#1…
freeznet Nov 24, 2022
7dc6700
[improve][doc] Add doc for builtin functions (#18569)
cbornet Nov 24, 2022
bf3ee85
[fix][test] Fix flaky test AdditionalServletsTest.testEmptyStringAsEx…
Nov 24, 2022
00650b0
[improve][misc] Upgrade Lombok to 1.18.24 (#18604)
lhotari Nov 24, 2022
b3d0985
[fix][ci] Increase thread stack size to 1500k for Maven JVM to preven…
lhotari Nov 24, 2022
86f4e0c
[fix][test] Close KafkaProducer in integration tests to prevent threa…
lhotari Nov 24, 2022
f89a2fa
[fix][proxy] Remove duplicate test dependency org.awaitility:awaitili…
lhotari Nov 24, 2022
a0a1c35
[fix][misc] Fix NoClassDefFoundError: io/netty/incubator/channel/urin…
nicoloboschi Nov 24, 2022
4545b08
[fix][doc] fix rest api param description of setting backlog quota on…
urfreespace Nov 25, 2022
23e90d6
[improve][fn] Support SubscriptionPosition in python instance (#18431)
jiangpengcheng Nov 25, 2022
889966c
[fix][broker] Fix possible race condition in completing topic list wa…
lhotari Nov 25, 2022
5cd9bf4
[improve][broker] Reduce object creation in TopicResources.handleNoti…
lhotari Nov 25, 2022
cbcb36a
[fix][proxy] Fix logging in shutdown when proxy shutdown (#18622)
coderzc Nov 25, 2022
3d64343
[improve][cli] Pulsar shell: allow cloning an existing config (#18608)
nicoloboschi Nov 25, 2022
355ba60
[fix][test] Fix flaky NamespacesTest.testSetOffloadThreshold (#18628)
lhotari Nov 25, 2022
1048d98
[fix][test] Fix Pulsar client leak in KeySharedSubscriptionTest (#18632)
lhotari Nov 25, 2022
43da8b9
[fix][cli] Pulsar shell: do not exit on user interrupt during command…
nicoloboschi Nov 25, 2022
b1a2036
[improve][build] Remove versions that are handled by netty-bom (#18629)
lhotari Nov 25, 2022
5e21a17
[fix][doc] Fix elasticsearch sink layout (#18619)
nicoloboschi Nov 25, 2022
006559d
[fix][test] Fix multiple Pulsar client leaks in tests (#18635)
lhotari Nov 26, 2022
adfc0d1
[fix][ci] Enable branch-2.9 force push (#18623)
congbobo184 Nov 26, 2022
b579bb8
[fix][ci] Disable branch-2.9 force push (#18637)
congbobo184 Nov 26, 2022
a2fb562
[improve][broker] System topic writer/reader connection not counted (…
yuruguo Nov 28, 2022
63e452b
[improve][broker] Pin executor to dispatcher and StreamingEntryReade…
AnonHxy Nov 28, 2022
43675cc
[improve][doc] Improve Pulsar stats topic (#18564)
momo-jun Nov 28, 2022
057cf8b
[fix][ci] Regex syntax (#18634)
tisonkun Nov 28, 2022
b5946f1
[cleanup][broker] Move dispatcherExecutor out from PersistentDispatch…
codelipenghui Nov 28, 2022
363d1a9
[fix][broker] Revert "[fix][load-balancer] skip mis-configured resour…
Technoboy- Nov 28, 2022
8d3df45
[improve][misc] Update caffeine from 2.9.1 to 3.1.2 (#18647)
Nov 28, 2022
7b06489
[fix][broker] namespace not found will cause request timeout (#18512)
labuladong Nov 28, 2022
5c34e84
[fix][offload] Fix numerical overflow bug while reading data from tie…
dragonls Nov 28, 2022
cee697b
[improve][doc] Updated set retention time documentation (#18654)
AlvaroStream Nov 28, 2022
69f4bcc
[fix][monitor] Fix reporting pulsar_subscription_blocked_on_unacked_m…
aymkhalil Nov 29, 2022
a5cbebb
[fix][broker] Create replicated subscriptions for new partitions when…
lhotari Nov 29, 2022
9e821b0
[improve][broker] Make Consumer#equals more effective (#18662)
Shawyeok Nov 29, 2022
5b062f3
[feat][broker] PIP-180 Part VI: Add ShadowManagedLedgerImpl (#18265)
Jason918 Nov 29, 2022
a70aec0
[improve][broker] Avoid share same random in multi-threads due to per…
Shawyeok Nov 29, 2022
6a71948
[improve][client] Move acknowledge APIs to another interface and impr…
BewareMyPower Nov 29, 2022
0fd1a53
[fix][doc] Fix all 404 link for example openssl.cnf (#18667)
RobertIndie Nov 29, 2022
58ad3d0
[improve][test] Add test `brokerReachThreshold` for ThresholdShedderT…
Technoboy- Nov 29, 2022
fe45a9c
[improve][broker] Pin executor to managed ledger instance to cache th…
merlimat Nov 30, 2022
90c5534
[improve][io] ElasticSearch sink: conditional id hashing (#18668)
nicoloboschi Nov 30, 2022
02ef9ce
[fix][doc]Add docs for ThresholdShedder (#18675)
315157973 Nov 30, 2022
f24a6cb
[improve][doc] relocate content in admin API overview (#18680)
Anonymitaet Dec 1, 2022
1e88b61
[improve][doc] improve Pulsar function document (#18601)
labuladong Dec 1, 2022
bbc7a25
[improve][broker] First judge whether config is null when standalone …
yuruguo Dec 1, 2022
463f590
[fix][test] Fix `testMaxPendingChunkMessages` (#18655)
RobertIndie Dec 2, 2022
0278b7c
[improve][broker] PIP-192 Added ServiceUnitStateChannelImpl (#18489)
heesung-sn Dec 2, 2022
fd9444c
[improve][broker] PIP-192: Define new load manager base interfaces (#…
Demogorgon314 Dec 2, 2022
dba1166
[fix][test] correct `AfterClass` usage (#18707)
labuladong Dec 2, 2022
3df506d
[improve][broker] Making defaultNumberOfNamespaceBundles of ServiceCo…
AnonHxy Dec 2, 2022
3e18974
[fix][broker] Fix splitNamespaceBundle api request param (#14758)
nodece Dec 4, 2022
52954a6
[fix][cli] pulsar cli should exit normally on help and generate doc (…
tisonkun Dec 4, 2022
31daf51
[improve][broker] The interval of scheduled task should be greater th…
yuruguo Dec 4, 2022
d7e5936
[fix][broker] Use correct file path for tls trust certificates (#18712)
michaeljmarshall Dec 5, 2022
e2e8c32
[cleanup][doc] Delete release-notes.md (#18722)
tisonkun Dec 5, 2022
ecf83d0
[improve][cli] Better relative path arguments (#18740)
tisonkun Dec 5, 2022
e498702
[improve][misc] Improve examples of ciphers and protocols (#18741)
nodece Dec 5, 2022
2dbd252
[improve][fn] Expose pulsar client in python instance (#18739)
jiangpengcheng Dec 5, 2022
99e26f5
[improve][broker] improve shadow topic error message (#18709)
labuladong Dec 5, 2022
fc655c8
[feat][doc] Add doc for the HTTP Sink (#18582)
cbornet Dec 5, 2022
0029deb
[fix][client] For exclusive subscriptions, if two consumers are creat…
lordcheng10 Dec 6, 2022
90f6758
[fix][sql] Fix message without schema issue. (#18745)
Technoboy- Dec 6, 2022
f847e7a
[improve][doc] ConsumerBuilder.java comments (#18706)
mendonk Dec 6, 2022
9863397
[fix][test] Flaky-test: ShadowTopicTest.testShadowTopicConsuming (#18…
lifepuzzlefun Dec 6, 2022
390b141
[fix][broker] Fix duplicated schemas creation (#18701)
codelipenghui Dec 6, 2022
b36e012
[fix][test] Revert "[improve][misc] Update caffeine from 2.9.1 to 3.1…
codelipenghui Dec 6, 2022
cfe643b
[improve][misc] Allow custom Netty DnsServerAddressStreamProviders (#…
onobc Dec 7, 2022
77662b5
[cleanup][doc] Remove deprecated Pulsar Dashboard (#18767)
tisonkun Dec 7, 2022
d7b9919
[cleanup][broker] Remove the unused method internalGetList from Persi…
codelipenghui Dec 7, 2022
d22d0be
[improve][fn] topic name is not required for source config (#18769)
tisonkun Dec 7, 2022
aaa724c
[cleanup][doc] Remove wrong expressions (#18791)
tisonkun Dec 7, 2022
2d205c9
[fix][test] flaky test `testCanRecoverConsumptionWhenLiftMaxUnAckedMe…
labuladong Dec 7, 2022
12b864e
[improve][ml] Reduce object allocation when iterate on LongPairRangeS…
lifepuzzlefun Dec 7, 2022
68ca60c
[improve][cli] Document bin/pulsar envvars (#18753)
tisonkun Dec 7, 2022
b268847
[fix][broker] Avoid OOM not trigger PulsarByteBufAllocator outOfMemor…
Nicklee007 Dec 8, 2022
c875977
[cleanup][broker] Remove consumer null-check in trySendMessagesToCons…
AnonHxy Dec 8, 2022
c45f16c
[fix][doc] remove irrelevant components metrics links under broker se…
ericsyh Dec 8, 2022
e0bdfbc
[fix][cli] pulsar-perf fails on jdk17 (#18806)
nicoloboschi Dec 8, 2022
816acc1
[improve][broker] Change type of `allowAutoTopicCreationType` to Topi…
yuruguo Dec 8, 2022
da87e40
[improve][client] Optimize code for MultiTopicsConsumerImpl (#18748)
Pomelongan Dec 8, 2022
3e9994e
[fix][broker] Fix the wrong behaviour when set `overrideBrokerNicSpee…
mattisonchao Dec 8, 2022
30b52a1
[improve][broker] Fast Return the method computeLocalQuota in Resourc…
Nicklee007 Dec 8, 2022
3fd6c23
[fix][broker] Revert #14829 Filter the virtual NIC with relative path…
mattisonchao Dec 8, 2022
ac7a34f
[fix][broker] Fix unexpected behaviour by invoke `PulsarConfiguration…
mattisonchao Dec 9, 2022
b311961
[fix][broker] Fix uncompleted future when get the topic policies of …
liangyepianzhou Dec 9, 2022
e927839
[fix][misc] Update SQL config to use composed contaiiners (#11006)
mipper Dec 9, 2022
66f8f8c
[improve] [broker] improve the restart broker can load bundle as one …
Nicklee007 Dec 9, 2022
93c41de
[fix][broker] Fix delete system topic clean topic policy (#18823)
liangyepianzhou Dec 9, 2022
d30e86c
[improve][build] Set correct project.build.outputTimestamp (#18820)
tisonkun Dec 9, 2022
0d707ae
[fix][broker] PulsarResourceDescription.compareTo should return zero …
leizhiyuan Dec 9, 2022
a734b13
[feat][io] Add support for partitioned tables (#8527)
Dishwasha Dec 10, 2022
71bf3b2
[improve][broker] add limitStatsLogging configuration when enable boo…
TakaHiR07 Dec 10, 2022
1b5722d
[fix][doc] Avoid refer to deprecated classes (#18845)
tisonkun Dec 10, 2022
9940671
[fix][misc] docker-compose startup issues on SELinux (#13708)
meklu Dec 10, 2022
b6da6cf
[improve][broker] Fast return if validalbe when getNextConsumerFromSa…
AnonHxy Dec 10, 2022
d63ff90
[improve][broker] Improve ManagedCursorContainer if there is only one…
AnonHxy Dec 10, 2022
0c4e965
[improve][test] add `ProtobufNative` case to `GenericObjectSink` test…
freeznet Dec 10, 2022
19115e5
[feat][misc] support parse when tcp split message (#15029)
leizhiyuan Dec 10, 2022
9521872
[improve][broker] GetMessageById add RedeliveryCount for output (#15095)
leizhiyuan Dec 10, 2022
03b2368
[Doc] Update doc for pending messages. (#17518)
MarvinCai Dec 10, 2022
882479f
[feat][broker] Provide readable consumer stats time (#14251)
rdhabalia Dec 10, 2022
b0695fb
[feat][io] Add Alluxio sink connector (#3823)
murong00 Dec 10, 2022
9af5ea8
[improve][fn] Suggestion put authenticateMetricsEndpoint in functions…
liudezhi2098 Dec 11, 2022
9edf93b
[improve][doc] Add specified_positions_divide split algorithm in doc …
Demogorgon314 Dec 11, 2022
9fa4be8
[fix][doc] Remove config `local_storage` in the sampels (#18864)
ericsyh Dec 11, 2022
bf29a4b
[PIP-167][Authorization] Make it Configurable to Require Subscription…
michaeljmarshall Dec 11, 2022
3180a4a
Revert "[PIP-167][Authorization] Make it Configurable to Require Subs…
tisonkun Dec 11, 2022
4b7ada4
[fix][client] Thread.currentThread.interrupt() after catching Interru…
zjyingchang Dec 11, 2022
346b04a
[fix][fn] Typo in method name (#18844)
tisonkun Dec 12, 2022
a1e3b80
[cleanup][broker] Simplify extract entryMetadata code in filterEntrie…
lifepuzzlefun Dec 12, 2022
493d2ed
[fix][doc] broken command (#18869)
tisonkun Dec 12, 2022
25866a3
[improve][cli] handle help flag properly (#18832)
tisonkun Dec 12, 2022
1be5a69
[fix][txn] Fix PendingAckHandleImpl when `pendingAckStoreProvider.che…
tjiuming Dec 12, 2022
bdbb118
[fix][broker] Ignore the exception of creating namespace (#18837)
nodece Dec 12, 2022
9917aac
[improve][broker] Fast return when AppendIndexMetadataInterceptor is …
Nicklee007 Dec 12, 2022
1cd20c5
[improve][misc] Upgrade Netty to 4.1.86.Final and Netty Tcnative to 2…
lhotari Dec 13, 2022
eb3a4bf
[fix][ci] Fix running OWASP for PRs that change dependencies (#18892)
lhotari Dec 13, 2022
4a0b775
[improve][doc] improve doc and fix errors (#18860)
labuladong Dec 13, 2022
7e258af
[fix][client] moving get sequenceId into the sync code segment (#17836)
liangyepianzhou Dec 13, 2022
0a2d927
[improve][client] Implement equals by compareTo to avoid logic unalig…
tisonkun Dec 13, 2022
1df65b9
[fix][cli] Pulsar shell: allow absolute config file (#18805)
nicoloboschi Dec 13, 2022
83922c2
[fix][txn] Fix replication of transactional messages (#18896)
nicoloboschi Dec 13, 2022
a489dcd
[cleanup][build] Bump master branch to 2.12.0-SNAPSHOT (#18905)
nicoloboschi Dec 13, 2022
01e7eac
[improve][doc] ProducerBuilder.java (#18809)
mendonk Dec 13, 2022
789122b
[fix][broker] Fix namespace deletion if __change_events topic has not…
nicoloboschi Dec 13, 2022
fdba644
[refactor][doc] Improve schema docs (#18434)
momo-jun Dec 14, 2022
f4e4fd5
[improve][broker] Add config `fsyncEnable` for `RocksdbMetadataStore`…
coderzc Dec 14, 2022
5dcc9b0
[fix][broker] Fix incorrect Nic usage collected by pulsar (#18882)
thetumbled Dec 14, 2022
27427b3
[cleanup][doc] Delete site2/website/static directory (#18900)
tisonkun Dec 14, 2022
7cce3c5
[cleanup][misc] Remove website legacy tools (#18902)
tisonkun Dec 14, 2022
9881c59
[cleanup][doc] Adapter and manager data (#18918)
tisonkun Dec 14, 2022
52c382a
[improve][doc] Added docs for key shared subscription hashing schemes…
asafm Dec 14, 2022
9e8bf7a
[improve][cli] Option to create replicated subscriptions in pulsar-pe…
nicoloboschi Dec 14, 2022
7642604
[fix][doc] fix rest api `partitioned-internalStats` is missing in doc…
urfreespace Dec 14, 2022
050b310
[fix][broker] Fix the breaking change of standalone metadata initiali…
BewareMyPower Dec 14, 2022
4129583
[fix][misc] do not require encryption on system topics (#18898)
nicoloboschi Dec 14, 2022
558260b
[fix] Change link to Slack workspace auto-invite (#18933)
merlimat Dec 15, 2022
a951549
[fix][io] Only bundle kafka schema registry client (#18931)
nicoloboschi Dec 15, 2022
1107af2
[fix][client] Fix update response body text (#18794)
tuteng Dec 15, 2022
3011946
[fix][sec] Upgrade scala-library to get rid of CVE-2022-36944 (#18021)
nicoloboschi Dec 15, 2022
b1f9e35
[improve][cli] pulsar-perf: check for invalid CLI options (#18889)
pgier Dec 15, 2022
a35670d
[improve][txn] fix error in recoverTracker.handleCommittingAndAbortin…
TakaHiR07 Dec 16, 2022
56ad217
[improve][monitor] Rename "GC Pauses" to "GC Time" in Pulsar JVM dash…
lhotari Dec 16, 2022
1d9956c
[fix][txn] transaction pending ack store future not completely proble…
congbobo184 Dec 16, 2022
fdebf50
[cleanup][broker] Remove duplicate code to improve delete subscriptio…
nodece Dec 16, 2022
e9a9364
[cleanup][io] Remove useless kafka server dep in debezium sources (#1…
nicoloboschi Dec 16, 2022
3bb052a
[fix][txn] producer may reject a message from client but actually wri…
nicoloboschi Dec 16, 2022
b9446aa
[fix] [tx] Transaction buffer recover blocked by readNext (#18833)
poorbarcode Dec 17, 2022
002fa49
[improve][cli] pulsar cli: use return code 1 for general error (#18946)
pgier Dec 17, 2022
4ac9305
[feat][broker][PIP-195] Support internal cursor properties - part4 (#…
coderzc Dec 19, 2022
e07b67f
[fix][broker]Update interceptor handler exception (#18940)
tuteng Dec 19, 2022
feb3cb4
[fix][doc] typo in functions-runtime (#18976)
0xflotus Dec 19, 2022
8f1c1b1
[fix][broker]fix multi invocation for ledger createComplete (#18975)
aloyszhang Dec 19, 2022
fa8a5b2
[feat][broker][PIP-195] Implement BookkeeperBucketSnapshotStorage - p…
coderzc Dec 20, 2022
83aaa0d
[fix][client] Fix too many redelivered messages when one message acke…
AnonHxy Dec 20, 2022
6dac18a
[improve][doc] Update PR template and PIP for metrics changes (#18961)
codelipenghui Dec 20, 2022
a95bb63
[fix][doc] Ammend PIP proposal around discussions (#18974)
asafm Dec 20, 2022
83993ae
[fix] [broker] getLastMessageId returns a wrong batch index of last m…
poorbarcode Dec 20, 2022
3177345
[fix][sec] upgrade org.testng:testng to 7.7.0 (#18977)
pen4 Dec 20, 2022
a408e9e
[fix][broker] Copy proto command fields into final variables in Serve…
michaeljmarshall Dec 20, 2022
37ea179
[fix][doc]Fix indentation problem in docker-compose.yaml (#18994)
liangyepianzhou Dec 20, 2022
22866bd
[fix][broker] Fix deadlock in PendingAckHandleImpl (#18989)
nicoloboschi Dec 20, 2022
6746553
[improve][io] reduce dependencies of pulsar-io-common module (#19000)
nicoloboschi Dec 20, 2022
f360807
[improve][broker] Add javadoc for PulsarDecoder handle* method parame…
lhotari Dec 20, 2022
154d352
[fix][test] Fix flaky test PulsarMultiListenersWithoutInternalListene…
lhotari Dec 20, 2022
1154d0a
[improve][broker] Omit making a copy of CommandAck when there are no …
lhotari Dec 20, 2022
46cacff
[fix][broker] Fix direct memory leak in RawReaderImpl (#18928)
lhotari Dec 20, 2022
423bd84
[fix][test] Run BlobStoreManagedLedgerOffloader* tests separately and…
lhotari Dec 20, 2022
ef0f385
[fix][broker] Fix thread-safety issue with currentLedgerEntries and c…
lhotari Dec 20, 2022
8b66a21
[improve][broker] Add logs for why namespace bundle been split (#19003)
codelipenghui Dec 20, 2022
05e6f5e
[improve][broker][client] PIP-215 Added TopicCompactionStrategy for S…
heesung-sn Dec 21, 2022
5ea6790
[feat][io] Upgarde ClickHouse driver to support loadbalance policy (#…
tisonkun Dec 21, 2022
3b09016
[improve][admin]Remove repeating validateTopicOwnershipAsync action (…
gaozhangmin Dec 21, 2022
08591d9
[improve][io] Upgrade Kafka client, connect runtime to 2.8.2 and Conf…
lhotari Dec 21, 2022
3ea7568
[improve][broker] Use validateTopicOperationAsync methods in all case…
lhotari Dec 21, 2022
1666ecc
[feat][broker][PIP-195] Implement delayed message bucket snapshot rec…
coderzc Dec 22, 2022
8990855
[improve] Add PulsarExceptionBase class that supports slf4j like para…
aahmed-se Dec 22, 2022
74017d5
[improve][broker] Only get consumer future when interceptor not null …
michaeljmarshall Dec 22, 2022
dc29f3a
[fix][broker]Update rest api response class (#18965)
tuteng Dec 22, 2022
41edd2e
[fix][txn] Correct the prompt message (#17009)
thetumbled Dec 22, 2022
f85d591
[feat][doc] add Pulsar API content (#19002)
Anonymitaet Dec 22, 2022
849bea6
Update .asf.yaml to avoid merge PRs without approvals to the active r…
codelipenghui Dec 23, 2022
64caf49
[fix][broker] Fix thread safety issue in info-internal admin api for …
lhotari Dec 23, 2022
513e671
Revert "Update .asf.yaml to avoid merge PRs without approvals to the …
codelipenghui Dec 23, 2022
38053b5
[improve][io] Debezium sources: Support loading config from secrets (…
Dec 23, 2022
aaf3a9a
[improve][client] Check topic pattern when creating consumer (#19029)
yuruguo Dec 23, 2022
cbf5487
[improve][misc] Send GitHub discussion notifications to commits@ (#19…
michaeljmarshall Dec 23, 2022
d8569cd
[fix][client] Prevent DNS reverse lookup when physical address is an …
lhotari Dec 23, 2022
facfb84
[fix][broker]fix missing return when internalGetReplicatedSubscriptio…
HQebupt Dec 25, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[improve][test] Print stacktrace when the test fails (apache#18498)
Signed-off-by: Zixuan Liu <nodeces@gmail.com>
nodece authored Nov 16, 2022
commit 76308f0bc92d2694e909817fb079f38a0466b722
Original file line number Diff line number Diff line change
@@ -45,9 +45,12 @@ public void onTestFailure(ITestResult result) {
System.out.format("!!!!!!!!! FAILURE-- %s.%s(%s)-------\n", result.getTestClass(),
result.getMethod().getMethodName(), Arrays.toString(result.getParameters()));
}
if (result.getThrowable() instanceof ThreadTimeoutException) {
System.out.println("====== THREAD DUMPS ======");
System.out.println(ThreadDumpUtil.buildThreadDiagnosticString());
if (result.getThrowable() != null) {
result.getThrowable().printStackTrace();
if (result.getThrowable() instanceof ThreadTimeoutException) {
System.out.println("====== THREAD DUMPS ======");
System.out.println(ThreadDumpUtil.buildThreadDiagnosticString());
}
}
}