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

Why NebulaGraph Exchange does 'base level is 3, output level is 4' log #5497

Closed
porscheme opened this issue Apr 13, 2023 · 2 comments
Closed
Labels
type/question Type: question about the product

Comments

@porscheme
Copy link

porscheme commented Apr 13, 2023

@wey-gu
We we use NebulaGraph Exchange for ingesting data ingo nebula graph.
We see tons below line in the log file? Does anyone know what it means?

'''
Rocksdb compaction completed column family: default because of LevelMaxLevelSize, status: OK, compacted 4 files into 4, base level is 3, output level is 4
'''

This is interesting, please explain
'''
I20230413 23:48:03.560353 80 EventListener.h:21] Rocksdb start compaction column family: default because of ManualCompaction, status: OK, compacted 13 files into 0, base level is 5, output level is 5
'''

thanks

@Sophie-Xie Sophie-Xie added the type/question Type: question about the product label Apr 19, 2023
@wenhaocs
Copy link
Contributor

wenhaocs commented Apr 19, 2023

This means there are rocksdb compaction job running.
"compacted 13 files into 0, base level is 5, output level is 5" indicates the keys are deleted due to overwritten by upper level keys, or expired, etc.

@QingZ11
Copy link
Contributor

QingZ11 commented Aug 2, 2023

@porscheme hi, I have noticed that the issue you created hasn’t been updated for nearly a month, is this issue been resolved? If not resolved, can you provide some more information? If solved, can you close this issue?

Thanks a lot for your contribution anyway 😊

@QingZ11 QingZ11 closed this as completed Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/question Type: question about the product
Projects
None yet
Development

No branches or pull requests

4 participants