<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:26:14 UTC 2024

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.
-->
<rss version="0.92" >
<channel>
    <title>FOLIO Jira</title>
    <link>https://folio-org.atlassian.net</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>1001.0.0-SNAPSHOT</version>
        <build-number>100246</build-number>
        <build-date>07-02-2024</build-date>
    </build-info>

<item>
            <title>[FOLIO-3183] build-platform-complete-snapshot job failure</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-3183</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;Jenkins job, &apos;build-platform-complete-snapshot&apos;, fails consecutively during tenant initialization&lt;/p&gt;</description>
                <environment></environment>
        <key id="82092">FOLIO-3183</key>
            <summary>build-platform-complete-snapshot job failure</summary>
                <type id="10001" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium">Bug</type>
                                            <priority id="10001" iconUrl="https://dev.folio.org/assets/jira-priority/jira-p2.svg">P2</priority>
                        <status id="6" iconUrl="https://folio-org.atlassian.net/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10003">Done</resolution>
                                                        <assignee accountid="5f9abc1eb45b2e007453f423">John Malconian</assignee>
                                                                <reporter accountid="5f9abc1eb45b2e007453f423">John Malconian</reporter>
                                    <labels>
                    </labels>
                <created>Tue, 1 Jun 2021 13:32:05 +0000</created>
                <updated>Mon, 7 Jun 2021 19:09:52 +0000</updated>
                            <resolved>Mon, 7 Jun 2021 19:09:52 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                <comments>
                                                            <comment id="197619" author="5f9abc1eb45b2e007453f423" created="Tue, 1 Jun 2021 15:54:48 +0000"  >&lt;p&gt;Several modules remain uninitialized for tenant and the connection to Okapi eventually times out.   The only backend module update that occurs between the last successful build and first build failure is mod-audit-2.1.0-SNAPSHOT.93 --&amp;gt;  mod-audit-2.1.0-SNAPSHOT.94.    Specifically,  this commit:  &lt;a href=&quot;https://github.com/folio-org/mod-audit/pull/90&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/mod-audit/pull/90&lt;/a&gt; which includes an RMB update. &lt;/p&gt;

&lt;p&gt;I&apos;ve pinned mod-audit-2.1.0-SNAPSHOT.93 in install-extras.json on the snapshot branch and am now able to get a successful build.    I will attach the mod-audit-2.1.0-SNAPSHOT.94 log from an unsuccessful build to this issue.   Noticeable differences in mod-audit&apos;s SNAPSHOT.94 log file compared to mod-audit-2.1.0-SNAPSHOT.93:&lt;/p&gt;

&lt;p&gt;Lines like those below are missing  in mod-audit&apos;s SNAPSHOT.94 log file: &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;01:52:30 [] [] [] [] INFO  TenantAPI            job 0e5fbf7b-3a6e-43bc-b7d2-5c4f6036a6d1 completed
01:52:30 [] [] [] [] INFO  PubSubClientUtils    Registering module&apos;s publishers
01:52:30 [] [] [] [] INFO  PubSubClientUtils    Module&apos;s subscribers were successfully registered
01:52:30 [] [] [] [] INFO  LogUtil              org.folio.rest.RestVerticle start  invoking getTenantByOperationId
01:52:30 [] [] [] [] INFO  LogUtil              10.36.1.34:39764 GET /_/tenant/0e5fbf7b-3a6e-43bc-b7d2-5c4f6036a6d1 null HTTP_1_1 200 358 4 tid=diku OK 
01:52:30 [] [] [] [] INFO  LogUtil              org.folio.rest.RestVerticle start  invoking deleteTenantByOperationId
01:52:30 [] [] [] [] INFO  LogUtil              10.36.1.34:39764 DELETE /_/tenant/0e5fbf7b-3a6e-43bc-b7d2-5c4f6036a6d1 null HTTP_1_1 204 0 8 tid=diku No Content 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;This seems to indicate the module is not fully initialized during tenant init.&lt;/p&gt;

&lt;p&gt;I will pin mod-audit to mod-audit-2.1.0-SNAPSHOT.93 in folio-ansible for folio-testing builds as well. &lt;/p&gt;</comment>
                                                            <comment id="197623" author="557058:ad89644f-caaa-466a-8bf5-cdcd4358fa9a" created="Wed, 2 Jun 2021 14:28:32 +0000"  >&lt;p&gt;Would this be causing loan policies settings - &lt;a href=&quot;https://folio-snapshot.dev.folio.org/settings/circulation/loan-policies&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-snapshot.dev.folio.org/settings/circulation/loan-policies&lt;/a&gt; - to not load (see right pane)?&lt;/p&gt;</comment>
                                                            <comment id="197626" author="5f9abc1eb45b2e007453f423" created="Wed, 2 Jun 2021 14:45:17 +0000"  >&lt;p&gt;I wouldn&apos;t think so &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Aad89644f-caaa-466a-8bf5-cdcd4358fa9a&quot; class=&quot;user-hover&quot; rel=&quot;557058:ad89644f-caaa-466a-8bf5-cdcd4358fa9a&quot; data-account-id=&quot;557058:ad89644f-caaa-466a-8bf5-cdcd4358fa9a&quot; accountid=&quot;557058:ad89644f-caaa-466a-8bf5-cdcd4358fa9a&quot; rel=&quot;noreferrer&quot;&gt;Darcy Branchini&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="197627" author="557058:ad89644f-caaa-466a-8bf5-cdcd4358fa9a" created="Wed, 2 Jun 2021 14:47:48 +0000"  >&lt;p&gt;Okay, thanks &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5f9abc1eb45b2e007453f423&quot; class=&quot;user-hover&quot; rel=&quot;5f9abc1eb45b2e007453f423&quot; data-account-id=&quot;5f9abc1eb45b2e007453f423&quot; accountid=&quot;5f9abc1eb45b2e007453f423&quot; rel=&quot;noreferrer&quot;&gt;John Malconian&lt;/a&gt;.&lt;/p&gt;</comment>
                                                            <comment id="197629" author="5f9abc1eb45b2e007453f423" created="Mon, 7 Jun 2021 19:09:41 +0000"  >&lt;p&gt;mod-audit has been unpinned from the reference builds.   Tenant initialization issue appears fixed. &lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                                                <inwardlinks description="is blocked by">
                                        <issuelink>
            <issuekey id="74704">MODAUD-60</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="64389" name="mod-audit.log.gz" size="8522" author="5f9abc1eb45b2e007453f423" created="Tue, 1 Jun 2021 15:59:00 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummarycf">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10057" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Development Team</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10155"><![CDATA[FOLIO DevOps]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10063" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>PO Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i02wlz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="1830">DevOps Sprint 116</customfieldvalue>
    <customfieldvalue id="1993">DevOps Sprint 115</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 2 Jun 2021 14:28:32 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10025" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>[CHART] Time in Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>