select * will launch a scan.
select id from ns.set where pk=‘123’ – that one specifically - does that give you an error?
Checked again: select * - not available - unstable cluster but if
select id from ns.set where pk=‘123’ - its working
grep clustering /var/log/aerospike/aerospike.log May 23 2019 03:34:06 GMT: DETAIL (clustering): (clustering.c:2620) Fault:node arrived event_ts:95036856
May 23 2019 03:34:06 GMT: DETAIL (clustering): (clustering.c:2620) Fault:node departed event_ts:0
May 23 2019 03:34:06 GMT: DETAIL (clustering): (clustering.c:2620) Fault:principal departed event_ts:0
May 23 2019 03:34:06 GMT: DETAIL (clustering): (clustering.c:2620) Fault:peer adjacency changed event_ts:0
May 23 2019 03:34:06 GMT: DETAIL (clustering): (clustering.c:2620) Fault:join request accepted event_ts:0
May 23 2019 03:34:06 GMT: DETAIL (clustering): (clustering.c:2620) Fault:merge candidate seen event_ts:0
May 23 2019 03:34:06 GMT: DETAIL (clustering): (clustering.c:2620) Fault:member orphaned event_ts:0
May 23 2019 03:34:06 GMT: DETAIL (clustering): (clustering.c:2624) Last Quantum interval:95036695
Also have error with these messages:
May 23 2019 03:34:09 GMT: DETAIL (hlc): (hlc.c:224) changed HLC value from 102143290562119180 to 102143290562119181
May 23 2019 03:34:09 GMT: DETAIL (clustering): (clustering.c:6021) re-sending cluster join request to node 3
May 23 2019 03:34:09 GMT: DEBUG (clustering): (clustering.c:6023) re-sent cluster join request to 3
May 23 2019 03:34:09 GMT: DETAIL (clustering): (clustering.c:6267) join request to principal 3 pending - not attempting new join request
May 23 2019 03:34:09 GMT: DETAIL (hlc): (hlc.c:303) message received from node 3 with HLC 102143290564544016 - changed HLC value from 102143290562119181$
May 23 2019 03:34:09 GMT: DEBUG (clustering): (clustering.c:4960) received paxos prepare from node 3
May 23 2019 03:34:09 GMT: DETAIL (hlc): (hlc.c:224) changed HLC value from 102143290564609553 to 102143290564609554
May 23 2019 03:34:09 GMT: DEBUG (clustering): (clustering.c:4843) paxos promise message sent to node 3 with proposal id (3:102143290564544015)
May 23 2019 03:34:09 GMT: DEBUG (socket): (socket.c:1165) Error while receiving on FD 55: 11 (Resource temporarily unavailable)
May 23 2019 03:34:09 GMT: DETAIL (hlc): (hlc.c:303) message received from node 3 with HLC 102143290564609556 - changed HLC value from 102143290564609554$
May 23 2019 03:34:09 GMT: DEBUG (clustering): (clustering.c:5048) received paxos accept from node 3
May 23 2019 03:34:09 GMT: DETAIL (hlc): (hlc.c:224) changed HLC value from 102143290564675093 to 102143290564675094
May 23 2019 03:34:09 GMT: DEBUG (clustering): (clustering.c:4885) paxos accepted message sent to node 3 with proposal id (3:102143290564544015)
May 23 2019 03:34:09 GMT: DEBUG (socket): (socket.c:1165) Error while receiving on FD 43: 11 (Resource temporarily unavailable)
So what I should to do, to resolve my problem? Is there any ways?