Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

fix(thrift): add start_time_ns for structure mutation_update in thrift file #387

Merged
merged 5 commits into from
Feb 5, 2020

Conversation

hycdong
Copy link
Contributor

@hycdong hycdong commented Feb 4, 2020

Pull request #336 added a new filed called start_time_ns for structure mutation_update. mutation_update is defined in replication.thrift, and we generate .h and .cpp files atomically by thrift. However, original pr directly added this filed in .h and .cpp file, which might be difficult to maintain.

This pr add a new filed start_time_ns for structure mutation_update in thrift file, and initialize it when creating this structure in function add_client_request.

src/dist/replication/replication.thrift Outdated Show resolved Hide resolved
acelyc111
acelyc111 previously approved these changes Feb 5, 2020
levy5307
levy5307 previously approved these changes Feb 5, 2020
@hycdong hycdong dismissed stale reviews from levy5307 and acelyc111 via 915fb8e February 5, 2020 06:10
@neverchanje neverchanje changed the title fix(thrift): add start_time_ns filed for structure mutation_update in thrift file fix(thrift): add start_time_ns for structure mutation_update in thrift file Feb 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants