llvieira commented on a change in pull request #108: Fix TODO for tour exercise URL: https://github.com/apache/fluo-website/pull/108#discussion_r149080274
########## File path: tour/exercise-1.md ########## @@ -198,8 +198,7 @@ u:http://oldnews.com/a23 uri hash a6c4d1f Now that you have data loading, create an observer that watches the reference status column. This observer should increment word counts when new content is -referenced and decrement word counts when content is dereferenced. The -observer should also delete the content when its dereferenced. +referenced and decrement word counts when content is dereferenced. The observer should also delete the content if zero URLs reference this one and when content's URL reference counts goes to zero, if it was processed before then its word counts should be decremented before deleting. Review comment: Thank you for reviewing, @ctubbsii. Now I tried to write a bit more clear. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
