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

Make snapshot generating method thread-safe. #85

Closed
mh0203 opened this issue Aug 29, 2018 · 1 comment
Closed

Make snapshot generating method thread-safe. #85

mh0203 opened this issue Aug 29, 2018 · 1 comment
Assignees
Labels
@dataprep Component Name : Data preparation enhancement Request Change and Feature Enhancement
Milestone

Comments

@mh0203
Copy link
Contributor

mh0203 commented Aug 29, 2018

Is your feature request related to a problem? Please describe.
스냅샷 생성 기능에 thread-safe 하지 못한 부분이 있어 동시에 여러개의 스냅샷을 생성하면 올바른 결과를 만들어내지 못함.

Describe the solution you'd like
TeddyExcutor.java 내의 snapshot 생성 관련 코드들을 thread-safe하게 변경.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
SSID와 관련된 변수들을 hash-map 형태로 관리하여 새로운 스냅샷을 생성할 때 변수들이 뒤섞이는 것을 방지.

@mh0203 mh0203 added enhancement Request Change and Feature Enhancement @dataprep Component Name : Data preparation labels Aug 29, 2018
@mh0203
Copy link
Contributor Author

mh0203 commented Aug 30, 2018

Snapshot Cancel 처리도 SSID와 연결된 부분이 있어 확인 필요.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@dataprep Component Name : Data preparation enhancement Request Change and Feature Enhancement
Projects
None yet
Development

No branches or pull requests

2 participants