groonga-query-log 1.2.9 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. checksums.yaml +5 -5
  2. data/doc/text/news.md +28 -0
  3. data/lib/groonga-query-log/command/analyzer/reporter/console.rb +1 -1
  4. data/lib/groonga-query-log/command/check-crash.rb +128 -36
  5. data/lib/groonga-query-log/command/extract.rb +12 -2
  6. data/lib/groonga-query-log/command/replay.rb +6 -0
  7. data/lib/groonga-query-log/parser.rb +7 -7
  8. data/lib/groonga-query-log/replayer.rb +3 -0
  9. data/lib/groonga-query-log/statistic.rb +6 -2
  10. data/lib/groonga-query-log/version.rb +2 -2
  11. data/test/command/test-extract.rb +30 -27
  12. data/test/fixtures/multi.expected +7 -7
  13. data/test/fixtures/n_entries.expected +3 -3
  14. data/test/fixtures/no-report-summary.expected +3 -3
  15. data/test/fixtures/order/-elapsed.expected +5 -5
  16. data/test/fixtures/order/-start-time.expected +5 -5
  17. data/test/fixtures/order/elapsed.expected +5 -5
  18. data/test/fixtures/order/start-time.expected +5 -5
  19. data/test/fixtures/query.log +1 -1
  20. data/test/fixtures/reporter/console.expected +5 -5
  21. data/test/fixtures/reporter/html.expected +7 -7
  22. data/test/fixtures/reporter/json-stream.expected +1 -1
  23. data/test/fixtures/reporter/json.expected +1 -1
  24. data/test/fixtures/run-regression-test/db.new/db +0 -0
  25. data/test/fixtures/run-regression-test/db.new/db.0000000 +0 -0
  26. data/test/fixtures/run-regression-test/db.new/db.0000100 +0 -0
  27. data/test/fixtures/run-regression-test/db.new/db.0000101 +0 -0
  28. data/test/fixtures/run-regression-test/db.new/db.0000102 +0 -0
  29. data/test/fixtures/run-regression-test/db.new/db.0000103 +0 -0
  30. data/test/fixtures/run-regression-test/db.new/db.0000103.c +0 -0
  31. data/test/fixtures/run-regression-test/db.new/db.001 +0 -0
  32. data/test/fixtures/run-regression-test/db.new/db.conf +0 -0
  33. data/test/fixtures/run-regression-test/db.new/groonga.log +165 -0
  34. data/test/fixtures/run-regression-test/db.old/db +0 -0
  35. data/test/fixtures/run-regression-test/db.old/db.0000000 +0 -0
  36. data/test/fixtures/run-regression-test/db.old/db.0000100 +0 -0
  37. data/test/fixtures/run-regression-test/db.old/db.0000101 +0 -0
  38. data/test/fixtures/run-regression-test/db.old/db.0000102 +0 -0
  39. data/test/fixtures/run-regression-test/db.old/db.0000103 +0 -0
  40. data/test/fixtures/run-regression-test/db.old/db.0000103.c +0 -0
  41. data/test/fixtures/run-regression-test/db.old/db.001 +0 -0
  42. data/test/fixtures/run-regression-test/db.old/db.conf +0 -0
  43. data/test/fixtures/run-regression-test/db.old/groonga.log +79 -0
  44. data/test/fixtures/run-regression-test/results/query.log +0 -0
  45. data/test/fixtures/target-commands.expected +4 -4
  46. data/test/fixtures/target-tables.expected +3 -3
  47. data/test/run-test.rb +2 -0
  48. data/test/test-replayer.rb +2 -3
  49. metadata +78 -36
@@ -5,22 +5,22 @@ Summary:
5
5
  # of responses : 4
6
6
  # of slow responses : 0
7
7
  responses/sec : 9.468517046370479e-06
8
- start time : 2012-12-12 17:39:17.3
9
- last time : 2012-12-17 15:00:10.1
8
+ start time : 2012-12-12T17:39:17.624896+09:00
9
+ last time : 2012-12-17T15:00:10.262453+09:00
10
10
  period(sec) : 422452.637557779
11
11
  slow response ratio : 0.000%
12
12
  total response time : 0.10129859499999999
13
13
  Slow Operations:
14
14
 
15
15
  Slow Queries:
16
- 1) [2012-12-17 15:00:10.1-2012-12-17 15:00:10.1 (0.05231682)](0): table_create --name Comments --flags TABLE_HASH_KEY --key_type UInt32
16
+ 1) [2012-12-17T15:00:10.165344+09:00-2012-12-17T15:00:10.217660+09:00 (0.05231682)](0): table_create --name Comments --flags TABLE_HASH_KEY --key_type UInt32
17
17
  name: <table_create>
18
18
  parameters:
19
19
  <name>: <Comments>
20
20
  <flags>: <TABLE_HASH_KEY>
21
21
  <key_type>: <UInt32>
22
22
 
23
- 2) [2012-12-17 15:00:10.1-2012-12-17 15:00:10.1 (0.04463578)](0): column_create --table Comments --name title --flags COLUMN_SCALAR --type ShortText
23
+ 2) [2012-12-17T15:00:10.217818+09:00-2012-12-17T15:00:10.262453+09:00 (0.04463578)](0): column_create --table Comments --name title --flags COLUMN_SCALAR --type ShortText
24
24
  name: <column_create>
25
25
  parameters:
26
26
  <table>: <Comments>
@@ -28,18 +28,18 @@ Slow Queries:
28
28
  <flags>: <COLUMN_SCALAR>
29
29
  <type>: <ShortText>
30
30
 
31
- 3) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00312886)](0): load --table Video
31
+ 3) [2012-12-12T17:39:17.624896+09:00-2012-12-12T17:39:17.628024+09:00 (0.00312886)](0): load --table Video
32
32
  name: <load>
33
33
  parameters:
34
34
  <table>: <Video>
35
35
 
36
- 4) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00121714)](0): select --table Users --query follower:@groonga --output_columns _key,name
36
+ 4) [2012-12-12T17:39:17.628846+09:00-2012-12-12T17:39:17.630063+09:00 (0.00121714)](0): select --table Users --query follower:@groonga --output_columns _key,name
37
37
  name: <select>
38
38
  parameters:
39
39
  <table>: <Users>
40
40
  <query>: <follower:@groonga>
41
41
  <output_columns>: <_key,name>
42
- 1) 0.00084295: filter( 2) query: follower:@groonga
42
+ 1) 0.00084295: filter( 2) Users.follower match "groonga"
43
43
  2) 0.00002795: select( 2)
44
44
  3) 0.00019585: output( 2) _key,name
45
45
 
@@ -5,15 +5,15 @@ Summary:
5
5
  # of responses : 2
6
6
  # of slow responses : 0
7
7
  responses/sec : 387.0613143828114
8
- start time : 2012-12-12 17:39:17.3
9
- last time : 2012-12-12 17:39:17.3
8
+ start time : 2012-12-12T17:39:17.624896+09:00
9
+ last time : 2012-12-12T17:39:17.630063+09:00
10
10
  period(sec) : 0.00516714
11
11
  slow response ratio : 0.000%
12
12
  total response time : 0.004345996
13
13
  Slow Operations:
14
14
 
15
15
  Slow Queries:
16
- 1) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00312886)](0): load --table Video
16
+ 1) [2012-12-12T17:39:17.624896+09:00-2012-12-12T17:39:17.628024+09:00 (0.00312886)](0): load --table Video
17
17
  name: <load>
18
18
  parameters:
19
19
  <table>: <Video>
@@ -1,17 +1,17 @@
1
1
 
2
2
  Slow Queries:
3
- 1) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00312886)](0): load --table Video
3
+ 1) [2012-12-12T17:39:17.624896+09:00-2012-12-12T17:39:17.628024+09:00 (0.00312886)](0): load --table Video
4
4
  name: <load>
5
5
  parameters:
6
6
  <table>: <Video>
7
7
 
8
- 2) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00121714)](0): select --table Users --query follower:@groonga --output_columns _key,name
8
+ 2) [2012-12-12T17:39:17.628846+09:00-2012-12-12T17:39:17.630063+09:00 (0.00121714)](0): select --table Users --query follower:@groonga --output_columns _key,name
9
9
  name: <select>
10
10
  parameters:
11
11
  <table>: <Users>
12
12
  <query>: <follower:@groonga>
13
13
  <output_columns>: <_key,name>
14
- 1) 0.00084295: filter( 2) query: follower:@groonga
14
+ 1) 0.00084295: filter( 2) Users.follower match "groonga"
15
15
  2) 0.00002795: select( 2)
16
16
  3) 0.00019585: output( 2) _key,name
17
17
 
@@ -5,26 +5,26 @@ Summary:
5
5
  # of responses : 2
6
6
  # of slow responses : 0
7
7
  responses/sec : 387.0613143828114
8
- start time : 2012-12-12 17:39:17.3
9
- last time : 2012-12-12 17:39:17.3
8
+ start time : 2012-12-12T17:39:17.624896+09:00
9
+ last time : 2012-12-12T17:39:17.630063+09:00
10
10
  period(sec) : 0.00516714
11
11
  slow response ratio : 0.000%
12
12
  total response time : 0.004345996
13
13
  Slow Operations:
14
14
 
15
15
  Slow Queries:
16
- 1) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00312886)](0): load --table Video
16
+ 1) [2012-12-12T17:39:17.624896+09:00-2012-12-12T17:39:17.628024+09:00 (0.00312886)](0): load --table Video
17
17
  name: <load>
18
18
  parameters:
19
19
  <table>: <Video>
20
20
 
21
- 2) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00121714)](0): select --table Users --query follower:@groonga --output_columns _key,name
21
+ 2) [2012-12-12T17:39:17.628846+09:00-2012-12-12T17:39:17.630063+09:00 (0.00121714)](0): select --table Users --query follower:@groonga --output_columns _key,name
22
22
  name: <select>
23
23
  parameters:
24
24
  <table>: <Users>
25
25
  <query>: <follower:@groonga>
26
26
  <output_columns>: <_key,name>
27
- 1) 0.00084295: filter( 2) query: follower:@groonga
27
+ 1) 0.00084295: filter( 2) Users.follower match "groonga"
28
28
  2) 0.00002795: select( 2)
29
29
  3) 0.00019585: output( 2) _key,name
30
30
 
@@ -5,25 +5,25 @@ Summary:
5
5
  # of responses : 2
6
6
  # of slow responses : 0
7
7
  responses/sec : 387.0613143828114
8
- start time : 2012-12-12 17:39:17.3
9
- last time : 2012-12-12 17:39:17.3
8
+ start time : 2012-12-12T17:39:17.624896+09:00
9
+ last time : 2012-12-12T17:39:17.630063+09:00
10
10
  period(sec) : 0.00516714
11
11
  slow response ratio : 0.000%
12
12
  total response time : 0.004345996
13
13
  Slow Operations:
14
14
 
15
15
  Slow Queries:
16
- 1) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00121714)](0): select --table Users --query follower:@groonga --output_columns _key,name
16
+ 1) [2012-12-12T17:39:17.628846+09:00-2012-12-12T17:39:17.630063+09:00 (0.00121714)](0): select --table Users --query follower:@groonga --output_columns _key,name
17
17
  name: <select>
18
18
  parameters:
19
19
  <table>: <Users>
20
20
  <query>: <follower:@groonga>
21
21
  <output_columns>: <_key,name>
22
- 1) 0.00084295: filter( 2) query: follower:@groonga
22
+ 1) 0.00084295: filter( 2) Users.follower match "groonga"
23
23
  2) 0.00002795: select( 2)
24
24
  3) 0.00019585: output( 2) _key,name
25
25
 
26
- 2) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00312886)](0): load --table Video
26
+ 2) [2012-12-12T17:39:17.624896+09:00-2012-12-12T17:39:17.628024+09:00 (0.00312886)](0): load --table Video
27
27
  name: <load>
28
28
  parameters:
29
29
  <table>: <Video>
@@ -5,25 +5,25 @@ Summary:
5
5
  # of responses : 2
6
6
  # of slow responses : 0
7
7
  responses/sec : 387.0613143828114
8
- start time : 2012-12-12 17:39:17.3
9
- last time : 2012-12-12 17:39:17.3
8
+ start time : 2012-12-12T17:39:17.624896+09:00
9
+ last time : 2012-12-12T17:39:17.630063+09:00
10
10
  period(sec) : 0.00516714
11
11
  slow response ratio : 0.000%
12
12
  total response time : 0.004345996
13
13
  Slow Operations:
14
14
 
15
15
  Slow Queries:
16
- 1) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00121714)](0): select --table Users --query follower:@groonga --output_columns _key,name
16
+ 1) [2012-12-12T17:39:17.628846+09:00-2012-12-12T17:39:17.630063+09:00 (0.00121714)](0): select --table Users --query follower:@groonga --output_columns _key,name
17
17
  name: <select>
18
18
  parameters:
19
19
  <table>: <Users>
20
20
  <query>: <follower:@groonga>
21
21
  <output_columns>: <_key,name>
22
- 1) 0.00084295: filter( 2) query: follower:@groonga
22
+ 1) 0.00084295: filter( 2) Users.follower match "groonga"
23
23
  2) 0.00002795: select( 2)
24
24
  3) 0.00019585: output( 2) _key,name
25
25
 
26
- 2) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00312886)](0): load --table Video
26
+ 2) [2012-12-12T17:39:17.624896+09:00-2012-12-12T17:39:17.628024+09:00 (0.00312886)](0): load --table Video
27
27
  name: <load>
28
28
  parameters:
29
29
  <table>: <Video>
@@ -5,26 +5,26 @@ Summary:
5
5
  # of responses : 2
6
6
  # of slow responses : 0
7
7
  responses/sec : 387.0613143828114
8
- start time : 2012-12-12 17:39:17.3
9
- last time : 2012-12-12 17:39:17.3
8
+ start time : 2012-12-12T17:39:17.624896+09:00
9
+ last time : 2012-12-12T17:39:17.630063+09:00
10
10
  period(sec) : 0.00516714
11
11
  slow response ratio : 0.000%
12
12
  total response time : 0.004345996
13
13
  Slow Operations:
14
14
 
15
15
  Slow Queries:
16
- 1) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00312886)](0): load --table Video
16
+ 1) [2012-12-12T17:39:17.624896+09:00-2012-12-12T17:39:17.628024+09:00 (0.00312886)](0): load --table Video
17
17
  name: <load>
18
18
  parameters:
19
19
  <table>: <Video>
20
20
 
21
- 2) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00121714)](0): select --table Users --query follower:@groonga --output_columns _key,name
21
+ 2) [2012-12-12T17:39:17.628846+09:00-2012-12-12T17:39:17.630063+09:00 (0.00121714)](0): select --table Users --query follower:@groonga --output_columns _key,name
22
22
  name: <select>
23
23
  parameters:
24
24
  <table>: <Users>
25
25
  <query>: <follower:@groonga>
26
26
  <output_columns>: <_key,name>
27
- 1) 0.00084295: filter( 2) query: follower:@groonga
27
+ 1) 0.00084295: filter( 2) Users.follower match "groonga"
28
28
  2) 0.00002795: select( 2)
29
29
  3) 0.00019585: output( 2) _key,name
30
30
 
@@ -1,7 +1,7 @@
1
1
  2012-12-12 17:39:17.624896|0x7fffaac6dcf0|>load --table Video
2
2
  2012-12-12 17:39:17.628002|0x7fffaac6dcf0|<000000003128856 rc=0
3
3
  2012-12-12 17:39:17.628846|0x7fff786aa2b0|>select --table Users --query follower:@groonga --output_columns _key,name
4
- 2012-12-12 17:39:17.629676|0x7fff786aa2b0|:000000000842953 filter(2)
4
+ 2012-12-12 17:39:17.629676|0x7fff786aa2b0|:000000000842953 filter(2): Users.follower match "groonga"
5
5
  2012-12-12 17:39:17.629709|0x7fff786aa2b0|:000000000870900 select(2)
6
6
  2012-12-12 17:39:17.629901|0x7fff786aa2b0|:000000001066752 output(2)
7
7
  2012-12-12 17:39:17.630052|0x7fff786aa2b0|<000000001217140 rc=0
@@ -5,26 +5,26 @@ Summary:
5
5
  # of responses : 2
6
6
  # of slow responses : 0
7
7
  responses/sec : 387.0613143828114
8
- start time : 2012-12-12 17:39:17.3
9
- last time : 2012-12-12 17:39:17.3
8
+ start time : 2012-12-12T17:39:17.624896+09:00
9
+ last time : 2012-12-12T17:39:17.630063+09:00
10
10
  period(sec) : 0.00516714
11
11
  slow response ratio : 0.000%
12
12
  total response time : 0.004345996
13
13
  Slow Operations:
14
14
 
15
15
  Slow Queries:
16
- 1) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00312886)](0): load --table Video
16
+ 1) [2012-12-12T17:39:17.624896+09:00-2012-12-12T17:39:17.628024+09:00 (0.00312886)](0): load --table Video
17
17
  name: <load>
18
18
  parameters:
19
19
  <table>: <Video>
20
20
 
21
- 2) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00121714)](0): select --table Users --query follower:@groonga --output_columns _key,name
21
+ 2) [2012-12-12T17:39:17.628846+09:00-2012-12-12T17:39:17.630063+09:00 (0.00121714)](0): select --table Users --query follower:@groonga --output_columns _key,name
22
22
  name: <select>
23
23
  parameters:
24
24
  <table>: <Users>
25
25
  <query>: <follower:@groonga>
26
26
  <output_columns>: <_key,name>
27
- 1) 0.00084295: filter( 2) query: follower:@groonga
27
+ 1) 0.00084295: filter( 2) Users.follower match "groonga"
28
28
  2) 0.00002795: select( 2)
29
29
  3) 0.00019585: output( 2) _key,name
30
30
 
@@ -87,11 +87,11 @@ td.name
87
87
  </tr>
88
88
  <tr>
89
89
  <th>start time</th>
90
- <td><span class="time">2012-12-12 17:39:17.3</span></td>
90
+ <td><span class="time">2012-12-12T17:39:17.624896+09:00</span></td>
91
91
  </tr>
92
92
  <tr>
93
93
  <th>last time</th>
94
- <td><span class="time">2012-12-12 17:39:17.3</span></td>
94
+ <td><span class="time">2012-12-12T17:39:17.630063+09:00</span></td>
95
95
  </tr>
96
96
  <tr>
97
97
  <th>period</th>
@@ -126,9 +126,9 @@ td.name
126
126
  <div class="statistic-heading">
127
127
  <h3>Command</h3>
128
128
  <div class="metrics">
129
- [<span class="time">2012-12-12 17:39:17.3</span>
129
+ [<span class="time">2012-12-12T17:39:17.624896+09:00</span>
130
130
  -
131
- <span class="time">2012-12-12 17:39:17.3</span>
131
+ <span class="time">2012-12-12T17:39:17.628024+09:00</span>
132
132
  (<span class="elapsed">0.00312886</span>)]
133
133
  (<span class="return-code">0</span>)
134
134
  </div>
@@ -162,9 +162,9 @@ td.name
162
162
  <div class="statistic-heading">
163
163
  <h3>Command</h3>
164
164
  <div class="metrics">
165
- [<span class="time">2012-12-12 17:39:17.3</span>
165
+ [<span class="time">2012-12-12T17:39:17.628846+09:00</span>
166
166
  -
167
- <span class="time">2012-12-12 17:39:17.3</span>
167
+ <span class="time">2012-12-12T17:39:17.630063+09:00</span>
168
168
  (<span class="elapsed">0.00121714</span>)]
169
169
  (<span class="return-code">0</span>)
170
170
  </div>
@@ -203,7 +203,7 @@ td.name
203
203
  </td>
204
204
  <td class="name">filter</td>
205
205
  <td class="n-records">2</td>
206
- <td class="context">query: follower:@groonga</td>
206
+ <td class="context">Users.follower match &quot;groonga&quot;</td>
207
207
  </tr>
208
208
  <tr>
209
209
  <td class="n">2</td>
@@ -1,2 +1,2 @@
1
1
  {"start_time":START_TIME,"last_time":LAST_TIME,"elapsed":0.003128856,"return_code":0,"slow":false,"command":{"raw":"load --table Video","name":"load","parameters":[{"key":"table","value":"Video"}]},"operations":[]}
2
- {"start_time":START_TIME,"last_time":LAST_TIME,"elapsed":0.00121714,"return_code":0,"slow":false,"command":{"raw":"select --table Users --query follower:@groonga --output_columns _key,name","name":"select","parameters":[{"key":"table","value":"Users"},{"key":"query","value":"follower:@groonga"},{"key":"output_columns","value":"_key,name"}]},"operations":[{"name":"filter","relative_elapsed":0.0008429529999999999,"context":"query: follower:@groonga","slow":false},{"name":"select","relative_elapsed":2.7947e-05,"context":null,"slow":false},{"name":"output","relative_elapsed":0.000195852,"context":"_key,name","slow":false}]}
2
+ {"start_time":START_TIME,"last_time":LAST_TIME,"elapsed":0.00121714,"return_code":0,"slow":false,"command":{"raw":"select --table Users --query follower:@groonga --output_columns _key,name","name":"select","parameters":[{"key":"table","value":"Users"},{"key":"query","value":"follower:@groonga"},{"key":"output_columns","value":"_key,name"}]},"operations":[{"name":"filter","relative_elapsed":0.0008429529999999999,"context":"Users.follower match \"groonga\"","slow":false},{"name":"select","relative_elapsed":2.7947e-05,"context":null,"slow":false},{"name":"output","relative_elapsed":0.000195852,"context":"_key,name","slow":false}]}
@@ -1,4 +1,4 @@
1
1
  [
2
2
  {"start_time":START_TIME,"last_time":LAST_TIME,"elapsed":0.003128856,"return_code":0,"slow":false,"command":{"raw":"load --table Video","name":"load","parameters":[{"key":"table","value":"Video"}]},"operations":[]},
3
- {"start_time":START_TIME,"last_time":LAST_TIME,"elapsed":0.00121714,"return_code":0,"slow":false,"command":{"raw":"select --table Users --query follower:@groonga --output_columns _key,name","name":"select","parameters":[{"key":"table","value":"Users"},{"key":"query","value":"follower:@groonga"},{"key":"output_columns","value":"_key,name"}]},"operations":[{"name":"filter","relative_elapsed":0.0008429529999999999,"context":"query: follower:@groonga","slow":false},{"name":"select","relative_elapsed":2.7947e-05,"context":null,"slow":false},{"name":"output","relative_elapsed":0.000195852,"context":"_key,name","slow":false}]}
3
+ {"start_time":START_TIME,"last_time":LAST_TIME,"elapsed":0.00121714,"return_code":0,"slow":false,"command":{"raw":"select --table Users --query follower:@groonga --output_columns _key,name","name":"select","parameters":[{"key":"table","value":"Users"},{"key":"query","value":"follower:@groonga"},{"key":"output_columns","value":"_key,name"}]},"operations":[{"name":"filter","relative_elapsed":0.0008429529999999999,"context":"Users.follower match \"groonga\"","slow":false},{"name":"select","relative_elapsed":2.7947e-05,"context":null,"slow":false},{"name":"output","relative_elapsed":0.000195852,"context":"_key,name","slow":false}]}
4
4
  ]
@@ -0,0 +1,165 @@
1
+ 2017-04-24 11:06:45.783903|n| grn_init: <7.0.1-105-gf940037>
2
+ 2017-04-24 11:06:45.783995|n| vm.overcommit_memory kernel parameter should be 1: <0>: See INFO level log to resolve this
3
+ 2017-04-24 11:06:45.785696|n| DDL:256:table_create Entries
4
+ 2017-04-24 11:06:45.832240|n| spec:256:update:Entries:48(table:hash_key):0
5
+ 2017-04-24 11:06:45.832566|n| DDL:257:column_create Entries description
6
+ 2017-04-24 11:06:45.882379|n| spec:257:update:Entries.description:65(column:var_size):15(Text)
7
+ 2017-04-24 11:06:45.902188|n| grn_fin (0)
8
+ 2017-04-24 11:06:45.911851|n| grn_init: <7.0.1-105-gf940037>
9
+ 2017-04-24 11:06:45.911981|n| vm.overcommit_memory kernel parameter should be 1: <0>: See INFO level log to resolve this
10
+ 2017-04-24 11:06:45.927281|n| grn_fin (0)
11
+ 2017-04-24 11:06:45.938921|n| grn_init: <7.0.1-105-gf940037>
12
+ 2017-04-24 11:06:45.939085|n| vm.overcommit_memory kernel parameter should be 1: <0>: See INFO level log to resolve this
13
+ 2017-04-24 11:06:45.943080|n| DDL:258:table_create Bigram
14
+ 2017-04-24 11:06:45.990956|n| spec:258:update:Bigram:49(table:pat_key):0
15
+ 2017-04-24 11:06:45.991456|n| DDL:259:column_create Bigram Entries_description
16
+ 2017-04-24 11:06:46.084367|n| spec:259:update:Bigram.Entries_description:72(column:index):256(Entries)
17
+ 2017-04-24 11:06:46.099864|n| DDL:259:set_source Bigram.Entries_description Entries.description
18
+ 2017-04-24 11:06:46.099925|n| spec:257:update:Entries.description:65(column:var_size):15(Text)
19
+ 2017-04-24 11:06:46.104701|n| spec:259:update:Bigram.Entries_description:72(column:index):256(Entries)
20
+ 2017-04-24 11:06:46.113406|n| grn_fin (0)
21
+ 2017-04-24 11:06:46.117714|n| grn_init: <7.0.1-105-gf940037>
22
+ 2017-04-24 11:06:46.117765|n| vm.overcommit_memory kernel parameter should be 1: <0>: See INFO level log to resolve this
23
+ 2017-04-24 11:06:46.117899|n| RLIMIT_NOFILE(4096,4096)
24
+ 2017-04-24 11:06:47.117263|n| thread start (0/1)
25
+ 2017-04-24 11:06:47.495184|n| thread end (0/0)
26
+ 2017-04-24 11:06:47.498054|n| grn_fin (0)
27
+ 2017-04-24 11:07:45.262160|n| grn_init: <7.0.1-105-gf940037>
28
+ 2017-04-24 11:07:45.262192|n| vm.overcommit_memory kernel parameter should be 1: <0>: See INFO level log to resolve this
29
+ 2017-04-24 11:07:45.262282|n| RLIMIT_NOFILE(4096,4096)
30
+ 2017-04-24 11:07:46.261844|n| thread start (0/1)
31
+ 2017-04-24 11:07:46.580606|n| thread end (0/0)
32
+ 2017-04-24 11:07:46.583733|n| grn_fin (0)
33
+ 2017-04-24 11:07:46.586691|n| grn_init: <7.0.1-105-gf940037>
34
+ 2017-04-24 11:07:46.586724|n| vm.overcommit_memory kernel parameter should be 1: <0>: See INFO level log to resolve this
35
+ 2017-04-24 11:07:46.586809|n| RLIMIT_NOFILE(4096,4096)
36
+ 2017-04-24 11:07:47.585962|n| thread start (0/1)
37
+ 2017-04-24 11:07:48.028639|n| thread end (0/0)
38
+ 2017-04-24 11:07:48.030048|n| grn_fin (0)
39
+ 2017-04-24 11:07:48.034362|n| grn_init: <7.0.1-105-gf940037>
40
+ 2017-04-24 11:07:48.034410|n| vm.overcommit_memory kernel parameter should be 1: <0>: See INFO level log to resolve this
41
+ 2017-04-24 11:07:48.034549|n| RLIMIT_NOFILE(4096,4096)
42
+ 2017-04-24 11:07:49.032453|n| thread start (0/1)
43
+ 2017-04-24 11:07:49.195891|n| thread end (0/0)
44
+ 2017-04-24 11:07:49.196755|n| grn_fin (0)
45
+ 2017-04-24 11:10:47.018307|n| grn_init: <7.0.1-105-gf940037>
46
+ 2017-04-24 11:10:47.018349|n| vm.overcommit_memory kernel parameter should be 1: <0>: See INFO level log to resolve this
47
+ 2017-04-24 11:10:47.018437|n| RLIMIT_NOFILE(4096,4096)
48
+ 2017-04-24 11:10:48.017869|n| thread start (0/1)
49
+ 2017-04-24 11:10:48.313167|n| thread end (0/0)
50
+ 2017-04-24 11:10:48.314042|n| grn_fin (0)
51
+ 2017-04-24 11:10:48.316882|n| grn_init: <7.0.1-105-gf940037>
52
+ 2017-04-24 11:10:48.316926|n| vm.overcommit_memory kernel parameter should be 1: <0>: See INFO level log to resolve this
53
+ 2017-04-24 11:10:48.317007|n| RLIMIT_NOFILE(4096,4096)
54
+ 2017-04-24 11:10:49.315935|n| thread start (0/1)
55
+ 2017-04-24 11:10:49.698905|n| thread end (0/0)
56
+ 2017-04-24 11:10:49.700064|n| grn_fin (0)
57
+ 2017-04-24 11:10:49.705284|n| grn_init: <7.0.1-105-gf940037>
58
+ 2017-04-24 11:10:49.705412|n| vm.overcommit_memory kernel parameter should be 1: <0>: See INFO level log to resolve this
59
+ 2017-04-24 11:10:49.705578|n| RLIMIT_NOFILE(4096,4096)
60
+ 2017-04-24 11:10:50.702205|n| thread start (0/1)
61
+ 2017-04-24 11:10:50.858002|n| thread end (0/0)
62
+ 2017-04-24 11:10:50.858862|n| grn_fin (0)
63
+ 2017-04-24 11:11:12.606175|n| grn_init: <7.0.1-105-gf940037>
64
+ 2017-04-24 11:11:12.606214|n| vm.overcommit_memory kernel parameter should be 1: <0>: See INFO level log to resolve this
65
+ 2017-04-24 11:11:12.606307|n| RLIMIT_NOFILE(4096,4096)
66
+ 2017-04-24 11:11:13.605834|n| thread start (0/1)
67
+ 2017-04-24 11:11:13.842406|n| thread end (0/0)
68
+ 2017-04-24 11:11:13.843288|n| grn_fin (0)
69
+ 2017-04-24 11:11:13.846133|n| grn_init: <7.0.1-105-gf940037>
70
+ 2017-04-24 11:11:13.846164|n| vm.overcommit_memory kernel parameter should be 1: <0>: See INFO level log to resolve this
71
+ 2017-04-24 11:11:13.846254|n| RLIMIT_NOFILE(4096,4096)
72
+ 2017-04-24 11:11:14.845410|n| thread start (0/1)
73
+ 2017-04-24 11:11:15.127688|n| thread end (0/0)
74
+ 2017-04-24 11:11:15.128568|n| grn_fin (0)
75
+ 2017-04-24 11:11:15.131325|n| grn_init: <7.0.1-105-gf940037>
76
+ 2017-04-24 11:11:15.131357|n| vm.overcommit_memory kernel parameter should be 1: <0>: See INFO level log to resolve this
77
+ 2017-04-24 11:11:15.131440|n| RLIMIT_NOFILE(4096,4096)
78
+ 2017-04-24 11:11:16.130617|n| thread start (0/1)
79
+ 2017-04-24 11:11:42.306188|n| grn_init: <7.0.1-105-gf940037>
80
+ 2017-04-24 11:11:42.306219|n| vm.overcommit_memory kernel parameter should be 1: <0>: See INFO level log to resolve this
81
+ 2017-04-24 11:11:42.306306|n| RLIMIT_NOFILE(4096,4096)
82
+ 2017-04-24 11:11:43.308553|n| thread start (0/1)
83
+ 2017-04-24 11:11:43.580788|n| thread end (0/0)
84
+ 2017-04-24 11:11:43.581685|n| grn_fin (0)
85
+ 2017-04-24 11:11:43.584541|n| grn_init: <7.0.1-105-gf940037>
86
+ 2017-04-24 11:11:43.584576|n| vm.overcommit_memory kernel parameter should be 1: <0>: See INFO level log to resolve this
87
+ 2017-04-24 11:11:43.584662|n| RLIMIT_NOFILE(4096,4096)
88
+ 2017-04-24 11:11:44.583985|n| thread start (0/1)
89
+ 2017-04-24 11:11:44.874262|n| thread end (0/0)
90
+ 2017-04-24 11:11:44.875167|n| grn_fin (0)
91
+ 2017-04-24 11:11:44.877971|n| grn_init: <7.0.1-105-gf940037>
92
+ 2017-04-24 11:11:44.878014|n| vm.overcommit_memory kernel parameter should be 1: <0>: See INFO level log to resolve this
93
+ 2017-04-24 11:11:44.878098|n| RLIMIT_NOFILE(4096,4096)
94
+ 2017-04-24 11:11:45.877207|n| thread start (0/1)
95
+ 2017-04-24 11:11:46.066477|n| thread end (0/0)
96
+ 2017-04-24 11:11:46.067611|n| grn_fin (0)
97
+ 2017-04-24 11:12:06.890149|n| grn_init: <7.0.1-105-gf940037>
98
+ 2017-04-24 11:12:06.890181|n| vm.overcommit_memory kernel parameter should be 1: <0>: See INFO level log to resolve this
99
+ 2017-04-24 11:12:06.890263|n| RLIMIT_NOFILE(4096,4096)
100
+ 2017-04-24 11:12:07.889979|n| thread start (0/1)
101
+ 2017-04-24 11:12:08.166979|n| thread end (0/0)
102
+ 2017-04-24 11:12:08.167884|n| grn_fin (0)
103
+ 2017-04-24 11:12:08.170752|n| grn_init: <7.0.1-105-gf940037>
104
+ 2017-04-24 11:12:08.170794|n| vm.overcommit_memory kernel parameter should be 1: <0>: See INFO level log to resolve this
105
+ 2017-04-24 11:12:08.170877|n| RLIMIT_NOFILE(4096,4096)
106
+ 2017-04-24 11:12:09.170034|n| thread start (0/1)
107
+ 2017-04-24 11:12:09.466889|n| thread end (0/0)
108
+ 2017-04-24 11:12:09.467813|n| grn_fin (0)
109
+ 2017-04-24 11:12:09.470729|n| grn_init: <7.0.1-105-gf940037>
110
+ 2017-04-24 11:12:09.470761|n| vm.overcommit_memory kernel parameter should be 1: <0>: See INFO level log to resolve this
111
+ 2017-04-24 11:12:09.470845|n| RLIMIT_NOFILE(4096,4096)
112
+ 2017-04-24 11:12:10.469841|n| thread start (0/1)
113
+ 2017-04-24 11:12:10.568799|n| thread end (0/0)
114
+ 2017-04-24 11:12:10.569881|n| grn_fin (0)
115
+ 2017-04-24 11:12:21.466214|n| grn_init: <7.0.1-105-gf940037>
116
+ 2017-04-24 11:12:21.466249|n| vm.overcommit_memory kernel parameter should be 1: <0>: See INFO level log to resolve this
117
+ 2017-04-24 11:12:21.466332|n| RLIMIT_NOFILE(4096,4096)
118
+ 2017-04-24 11:12:22.466174|n| thread start (0/1)
119
+ 2017-04-24 11:12:22.724694|n| thread end (0/0)
120
+ 2017-04-24 11:12:22.725556|n| grn_fin (0)
121
+ 2017-04-24 11:12:22.728489|n| grn_init: <7.0.1-105-gf940037>
122
+ 2017-04-24 11:12:22.728520|n| vm.overcommit_memory kernel parameter should be 1: <0>: See INFO level log to resolve this
123
+ 2017-04-24 11:12:22.728608|n| RLIMIT_NOFILE(4096,4096)
124
+ 2017-04-24 11:12:23.727545|n| thread start (0/1)
125
+ 2017-04-24 11:12:23.997429|n| thread end (0/0)
126
+ 2017-04-24 11:12:23.998293|n| grn_fin (0)
127
+ 2017-04-24 11:12:24.001106|n| grn_init: <7.0.1-105-gf940037>
128
+ 2017-04-24 11:12:24.001138|n| vm.overcommit_memory kernel parameter should be 1: <0>: See INFO level log to resolve this
129
+ 2017-04-24 11:12:24.001219|n| RLIMIT_NOFILE(4096,4096)
130
+ 2017-04-24 11:12:25.000343|n| thread start (0/1)
131
+ 2017-04-24 11:12:25.201017|n| thread end (0/0)
132
+ 2017-04-24 11:12:25.202162|n| grn_fin (0)
133
+ 2017-04-24 11:19:59.316027|n| grn_init: <7.0.1-105-gf940037>
134
+ 2017-04-24 11:19:59.316064|n| vm.overcommit_memory kernel parameter should be 1: <0>: See INFO level log to resolve this
135
+ 2017-04-24 11:19:59.316148|n| RLIMIT_NOFILE(4096,4096)
136
+ 2017-04-24 11:20:00.315342|n| thread start (0/1)
137
+ 2017-04-24 11:20:00.543339|n| thread end (0/0)
138
+ 2017-04-24 11:20:00.544322|n| grn_fin (0)
139
+ 2017-04-24 11:20:00.547319|n| grn_init: <7.0.1-105-gf940037>
140
+ 2017-04-24 11:20:00.547355|n| vm.overcommit_memory kernel parameter should be 1: <0>: See INFO level log to resolve this
141
+ 2017-04-24 11:20:00.547440|n| RLIMIT_NOFILE(4096,4096)
142
+ 2017-04-24 11:20:01.545653|n| thread start (0/1)
143
+ 2017-04-24 11:20:01.731747|n| thread end (0/0)
144
+ 2017-04-24 11:20:01.732644|n| grn_fin (0)
145
+ 2017-04-24 11:20:01.735519|n| grn_init: <7.0.1-105-gf940037>
146
+ 2017-04-24 11:20:01.735558|n| vm.overcommit_memory kernel parameter should be 1: <0>: See INFO level log to resolve this
147
+ 2017-04-24 11:20:01.735643|n| RLIMIT_NOFILE(4096,4096)
148
+ 2017-04-24 11:20:02.734551|n| thread start (0/1)
149
+ 2017-04-24 11:20:02.951152|n| thread end (0/0)
150
+ 2017-04-24 11:20:02.952691|n| grn_fin (0)
151
+ 2017-04-24 11:20:09.446073|n| grn_init: <7.0.1-105-gf940037>
152
+ 2017-04-24 11:20:09.446115|n| vm.overcommit_memory kernel parameter should be 1: <0>: See INFO level log to resolve this
153
+ 2017-04-24 11:20:09.446201|n| RLIMIT_NOFILE(4096,4096)
154
+ 2017-04-24 11:20:10.448377|n| thread start (0/1)
155
+ 2017-04-24 11:20:10.789136|n| thread end (0/0)
156
+ 2017-04-24 11:20:10.792153|n| grn_fin (0)
157
+ 2017-04-24 13:01:10.344434|e| system call error: Interrupted system call: epoll_wait
158
+ 2017-04-24 13:01:10.344720|e| /tmp/local/lib/libgroonga.so.0(grn_com_event_poll+0x600) [0x7fe1890695cf]
159
+ 2017-04-24 13:01:10.344749|e| /tmp/local/bin/groonga(+0x8db6) [0x564c572ecdb6]
160
+ 2017-04-24 13:01:10.344763|e| /tmp/local/bin/groonga(+0x9e7c) [0x564c572ede7c]
161
+ 2017-04-24 13:01:10.344776|e| /tmp/local/bin/groonga(+0xa035) [0x564c572ee035]
162
+ 2017-04-24 13:01:10.344788|e| /tmp/local/bin/groonga(+0x132b7) [0x564c572f72b7]
163
+ 2017-04-24 13:01:10.344800|e| /tmp/local/bin/groonga(+0x18088) [0x564c572fc088]
164
+ 2017-04-24 13:01:10.344813|e| /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1) [0x7fe1872bf2b1]
165
+ 2017-04-24 13:01:10.344825|e| /tmp/local/bin/groonga(+0x4e2a) [0x564c572e8e2a]