levy5307 commented on a change in pull request #688:
URL: https://github.com/apache/incubator-pegasus/pull/688#discussion_r566795775



##########
File path: src/server/key_ttl_compaction_filter.h
##########
@@ -23,12 +23,38 @@
 #include <atomic>
 #include <rocksdb/compaction_filter.h>
 #include <rocksdb/merge_operator.h>
+#include <base/pegasus_key_schema.h>
 
 #include "base/pegasus_utils.h"
 #include "base/pegasus_value_schema.h"
 
 namespace pegasus {
 namespace server {
+inline bool need_clean_key(const rocksdb::Slice &key, uint32_t expire_ts, 
uint32_t now_ts)
+{
+    std::vector<std::string> cleaned_hash_key_prefix = {"raw_tts_audio:", 
"stored_tts_url_info:"};

Review comment:
       这里已经改成static了,忘记上传了




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to