[Groonga-commit] groonga/groonga-query-log at 4b0de32 [master] replay: don't abort on error in a thread

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 24 16:28:25 JST 2013


Kouhei Sutou	2013-10-24 16:28:25 +0900 (Thu, 24 Oct 2013)

  New Revision: 4b0de325b9ae0a3700d7c8769cab9978f8a23057
  https://github.com/groonga/groonga-query-log/commit/4b0de325b9ae0a3700d7c8769cab9978f8a23057

  Message:
    replay: don't abort on error in a thread
    
    Exceptions in thread should be handled joined thread.

  Modified files:
    bin/groonga-query-log-replay

  Modified: bin/groonga-query-log-replay (+0 -2)
===================================================================
--- bin/groonga-query-log-replay    2013-10-10 12:20:34 +0900 (2d036f6)
+++ bin/groonga-query-log-replay    2013-10-24 16:28:25 +0900 (f758675)
@@ -19,7 +19,5 @@
 
 require "groonga/query-log/command/replay"
 
-Thread.abort_on_exception = true
-
 replay_command = Groonga::QueryLog::Command::Replay.new
 replay_command.run(*ARGV)
-------------- next part --------------
HTML����������������������������...
Download 



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