[Groonga-commit] droonga/droonga-engine at a753def [master] Fix mismatched method name

アーカイブの一覧に戻る

Piro / YUKI Hiroshi null+****@clear*****
Fri Apr 24 01:03:49 JST 2015


Piro / YUKI Hiroshi	2015-04-24 01:03:49 +0900 (Fri, 24 Apr 2015)

  New Revision: a753deffe2e2dfc99de76d3a944b6e48f8784d72
  https://github.com/droonga/droonga-engine/commit/a753deffe2e2dfc99de76d3a944b6e48f8784d72

  Message:
    Fix mismatched method name

  Modified files:
    bin/droonga-engine-absorb-data
    bin/droonga-engine-join

  Modified: bin/droonga-engine-absorb-data (+1 -1)
===================================================================
--- bin/droonga-engine-absorb-data    2015-04-24 00:53:12 +0900 (1ff8151)
+++ bin/droonga-engine-absorb-data    2015-04-24 01:03:49 +0900 (f32a2d7)
@@ -246,7 +246,7 @@ module Droonga
     end
 
     def update_accept_messages_newer_than_timestamp
-      timestamp = source_node_serf.latest_last_processed_message_timestamp
+      timestamp = source_node_serf.latest_last_message_timestamp
       if timestamp and not timestamp.empty?
         puts "The timestamp of the last processed message in the source node: #{timestamp}"
         puts "Setting the destination node to ignore messages older than the timestamp..."

  Modified: bin/droonga-engine-join (+1 -1)
===================================================================
--- bin/droonga-engine-join    2015-04-24 00:53:12 +0900 (cd9c32a)
+++ bin/droonga-engine-join    2015-04-24 01:03:49 +0900 (c4e9f57)
@@ -321,7 +321,7 @@ module Droonga
     end
 
     def update_accept_messages_newer_than_timestamp
-      timestamp = source_node_serf.latest_last_processed_message_timestamp
+      timestamp = source_node_serf.latest_last_message_timestamp
       if timestamp and not timestamp.empty?
         puts "The timestamp of the last processed message at the source node: #{timestamp}"
         puts "Setting new node to ignore messages older than the timestamp..."
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る