View Issue Details

IDProjectCategoryView StatusLast Update
0002791GNUnetcore servicepublic2013-12-24 20:55
ReporterBart Polot Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product VersionGit master 
Target Version0.10.0Fixed in Version0.10.0 
Summary0002791: core service takes much longer to start with ECC than with RSA
DescriptionBefore:
Feb 11 17:25:06-786682 gnunet-regex-profiler-17656 ERROR All peers created successfully in 2243 ms
Feb 11 17:25:14-164465 gnunet-regex-profiler-17656 ERROR All peers started successfully in 7363 ms

Now:
Feb 11 17:07:42-580745 gnunet-regex-profiler-10898 ERROR All peers created successfully in 2248 ms
Feb 11 17:08:16-029556 gnunet-regex-profiler-10898 ERROR All peers started successfully in 33434 ms

Since testbed's default TIMEOUT is 15s, this is kind of a problem.
TagsNo tags attached.

Activities

Christian Grothoff

2013-02-12 00:04

manager   ~0006859

Please let me know if SVN 26070 helps.

Bart Polot

2013-02-12 16:32

manager   ~0006862

It's better, but it might be due to the factor that regexdeamon is not being started now:

[bart@saturn ~/g/src/regex/experiments]$ ../gnunet-regex-profiler -c regexprofiler.conf -d log -n 20000 -p 2 -s 1000 -t 36000000 -a 1000 regex.hosts 1000 1000str.txt
[...]
Feb 12 16:25:40-147990 gnunet-regex-profiler-2330 ERROR All peers created successfully in 2224 ms
Feb 12 16:26:07-130953 gnunet-regex-profiler-2330 ERROR All peers started successfully in 26968 ms
[...]
^CFeb 12 16:26:11-250354 gnunet-regex-profiler-2330 WARNING Aborting 1824...
Killed by signal 2.
[bart@saturn ~/g/src/regex/experiments]$ ps aux | grep gnunet | wc
      1 13 90
[bart@saturn ~/g/src/regex/experiments]$ ../gnunet-regex-profiler -c regexprofiler.conf -d log -n 20000 -p 2 -s 1000 -t 36000000 -a 1000 regex.hosts 1000 1000str.txt
Checking whether given hosts can start testbed. Please wait
[...]
Feb 12 16:26:20-684587 gnunet-regex-profiler-9541 ERROR All peers created successfully in 2221 ms
Feb 12 16:26:47-711941 gnunet-regex-profiler-9541 ERROR All peers started successfully in 27012 ms
^CFeb 12 16:26:49-242242 gnunet-regex-profiler-9541 WARNING Aborting 1824...
Killed by signal 2.
[bart@saturn ~/g/src/regex/experiments]$ ps aux | grep gnunet | wc
      1 13 90
[bart@saturn ~/g/src/regex/experiments]$ ../gnunet-regex-profiler -c regexprofiler.conf -d log -n 20000 -p 2 -s 1000 -t 36000000 -a 1000 regex.hosts 1000 1000str.txt
Checking whether given hosts can start testbed. Please wait
[...]
Feb 12 16:26:57-297810 gnunet-regex-profiler-16692 ERROR All peers created successfully in 2214 ms
Feb 12 16:27:25-117205 gnunet-regex-profiler-16692 ERROR All peers started successfully in 27805 ms
[..]
Feb 12 16:27:27-374292 gnunet-regex-profiler-16692 WARNING Aborting 1804...
[bart@saturn ~/g/src/regex/experiments]$ svn info ..
[...]
Revision: 26077
[...]

Bart Polot

2013-02-12 16:33

manager   ~0006863

I will try with r26070 and report again.

Christian Grothoff

2013-02-12 16:45

manager   ~0006864

Measurements show that the remaining additional time corresponds to the required time to create the new ephemeral keys. Nothing to be done about it.

Bart Polot

2013-02-12 16:49

manager   ~0006865

[bart@saturn ~/g2/src/regex/exp]$ ../gnunet-regex-profiler -c regexprofiler.conf -d log -n 20000 -p 2 -s 1000 -t 36000000 -a 1000 regex.hosts 1000 1000str.txt
Checking whether given hosts can start testbed. Please wait
11Feb 12 16:47:51-272504 gnunet-regex-profiler-17548 ERROR All peers created successfully in 2225 ms
Feb 12 16:48:18-368351 gnunet-regex-profiler-17548 ERROR All peers started successfully in 27081 ms
[...]
^CFeb 12 16:48:23-426953 gnunet-regex-profiler-17548 WARNING Aborting 1596...
Killed by signal 2.

svn: E200009: Could not display info for all targets because some targets don't exist
[bart@saturn ~/g2/src/regex/exp]$ svn info ../../../
Path: /home/bart/g2
Working Copy Root Path: /home/bart/g2
URL: https://gnunet.org/svn/gnunet
Repository Root: https://gnunet.org/svn
Repository UUID: 140774ce-b5e7-0310-ab8b-a85725594a96
Revision: 26070
Node Kind: directory
Schedule: normal
Last Changed Author: grothoff
Last Changed Rev: 26070
Last Changed Date: 2013-02-12 00:04:43 +0100 (Di, 12 Feb 2013)

Issue History

Date Modified Username Field Change
2013-02-11 17:27 Bart Polot New Issue
2013-02-11 17:27 Bart Polot Status new => assigned
2013-02-11 17:27 Bart Polot Assigned To => Christian Grothoff
2013-02-12 00:04 Christian Grothoff Note Added: 0006859
2013-02-12 00:04 Christian Grothoff Status assigned => feedback
2013-02-12 16:32 Bart Polot Note Added: 0006862
2013-02-12 16:32 Bart Polot Status feedback => assigned
2013-02-12 16:33 Bart Polot Note Added: 0006863
2013-02-12 16:45 Christian Grothoff Note Added: 0006864
2013-02-12 16:45 Christian Grothoff Status assigned => resolved
2013-02-12 16:45 Christian Grothoff Fixed in Version => Git master
2013-02-12 16:45 Christian Grothoff Resolution open => fixed
2013-02-12 16:45 Christian Grothoff Fixed in Version Git master => 0.10.0
2013-02-12 16:45 Christian Grothoff Target Version => 0.10.0
2013-02-12 16:49 Bart Polot Note Added: 0006865
2013-12-24 20:55 Christian Grothoff Status resolved => closed