Vanlightly commented on a change in pull request #11691:
URL: https://github.com/apache/pulsar/pull/11691#discussion_r693804002
##########
File path:
pulsar-client/src/main/java/org/apache/pulsar/client/impl/ConsumerImpl.java
##########
@@ -1132,7 +1120,7 @@ private ByteBuf processMessageChunk(ByteBuf
compressedPayload, MessageMetadata m
// Lazy task scheduling to expire incomplete chunk message
if (!expireChunkMessageTaskScheduled &&
expireTimeOfIncompleteChunkedMessageMillis > 0) {
- pinnedExecutor.scheduleAtFixedRate(() -> {
+ externalPinnedExecutor.scheduleAtFixedRate(() -> {
Review comment:
Agreed, updating to use internalPinnedExecutor and changing the executor
to a ScheduledExecutorService.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]