Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

没有写入数据 #6

Open
dempsey opened this issue Apr 19, 2022 · 5 comments
Open

没有写入数据 #6

dempsey opened this issue Apr 19, 2022 · 5 comments

Comments

@dempsey
Copy link

dempsey commented Apr 19, 2022

按照文档接入,能打印日志。但没看到写入data和log数据。
请问是哪里出了问题?
image
配置如下:
image
image

@Yanyuxxxx
Copy link

Demo也遇到了相同的问题,写入文件总是0kb

@lixiaoyu0123
Copy link

数据落盘有手动落盘和定时落盘。可以多打一些数据,比如1000条以上,再看文件是否有大小。 或者调用manualTriggerUpload 手动触发一次落盘。就能看到文件数据了。

@gqb
Copy link

gqb commented Sep 22, 2022

数据量小的时候manualTriggerUpload也没有落盘

@lixiaoyu0123
Copy link

先调用setUploadImp 这是上传的回调。
再调用manualTriggerUpload,在调用manualTriggerUpload过程中 UploadImp会被回调,其中回调的string 就是包含数据的文件。
哪怕仅有一条数据,只要调用手动上传,也会落盘 回调上传。

@gplcn
Copy link

gplcn commented Mar 27, 2023

先调用setUploadImp再调用manualTriggerUpload也没有落盘

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

No branches or pull requests

5 participants