-
github docs의 operation 매뉴얼을 보강한다.
arcus c client 매뉴얼은 주로 API에 대한 설명만 되어있는 상태로,
사용법 및 사용 후 코드 example에 대한 보강이 필요하다.
-
memcached_get_by_key() 함수의 마지막에 아래와 같은 dummy fetch 코드가 있다.
필요성을 검토해 보고, 필요가 없다면 제거합시다.
```C
size_t dummy_length;
uint32_t dummy_flags;
memcached_return_t dummy_error;
char *dummy_val…
-
@Ghostkeeper @daid @fabianrodrigo
i'am also encountering the issue "No attribute SocketListener".
and
**commands:**
python3.5
import Arcus
print(Arcus.__file__)
**get:**
s…
-
arcus.cc 파일에 있는 lock_arcus locking 관련하여 아래 작업을 진행합시다.
- lock_arcus locking 현재 용도 파악
- 불필요한 lock_arcus locking 확인
- 추가해야 할 lock_arcus locking 확인
본 이슈에 결과를 정리해 두면 됩니다.
결과에 따라 lock_arcus locking 제…
-
sop exist 연산에서 NOT_EXIST 시에 응답이 실제 코드와 가이드 문서에 차이가 있다.
코드 : NOT_EXIST 시 NOT_EXIST 리턴
```
static memcached_return_t do_coll_exist(memcached_st *ptr,
cons…
-
아래 기능을 가진 command-line tool을 개발한다.
- 주어진 key가 어떤 cache node에 위치하는 지를 확인
- 주어진 key의 value 조회 및 설정
- 주어진 key의 atttributes 조회 및 설정
- 주어진 prefix의 통계 정보 확인
- 전체 통계와 각 cache node별 통계
- 추가 기능 검토, 제안, 합의 …
-
cache list 변경에 대한 ZK 이벤트를 통해
모든 memcached 구조체의 server list와 ketama hash ring을 갱신한다.
이러한 갱신 작업에서 아래 오류 발생 시의 오류 처리 방식을 수정한다.
- 발생 가능한 대부분 오류는 메모리 할당 실패이다.
- 그 외의 오류가 있다면 이는 내부 버그로 대부분 수정하여 해결해야 한다.…
-
```
Issue running command [gcloud preview app deploy].
What steps will reproduce the problem?
gcloud --verbosity info --project nozzle-app preview app deploy --version
$version --docker-build=local …
-
memcached_vdo() 함수의 오류 처리 부분이 일관적인지 검토하고, 필요하면 수정한다.
-
```
What steps will reproduce the problem?
1. Run cell demo from the demo spreadsheet demo
2. Selected an empty spreadsheet from my account in it.
3. Run the batch command entered a command such as "…