Skip to content

Why Fixed KVS_ITERATOR_BUFFER_SIZE? #59

Description

@kwanghee0124

Location (Korea, USA, China, India, etc.)
Korea

Describe the bug
Why Fixed KVS_ITERATOR_BUFFER_SIZE?

file(.h): kvs_const.h
#define KVS_ITERATOR_BUFFER_SIZE (32*1024)

function: kvs_iterator_next(_async)
if(iter_list->size != KVS_ITERATOR_BUFFER_SIZE) {
return KVS_ERR_SYS_IO;
}

Screenshots
캡처

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions