Park Beomsu

Results 17 comments of Park Beomsu

If your image is in GitHub repo, Use 'img src' instead of markdown and attach "?raw=true" to end of image's URL. ```

I can exit break screen by command + tab on mac

@jacksontj Thank you for your answer. But I resigned from a job this June. So I don't have access permission to that dashboard. I will try to reproduce a problem...

@SuhwanJang @jhpark816 검토 결과 fabric 1.x와 2.x의 API 변화가 심해서 거의 새로 만드는 수준으로 고쳐야 합니다. 제 생각에는 fabric 2.x로 갈아타는 것 보다 Ansible과 같은 다른 도구를 쓰는 방안이 나아보입니다.

I ran a debugger on my test code. When run [ObjectReaction function](), my 'action.PatchType' is '[ApplyPatchType](https://github.com/kubernetes/apimachinery/blob/57f2a0733447cfd41294477d833cce6580faaca3/pkg/types/patch.go#L24-L29)(application/apply-patch+yaml)' ![image](https://user-images.githubusercontent.com/26251856/190989554-e7ad273a-7a15-4074-bc5e-7ef8e6aed519.png) [But this type is not handled in a switch case statement.](https://github.com/kubernetes/client-go/blob/037b5fd01db4432f8f6bb6139ff2b6dd00008b99/testing/fixture.go#L161-L204)

stats_prefix 외의 위치라면 process_command()에서 로깅 함수를 호출하는 것이 제일 적절하다고 생각합니다. 명령어를 파싱하는 함수에서 바로 로깅하는 것이기 때문에 흐름상 자연스럽고, 로깅에 필요한 명령어, client ip, key를 모두 인자로 받기 때문입니다....

```python #memcached.c def process_command(): if cmd_in_second.state == on_logging: STATS_LOCK() cmd_in_second.write(command, key, client_ip) STATS_UNLOCK() if command == "get" or command == "bget": process_get_command(command) ... elif command == "cmd_in_second" and cmd_in_second.state ==...

@minkikim89 리뷰 사항 반영해서 다시 푸쉬하였습니다.

@minkikim89 STATS_LOCK 대신 별도 락을 가지는 버전을 푸쉬했습니다.

@jhpark816 관련 이슈가 아직 안 만들어졌습니다. 이 저장소에 새로 하나 만들까요?