[Groonga-commit] groonga/groonga-query-log at fbd2301 [master] groonga-query-log-replay: abort on exception in any threads

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Sep 27 11:59:58 JST 2017


Kouhei Sutou	2017-09-27 11:59:58 +0900 (Wed, 27 Sep 2017)

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

  Message:
    groonga-query-log-replay: abort on exception in any threads

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

  Modified: bin/groonga-query-log-replay (+2 -0)
===================================================================
--- bin/groonga-query-log-replay    2017-09-26 10:08:42 +0900 (1e7b747)
+++ bin/groonga-query-log-replay    2017-09-27 11:59:58 +0900 (31513a5)
@@ -19,5 +19,7 @@
 
 require "groonga/query-log/command/replay"
 
+Thread.abort_on_exception = true
+
 replay_command = Groonga::QueryLog::Command::Replay.new
 exit(replay_command.run(ARGV))
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20170927/dcc04246/attachment.htm 



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