Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Recovery #397
base: master
Are you sure you want to change the base?
Recovery #397
Changes from 49 commits
7ca757c
7e32771
26b55b5
356e4fd
0503216
5ea5667
4ccf01f
592a823
67d5aa5
9caeec5
b4bed3a
d2966d2
deaaa91
677200b
3603c1b
09a1f65
21ba045
7dc7d73
45aa5b1
7c15eb8
5d0e633
aeb62de
49c06e3
1606340
1caaf22
83e428a
2df8f22
7be8f07
19385a4
f7e9468
710674d
a73aa63
7334b3f
9e9dd5c
de08656
6d77a73
d7692ef
8d72b48
5b6dd2f
f1ed123
bdd17b6
f47db51
739365e
186b9b4
ed43a6d
917855e
995544a
43eef14
d62bfb0
92e1f24
dc85b30
cefb4b9
6197220
154549b
eb671d0
62c953e
8816e11
396e704
ea1e114
85531a3
2396be8
c641d8f
b1ed33c
466a4c1
7d7e952
e8c0b6e
85ab29a
7dc5c48
9d46425
2318a47
be9a15a
ae713b7
553b333
befab11
19e0147
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should each of these paths be it's own config option? I suspect we can be opinionated about the names for each file if we decide to keep the parts separate.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I was going to wait until we decided how many files to use
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I couldn't find a trait that I should implement (that only has the
flush()
required method) so I just put this function as a method ofSeg
. I did the same thing for the other files I added aflush()
toThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line currently produces a warning as I am ignoring the Result. Ideally the result would be intepreted here or passed along to
server/segcache/src/lib.rs
where I intend this flush() function to be called