Thanks a lot.
I used another two servers as node and now 192.168.0.2 is seed, they work well; but 192.168.0.1 still cannot add to cluster even though restarted it. Status log shows it added to cluster but few time scylla service on 192.168.0.1 exited.
Will check the detail log to find more information. I guess the press test yesterday might crash the system of 192.168.0.1. Plan to reinstall CentOS 7.1 and try again.
Dec 04 16:00:39 tempt1044 scylla[10788]: [shard 0] gossip - net_address 192.168.0.4 is now UP
Dec 04 16:00:39 tempt1044 scylla[10788]: [shard 0] storage_service - Starting up server gossip
Dec 04 16:00:39 tempt1044 scylla_run[10785]: Start gossiper service ...
Dec 04 16:00:39 tempt1044 scylla[10788]: [shard 0] storage_service - Detected previous bootstrap failure; retrying
Dec 04 16:00:39 tempt1044 scylla[10788]: [shard 0] storage_service - JOINING: waiting for ring information
Dec 04 16:00:39 tempt1044 scylla[10788]: [shard 0] storage_service - JOINING: schema complete, ready to bootstrap
Dec 04 16:00:39 tempt1044 scylla[10788]: [shard 0] storage_service - JOINING: waiting for pending range calculation
Dec 04 16:00:39 tempt1044 scylla[10788]: [shard 0] storage_service - JOINING: calculation complete, ready to bootstrap
Dec 04 16:00:39 tempt1044 scylla[10788]: [shard 0] storage_service - JOINING: getting bootstrap token
Dec 04 16:00:39 tempt1044 scylla[10788]: [shard 0] storage_service - JOINING: sleeping 5000 ms for pending range setup
[root@tempt1044 /home/longjun]# systemctl status scylla-server
scylla-server.service - Scylla Server
Loaded: loaded (/usr/lib/systemd/system/scylla-server.service; disabled)
Active: failed (Result: exit-code) since Fri 2015-12-04 16:00:44 CST; 9s ago
Process: 10840 ExecStopPost=/usr/lib/scylla/scylla_stop (code=exited, status=0/SUCCESS)
Process: 10785 ExecStart=/usr/lib/scylla/scylla_run (code=exited, status=3)
Process: 10782 ExecStartPre=/usr/lib/scylla/scylla_prepare (code=exited, status=0/SUCCESS)
Main PID: 10785 (code=exited, status=3)
Dec 04 16:00:44 tempt1044 scylla[10788]: [shard 9] compaction_manager - compaction task handler stopped due to shutdown
Dec 04 16:00:44 tempt1044 scylla[10788]: [shard 6] compaction_manager - compaction task handler stopped due to shutdown
Dec 04 16:00:44 tempt1044 scylla[10788]: [shard 18] compaction_manager - compaction task handler stopped due to shutdown
Dec 04 16:00:44 tempt1044 scylla[10788]: [shard 20] compaction_manager - compaction task handler stopped due to shutdown
Dec 04 16:00:44 tempt1044 scylla[10788]: [shard 10] compaction_manager - compaction task handler stopped due to shutdown
Dec 04 16:00:44 tempt1044 scylla[10788]: [shard 11] compaction_manager - compaction task handler stopped due to shutdown
Dec 04 16:00:44 tempt1044 scylla[10788]: [shard 16] compaction_manager - compaction task handler stopped due to shutdown
Dec 04 16:00:44 tempt1044 scylla[10788]: [shard 20] compaction_manager - compaction task handler stopped due to shutdown
Dec 04 16:00:44 tempt1044 scylla[10788]: [shard 3] compaction_manager - compaction task handler stopped due to shutdown
Dec 04 16:00:44 tempt1044 scylla[10788]: [shard 7] compaction_manager - compaction task handler stopped due to shutdown
Dec 04 16:00:44 tempt1044 systemd[1]: scylla-server.service: main process exited, code=exited, status=3/NOTIMPLEMENTED
Dec 04 16:00:44 tempt1044 systemd[1]: Unit scylla-server.service entered failed state.