Namjae Kim
Namjae Kim
- jam2in/arcus-works#357 ### 변경사항 - hash item allocation에서 refcount를 1로 초기화합니다. - 이에 따라 free 대신 release를 사용하도록 변경됩니다. - `engine->free` api가 사용되는 곳이 없으므로 제거합니다.
### 🔗 Related Issue - jam2in/arcus-works#519 ### ⌨️ What I did - `shutdown_time` 변수 추가 + `clock_handler`에서 매 초 확인 - `shutdown_time`이 지난 경우. `memcached_shutdown` flag를 1로 설정 - `shutdown`...
> engines/default/default_engine.c 파일의 initialize_configuration() 함수를 확인해 주세요. > default engine에 설정 부분이 있고, 이 부분을 engine 외부로 옮겼으면 합니다. > 이 부분을 포함하여 전체 config 설정의 틀을 정리할 수 있다면...
I'm trying to install node_exporter on a remote host with a custom `node_exporter_binary_install_dir`. ``` - hosts: all roles: - prometheus.prometheus.node_exporter vars: node_exporter_binary_local_dir: /home/namsic/downloads/node_exporter-1.6.0.linux-amd64 node_exporter_binary_install_dir: /home/namsic/tmp ``` But when I ran...