[Groonga-commit] droonga/fluent-plugin-droonga at 3741cac [master] Remove obsolete TODOs #9

Back to archive index

Yoji Shidara null+****@clear*****
Wed Nov 27 18:01:19 JST 2013


Yoji Shidara	2013-11-27 18:01:19 +0900 (Wed, 27 Nov 2013)

  New Revision: 3741cac259af4d35cb3e62bde7a9f8b475c0761e
  https://github.com/droonga/fluent-plugin-droonga/commit/3741cac259af4d35cb3e62bde7a9f8b475c0761e

  Message:
    Remove obsolete TODOs #9
    
    Because we decided not to care about this.

  Modified files:
    lib/droonga/plugin/distributor/crud.rb

  Modified: lib/droonga/plugin/distributor/crud.rb (+0 -3)
===================================================================
--- lib/droonga/plugin/distributor/crud.rb    2013-11-27 17:38:49 +0900 (e89f670)
+++ lib/droonga/plugin/distributor/crud.rb    2013-11-27 18:01:19 +0900 (c44039d)
@@ -23,14 +23,12 @@ module Droonga
 
     command :add
     def add(envelope)
-      # TODO: update events must be serialized in the primary node of replicas.
       key = envelope["body"]["key"] || rand.to_s
       scatter_all(envelope, key)
     end
 
     command :update
     def update(envelope)
-      # TODO: update events must be serialized in the primary node of replicas.
       key = envelope["body"]["key"] || rand.to_s
       scatter_all(envelope, key)
     end
@@ -38,7 +36,6 @@ module Droonga
     # TODO: What is this?
     command :reset
     def reset(envelope)
-      # TODO: update events must be serialized in the primary node of replicas.
       key = envelope["body"]["key"] || rand.to_s
       scatter_all(envelope, key)
     end
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index