Park JunHyun

Results 19 issues of Park JunHyun

bkey_range, eflag_filter 기능은 아래 2 부분에서 함께 이용된다. - arcus server core 부분 - arcus server engine 부분 현재의 문제점 - bkey_range, eflag_filter를 다루는 코드를 필요한 곳에서 제각각 만들어 사용하고...

The flush_all command has "delay" option, whose value might be a negative integer. In that case, the correct operation of flush_all is not defined. I think, immediate invalidation might be...

정상적인 DNS Name Lookups을 위하여 JVM Cache TTL 설정이 필요함을 가이드 문서에 표현해야 합니다.

bulk get 수행 방식이 현재 최적인지 확인하고, 개선 부분을 도출한다. 특히, 아래 경우들을 고려한다. - inactive node로 mapping되는 key들이 존재할 경우 - 해당 연산이 하나라도 오류가 발생할 경우 - 해당...

ongoing

Cache server API에서는 생략 가능한 인자이지만, client API에서는 필수 인자로 받고 있다. 따라서, client API 호출 시에 불필요하게 많은 인자를 넘기고 있다. 예를 들어, asyncBopGet API에서 생략 가능한 인자는 아래와...

현재 `bkey`, `subkey` 등의 용어가 아래와 같이 혼용되어 사용되고 있습니다. ```java public CollectionFuture asyncBopGet(String key, long bkey, ElementFlagFilter eFlagFilter, boolean withDelete, boolean dropIfEmpty); public CollectionFuture asyncBopIncr(String key, long subkey, int...

아래 asyncBopPipedInsertBulk API는 다음 2 중의 하나로 동작한다. - attributesForCreate 주어지면, insert 시에 해당 collection 없을 시에 직접 생성한다. - attributesForCreate 생략되면, insert 시에 해당 collection 없을 시에 insert 실패한다....

key의 postfix string이란 key-to-node mapping을 위한 consistent hashing에 사용되지 않는 string을 의미한다. 이를 통해, 특정 key들이 동일 cache node로 mapping될 수 있도록 한다. 예를 들면, 아래의 두 키가 같은 cache...

enhancement

Hot-spot items에 대한 부하 분산 목적입니다.

enhancement