Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(949)

Issue 345920043: [plaso] Changes to handle retry task (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
6 years ago by Joachim Metz
Modified:
5 years, 11 months ago
Reviewers:
onager
CC:
kiddi, log2timeline-dev_googlegroups.com, romaing
Visibility:
Public.

Description

[plaso] Changes to handle retry task

Patch Set 1 : Small improvements #

Total comments: 9

Patch Set 2 : Changes after review and merge #

Total comments: 25

Patch Set 3 : Changes after review #

Patch Set 4 : Changes after review #

Total comments: 4

Patch Set 5 : Changes after review #

Total comments: 4

Patch Set 6 : Changes after review #

Total comments: 1

Patch Set 7 : Additional changes to remove abandoned tasks that no longer need tracking #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+484 lines, -222 lines) Patch
M plaso/containers/tasks.py View 1 2 3 4 5 6 chunks +23 lines, -17 lines 0 comments Download
M plaso/multi_processing/task_engine.py View 1 2 3 4 5 6 1 chunk +7 lines, -2 lines 0 comments Download
M plaso/multi_processing/task_manager.py View 1 2 3 4 5 6 13 chunks +96 lines, -71 lines 2 comments Download
M plaso/storage/fake/writer.py View 1 1 chunk +15 lines, -0 lines 0 comments Download
M plaso/storage/interface.py View 1 4 chunks +35 lines, -2 lines 0 comments Download
M tests/containers/tasks.py View 1 2 3 4 5 2 chunks +9 lines, -9 lines 0 comments Download
M tests/multi_processing/task_manager.py View 1 2 3 4 5 6 13 chunks +298 lines, -120 lines 0 comments Download
M tests/serializer/json_serializer.py View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 26
Joachim Metz
6 years ago (2018-04-23 06:11:49 UTC) #1
Joachim Metz
Code updated.
5 years, 12 months ago (2018-04-28 16:49:54 UTC) #2
Joachim Metz
Code updated.
5 years, 12 months ago (2018-04-30 05:51:04 UTC) #3
Joachim Metz
Code updated.
5 years, 12 months ago (2018-04-30 06:06:16 UTC) #4
onager
A couple of early comments, but I haven't finished reviewing all the changes yet. https://codereview.appspot.com/345920043/diff/60001/plaso/containers/tasks.py ...
5 years, 12 months ago (2018-05-01 16:09:37 UTC) #5
Joachim Metz
https://codereview.appspot.com/345920043/diff/60001/plaso/containers/tasks.py File plaso/containers/tasks.py (right): https://codereview.appspot.com/345920043/diff/60001/plaso/containers/tasks.py#newcode32 plaso/containers/tasks.py:32: task is a retry or None if not set. ...
5 years, 12 months ago (2018-05-01 17:03:31 UTC) #6
Joachim Metz
Code updated.
5 years, 12 months ago (2018-05-01 17:10:03 UTC) #7
onager
https://codereview.appspot.com/345920043/diff/60001/plaso/containers/tasks.py File plaso/containers/tasks.py (right): https://codereview.appspot.com/345920043/diff/60001/plaso/containers/tasks.py#newcode35 plaso/containers/tasks.py:35: retry_task_identifier (str): identifier of the retry task, when the ...
5 years, 11 months ago (2018-05-06 09:32:04 UTC) #8
Joachim Metz
Code updated.
5 years, 11 months ago (2018-05-07 04:36:04 UTC) #9
Joachim Metz
https://codereview.appspot.com/345920043/diff/80001/plaso/containers/tasks.py File plaso/containers/tasks.py (right): https://codereview.appspot.com/345920043/diff/80001/plaso/containers/tasks.py#newcode34 plaso/containers/tasks.py:34: retry_count (int): number of times the task has been ...
5 years, 11 months ago (2018-05-07 04:52:52 UTC) #10
Joachim Metz
Code updated.
5 years, 11 months ago (2018-05-07 05:02:36 UTC) #11
onager
https://codereview.appspot.com/345920043/diff/80001/plaso/containers/tasks.py File plaso/containers/tasks.py (right): https://codereview.appspot.com/345920043/diff/80001/plaso/containers/tasks.py#newcode34 plaso/containers/tasks.py:34: retry_count (int): number of times the task has been ...
5 years, 11 months ago (2018-05-07 19:59:52 UTC) #12
Joachim Metz
https://codereview.appspot.com/345920043/diff/120001/plaso/containers/tasks.py File plaso/containers/tasks.py (right): https://codereview.appspot.com/345920043/diff/120001/plaso/containers/tasks.py#newcode85 plaso/containers/tasks.py:85: task (Task): a task to retry of the existing ...
5 years, 11 months ago (2018-05-08 04:25:51 UTC) #13
Joachim Metz
Code updated.
5 years, 11 months ago (2018-05-08 04:30:29 UTC) #14
onager
On 2018/05/08 04:30:29, Joachim Metz wrote: > Code updated. Just a quick note that I ...
5 years, 11 months ago (2018-05-10 08:09:21 UTC) #15
Joachim Metz
> Just a quick note that I had a lot of other comments in #12, ...
5 years, 11 months ago (2018-05-10 16:06:23 UTC) #16
Joachim Metz
https://codereview.appspot.com/345920043/diff/80001/plaso/containers/tasks.py File plaso/containers/tasks.py (right): https://codereview.appspot.com/345920043/diff/80001/plaso/containers/tasks.py#newcode34 plaso/containers/tasks.py:34: retry_count (int): number of times the task has been ...
5 years, 11 months ago (2018-05-10 16:06:30 UTC) #17
onager
https://codereview.appspot.com/345920043/diff/80001/plaso/containers/tasks.py File plaso/containers/tasks.py (right): https://codereview.appspot.com/345920043/diff/80001/plaso/containers/tasks.py#newcode34 plaso/containers/tasks.py:34: retry_count (int): number of times the task has been ...
5 years, 11 months ago (2018-05-13 13:49:41 UTC) #18
Joachim Metz
https://codereview.appspot.com/345920043/diff/80001/plaso/containers/tasks.py File plaso/containers/tasks.py (right): https://codereview.appspot.com/345920043/diff/80001/plaso/containers/tasks.py#newcode34 plaso/containers/tasks.py:34: retry_count (int): number of times the task has been ...
5 years, 11 months ago (2018-05-13 15:57:49 UTC) #19
Joachim Metz
Code updated.
5 years, 11 months ago (2018-05-13 16:17:44 UTC) #20
Joachim Metz
https://codereview.appspot.com/345920043/diff/160001/plaso/multi_processing/task_engine.py File plaso/multi_processing/task_engine.py (right): https://codereview.appspot.com/345920043/diff/160001/plaso/multi_processing/task_engine.py#newcode206 plaso/multi_processing/task_engine.py:206: storage_writer.RemoveProcessedTaskStorage(task) TODO: remove abandoned task from task manager
5 years, 11 months ago (2018-05-14 04:00:26 UTC) #21
Joachim Metz
Code updated.
5 years, 11 months ago (2018-05-14 04:22:30 UTC) #22
onager
One typo remains, please check for any other usage of "lastest" anywhere in this CL. ...
5 years, 11 months ago (2018-05-14 18:06:50 UTC) #23
Joachim Metz
https://codereview.appspot.com/345920043/diff/180001/plaso/multi_processing/task_manager.py File plaso/multi_processing/task_manager.py (right): https://codereview.appspot.com/345920043/diff/180001/plaso/multi_processing/task_manager.py#newcode237 plaso/multi_processing/task_manager.py:237: On 2018/05/14 18:06:50, onager wrote: > -1 white line ...
5 years, 11 months ago (2018-05-15 03:38:11 UTC) #24
Joachim Metz
Changes have been merged with master branch. To close the review and clean up the ...
5 years, 11 months ago (2018-05-15 03:43:46 UTC) #25
Joachim Metz
5 years, 11 months ago (2018-05-15 04:14:44 UTC) #26
Message was sent while issue was closed.

          
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b