[Groonga-commit] groonga/groonga at e7530ff [master] ii: add more information to log

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jun 13 17:50:53 JST 2016


Kouhei Sutou	2016-06-13 17:50:53 +0900 (Mon, 13 Jun 2016)

  New Revision: e7530ffc1566523237fbe46d3825de9ec56257fa
  https://github.com/groonga/groonga/commit/e7530ffc1566523237fbe46d3825de9ec56257fa

  Message:
    ii: add more information to log

  Modified files:
    lib/ii.c

  Modified: lib/ii.c (+4 -2)
===================================================================
--- lib/ii.c    2016-06-13 17:46:50 +0900 (bb2efd1)
+++ lib/ii.c    2016-06-13 17:50:53 +0900 (cfa7ecd)
@@ -4501,8 +4501,10 @@ grn_ii_cursor_next_internal(grn_ctx *ctx, grn_ii_cursor *c,
                   if (chunk_is_reused(ctx, c->ii, c,
                                       c->cinfo[c->curr_chunk].segno, size)) {
                     GRN_LOG(ctx, GRN_LOG_WARNING,
-                            "chunk(%d) is reused by another thread",
-                            c->cinfo[c->curr_chunk].segno);
+                            "[ii][cursor] "
+                            "chunk(%d) is reused by another thread: %p",
+                            c->cinfo[c->curr_chunk].segno,
+                            c);
                     c->pc.rid = 0;
                     break;
                   }
-------------- next part --------------
HTML����������������������������...
Download 



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