[chord] Running Chord

Frank Dabek fdabek at MIT.EDU
Thu Oct 9 13:44:01 EDT 2003


Soseca,

	Does localhost.localdomain resolve to 192.168.0.10 on your machine? Try
something like:

lsd -j 127.0.0.1:10000 -l 127.0.0.1 -p 10000

the -l argument makes sure that lsd binds to the right address. Since
IDs are based on IP address, if it chooses a different address the
program may not recognize the node as valid.

--Frank
 
On Thu, 2003-10-09 at 08:11, sosesca pereira wrote:
> I am with problems when Running Chord.
> The following one happened:
> 
> [root at localhost root]# lsd -j localhost.localdomain:10000 -p 10000
> === Configurator::dump
> chord.find_succlist_shaving 1
> chord.greedy_lookup 0
> chord.max_vnodes 1024
> chord.ncoords 3
> chord.npred 1
> chord.nsucc 16
> chord.rpc_mode "stp"
> debruijn.logbase 1
> dhash.dfrags 7
> dhash.efrags 14
> dhash.missing_outstanding_max 15
> dhash.mtu 1210
> dhash.sync_timer 30
> dhashcli.order_successors 1
> locationtable.maxcache 208
> merkle.keyhash_timer 10
> merkle.prt_timer 5
> merkle.replica_timer 300
> chord: running on 192.168.0.10:10000
> lsd: CREATED RPC MANAGER
> lsd: lsd: created new dhash
> 1065650024:580868: creating new vnode: 
> 1577487afc1ae1d48b499d1abf1c3abc0bb53cd8
> lsd:  1065650024:581185 coords are: -609087 844065 -186236
> 1065650024:581537 myID is 1577487afc1ae1d48b499d1abf1c3abc0bb53cd8
> lsd: chord::handleProgram: 344447
> lsd: chord::handleProgram: 344454
> lsd: lsd starting up at Wed Oct  8 18:53:44 2003
> lsd:  running with options:
> lsd:   IP/port: 192.168.0.10:10000
> lsd:   vnodes: 1
> lsd:   lookup_mode: 1
> lsd:   ss_mode: 0
> 1065650024:585707 RPC Failure: DORPC_UNKNOWNNODE for 
> 9173f7cbbc4f426392eca75f3a                                            
> 45781d292f69c2
> 1577487afc1ae1d48b499d1abf1c3abc0bb53cd8: join RPC failed: RPC: Remote 
> system er                                            ror
> 1577487afc1ae1d48b499d1abf1c3abc0bb53cd8: join failed, remove from vnodes?
> 1577487afc1ae1d48b499d1abf1c3abc0bb53cd8: estimating total number of nodes 
> as 1
> 1577487afc1ae1d48b499d1abf1c3abc0bb53cd8: stabilize_finger: findsucc of 
> finger 1
> newvnode_cb: status 2
> lsd: fatal: unable to join
> Falha de segmentação
> [root at localhost root]#
> 
> Also I tried to execute the example of the page and happened the following 
> one:
> 
> [root at localhost chord-0.1]# lsd -j sure.lcs.mit.edu:10000 -p 10000
> === Configurator::dump
> chord.find_succlist_shaving 1
> chord.greedy_lookup 0
> chord.max_vnodes 1024
> chord.ncoords 3
> chord.npred 1
> chord.nsucc 16
> chord.rpc_mode "stp"
> debruijn.logbase 1
> dhash.dfrags 7
> dhash.efrags 14
> dhash.missing_outstanding_max 15
> dhash.mtu 1210
> dhash.sync_timer 30
> dhashcli.order_successors 1
> locationtable.maxcache 208
> merkle.keyhash_timer 10
> merkle.prt_timer 5
> merkle.replica_timer 300
> chord: running on 192.168.0.10:10000
> lsd: CREATED RPC MANAGER
> lsd: lsd: created new dhash
> 1065650342:229033: creating new vnode: 
> 1577487afc1ae1d48b499d1abf1c3abc0bb53cd8
> lsd:  1065650342:229326 coords are: -67877 101304 938625
> 1065650342:229661 myID is 1577487afc1ae1d48b499d1abf1c3abc0bb53cd8
> lsd: chord::handleProgram: 344447
> lsd: chord::handleProgram: 344454
> lsd: lsd starting up at Wed Oct  8 18:59:02 2003
> lsd:  running with options:
> lsd:   IP/port: 192.168.0.10:10000
> lsd:   vnodes: 1
> lsd:   lookup_mode: 1
> lsd:   ss_mode: 0
> lsd: timeout for RPC pending on caa42d5de473ac83e5be5cd96cdcaa6f7b85da56 
> 18.26.4.29137311116
> 1065650343:235482 REXMIT 4197261349 344447:15 rexmits 0, timeout 1000 ms, 
> destined for 18.26.4.29 out is 137311116
> lsd: 18.26.4.29: timer was 1.0 now is 2.0; rexmits is 0
> lsd: timeout for RPC pending on caa42d5de473ac83e5be5cd96cdcaa6f7b85da56 
> 18.26.4.29137311116
> 1065650345:243262 REXMIT 4197261349 344447:15 rexmits 1, timeout 2000 ms, 
> destined for 18.26.4.29 out is 137311116
> lsd: 18.26.4.29: timer was 2.0 now is 2.0; rexmits is 1
> lsd: timeout for RPC pending on caa42d5de473ac83e5be5cd96cdcaa6f7b85da56 
> 18.26.4.29137311116
> 1065650347:251384 REXMIT 4197261349 344447:15 rexmits 2, timeout 2000 ms, 
> destined for 18.26.4.29 out is 137311116
> lsd: 18.26.4.29: timer was 2.0 now is 2.0; rexmits is 2
> lsd: timeout for RPC pending on caa42d5de473ac83e5be5cd96cdcaa6f7b85da56 
> 18.26.4.29137311116
> 1065650349:253245 REXMIT 4197261349 344447:15 rexmits 3, timeout 2000 ms, 
> destined for 18.26.4.29 out is 137311116
> lsd: 18.26.4.29: timer was 2.0 now is 2.0; rexmits is 3
> lsd: timeout for RPC pending on caa42d5de473ac83e5be5cd96cdcaa6f7b85da56 
> 18.26.4.29137311116
> 1065650351:262832 REXMIT 4197261349 344447:15 rexmits 4, timeout 2000 ms, 
> destined for 18.26.4.29 out is 137311116
> lsd: 18.26.4.29: timer was 2.0 now is 2.0; rexmits is 4
> lsd: timeout for RPC pending on caa42d5de473ac83e5be5cd96cdcaa6f7b85da56 
> 18.26.4.29137311116
> 1065650353:273004 RPC failure: RPC: Timed out destined for 
> caa42d5de473ac83e5be5cd96cdcaa6f7b85da56 seqno 0
> 1577487afc1ae1d48b499d1abf1c3abc0bb53cd8: join RPC failed: RPC: Timed out
> lsd: doRPC on dead node caa42d5de473ac83e5be5cd96cdcaa6f7b85da56
> 1577487afc1ae1d48b499d1abf1c3abc0bb53cd8: join RPC failed: RPC: Unable to 
> send
> 1577487afc1ae1d48b499d1abf1c3abc0bb53cd8: join failed, remove from vnodes?
> 1577487afc1ae1d48b499d1abf1c3abc0bb53cd8: estimating total number of nodes 
> as 1
> 1577487afc1ae1d48b499d1abf1c3abc0bb53cd8: stabilize_finger: findsucc of 
> finger 1
> newvnode_cb: status 2
> lsd: fatal: unable to join
> Falha de segmentação
> [root at localhost chord-0.1]#
> 
> What I make? should me help?
> 
> Luciana.
> 
> _________________________________________________________________
> MSN Hotmail, o maior webmail do Brasil.  http://www.hotmail.com
> 
> _______________________________________________
> chord mailing list
> chord at amsterdam.lcs.mit.edu
> https://amsterdam.lcs.mit.edu/mailman/listinfo/chord



More information about the chord mailing list