2017-03-02 17 views
1

데이터가 많이 사라집니다. 나는 또한 TTL 및 퇴거를 해제하려고했습니다. 그러나 아무 것도 효과가 없었습니다. 현재 기본 구성을 사용하고 있습니다.Aerospike 데이터가 항공 데이터베이스에 많은 데이터를 추가 한 후 사라진

namespace test { 
    replication-factor 2 
    memory-size 4G 
    default-ttl 30d # 30 days, use 0 to never expire/evict. 
    storage-engine memory 
} 

몇 분 후에 는 133.294 오브젝트 (13 % 메모리 사용량)가 저장 256.408 오브젝트 (24 % 메모리 사용)이있다. 13,229 개의 개체가 만료되었습니다 (올바른 것으로 보입니다) 0 개체가 축출되었습니다.

내 데이터에는 어떤 변화가 있습니까?

Admin> asinfo 

1 : node 
    BB9E091CB7AC40C 
2 : statistics 
    cluster_size=1;cluster_key=DCF17F353E9E73A7;cluster_integrity=true;uptime=545;system_free_mem_pct=79;system_swapping=false;heap_allocated_kbytes=1654377;heap_active_kbytes=1863852;heap_mapped_kbytes=2336768;heap_efficiency_pct=71;objects=133295;sub_objects=0;tombstones=0;tsvc_queue=0;info_queue=0;delete_queue=0;rw_in_progress=0;proxy_in_progress=0;tree_gc_queue=0;client_connections=31;heartbeat_connections=0;fabric_connections=0;heartbeat_received_self=3635;heartbeat_received_foreign=0;reaped_fds=0;info_complete=9935;proxy_retry=0;demarshal_error=0;early_tsvc_client_error=0;early_tsvc_batch_sub_error=0;early_tsvc_udf_sub_error=0;batch_index_initiate=0;batch_index_queue=0:0,0:0,0:0,0:0;batch_index_complete=0;batch_index_error=0;batch_index_timeout=0;batch_index_unused_buffers=0;batch_index_huge_buffers=0;batch_index_created_buffers=0;batch_index_destroyed_buffers=0;batch_initiate=0;batch_queue=0;batch_error=0;batch_timeout=0;scans_active=0;query_short_running=0;query_long_running=0;sindex_ucgarbage_found=0;sindex_gc_locktimedout=0;sindex_gc_inactivity_dur=0;sindex_gc_activity_dur=0;sindex_gc_list_creation_time=0;sindex_gc_list_deletion_time=0;sindex_gc_objects_validated=0;sindex_gc_garbage_found=0;sindex_gc_garbage_cleaned=0;paxos_principal=BB9E091CB7AC40C;migrate_allowed=true;migrate_partitions_remaining=0;fabric_bulk_send_rate=0;fabric_bulk_recv_rate=0;fabric_ctrl_send_rate=0;fabric_ctrl_recv_rate=0;fabric_meta_send_rate=0;fabric_meta_recv_rate=0;fabric_rw_send_rate=0;fabric_rw_recv_rate=0 
3 : features 
    peers;cdt-list;cdt-map;pipelining;geo;float;batch-index;replicas-all;replicas-master;replicas-prole;udf 
4 : cluster-generation 
    0 
5 : partition-generation 
    1 
6 : build_time 
    Wed Feb 15 21:57:43 UTC 2017 
7 : edition 
    Aerospike Community Edition 
8 : version 
    Aerospike Community Edition build 3.11.1.1 
9 : build 
    3.11.1.1 
10 : services 

11 : services-alumni 

12 : build_os 
    debian8 

Admin> info namespace 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Namespace Information~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
Namespace    Node Avail% Evictions     Master    Replica  Repl  Stop  Pending  Disk Disk  HWM   Mem  Mem HWM  Stop 
     .     .  .   . (Objects,Tombstones) (Objects,Tombstones) Factor Writes Migrates  Used Used% Disk%   Used Used% Mem% Writes% 
     .     .  .   .      .      .  .  . (tx%,rx%)   .  .  .   .  .  .   . 
test  development1:3000 N/E  0.000  (256.408 K,0.000 ) (0.000 ,0.000 )  1  false (0,0)   N/E N/E  50  971.808 MB 24  60  90 
test          0.000  (256.408 K,0.000 ) (0.000 ,0.000 )      (0,0)  0.000 B     971.808 MB 
Number of rows: 2 

Admin> info namespace 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Namespace Information~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
Namespace    Node Avail% Evictions     Master    Replica  Repl  Stop  Pending  Disk Disk  HWM   Mem  Mem HWM  Stop 
     .     .  .   . (Objects,Tombstones) (Objects,Tombstones) Factor Writes Migrates  Used Used% Disk%   Used Used% Mem% Writes% 
     .     .  .   .      .      .  .  . (tx%,rx%)   .  .  .   .  .  .   . 
test  development1:3000 N/E  0.000  (133.294 K,0.000 ) (0.000 ,0.000 )  1  false (0,0)   N/E N/E  50  506.382 MB 13  60  90 
test          0.000  (133.294 K,0.000 ) (0.000 ,0.000 )      (0,0)  0.000 B     506.382 MB 
Number of rows: 2 
+1

네임 스페이스에 대한 전체 통계를 제공 할 수 있습니까? 명령 : asinfo -v "namespace/test" – sunil

+1

@DerCoder 또한 https://discuss.aerospike.com/t/aerospike-data-expire/3329/6에이 글을 게시했습니다. 해결 된 문제는 그의 코드 Aerospike 잘 작동합니다. – pgupta

+0

@DerCoder, 결국 문제가되는 것을 공유하는 마음? https://m.xkcd.com/979/ – kporter

답변

1

1 - 개체를 어떻게 삽입합니까? 개체를 삽입 할 때 기본 TTL을 수정하고 있습니까? 30d 기본 ttl을 사용하면 개체 만료되지 않아야합니다. (정보 명령을 실행하면 256K 개체가 133K로 떨어지는 사이에 정보 명령을 상당히 빨리 실행했다고 가정). 개체의 크기는 얼마입니까?

2 - $grep thr_nsup /var/log/aerospike/aerospike.log 및 게시 할 수 있습니까?

3 - 당신이 당신의 도움을 $asinfo -v "namespace/test"

1

들으의 출력을 게시 할 수 있습니다. 내 코드에서 문제가 발견되었습니다. Aerospike는 잘 작동합니다. "잘못된"경고 메시지 : D