-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patherror.log
489 lines (441 loc) · 36 KB
/
error.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
2018-01-01 0:00:39 4892 [ERROR] Error in accept: システムのバッファー領域が不足しているか、またはキューがいっぱいなため、ソケット操作を実行できませんでした。
2018-01-01 0:18:58 4216 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2018-01-01 0:18:58 4216 [Note] InnoDB: The InnoDB memory heap is disabled
2018-01-01 0:18:58 4216 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2018-01-01 0:18:58 4216 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier
2018-01-01 0:18:58 4216 [Note] InnoDB: Compressed tables use zlib 1.2.3
2018-01-01 0:18:58 4216 [Note] InnoDB: Using generic crc32 instructions
2018-01-01 0:18:58 4216 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2018-01-01 0:18:58 4216 [Note] InnoDB: Completed initialization of buffer pool
2018-01-01 0:18:58 4216 [Note] InnoDB: Highest supported file format is Barracuda.
2018-01-01 0:18:58 4216 [Note] InnoDB: The log sequence numbers 234382656 and 234382656 in ibdata files do not match the log sequence number 234382666 in the ib_logfiles!
2018-01-01 0:18:58 4216 [Note] InnoDB: Database was not shutdown normally!
2018-01-01 0:18:58 4216 [Note] InnoDB: Starting crash recovery.
2018-01-01 0:18:58 4216 [Note] InnoDB: Reading tablespace information from the .ibd files...
2018-01-01 0:18:58 4216 [Note] InnoDB: Restoring possible half-written data pages
2018-01-01 0:18:58 4216 [Note] InnoDB: from the doublewrite buffer...
InnoDB: Last MySQL binlog file position 0 1469, file name .\mysql-bin.000410
2018-01-01 0:18:59 4216 [Note] InnoDB: 128 rollback segment(s) are active.
2018-01-01 0:18:59 4216 [Note] InnoDB: Waiting for purge to start
2018-01-01 0:18:59 4216 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.32-79.0 started; log sequence number 234382666
2018-01-01 0:18:59 4112 [Note] InnoDB: Dumping buffer pool(s) not yet started
2018-01-01 0:18:59 4216 [Note] Plugin 'FEEDBACK' is disabled.
2018-01-01 0:18:59 4216 [Note] Recovering after a crash using mysql-bin
2018-01-01 0:18:59 4216 [Note] Starting crash recovery...
2018-01-01 0:18:59 4216 [Note] Crash recovery finished.
2018-01-01 0:18:59 4216 [Note] Server socket created on IP: '::'.
2018-01-01 0:18:59 4216 [Note] D:\MySQL_Mroonga\bin\mysqld: ready for connections.
Version: '10.1.19-MariaDB' socket: '' port: 3306 Source distribution
2018-01-01 1:00:02 3872 [Note] D:\MySQL_Mroonga\bin\mysqld: Normal shutdown
2018-01-01 1:00:02 3872 [Note] Event Scheduler: Purging the queue. 0 events
2018-01-01 1:00:03 2364 [Note] InnoDB: FTS optimize thread exiting.
2018-01-01 1:00:03 3872 [Note] InnoDB: Starting shutdown...
2018-01-01 1:00:03 3872 [Note] InnoDB: Waiting for page_cleaner to finish flushing of buffer pool
2018-01-01 1:00:04 3872 [Note] InnoDB: Shutdown completed; log sequence number 234382676
2018-01-01 1:00:07 3872 [Note] D:\MySQL_Mroonga\bin\mysqld: Shutdown complete
2018-01-01 1:00:07 4364 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2018-01-01 1:00:07 4364 [Note] InnoDB: The InnoDB memory heap is disabled
2018-01-01 1:00:07 4364 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2018-01-01 1:00:07 4364 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier
2018-01-01 1:00:07 4364 [Note] InnoDB: Compressed tables use zlib 1.2.3
2018-01-01 1:00:07 4364 [Note] InnoDB: Using generic crc32 instructions
2018-01-01 1:00:07 4364 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2018-01-01 1:00:07 4364 [Note] InnoDB: Completed initialization of buffer pool
2018-01-01 1:00:07 4364 [Note] InnoDB: Highest supported file format is Barracuda.
2018-01-01 1:00:08 4364 [Note] InnoDB: 128 rollback segment(s) are active.
2018-01-01 1:00:08 4364 [Note] InnoDB: Waiting for purge to start
2018-01-01 1:00:08 4364 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.32-79.0 started; log sequence number 234382676
2018-01-01 1:00:08 4364 [Note] Plugin 'FEEDBACK' is disabled.
2018-01-01 1:00:08 216 [Note] InnoDB: Dumping buffer pool(s) not yet started
2018-01-01 1:00:08 4364 [Note] Server socket created on IP: '::'.
2018-01-01 1:00:08 4364 [Note] D:\MySQL_Mroonga\bin\mysqld: ready for connections.
Version: '10.1.19-MariaDB' socket: '' port: 3306 Source distribution
2018-01-01 1:52:02 2940 [ERROR] Error in accept: システムのバッファー領域が不足しているか、またはキューがいっぱいなため、ソケット操作を実行できませんでした。
2018-01-01 1:56:06 4048 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2018-01-01 1:56:06 4048 [Note] InnoDB: The InnoDB memory heap is disabled
2018-01-01 1:56:06 4048 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2018-01-01 1:56:06 4048 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier
2018-01-01 1:56:06 4048 [Note] InnoDB: Compressed tables use zlib 1.2.3
2018-01-01 1:56:06 4048 [Note] InnoDB: Using generic crc32 instructions
2018-01-01 1:56:06 4048 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2018-01-01 1:56:06 4048 [Note] InnoDB: Completed initialization of buffer pool
2018-01-01 1:56:06 4048 [Note] InnoDB: Highest supported file format is Barracuda.
2018-01-01 1:56:06 4048 [Note] InnoDB: The log sequence numbers 234382676 and 234382676 in ibdata files do not match the log sequence number 234382686 in the ib_logfiles!
2018-01-01 1:56:06 4048 [Note] InnoDB: Database was not shutdown normally!
2018-01-01 1:56:06 4048 [Note] InnoDB: Starting crash recovery.
2018-01-01 1:56:06 4048 [Note] InnoDB: Reading tablespace information from the .ibd files...
2018-01-01 1:56:06 4048 [Note] InnoDB: Restoring possible half-written data pages
2018-01-01 1:56:06 4048 [Note] InnoDB: from the doublewrite buffer...
InnoDB: Last MySQL binlog file position 0 1469, file name .\mysql-bin.000410
2018-01-01 1:56:07 4048 [Note] InnoDB: 128 rollback segment(s) are active.
2018-01-01 1:56:07 4048 [Note] InnoDB: Waiting for purge to start
2018-01-01 1:56:07 4048 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.32-79.0 started; log sequence number 234382686
2018-01-01 1:56:07 3168 [Note] InnoDB: Dumping buffer pool(s) not yet started
2018-01-01 1:56:07 4048 [Note] Plugin 'FEEDBACK' is disabled.
2018-01-01 1:56:07 4048 [Note] Recovering after a crash using mysql-bin
2018-01-01 1:56:07 4048 [Note] Starting crash recovery...
2018-01-01 1:56:07 4048 [Note] Crash recovery finished.
2018-01-01 1:56:07 4048 [Note] Server socket created on IP: '::'.
2018-01-01 1:56:07 4048 [Note] D:\MySQL_Mroonga\bin\mysqld: ready for connections.
Version: '10.1.19-MariaDB' socket: '' port: 3306 Source distribution
2018-01-01 2:49:05 1524 [ERROR] Error in accept: システムのバッファー領域が不足しているか、またはキューがいっぱいなため、ソケット操作を実行できませんでした。
2018-01-01 3:13:37 3932 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2018-01-01 3:13:37 3932 [Note] InnoDB: The InnoDB memory heap is disabled
2018-01-01 3:13:37 3932 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2018-01-01 3:13:37 3932 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier
2018-01-01 3:13:37 3932 [Note] InnoDB: Compressed tables use zlib 1.2.3
2018-01-01 3:13:37 3932 [Note] InnoDB: Using generic crc32 instructions
2018-01-01 3:13:37 3932 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2018-01-01 3:13:37 3932 [Note] InnoDB: Completed initialization of buffer pool
2018-01-01 3:13:37 3932 [Note] InnoDB: Highest supported file format is Barracuda.
2018-01-01 3:13:37 3932 [Note] InnoDB: The log sequence numbers 234382676 and 234382676 in ibdata files do not match the log sequence number 234382696 in the ib_logfiles!
2018-01-01 3:13:37 3932 [Note] InnoDB: Database was not shutdown normally!
2018-01-01 3:13:37 3932 [Note] InnoDB: Starting crash recovery.
2018-01-01 3:13:37 3932 [Note] InnoDB: Reading tablespace information from the .ibd files...
2018-01-01 3:13:37 3932 [Note] InnoDB: Restoring possible half-written data pages
2018-01-01 3:13:37 3932 [Note] InnoDB: from the doublewrite buffer...
InnoDB: Last MySQL binlog file position 0 1469, file name .\mysql-bin.000410
2018-01-01 3:13:38 3932 [Note] InnoDB: 128 rollback segment(s) are active.
2018-01-01 3:13:38 3932 [Note] InnoDB: Waiting for purge to start
2018-01-01 3:13:38 3932 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.32-79.0 started; log sequence number 234382696
2018-01-01 3:13:38 4476 [Note] InnoDB: Dumping buffer pool(s) not yet started
2018-01-01 3:13:38 3932 [Note] Plugin 'FEEDBACK' is disabled.
2018-01-01 3:13:38 3932 [Note] Recovering after a crash using mysql-bin
2018-01-01 3:13:38 3932 [Note] Starting crash recovery...
2018-01-01 3:13:38 3932 [Note] Crash recovery finished.
2018-01-01 3:13:38 3932 [Note] Server socket created on IP: '::'.
2018-01-01 3:13:38 3932 [Note] D:\MySQL_Mroonga\bin\mysqld: ready for connections.
Version: '10.1.19-MariaDB' socket: '' port: 3306 Source distribution
2018-01-01 5:46:37 3520 [ERROR] Error in accept: システムのバッファー領域が不足しているか、またはキューがいっぱいなため、ソケット操作を実行できませんでした。
2018-01-01 9:08:36 3512 [Note] D:\MySQL_Mroonga\bin\mysqld: Normal shutdown
2018-01-01 9:08:37 3512 [Note] Event Scheduler: Purging the queue. 0 events
2018-01-01 9:08:37 2264 [Note] InnoDB: FTS optimize thread exiting.
2018-01-01 9:08:37 3512 [Note] InnoDB: Starting shutdown...
2018-01-01 9:08:37 3512 [Note] InnoDB: Waiting for page_cleaner to finish flushing of buffer pool
2018-01-01 9:08:38 3512 [Note] InnoDB: Shutdown completed; log sequence number 234382706
2018-01-01 9:08:38 3512 [Note] D:\MySQL_Mroonga\bin\mysqld: Shutdown complete
2018-01-01 9:45:19 136 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2018-01-01 9:45:19 136 [Note] InnoDB: The InnoDB memory heap is disabled
2018-01-01 9:45:19 136 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2018-01-01 9:45:19 136 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier
2018-01-01 9:45:19 136 [Note] InnoDB: Compressed tables use zlib 1.2.3
2018-01-01 9:45:19 136 [Note] InnoDB: Using generic crc32 instructions
2018-01-01 9:45:19 136 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2018-01-01 9:45:19 136 [Note] InnoDB: Completed initialization of buffer pool
2018-01-01 9:45:19 136 [Note] InnoDB: Highest supported file format is Barracuda.
2018-01-01 9:45:20 136 [Note] InnoDB: 128 rollback segment(s) are active.
2018-01-01 9:45:20 136 [Note] InnoDB: Waiting for purge to start
2018-01-01 9:45:20 136 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.32-79.0 started; log sequence number 234382706
2018-01-01 9:45:20 3836 [Note] InnoDB: Dumping buffer pool(s) not yet started
2018-01-01 9:45:20 136 [Note] Plugin 'FEEDBACK' is disabled.
2018-01-01 9:45:20 136 [Note] Server socket created on IP: '::'.
2018-01-01 9:46:54 136 [Note] D:\MySQL_Mroonga\bin\mysqld: ready for connections.
Version: '10.1.19-MariaDB' socket: '' port: 3306 Source distribution
2018-01-01 12:01:37 4876 [ERROR] Error in accept: システムのバッファー領域が不足しているか、またはキューがいっぱいなため、ソケット操作を実行できませんでした。
2018-01-01 18:46:32 308 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2018-01-01 18:46:32 308 [Note] InnoDB: The InnoDB memory heap is disabled
2018-01-01 18:46:32 308 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2018-01-01 18:46:32 308 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier
2018-01-01 18:46:32 308 [Note] InnoDB: Compressed tables use zlib 1.2.3
2018-01-01 18:46:32 308 [Note] InnoDB: Using generic crc32 instructions
2018-01-01 18:46:32 308 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2018-01-01 18:46:32 308 [Note] InnoDB: Completed initialization of buffer pool
2018-01-01 18:46:32 308 [Note] InnoDB: Highest supported file format is Barracuda.
2018-01-01 18:46:32 308 [Note] InnoDB: The log sequence numbers 234382706 and 234382706 in ibdata files do not match the log sequence number 234382716 in the ib_logfiles!
2018-01-01 18:46:32 308 [Note] InnoDB: Database was not shutdown normally!
2018-01-01 18:46:32 308 [Note] InnoDB: Starting crash recovery.
2018-01-01 18:46:32 308 [Note] InnoDB: Reading tablespace information from the .ibd files...
2018-01-01 18:46:32 308 [Note] InnoDB: Restoring possible half-written data pages
2018-01-01 18:46:32 308 [Note] InnoDB: from the doublewrite buffer...
InnoDB: Last MySQL binlog file position 0 1469, file name .\mysql-bin.000410
2018-01-01 18:46:33 308 [Note] InnoDB: 128 rollback segment(s) are active.
2018-01-01 18:46:33 308 [Note] InnoDB: Waiting for purge to start
2018-01-01 18:46:33 308 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.32-79.0 started; log sequence number 234382716
2018-01-01 18:46:33 3892 [Note] InnoDB: Dumping buffer pool(s) not yet started
2018-01-01 18:46:33 308 [Note] Plugin 'FEEDBACK' is disabled.
2018-01-01 18:46:33 308 [Note] Recovering after a crash using mysql-bin
2018-01-01 18:46:33 308 [Note] Starting crash recovery...
2018-01-01 18:46:33 308 [Note] Crash recovery finished.
2018-01-01 18:46:33 308 [Note] Server socket created on IP: '::'.
2018-01-01 18:46:33 308 [Note] D:\MySQL_Mroonga\bin\mysqld: ready for connections.
Version: '10.1.19-MariaDB' socket: '' port: 3306 Source distribution
2018-01-01 19:50:12 4036 [ERROR] Error in accept: システムのバッファー領域が不足しているか、またはキューがいっぱいなため、ソケット操作を実行できませんでした。
2018-01-02 1:00:03 4472 [Note] D:\MySQL_Mroonga\bin\mysqld: Normal shutdown
2018-01-02 1:00:03 4472 [Note] Event Scheduler: Purging the queue. 0 events
2018-01-02 1:00:03 4368 [Note] InnoDB: FTS optimize thread exiting.
2018-01-02 1:00:03 4472 [Note] InnoDB: Starting shutdown...
2018-01-02 1:00:03 4472 [Note] InnoDB: Waiting for page_cleaner to finish flushing of buffer pool
2018-01-02 1:00:04 4472 [Note] InnoDB: Shutdown completed; log sequence number 234382726
2018-01-02 1:00:05 4472 [Note] D:\MySQL_Mroonga\bin\mysqld: Shutdown complete
2018-01-02 1:02:12 3640 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2018-01-02 1:02:12 3640 [Note] InnoDB: The InnoDB memory heap is disabled
2018-01-02 1:02:12 3640 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2018-01-02 1:02:12 3640 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier
2018-01-02 1:02:12 3640 [Note] InnoDB: Compressed tables use zlib 1.2.3
2018-01-02 1:02:12 3640 [Note] InnoDB: Using generic crc32 instructions
2018-01-02 1:02:12 3640 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2018-01-02 1:02:12 3640 [Note] InnoDB: Completed initialization of buffer pool
2018-01-02 1:02:12 3640 [Note] InnoDB: Highest supported file format is Barracuda.
2018-01-02 1:02:13 3640 [Note] InnoDB: 128 rollback segment(s) are active.
2018-01-02 1:02:13 3640 [Note] InnoDB: Waiting for purge to start
2018-01-02 1:02:13 3640 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.32-79.0 started; log sequence number 234382726
2018-01-02 1:02:13 3936 [Note] InnoDB: Dumping buffer pool(s) not yet started
2018-01-02 1:02:13 3640 [Note] Plugin 'FEEDBACK' is disabled.
2018-01-02 1:02:13 3640 [Note] Server socket created on IP: '::'.
2018-01-02 1:02:13 3640 [Note] D:\MySQL_Mroonga\bin\mysqld: ready for connections.
Version: '10.1.19-MariaDB' socket: '' port: 3306 Source distribution
2018-01-02 2:10:20 3416 [ERROR] Error in accept: システムのバッファー領域が不足しているか、またはキューがいっぱいなため、ソケット操作を実行できませんでした。
2018-01-02 2:39:17 4372 [Note] D:\MySQL_Mroonga\bin\mysqld: Normal shutdown
2018-01-02 2:39:17 4372 [Note] Event Scheduler: Purging the queue. 0 events
2018-01-02 2:39:17 1444 [Note] InnoDB: FTS optimize thread exiting.
2018-01-02 2:39:17 4372 [Note] InnoDB: Starting shutdown...
2018-01-02 2:39:17 4372 [Note] InnoDB: Waiting for page_cleaner to finish flushing of buffer pool
2018-01-02 2:39:18 4372 [Note] InnoDB: Shutdown completed; log sequence number 234382736
2018-01-02 2:39:18 4372 [Note] D:\MySQL_Mroonga\bin\mysqld: Shutdown complete
2018-01-02 2:39:48 3916 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2018-01-02 2:39:48 3916 [Note] InnoDB: The InnoDB memory heap is disabled
2018-01-02 2:39:48 3916 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2018-01-02 2:39:48 3916 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier
2018-01-02 2:39:48 3916 [Note] InnoDB: Compressed tables use zlib 1.2.3
2018-01-02 2:39:48 3916 [Note] InnoDB: Using generic crc32 instructions
2018-01-02 2:39:48 3916 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2018-01-02 2:39:48 3916 [Note] InnoDB: Completed initialization of buffer pool
2018-01-02 2:39:48 3916 [Note] InnoDB: Highest supported file format is Barracuda.
2018-01-02 2:39:49 3916 [Note] InnoDB: 128 rollback segment(s) are active.
2018-01-02 2:39:49 3916 [Note] InnoDB: Waiting for purge to start
2018-01-02 2:39:49 3916 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.32-79.0 started; log sequence number 234382736
2018-01-02 2:39:49 3916 [Note] Plugin 'FEEDBACK' is disabled.
2018-01-02 2:39:49 1960 [Note] InnoDB: Dumping buffer pool(s) not yet started
2018-01-02 2:39:49 3916 [Note] Server socket created on IP: '::'.
2018-01-02 2:39:49 3916 [Note] D:\MySQL_Mroonga\bin\mysqld: ready for connections.
Version: '10.1.19-MariaDB' socket: '' port: 3306 Source distribution
2018-01-03 2:30:35 1104 [Note] D:\MySQL_Mroonga\bin\mysqld: Normal shutdown
2018-01-03 2:30:35 1104 [Note] Event Scheduler: Purging the queue. 0 events
2018-01-03 2:30:35 3672 [Note] InnoDB: FTS optimize thread exiting.
2018-01-03 2:30:35 1104 [Note] InnoDB: Starting shutdown...
2018-01-03 2:30:36 1104 [Note] InnoDB: Waiting for page_cleaner to finish flushing of buffer pool
2018-01-03 2:30:37 1104 [Note] InnoDB: Shutdown completed; log sequence number 234382746
2018-01-03 2:30:38 1104 [Note] D:\MySQL_Mroonga\bin\mysqld: Shutdown complete
2018-01-03 2:32:51 1820 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2018-01-03 2:32:51 1820 [Note] InnoDB: The InnoDB memory heap is disabled
2018-01-03 2:32:51 1820 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2018-01-03 2:32:51 1820 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier
2018-01-03 2:32:51 1820 [Note] InnoDB: Compressed tables use zlib 1.2.3
2018-01-03 2:32:51 1820 [Note] InnoDB: Using generic crc32 instructions
2018-01-03 2:32:51 1820 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2018-01-03 2:32:51 1820 [Note] InnoDB: Completed initialization of buffer pool
2018-01-03 2:32:52 1820 [Note] InnoDB: Highest supported file format is Barracuda.
2018-01-03 2:32:52 1820 [Note] InnoDB: 128 rollback segment(s) are active.
2018-01-03 2:32:52 1820 [Note] InnoDB: Waiting for purge to start
2018-01-03 2:32:52 1820 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.32-79.0 started; log sequence number 234382746
2018-01-03 2:32:52 228 [Note] InnoDB: Dumping buffer pool(s) not yet started
2018-01-03 2:32:52 1820 [Note] Plugin 'FEEDBACK' is disabled.
2018-01-03 2:32:53 1820 [Note] Server socket created on IP: '::'.
2018-01-03 2:32:53 1820 [Note] D:\MySQL_Mroonga\bin\mysqld: ready for connections.
Version: '10.1.19-MariaDB' socket: '' port: 3306 Source distribution
2018-01-04 1:00:11 1428 [Note] D:\MySQL_Mroonga\bin\mysqld: Normal shutdown
2018-01-04 1:00:11 1428 [Note] Event Scheduler: Purging the queue. 0 events
2018-01-04 1:00:12 788 [Note] InnoDB: FTS optimize thread exiting.
2018-01-04 1:00:12 1428 [Note] InnoDB: Starting shutdown...
2018-01-04 1:00:12 1428 [Note] InnoDB: Waiting for page_cleaner to finish flushing of buffer pool
2018-01-04 1:00:13 1428 [Note] InnoDB: Shutdown completed; log sequence number 234382756
2018-01-04 1:00:16 1428 [Note] D:\MySQL_Mroonga\bin\mysqld: Shutdown complete
2018-01-04 1:00:17 2752 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2018-01-04 1:00:17 2752 [Note] InnoDB: The InnoDB memory heap is disabled
2018-01-04 1:00:17 2752 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2018-01-04 1:00:17 2752 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier
2018-01-04 1:00:17 2752 [Note] InnoDB: Compressed tables use zlib 1.2.3
2018-01-04 1:00:17 2752 [Note] InnoDB: Using generic crc32 instructions
2018-01-04 1:00:17 2752 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2018-01-04 1:00:17 2752 [Note] InnoDB: Completed initialization of buffer pool
2018-01-04 1:00:17 2752 [Note] InnoDB: Highest supported file format is Barracuda.
2018-01-04 1:00:17 2752 [Note] InnoDB: 128 rollback segment(s) are active.
2018-01-04 1:00:17 2752 [Note] InnoDB: Waiting for purge to start
2018-01-04 1:00:17 2752 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.32-79.0 started; log sequence number 234382756
2018-01-04 1:00:17 956 [Note] InnoDB: Dumping buffer pool(s) not yet started
2018-01-04 1:00:17 2752 [Note] Plugin 'FEEDBACK' is disabled.
2018-01-04 1:00:17 2752 [Note] Server socket created on IP: '::'.
2018-01-04 1:00:17 2752 [Note] D:\MySQL_Mroonga\bin\mysqld: ready for connections.
Version: '10.1.19-MariaDB' socket: '' port: 3306 Source distribution
2018-01-05 1:00:01 3016 [Note] D:\MySQL_Mroonga\bin\mysqld: Normal shutdown
2018-01-05 1:00:01 3016 [Note] Event Scheduler: Purging the queue. 0 events
2018-01-05 1:00:01 2960 [Note] InnoDB: FTS optimize thread exiting.
2018-01-05 1:00:01 3016 [Note] InnoDB: Starting shutdown...
2018-01-05 1:00:02 3016 [Note] InnoDB: Waiting for page_cleaner to finish flushing of buffer pool
2018-01-05 1:00:03 3016 [Note] InnoDB: Shutdown completed; log sequence number 234382766
2018-01-05 1:00:06 3016 [Note] D:\MySQL_Mroonga\bin\mysqld: Shutdown complete
2018-01-05 1:00:06 2708 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2018-01-05 1:00:06 2708 [Note] InnoDB: The InnoDB memory heap is disabled
2018-01-05 1:00:06 2708 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2018-01-05 1:00:06 2708 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier
2018-01-05 1:00:06 2708 [Note] InnoDB: Compressed tables use zlib 1.2.3
2018-01-05 1:00:06 2708 [Note] InnoDB: Using generic crc32 instructions
2018-01-05 1:00:06 2708 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2018-01-05 1:00:06 2708 [Note] InnoDB: Completed initialization of buffer pool
2018-01-05 1:00:07 2708 [Note] InnoDB: Highest supported file format is Barracuda.
2018-01-05 1:00:07 2708 [Note] InnoDB: 128 rollback segment(s) are active.
2018-01-05 1:00:07 2708 [Note] InnoDB: Waiting for purge to start
2018-01-05 1:00:07 2708 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.32-79.0 started; log sequence number 234382766
2018-01-05 1:00:07 3932 [Note] InnoDB: Dumping buffer pool(s) not yet started
2018-01-05 1:00:07 2708 [Note] Plugin 'FEEDBACK' is disabled.
2018-01-05 1:00:07 2708 [Note] Server socket created on IP: '::'.
2018-01-05 1:00:07 2708 [Note] D:\MySQL_Mroonga\bin\mysqld: ready for connections.
Version: '10.1.19-MariaDB' socket: '' port: 3306 Source distribution
2018-01-06 9:12:24 728 [ERROR] Error in accept: システムのバッファー領域が不足しているか、またはキューがいっぱいなため、ソケット操作を実行できませんでした。
2018-01-06 9:54:09 2480 [Note] D:\MySQL_Mroonga\bin\mysqld: Normal shutdown
2018-01-06 9:54:09 2480 [Note] Event Scheduler: Purging the queue. 0 events
2018-01-06 9:54:10 2324 [Note] InnoDB: FTS optimize thread exiting.
2018-01-06 9:54:10 2480 [Note] InnoDB: Starting shutdown...
2018-01-06 9:54:11 2480 [Note] InnoDB: Waiting for page_cleaner to finish flushing of buffer pool
2018-01-06 9:54:12 2480 [Note] InnoDB: Shutdown completed; log sequence number 234384038
2018-01-06 9:54:15 2480 [Note] D:\MySQL_Mroonga\bin\mysqld: Shutdown complete
2018-01-06 9:54:47 5020 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2018-01-06 9:54:47 5020 [Note] InnoDB: The InnoDB memory heap is disabled
2018-01-06 9:54:47 5020 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2018-01-06 9:54:47 5020 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier
2018-01-06 9:54:47 5020 [Note] InnoDB: Compressed tables use zlib 1.2.3
2018-01-06 9:54:47 5020 [Note] InnoDB: Using generic crc32 instructions
2018-01-06 9:54:47 5020 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2018-01-06 9:54:47 5020 [Note] InnoDB: Completed initialization of buffer pool
2018-01-06 9:54:47 5020 [Note] InnoDB: Highest supported file format is Barracuda.
2018-01-06 9:54:48 5020 [Note] InnoDB: 128 rollback segment(s) are active.
2018-01-06 9:54:48 5020 [Note] InnoDB: Waiting for purge to start
2018-01-06 9:54:48 5020 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.32-79.0 started; log sequence number 234384038
2018-01-06 9:54:48 5020 [Note] Plugin 'FEEDBACK' is disabled.
2018-01-06 9:54:48 844 [Note] InnoDB: Dumping buffer pool(s) not yet started
2018-01-06 9:54:48 5020 [Note] Server socket created on IP: '::'.
2018-01-06 9:54:48 5020 [Note] D:\MySQL_Mroonga\bin\mysqld: ready for connections.
Version: '10.1.19-MariaDB' socket: '' port: 3306 Source distribution
2018-01-07 4:08:11 1996 [ERROR] Error in accept: システムのバッファー領域が不足しているか、またはキューがいっぱいなため、ソケット操作を実行できませんでした。
2018-01-07 04:23:22 eb8 InnoDB: Assertion failure in thread 3768 in file os0file.cc line 514
InnoDB: Failing assertion: h
InnoDB: We intentionally generate a memory trap.
InnoDB: Submit a detailed bug report to http://bugs.mysql.com.
InnoDB: If you get repeated assertion failures or crashes, even
InnoDB: immediately after the mysqld startup, there may be
InnoDB: corruption in the InnoDB tablespace. Please refer to
InnoDB: http://dev.mysql.com/doc/refman/5.6/en/forcing-innodb-recovery.html
InnoDB: about forcing recovery.
2018-01-07 9:43:42 4720 [Note] D:\MySQL_Mroonga\bin\mysqld: Normal shutdown
2018-01-07 9:43:42 4720 [Note] Event Scheduler: Purging the queue. 0 events
2018-01-07 9:43:43 3520 [Note] InnoDB: FTS optimize thread exiting.
2018-01-07 9:43:43 4720 [Note] InnoDB: Starting shutdown...
2018-01-07 9:43:44 4720 [Note] InnoDB: Waiting for page_cleaner to finish flushing of buffer pool
2018-01-07 9:43:45 4720 [Note] InnoDB: Shutdown completed; log sequence number 234384048
2018-01-07 9:43:50 4720 [Note] D:\MySQL_Mroonga\bin\mysqld: Shutdown complete
2018-01-07 9:46:38 1400 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2018-01-07 9:46:38 1400 [Note] InnoDB: The InnoDB memory heap is disabled
2018-01-07 9:46:38 1400 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2018-01-07 9:46:38 1400 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier
2018-01-07 9:46:38 1400 [Note] InnoDB: Compressed tables use zlib 1.2.3
2018-01-07 9:46:38 1400 [Note] InnoDB: Using generic crc32 instructions
2018-01-07 9:46:38 1400 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2018-01-07 9:46:38 1400 [Note] InnoDB: Completed initialization of buffer pool
2018-01-07 9:46:38 1400 [Note] InnoDB: Highest supported file format is Barracuda.
2018-01-07 9:46:38 1400 [Note] InnoDB: 128 rollback segment(s) are active.
2018-01-07 9:46:38 1400 [Note] InnoDB: Waiting for purge to start
2018-01-07 9:46:38 1400 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.32-79.0 started; log sequence number 234384048
2018-01-07 9:46:38 2884 [Note] InnoDB: Dumping buffer pool(s) not yet started
2018-01-07 9:46:38 1400 [Note] Plugin 'FEEDBACK' is disabled.
2018-01-07 9:46:39 1400 [Note] Server socket created on IP: '::'.
2018-01-07 9:46:39 1400 [Note] D:\MySQL_Mroonga\bin\mysqld: ready for connections.
Version: '10.1.19-MariaDB' socket: '' port: 3306 Source distribution
2018-01-08 4:40:03 1040 [ERROR] Error in accept: システムのバッファー領域が不足しているか、またはキューがいっぱいなため、ソケット操作を実行できませんでした。
2018-01-08 10:01:04 4272 [Note] D:\MySQL_Mroonga\bin\mysqld: Normal shutdown
2018-01-08 10:01:04 4272 [Note] Event Scheduler: Purging the queue. 0 events
2018-01-08 10:01:04 4928 [Note] InnoDB: FTS optimize thread exiting.
2018-01-08 10:01:04 4272 [Note] InnoDB: Starting shutdown...
2018-01-08 10:01:06 4272 [Note] InnoDB: Waiting for page_cleaner to finish flushing of buffer pool
2018-01-08 10:01:07 4272 [Note] InnoDB: Shutdown completed; log sequence number 234384058
2018-01-08 10:01:10 4272 [Note] D:\MySQL_Mroonga\bin\mysqld: Shutdown complete
2018-01-08 10:04:14 4900 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2018-01-08 10:04:14 4900 [Note] InnoDB: The InnoDB memory heap is disabled
2018-01-08 10:04:14 4900 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2018-01-08 10:04:14 4900 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier
2018-01-08 10:04:14 4900 [Note] InnoDB: Compressed tables use zlib 1.2.3
2018-01-08 10:04:14 4900 [Note] InnoDB: Using generic crc32 instructions
2018-01-08 10:04:14 4900 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2018-01-08 10:04:14 4900 [Note] InnoDB: Completed initialization of buffer pool
2018-01-08 10:04:14 4900 [Note] InnoDB: Highest supported file format is Barracuda.
2018-01-08 10:04:15 4900 [Note] InnoDB: 128 rollback segment(s) are active.
2018-01-08 10:04:15 4900 [Note] InnoDB: Waiting for purge to start
2018-01-08 10:04:15 4900 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.32-79.0 started; log sequence number 234384058
2018-01-08 10:04:15 3420 [Note] InnoDB: Dumping buffer pool(s) not yet started
2018-01-08 10:04:15 4900 [Note] Plugin 'FEEDBACK' is disabled.
2018-01-08 10:04:15 4900 [Note] Server socket created on IP: '::'.
2018-01-08 10:04:15 4900 [Note] D:\MySQL_Mroonga\bin\mysqld: ready for connections.
Version: '10.1.19-MariaDB' socket: '' port: 3306 Source distribution
2018-01-09 4:29:29 4444 [ERROR] Error in accept: システムのバッファー領域が不足しているか、またはキューがいっぱいなため、ソケット操作を実行できませんでした。
2018-01-09 14:30:04 2040 [Note] D:\MySQL_Mroonga\bin\mysqld: Normal shutdown
2018-01-09 14:30:04 2040 [Note] Event Scheduler: Purging the queue. 0 events
2018-01-09 14:30:07 4664 [Note] InnoDB: FTS optimize thread exiting.
2018-01-09 14:30:07 2040 [Note] InnoDB: Starting shutdown...
2018-01-09 14:30:08 2040 [Note] InnoDB: Waiting for page_cleaner to finish flushing of buffer pool
2018-01-09 14:30:10 2040 [Note] InnoDB: Shutdown completed; log sequence number 234384068
2018-01-09 14:30:13 2040 [Note] D:\MySQL_Mroonga\bin\mysqld: Shutdown complete
2018-01-09 14:30:15 4728 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2018-01-09 14:30:15 4728 [Note] InnoDB: The InnoDB memory heap is disabled
2018-01-09 14:30:15 4728 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2018-01-09 14:30:15 4728 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier
2018-01-09 14:30:15 4728 [Note] InnoDB: Compressed tables use zlib 1.2.3
2018-01-09 14:30:15 4728 [Note] InnoDB: Using generic crc32 instructions
2018-01-09 14:30:15 4728 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2018-01-09 14:30:15 4728 [Note] InnoDB: Completed initialization of buffer pool
2018-01-09 14:30:15 4728 [Note] InnoDB: Highest supported file format is Barracuda.
2018-01-09 14:30:16 4728 [Note] InnoDB: 128 rollback segment(s) are active.
2018-01-09 14:30:16 4728 [Note] InnoDB: Waiting for purge to start
2018-01-09 14:30:16 4728 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.32-79.0 started; log sequence number 234384068
2018-01-09 14:30:16 4728 [Note] Plugin 'FEEDBACK' is disabled.
2018-01-09 14:30:16 2600 [Note] InnoDB: Dumping buffer pool(s) not yet started
2018-01-09 14:30:16 4728 [Note] Server socket created on IP: '::'.
2018-01-09 14:30:16 4728 [Note] D:\MySQL_Mroonga\bin\mysqld: ready for connections.
Version: '10.1.19-MariaDB' socket: '' port: 3306 Source distribution
2018-01-09 14:32:11 3676 [Note] D:\MySQL_Mroonga\bin\mysqld: Normal shutdown
2018-01-09 14:32:11 3676 [Note] Event Scheduler: Purging the queue. 0 events
2018-01-09 14:32:12 2828 [Note] InnoDB: FTS optimize thread exiting.
2018-01-09 14:32:12 3676 [Note] InnoDB: Starting shutdown...
2018-01-09 14:32:14 3676 [Note] InnoDB: Waiting for page_cleaner to finish flushing of buffer pool
2018-01-09 14:32:15 3676 [Note] InnoDB: Shutdown completed; log sequence number 234384078
2018-01-09 14:32:15 3676 [Note] D:\MySQL_Mroonga\bin\mysqld: Shutdown complete
2018-01-09 14:32:16 3100 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2018-01-09 14:32:16 3100 [Note] InnoDB: The InnoDB memory heap is disabled
2018-01-09 14:32:16 3100 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2018-01-09 14:32:16 3100 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier
2018-01-09 14:32:16 3100 [Note] InnoDB: Compressed tables use zlib 1.2.3
2018-01-09 14:32:16 3100 [Note] InnoDB: Using generic crc32 instructions
2018-01-09 14:32:16 3100 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2018-01-09 14:32:16 3100 [Note] InnoDB: Completed initialization of buffer pool
2018-01-09 14:32:16 3100 [Note] InnoDB: Highest supported file format is Barracuda.
2018-01-09 14:32:16 3100 [Note] InnoDB: 128 rollback segment(s) are active.
2018-01-09 14:32:16 3100 [Note] InnoDB: Waiting for purge to start
2018-01-09 14:32:16 3100 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.32-79.0 started; log sequence number 234384078
2018-01-09 14:32:16 2064 [Note] InnoDB: Dumping buffer pool(s) not yet started
2018-01-09 14:32:16 3100 [Note] Plugin 'FEEDBACK' is disabled.
2018-01-09 14:32:16 3100 [Note] Server socket created on IP: '::'.
2018-01-09 14:32:16 3100 [Note] D:\MySQL_Mroonga\bin\mysqld: ready for connections.
Version: '10.1.19-MariaDB' socket: '' port: 3306 Source distribution
2018-01-10 2:32:14 3236 [Note] D:\MySQL_Mroonga\bin\mysqld: Normal shutdown
2018-01-10 2:32:14 3236 [Note] Event Scheduler: Purging the queue. 0 events
2018-01-10 2:32:14 4276 [Note] InnoDB: FTS optimize thread exiting.
2018-01-10 2:32:14 3236 [Note] InnoDB: Starting shutdown...
2018-01-10 2:32:15 3236 [Note] InnoDB: Waiting for page_cleaner to finish flushing of buffer pool
2018-01-10 2:32:16 3236 [Note] InnoDB: Shutdown completed; log sequence number 234415561
2018-01-10 2:32:18 3236 [Note] D:\MySQL_Mroonga\bin\mysqld: Shutdown complete
2018-01-10 2:35:11 1900 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2018-01-10 2:35:11 1900 [Note] InnoDB: The InnoDB memory heap is disabled
2018-01-10 2:35:11 1900 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2018-01-10 2:35:11 1900 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier
2018-01-10 2:35:11 1900 [Note] InnoDB: Compressed tables use zlib 1.2.3
2018-01-10 2:35:11 1900 [Note] InnoDB: Using generic crc32 instructions
2018-01-10 2:35:11 1900 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2018-01-10 2:35:11 1900 [Note] InnoDB: Completed initialization of buffer pool
2018-01-10 2:35:11 1900 [Note] InnoDB: Highest supported file format is Barracuda.
2018-01-10 2:35:12 1900 [Note] InnoDB: 128 rollback segment(s) are active.
2018-01-10 2:35:12 1900 [Note] InnoDB: Waiting for purge to start
2018-01-10 2:35:12 1900 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.32-79.0 started; log sequence number 234415561
2018-01-10 2:35:12 1652 [Note] InnoDB: Dumping buffer pool(s) not yet started
2018-01-10 2:35:12 1900 [Note] Plugin 'FEEDBACK' is disabled.
2018-01-10 2:35:12 1900 [Note] Server socket created on IP: '::'.
2018-01-10 2:35:12 1900 [Note] D:\MySQL_Mroonga\bin\mysqld: ready for connections.
Version: '10.1.19-MariaDB' socket: '' port: 3306 Source distribution
2018-01-11 6:27:22 1072 [ERROR] Error in accept