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

*: record split #654

Merged
merged 3 commits into from
Jun 4, 2017
Merged

*: record split #654

merged 3 commits into from
Jun 4, 2017

Conversation

nolouch
Copy link
Contributor

@nolouch nolouch commented Jun 3, 2017

server/event.go Outdated
@@ -138,6 +139,7 @@ type splitOperator struct {
Origin *metapb.Region `json:"origin"`
Left *metapb.Region `json:"left"`
Right *metapb.Region `json:"right"`
End time.Time `json:"end"`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what does End mean?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this operator just records split, the TiKV report split mean already finished split, use end time in here.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

EndTime or SplitTime
The only End confuses me.

Copy link
Contributor

@siddontang siddontang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@disksing
Copy link
Contributor

disksing commented Jun 4, 2017

LGTM.

@disksing disksing merged commit e31d8f4 into master Jun 4, 2017
@disksing disksing deleted the shuning/record-split branch June 4, 2017 03:47
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

Successfully merging this pull request may close these issues.

3 participants