aboutsummaryrefslogtreecommitdiff
path: root/weed/messaging
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-04-19 23:37:40 -0700
committerChris Lu <chris.lu@gmail.com>2020-04-19 23:37:50 -0700
commitdf25ed3c5be7e1984f8a9316cbaa3deb824276fb (patch)
treea2fe1b3699e18a28403ad124b8aad61da937eab9 /weed/messaging
parentce3cb25cfbf30a06348386210f72cc51c3fbd13a (diff)
downloadseaweedfs-df25ed3c5be7e1984f8a9316cbaa3deb824276fb.tar.xz
seaweedfs-df25ed3c5be7e1984f8a9316cbaa3deb824276fb.zip
logs
Diffstat (limited to 'weed/messaging')
-rw-r--r--weed/messaging/broker/topic_lock.go2
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,