Joe Brothers
  • Home
network

해시 양극화 (Hash Polarization)

  • Seonghyeon Cho

Seonghyeon Cho

12 10월 2024

해시 양극화, 또는 해시 불균형(Hash Imbalance) 현상은 로드밸런서에서 해시 알고리즘이 두번 이상 적용되어 트래픽이 고르게 분산되지 않는 경우를 말한다.

이 경우 해시 설정을 조정해야 한다

Reference

  • https://support.huawei.com/enterprise/en/doc/EDOC1100086965

SELinux http 포트 허용하기

nginx로 3100번 포트에 서비스를 열려고 했더니 bind에 실패했다. $ sudo service nginx start Redirecting to /bin/systemctl start nginx.service Job for nginx.service failed because the control process exited with error code. See "systemctl status nginx.service" and "journalctl -xeu nginx.service" for details. $ systemctl status
29 6월 2025 2 min read

.gitignore에 추가하지 않고 변경사항 무시하는 방법

특정 파일 변경사항을 git으로 트래킹하고 싶지 않은 경우 .gitignore에 추가하면 된다. 그런데 .gitignore에 추가하지 않으면서, 로컬의 변경사항을 무시하고 싶은 경우가 있다. 예를 들면 sdk 설정같은 개인별로 다르게 설정할 수 있는 부분인데, jdk를 설정한다고 하면 mise를 쓸 수도 있고, jenv를 쓸 수도 있고, sdkman을 쓸 수도 있다. 이 툴들의 개인별 설정파일을
05 6월 2025 1 min read

macOS docker desktop 실행 안되는 문제 해결방법

며칠 전 macOS에서 Docker desktop 업데이트 이후 실행이 되지 않는 문제가 발생했다. 에러 메시지는 아래와 같이 나온다. "Docker.app" is damaged and can't be opened. You should move it to the Trash. Malware Blocked - "com.docker.vmnetd" was not opened because it contains
11 1월 2025 3 min read
Joe Brothers © 2025
  • Sign up
Powered by Ghost