diff options
| -rw-r--r-- | weed/messaging/broker/topic_lock.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/weed/messaging/broker/topic_lock.go b/weed/messaging/broker/topic_lock.go index 74861a147..c98bb3159 100644 --- a/weed/messaging/broker/topic_lock.go +++ b/weed/messaging/broker/topic_lock.go @@ -45,6 +45,8 @@ func (locks *TopicLocks) buildLogBuffer(tl *TopicLock, tp TopicPartition, topicC return } + // fmt.Printf("flushing with topic config %+v\n", topicConfig) + targetFile := fmt.Sprintf( "%s/%s/%s/%04d-%02d-%02d/%02d-%02d.part%02d", filer2.TopicsDir, tp.Namespace, tp.Topic, |
