Skip to content

Conversation

@315157973
Copy link
Contributor

Fixes #8441

Motivation

When inactivityMonitor clean inactive partitioned topic, the node in ZK is not deleted

Modifications

add deleteZkNode

Verifying this change

InactiveTopicDeleteTest#testDeleteAndCleanZkNode

@315157973
Copy link
Contributor Author

/pulsarbot run-failure-checks

@codelipenghui codelipenghui added this to the 2.7.0 milestone Nov 5, 2020
@315157973 315157973 force-pushed the inactive branch 3 times, most recently from 3514654 to 33d4412 Compare November 6, 2020 17:59
@315157973
Copy link
Contributor Author

/pulsarbot run-failure-checks

1 similar comment
@315157973
Copy link
Contributor Author

/pulsarbot run-failure-checks

@315157973
Copy link
Contributor Author

/pulsarbot run-failure-checks

1 similar comment
@315157973
Copy link
Contributor Author

/pulsarbot run-failure-checks

315157973 and others added 2 commits November 9, 2020 17:51
…ersistent/PersistentTopic.java

Co-authored-by: lipenghui <penghui@apache.org>
@315157973
Copy link
Contributor Author

/pulsarbot run-failure-checks

1 similar comment
@315157973
Copy link
Contributor Author

/pulsarbot run-failure-checks

@codelipenghui codelipenghui merged commit 61e6213 into apache:master Nov 11, 2020
flowchartsman pushed a commit to flowchartsman/pulsar that referenced this pull request Nov 17, 2020
Fixes apache#8441

### Motivation
When `inactivityMonitor clean` inactive partitioned topic, the node in ZK is not deleted

### Modifications
add `deleteZkNode`

### Verifying this change
InactiveTopicDeleteTest#testDeleteAndCleanZkNode
@315157973 315157973 deleted the inactive branch November 28, 2020 03:05
codelipenghui pushed a commit that referenced this pull request Dec 15, 2021
## Motivation
This is a fix about non-persistent partitioned topics related to #8442.

## Modification
- Add tryToDeletePartitionedMetadata to clean up the metadata info.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Residual of inactive partitioned-topic cleaning

2 participants