<!--
RSS generated by JIRA (4.4#649-r158309) at Fri May 24 09:31:51 CDT 2013

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
For example:
http://dev.clojure.org/jira/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=project+%3D+10171+AND+labels+%3D+cache&tempMax=1000&field=key&field=summary
-->
<!-- If you wish to do custom client-side styling of RSS, uncomment this:
<?xml-stylesheet href="http://dev.clojure.org/jira/styles/jiraxml2html.xsl" type="text/xsl"?>
-->
<rss version="0.92">
    <channel>
        <title>Clojure JIRA</title>
        <link>http://dev.clojure.org/jira/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D+10171+AND+labels+%3D+cache</link>
        <description>An XML representation of a search request</description>
                <language>en-us</language>
                        <issue start="0" end="10" total="10"/>
                <build-info>
            <version>4.4</version>
            <build-number>649</build-number>
            <build-date>25-07-2011</build-date>
        </build-info>
<item>
            <title>[CCACHE-21] LRU and LU caches never evict entries that came in as a seed and are never accessed</title>
                <link>http://dev.clojure.org/jira/browse/CCACHE-21</link>
                <project id="10171" key="CCACHE">core.cache</project>
                        <description>&lt;p&gt;If one initializes an LRU or LU cache with seed data and those datum are never touched, then they are never evicted.  &lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;  (def C (lru-cache-factory {:a 1, :b 2} :limit 2))
  
  (-&amp;gt; C (assoc :c 3) (assoc :d 4) (assoc :e 5))
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;You would expect that the cache should contain only &lt;tt&gt;:d&lt;/tt&gt; and &lt;tt&gt;:e&lt;/tt&gt;, but it instead includes &lt;tt&gt;:a&lt;/tt&gt;, &lt;tt&gt;:b&lt;/tt&gt;, &lt;tt&gt;:d&lt;/tt&gt; and &lt;tt&gt;:e&lt;/tt&gt;!  The problem is that seeds are never added to the eviction queue.&lt;/p&gt;</description>
                <environment></environment>
            <key id="15276">CCACHE-21</key>
            <summary>LRU and LU caches never evict entries that came in as a seed and are never accessed</summary>
                <type id="1" iconUrl="http://dev.clojure.org/jira/images/icons/bug.gif">Defect</type>
                                <priority id="3" iconUrl="http://dev.clojure.org/jira/images/icons/priority_major.gif">Major</priority>
                    <status id="5" iconUrl="http://dev.clojure.org/jira/images/icons/status_resolved.gif">Resolved</status>
                    <resolution id="1">Completed</resolution>
                                <assignee username="fogus">Fogus</assignee>
                                <reporter username="fogus">Fogus</reporter>
                        <labels>
                        <label>bug</label>
                        <label>cache</label>
                        <label>lru</label>
                        <label>lu</label>
                    </labels>
                <created>Wed, 14 Mar 2012 08:13:25 -0500</created>
                <updated>Wed, 14 Mar 2012 08:15:59 -0500</updated>
                    <resolved>Wed, 14 Mar 2012 08:15:17 -0500</resolved>
                                                                    <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="27943" author="fogus" created="Wed, 14 Mar 2012 08:15:17 -0500"  >&lt;p&gt;Fixed in 5751b7e8d8d2f10c87b8a79c8ed9b0324368514d&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Global Rank</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                                                                                            </customfields>
    </item>

<item>
            <title>[CCACHE-19] Create 3-arg version of lookup</title>
                <link>http://dev.clojure.org/jira/browse/CCACHE-19</link>
                <project id="10171" key="CCACHE">core.cache</project>
                        <description>&lt;p&gt;Currently, &lt;tt&gt;lookup&lt;/tt&gt; comes in only the 2-arg flavor (i.e. gimme a key and I&apos;ll give you a value or &lt;tt&gt;nil&lt;/tt&gt;).  The issue with this is that &lt;tt&gt;nil&lt;/tt&gt; is potentially a legal value.  Therefore, the 3-arg version logic is the same as the 3-arg `assoc` &lt;tt&gt;(.lookup this key not-found)&lt;/tt&gt;.&lt;/p&gt;

&lt;p&gt;This change should propagate to all of the existing cache impls.&lt;/p&gt;</description>
                <environment></environment>
            <key id="15095">CCACHE-19</key>
            <summary>Create 3-arg version of lookup</summary>
                <type id="3" iconUrl="http://dev.clojure.org/jira/images/icons/task.gif">Task</type>
                                <priority id="3" iconUrl="http://dev.clojure.org/jira/images/icons/priority_major.gif">Major</priority>
                    <status id="5" iconUrl="http://dev.clojure.org/jira/images/icons/status_resolved.gif">Resolved</status>
                    <resolution id="1">Completed</resolution>
                                <assignee username="fogus">Fogus</assignee>
                                <reporter username="fogus">Fogus</reporter>
                        <labels>
                        <label>cache</label>
                        <label>lookup</label>
                    </labels>
                <created>Wed, 4 Jan 2012 18:56:18 -0600</created>
                <updated>Thu, 5 Jan 2012 07:36:38 -0600</updated>
                    <resolved>Thu, 5 Jan 2012 07:36:38 -0600</resolved>
                                                                    <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="27508" author="fogus" created="Thu, 5 Jan 2012 07:36:38 -0600"  >&lt;p&gt;Added in f4450a039ef703ce62c61dd497aafed73194f1c2&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                <customfield id="customfield_10002" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                <customfieldname>Approval</customfieldname>
                <customfieldvalues>
                        <customfieldvalue key="10007">Ok</customfieldvalue>

                </customfieldvalues>
            </customfield>
                                                                                    <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Global Rank</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                                                                        </customfields>
    </item>

<item>
            <title>[CCACHE-17] Create function backed cache</title>
                <link>http://dev.clojure.org/jira/browse/CCACHE-17</link>
                <project id="10171" key="CCACHE">core.cache</project>
                        <description>&lt;p&gt;A cache implementation that is backed by a function that performs some action on a cache miss could serve as a front for any of the existing cache impls.&lt;/p&gt;
</description>
                <environment></environment>
            <key id="15075">CCACHE-17</key>
            <summary>Create function backed cache</summary>
                <type id="4" iconUrl="http://dev.clojure.org/jira/images/icons/improvement.gif">Enhancement</type>
                                <priority id="3" iconUrl="http://dev.clojure.org/jira/images/icons/priority_major.gif">Major</priority>
                    <status id="1" iconUrl="http://dev.clojure.org/jira/images/icons/status_open.gif">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="fogus">Fogus</assignee>
                                <reporter username="fogus">Fogus</reporter>
                        <labels>
                        <label>cache</label>
                        <label>fn-cache</label>
                        <label>new-feature</label>
                    </labels>
                <created>Fri, 16 Dec 2011 08:57:37 -0600</created>
                <updated>Mon, 19 Dec 2011 07:29:30 -0600</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="27477" author="richhickey" created="Fri, 16 Dec 2011 09:45:18 -0600"  >&lt;p&gt;It doesn&apos;t perform an action per se, it gets a passed key and returns a value, which the cache then caches (associates with the key) and returns. The tricky bit is when the function can&apos;t get a value. There needs to be some protocol for communicating that (could be like 3 arg get), and, should the cache be asked again later for the same key, calling the fn again.&lt;/p&gt;</comment>
                    <comment id="27483" author="fogus" created="Mon, 19 Dec 2011 07:29:30 -0600"  >&lt;p&gt;Thanks for the feedback Rich.  I believe I understand the subtleties now.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Global Rank</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                                                                                            </customfields>
    </item>

<item>
            <title>[CCACHE-16] Benchmark v0.5.x against Google Guava</title>
                <link>http://dev.clojure.org/jira/browse/CCACHE-16</link>
                <project id="10171" key="CCACHE">core.cache</project>
                        <description>&lt;p&gt;Perform some tests and benchmarks of core.cache and Google Guava&apos;s com.google.common.cache library.&lt;/p&gt;
</description>
                <environment></environment>
            <key id="15074">CCACHE-16</key>
            <summary>Benchmark v0.5.x against Google Guava</summary>
                <type id="3" iconUrl="http://dev.clojure.org/jira/images/icons/task.gif">Task</type>
                                <priority id="3" iconUrl="http://dev.clojure.org/jira/images/icons/priority_major.gif">Major</priority>
                    <status id="1" iconUrl="http://dev.clojure.org/jira/images/icons/status_open.gif">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="-1">Unassigned</assignee>
                                <reporter username="fogus">Fogus</reporter>
                        <labels>
                        <label>benchmark</label>
                        <label>cache</label>
                        <label>guava</label>
                    </labels>
                <created>Fri, 16 Dec 2011 08:55:39 -0600</created>
                <updated>Fri, 16 Dec 2011 08:55:39 -0600</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Global Rank</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                                                                        </customfields>
    </item>

<item>
            <title>[CCACHE-11] Add eviction implementation to LIRSCache</title>
                <link>http://dev.clojure.org/jira/browse/CCACHE-11</link>
                <project id="10171" key="CCACHE">core.cache</project>
                        <description>&lt;p&gt;The &lt;tt&gt;evict&lt;/tt&gt; method in the ProtocolCache needs implementation for &lt;tt&gt;LIRSCache&lt;/tt&gt;.  I will start initially with a single key eviction method to start.  The &lt;tt&gt;evict&lt;/tt&gt; method would form the basis for the associative &lt;tt&gt;dissoc&lt;/tt&gt; which in turn forms the basis for proper limited seeding.  LIRS poses an additional complication due to its dual limit lists.  Currently only the &lt;tt&gt;BasicCache&lt;/tt&gt; impl has &lt;tt&gt;evict&lt;/tt&gt;.&lt;/p&gt;</description>
                <environment></environment>
            <key id="15056">CCACHE-11</key>
            <summary>Add eviction implementation to LIRSCache</summary>
                <type id="3" iconUrl="http://dev.clojure.org/jira/images/icons/task.gif">Task</type>
                                <priority id="3" iconUrl="http://dev.clojure.org/jira/images/icons/priority_major.gif">Major</priority>
                    <status id="1" iconUrl="http://dev.clojure.org/jira/images/icons/status_open.gif">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="fogus">Fogus</assignee>
                                <reporter username="fogus">Fogus</reporter>
                        <labels>
                        <label>associative</label>
                        <label>cache</label>
                        <label>evict</label>
                        <label>lirs</label>
                    </labels>
                <created>Thu, 8 Dec 2011 14:38:28 -0600</created>
                <updated>Thu, 8 Dec 2011 14:38:50 -0600</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Global Rank</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                                                                        </customfields>
    </item>

<item>
            <title>[CCACHE-10] Add eviction implementation to LUCache</title>
                <link>http://dev.clojure.org/jira/browse/CCACHE-10</link>
                <project id="10171" key="CCACHE">core.cache</project>
                        <description>&lt;p&gt;The &lt;tt&gt;evict&lt;/tt&gt; method in the ProtocolCache needs implementation for &lt;tt&gt;LUCache&lt;/tt&gt;.  I will start initially with a single key eviction method to start.  The &lt;tt&gt;evict&lt;/tt&gt; method would form the basis for the associative &lt;tt&gt;dissoc&lt;/tt&gt; which in turn forms the basis for proper limited seeding.  Currently only the &lt;tt&gt;BasicCache&lt;/tt&gt; impl has &lt;tt&gt;evict&lt;/tt&gt;.&lt;/p&gt;</description>
                <environment></environment>
            <key id="15055">CCACHE-10</key>
            <summary>Add eviction implementation to LUCache</summary>
                <type id="3" iconUrl="http://dev.clojure.org/jira/images/icons/task.gif">Task</type>
                                <priority id="3" iconUrl="http://dev.clojure.org/jira/images/icons/priority_major.gif">Major</priority>
                    <status id="5" iconUrl="http://dev.clojure.org/jira/images/icons/status_resolved.gif">Resolved</status>
                    <resolution id="1">Completed</resolution>
                                <assignee username="fogus">Fogus</assignee>
                                <reporter username="fogus">Fogus</reporter>
                        <labels>
                        <label>associative</label>
                        <label>cache</label>
                        <label>evict</label>
                        <label>lu</label>
                    </labels>
                <created>Thu, 8 Dec 2011 14:37:19 -0600</created>
                <updated>Mon, 12 Dec 2011 07:54:29 -0600</updated>
                    <resolved>Mon, 12 Dec 2011 07:54:28 -0600</resolved>
                                                                    <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="27456" author="fogus" created="Mon, 12 Dec 2011 07:54:29 -0600"  >&lt;p&gt;Implemented in ca4587bdbdca2728b191bf98472a778231250e61.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Global Rank</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                                                                        </customfields>
    </item>

<item>
            <title>[CCACHE-8] Add eviction implementation to LRUCache</title>
                <link>http://dev.clojure.org/jira/browse/CCACHE-8</link>
                <project id="10171" key="CCACHE">core.cache</project>
                        <description>&lt;p&gt;The &lt;tt&gt;evict&lt;/tt&gt; method in the ProtocolCache needs implementation for &lt;tt&gt;LRUCache&lt;/tt&gt;.  I will start initially with a single key eviction method to start.  The &lt;tt&gt;evict&lt;/tt&gt; method would form the basis for the associative &lt;tt&gt;dissoc&lt;/tt&gt; which in turn forms the basis for proper limited seeding.  Currently only the &lt;tt&gt;BasicCache&lt;/tt&gt; impl has &lt;tt&gt;evict&lt;/tt&gt;.&lt;/p&gt;</description>
                <environment></environment>
            <key id="15053">CCACHE-8</key>
            <summary>Add eviction implementation to LRUCache</summary>
                <type id="3" iconUrl="http://dev.clojure.org/jira/images/icons/task.gif">Task</type>
                                <priority id="3" iconUrl="http://dev.clojure.org/jira/images/icons/priority_major.gif">Major</priority>
                    <status id="5" iconUrl="http://dev.clojure.org/jira/images/icons/status_resolved.gif">Resolved</status>
                    <resolution id="1">Completed</resolution>
                                <assignee username="fogus">Fogus</assignee>
                                <reporter username="fogus">Fogus</reporter>
                        <labels>
                        <label>associative</label>
                        <label>cache</label>
                        <label>evict</label>
                        <label>lru</label>
                    </labels>
                <created>Thu, 8 Dec 2011 14:35:28 -0600</created>
                <updated>Fri, 9 Dec 2011 21:11:23 -0600</updated>
                    <resolved>Fri, 9 Dec 2011 21:11:23 -0600</resolved>
                                                                    <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="27449" author="fogus" created="Fri, 9 Dec 2011 21:11:23 -0600"  >&lt;p&gt;Added in 77174780ac030ca3e72d51cae4dfb3eb2ac286ee.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Global Rank</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                                                                        </customfields>
    </item>

<item>
            <title>[CCACHE-7] Add eviction implementation to FIFOCache</title>
                <link>http://dev.clojure.org/jira/browse/CCACHE-7</link>
                <project id="10171" key="CCACHE">core.cache</project>
                        <description>&lt;p&gt;The &lt;tt&gt;evict&lt;/tt&gt; method in the ProtocolCache needs implementation for &lt;tt&gt;FIFOCache&lt;/tt&gt;.  I will start initially with a single key eviction method to start.  The &lt;tt&gt;evict&lt;/tt&gt; method would form the basis for the associative &lt;tt&gt;dissoc&lt;/tt&gt; which in turn forms the basis for proper limited seeding.  Currently only the &lt;tt&gt;BasicCache&lt;/tt&gt; impl has &lt;tt&gt;evict&lt;/tt&gt;.&lt;/p&gt;</description>
                <environment></environment>
            <key id="15052">CCACHE-7</key>
            <summary>Add eviction implementation to FIFOCache</summary>
                <type id="3" iconUrl="http://dev.clojure.org/jira/images/icons/task.gif">Task</type>
                                <priority id="3" iconUrl="http://dev.clojure.org/jira/images/icons/priority_major.gif">Major</priority>
                    <status id="5" iconUrl="http://dev.clojure.org/jira/images/icons/status_resolved.gif">Resolved</status>
                    <resolution id="1">Completed</resolution>
                                <assignee username="fogus">Fogus</assignee>
                                <reporter username="fogus">Fogus</reporter>
                        <labels>
                        <label>associative</label>
                        <label>cache</label>
                        <label>evict</label>
                        <label>fifo</label>
                    </labels>
                <created>Thu, 8 Dec 2011 14:34:03 -0600</created>
                <updated>Fri, 9 Dec 2011 08:52:30 -0600</updated>
                    <resolved>Fri, 9 Dec 2011 08:52:30 -0600</resolved>
                                                                    <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="27434" author="fogus" created="Fri, 9 Dec 2011 08:52:30 -0600"  >&lt;p&gt;Added in 094363f48dbd5d4399d5e7df2b3fe995cdaf1737.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Global Rank</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                                                                        </customfields>
    </item>

<item>
            <title>[CCACHE-4] Added LIRS factory fn</title>
                <link>http://dev.clojure.org/jira/browse/CCACHE-4</link>
                <project id="10171" key="CCACHE">core.cache</project>
                        <description>&lt;p&gt;LIRS is implemented as a type only ATM.  There should also be a corresponding factory fn.&lt;/p&gt;</description>
                <environment></environment>
            <key id="15048">CCACHE-4</key>
            <summary>Added LIRS factory fn</summary>
                <type id="3" iconUrl="http://dev.clojure.org/jira/images/icons/task.gif">Task</type>
                                <priority id="3" iconUrl="http://dev.clojure.org/jira/images/icons/priority_major.gif">Major</priority>
                    <status id="5" iconUrl="http://dev.clojure.org/jira/images/icons/status_resolved.gif">Resolved</status>
                    <resolution id="1">Completed</resolution>
                                <assignee username="fogus">Fogus</assignee>
                                <reporter username="fogus">Fogus</reporter>
                        <labels>
                        <label>cache</label>
                        <label>enhancement</label>
                    </labels>
                <created>Tue, 6 Dec 2011 08:41:41 -0600</created>
                <updated>Thu, 8 Dec 2011 12:11:00 -0600</updated>
                    <resolved>Thu, 8 Dec 2011 12:11:00 -0600</resolved>
                                                                    <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="27426" author="fogus" created="Thu, 8 Dec 2011 12:11:00 -0600"  >&lt;p&gt;Completed in f4d1bf9f1069ba875a7a6a8a65646b35c6fbfd8f&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Global Rank</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                                                                        </customfields>
    </item>

<item>
            <title>[CCACHE-3] Add LIRS support.</title>
                <link>http://dev.clojure.org/jira/browse/CCACHE-3</link>
                <project id="10171" key="CCACHE">core.cache</project>
                        <description>&lt;p&gt;Clache had an implementation of the LIRS &lt;a href=&quot;http://citeseer.ist.psu.edu/viewdoc/summary?doi=10.1.1.116.2184&quot;&gt;http://citeseer.ist.psu.edu/viewdoc/summary?doi=10.1.1.116.2184&lt;/a&gt; strategy.  This capability should be merged into core.cache also.&lt;/p&gt;</description>
                <environment></environment>
            <key id="15046">CCACHE-3</key>
            <summary>Add LIRS support.</summary>
                <type id="3" iconUrl="http://dev.clojure.org/jira/images/icons/task.gif">Task</type>
                                <priority id="3" iconUrl="http://dev.clojure.org/jira/images/icons/priority_major.gif">Major</priority>
                    <status id="5" iconUrl="http://dev.clojure.org/jira/images/icons/status_resolved.gif">Resolved</status>
                    <resolution id="1">Completed</resolution>
                                <assignee username="fogus">Fogus</assignee>
                                <reporter username="fogus">Fogus</reporter>
                        <labels>
                        <label>cache</label>
                        <label>lirs</label>
                    </labels>
                <created>Sun, 4 Dec 2011 07:52:18 -0600</created>
                <updated>Tue, 6 Dec 2011 08:40:23 -0600</updated>
                    <resolved>Tue, 6 Dec 2011 08:40:23 -0600</resolved>
                                                                    <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="27423" author="fogus" created="Tue, 6 Dec 2011 08:40:23 -0600"  >&lt;p&gt;Added LIRS stock from Clache in f71d276695adc5c3af77799201140ea840cd5f79.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Global Rank</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                                                                        </customfields>
    </item>
</channel>
</rss>