[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #9264 [BridgeDB]: Problem with transport lines in BridgeDB's bridge pool assignment files
#9264: Problem with transport lines in BridgeDB's bridge pool assignment files
----------------------+-----------------------------------------------------
Reporter: karsten | Owner:
Type: defect | Status: needs_review
Priority: major | Milestone:
Component: BridgeDB | Version:
Keywords: | Parent:
Points: | Actualpoints:
----------------------+-----------------------------------------------------
Comment(by sysrqb):
It appears that whatever is causing this was put into production on
2013/08/14. Does ponticum have any sort of log that will be able to tell
us what changed that day? I'm still going through commits that were made
to bridgedb prior to that date. Does the bridgedb logfile go back that
far?
I determined the date by doing a lovely binary search through the bridge-
pool-assignments on metrics and running
{{{
for i in ./*/*; do echo -n "$i: "; cat $i | awk '{ print $1; }' \
| uniq -d | wc -l; done | grep -v 0$ | head
}}}
over the month. August 14 was the first day that contained duplicates.
{{{
./14/2012-08-14-05-00-11: 1
./14/2012-08-14-05-30-11: 1
./14/2012-08-14-06-00-11: 1
./14/2012-08-14-06-30-12: 1
./14/2012-08-14-07-00-12: 1
./14/2012-08-14-07-30-12: 1
./14/2012-08-14-08-00-04: 1
./14/2012-08-14-08-30-04: 1
./14/2012-08-14-09-00-05: 1
./14/2012-08-14-09-30-06: 1
}}}
This isn't an answer, but at least it gives us another avenue to attack
it.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/9264#comment:14>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs