-
Notifications
You must be signed in to change notification settings - Fork 612
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
add imporovement #238
base: master
Are you sure you want to change the base?
add imporovement #238
Conversation
offset := make(map[string]map[int32]int64) | ||
groupOffset := make(map[int32]map[string]map[string]map[int32]int64) |
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.
This map becomes more complicated, please add comments to describe the meaning of each key.
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.
added.
@panszobe thanks for the big PRs. Generally looks good to me. |
Yes, we met two main problems on our production environment a few weeks ago:
Therefore, we wanted to find solutions from PRs and issue records, and found #213,but we just pick up something which fit our demands. After doing that, we gained something good as below:
|
Hi @panszobe, we are interested in your modifications. will you have time to rebase ? |
Main Improvements