-
Notifications
You must be signed in to change notification settings - Fork 12
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
Install v2 problem #32
Comments
Hey @sebheitzmann - terribly sorry for the late reply. Thanks for reporting, I've certainly messed up the go mod here as the major version releases need to be defined differently as documented in https://go.dev/blog/v2-go-modules I think I'm going to kick the v2 release out of the repo for now and will re-release the v2 as v1.4.0 and the current main as v1.5.0. Give me a few minutes, brb. |
Done.
should get you the v1.5.0. Alternatively you can get the v1.4.0 which was the v2 release you've tried to pull earlier. Thanks! |
Thank you very much. I will give it a try tomorrow |
It works, thank you very much. I will close this issue. Juste one question. It seems that there is no garbage collection implemented to effectively remove the thumbstoned keys. I am wrong ? If not i can maybe contribute to implement it. |
Lovely, thanks for confirming. The tombstoning GC is missing, that's right. Long-standing TODO here: go-sstables/simpledb/compaction.go Lines 118 to 122 in 242f332
Shouldn't be super difficult to add a more sophisticated version of the reduce function. If you want to contribute it, please do - happy to help you. |
PR created |
Thank you @sebheitzmann - I hope I find some time today in the evening :) |
Hi,
i'm interessed by your library for a spécific use case. But i can't install the v2 version.
I have tried with different go version ( 1.21, 1.22, 1.23 ) without success. Can't understand what's going on.
Thanks in advance.
The text was updated successfully, but these errors were encountered: