Navigation Menu

Skip to content

Commit

Permalink
Add TODO comment for future versions
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 22, 2015
1 parent 0e448f4 commit 5f2a81e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/droonga/plugins/system/absorb_data.rb
Expand Up @@ -207,6 +207,12 @@ def on_finish
super
end

#TODO: Currently we are counting/comparing the number of
# physical objects, but it will be different from
# the source dataset if the destination is differently
# sliced dataset. So, we should count/compare the
# number of logical objects in the future after
# supporting management of sliced datasets.
def count_total_n_objects(&block)
count_message = {
"type" => "system.statistics.object.count",
Expand Down

0 comments on commit 5f2a81e

Please sign in to comment.