Technoboy- commented on a change in pull request #64:
URL: https://github.com/apache/incubator-tubemq/pull/64#discussion_r419275538



##########
File path: 
tubemq-server/src/main/java/org/apache/tubemq/server/broker/msgstore/MessageStoreManager.java
##########
@@ -703,7 +703,7 @@ public void run() {
                         
.append(tubeConfig.getLogClearupDurationMs()).toString());
                 sBuilder.delete(0, sBuilder.length());
             }
-            if (!expiredTopic.isEmpty()) {
+            if (expiredTopic.isEmpty()) {

Review comment:
       Yes, you are right.  I made a mistake of the end of the If logic. I will 
repost a pull request




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to