Jeremy Kassis
Jeremy Kassis
hi @lni. i'll do everything i can. i *might* still have the logs for those other nodes. give me til tomorrow am to produce those.
Here is an instance of this from today (with warning level): ``` time="2021-07-28T15:25:45Z" level=info msg="Dockie: Sync" file=" Jul 28 15:25:45.056150409 m/jkassis/[email protected]/logger.go: 192 " time="2021-07-28T15:29:17Z" level=info msg="Dockie: Sync" file=" Jul 28...
Node 2: ``` time="2021-07-28T14:58:35Z" level=info msg="Dockie: Sync" file=" Jul 28 14:58:35.899452963 m/jkassis/[email protected]/logger.go: 192 " time="2021-07-28T15:02:07Z" level=info msg="Dockie: Sync" file=" Jul 28 15:02:07.940046780 m/jkassis/[email protected]/logger.go: 192 " time="2021-07-28T15:05:38Z" level=info msg="Dockie: Sync" file="...
Node 3 ``` time="2021-07-28T14:44:28Z" level=info msg="Dockie: Sync" file=" Jul 28 14:44:28.919821436 m/jkassis/[email protected]/logger.go: 192 " time="2021-07-28T14:48:04Z" level=info msg="Dockie: Sync" file=" Jul 28 14:48:04.925211766 m/jkassis/[email protected]/logger.go: 192 " time="2021-07-28T14:51:41Z" level=info msg="Dockie: Sync" file="...
``` - name: RAFT_SERVER_RTT_MILLIS value: '10' - name: RAFT_SERVER_RTTs_PER_ELECTION value: '200' - name: RAFT_SERVER_RTTs_PER_HEARTBEAT value: '20' ``` 10ms rtt, 200ms heartbeat, 2000ms election
thanks as always for quick replies @lni. overall the system has been durable. recovery with no reboots. my subjective experience when I noticed the issue was that it resolved within...
still working on the info logging, had to instrument a lot of env vars and cli stuff to pass the new log level down. hopefully coming up today. meanwhile i...
see https://github.com/blevesearch/bleve/issues/1396
please cover https://github.com/libp2p/go-libp2p/issues/374 in the control protocol if possible.
and the ESM has lots of circular dependencies... ``` Circular dependency: apps/store/code/node_modules/@jkassis/luxon/src/impl/locale.js -> apps/store/code/node_modules/@jkassis/luxon/src/settings.js -> apps/store/code/node_modules/@jkassis/luxon/src/impl/locale.js Circular dependency: apps/store/code/node_modules/@jkassis/luxon/src/datetime.js -> apps/store/code/node_modules/@jkassis/luxon/src/duration.js -> apps/store/code/node_modules/@jkassis/luxon/src/impl/locale.js -> apps/store/code/node_modules/@jkassis/luxon/src/datetime.js Circular dependency: apps/store/code/node_modules/@jkassis/luxon/src/datetime.js -> apps/store/code/node_modules/@jkassis/luxon/src/interval.js...