<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/karsten/metrics-db, branch task-20236</title>
<subtitle>Karsten's metrics-db repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/metrics-db.git/'/>
<entry>
<title>Suppress warnings about stale descriptors.</title>
<updated>2016-09-24T08:35:01+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2016-09-24T08:35:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/metrics-db.git/commit/?id=68b29c2d158131de406e57dcfb9e7cea2b28e637'/>
<id>68b29c2d158131de406e57dcfb9e7cea2b28e637</id>
<content type='text'>
Having these warnings doesn't really help when processing tarballs in
bulk, so we can as well take them out.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Having these warnings doesn't really help when processing tarballs in
bulk, so we can as well take them out.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't write sanitize bridge descriptors to recent/.</title>
<updated>2016-09-24T08:31:00+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2016-09-24T08:31:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/metrics-db.git/commit/?id=27cbfc833dff4448c716bf82531ddb87f288c30d'/>
<id>27cbfc833dff4448c716bf82531ddb87f288c30d</id>
<content type='text'>
This saves a lot of time and disk space when processing bridge
descriptors in bulk.  There might be other situations (?) when
disabling writing to the recent/ (or out/) directory would be
benefitial.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This saves a lot of time and disk space when processing bridge
descriptors in bulk.  There might be other situations (?) when
disabling writing to the recent/ (or out/) directory would be
benefitial.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make logging of processed bridge descriptor tarballs more verbose.</title>
<updated>2016-09-24T08:27:32+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2016-09-24T08:27:32+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/metrics-db.git/commit/?id=e514d3044de37700ca1cf56ebddadda5ba0ea7dd'/>
<id>e514d3044de37700ca1cf56ebddadda5ba0ea7dd</id>
<content type='text'>
This is not as important for normal operation (though also not
harmful), but having some sort of progress indicator for processing
months or even years of data can be really helpful.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is not as important for normal operation (though also not
harmful), but having some sort of progress indicator for processing
months or even years of data can be really helpful.
</pre>
</div>
</content>
</entry>
<entry>
<title>Process bridge descriptor tarballs in sorted order.</title>
<updated>2016-09-24T08:26:09+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2016-09-24T08:24:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/metrics-db.git/commit/?id=ae5c53cf671085cfc5d5116b5269bc3e76649299'/>
<id>ae5c53cf671085cfc5d5116b5269bc3e76649299</id>
<content type='text'>
This helps with processing bridge descriptors in bulk, because we can
make assumptions on processing order which we can use for clearing the
descriptor import history periodically.  It might help (and not hurt)
in general, too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This helps with processing bridge descriptors in bulk, because we can
make assumptions on processing order which we can use for clearing the
descriptor import history periodically.  It might help (and not hurt)
in general, too.
</pre>
</div>
</content>
</entry>
<entry>
<title>Periodically clear entries from descriptor import history.</title>
<updated>2016-09-24T08:22:55+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2016-09-24T08:20:08+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/metrics-db.git/commit/?id=ed48f0366e11acc65f2ff7bb13cafafe70974453'/>
<id>ed48f0366e11acc65f2ff7bb13cafafe70974453</id>
<content type='text'>
This helps (a lot) with keeping memory requirements constant when
processing bridge descriptor tarballs in bulk.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This helps (a lot) with keeping memory requirements constant when
processing bridge descriptor tarballs in bulk.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore history of parsed bridge descriptor tarballs.</title>
<updated>2016-09-24T08:16:17+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2016-09-24T08:16:17+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/metrics-db.git/commit/?id=df967513a187f16ed4fab5ba62afb84a0630490f'/>
<id>df967513a187f16ed4fab5ba62afb84a0630490f</id>
<content type='text'>
This is supposed to save some memory, because we're not keeping a
potentially large list of tarball file names in memory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is supposed to save some memory, because we're not keeping a
potentially large list of tarball file names in memory.
</pre>
</div>
</content>
</entry>
<entry>
<title>Split up bridge descriptor tarballs into one per type.</title>
<updated>2016-09-18T17:52:34+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2016-09-18T14:09:52+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/metrics-db.git/commit/?id=f608c94c7f731241bf7ee8e627ca1da98c23d858'/>
<id>f608c94c7f731241bf7ee8e627ca1da98c23d858</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sanitize TCP ports in bridge descriptors.</title>
<updated>2016-09-18T14:09:33+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2016-06-10T11:28:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/metrics-db.git/commit/?id=ecb053899eb965c2778cf05479c26549d67f7956'/>
<id>ecb053899eb965c2778cf05479c26549d67f7956</id>
<content type='text'>
Implements #19317.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implements #19317.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change default log thresholds from TRACE to INFO.</title>
<updated>2016-09-06T18:47:27+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2016-09-06T18:47:27+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/metrics-db.git/commit/?id=3148d4886746498ae1f8cc065706b60dc91aeb39'/>
<id>3148d4886746498ae1f8cc065706b60dc91aeb39</id>
<content type='text'>
Implements #20079.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implements #20079.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add change log entry and tweaks for shutdown hook.</title>
<updated>2016-09-06T18:41:32+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2016-09-06T18:41:32+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/metrics-db.git/commit/?id=261f2c06107bfe4e1a860f9d19fb23ace5c41a5e'/>
<id>261f2c06107bfe4e1a860f9d19fb23ace5c41a5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
