<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:26:24 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-3206] build-platform-complete-snapshot job failure</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-3206</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;Investigate new, repeatable build-platform-complete-snapshot job failure.   Error message:&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;fatal: [10.36.1.158]: FAILED! =&amp;gt; {&quot;changed&quot;: false, &quot;connection&quot;: &quot;close&quot;, &quot;content&quot;: &quot;POST request for mod-data-export-spring-1.0.5-SNAPSHOT.93 /_/tenant failed with 500: Liquibase error: Migration failed for change set classpath:db/changelog/changes/create-db.xml::MODEXPS-1@@create-job-table::prokhorovalexey:
     Reason: liquibase.exception.DatabaseException: ERROR: function gen_random_uuid() does not exist
  Hint: No function matches the given name and argument types. You might need to add explicit type casts.
  Position: 63 [Failed SQL: (0) CREATE TABLE diku_mod_data_export_spring.job (id UUID DEFAULT gen_random_uuid() NOT NULL, name VARCHAR(100), description TEXT, source VARCHAR(50), is_system_source BOOLEAN, type EXPORTTYPE NOT NULL, export_type_specific_parameters JSONB NOT NULL, status JOBSTATUS DEFAULT &apos;SCHEDULED&apos;, files JSONB, start_time TIMESTAMP WITHOUT TIME ZONE, end_time TIMESTAMP WITHOUT TIME ZONE, created_date TIMESTAMP WITHOUT TIME ZONE DEFAULT NOW() NOT NULL, created_by_user_id UUID, created_by_username VARCHAR(50), updated_date TIMESTAMP WITHOUT TIME ZONE, updated_by_user_id UUID, updated_by_username VARCHAR(50), output_format VARCHAR(50), error_details TEXT, batch_status BATCHSTATUS, exit_status JSONB, CONSTRAINT pk_job PRIMARY KEY (id))]&quot;, &quot;content_length&quot;: &quot;1192&quot;, &quot;content_type&quot;: &quot;text/plain&quot;, &quot;elapsed&quot;: 123, &quot;msg&quot;: &quot;Status code was 400 and not [200]: HTTP Error 400: Bad Request&quot;, &quot;redirected&quot;: false, &quot;status&quot;: 400, &quot;url&quot;: &quot;http://10.36.1.158:9130/_/proxy/tenants/diku/install?deploy=true&amp;amp;tenantParameters=loadReference%3Dtrue%2CloadSample%3Dtrue&quot;, &quot;vary&quot;: &quot;origin&quot;}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="82199">FOLIO-3206</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, 15 Jun 2021 16:35:30 +0000</created>
                <updated>Thu, 17 Jun 2021 13:42:08 +0000</updated>
                            <resolved>Thu, 17 Jun 2021 13:42:08 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                <comments>
                                                            <comment id="197735" author="5f9abc1eb45b2e007453f423" created="Tue, 15 Jun 2021 18:37:45 +0000"  >&lt;p&gt;I believe the error logged above is a bit of a red herring.   The likely culprit appears to be mod-tags.  Specifically,  mod-tags-0.10.0-SNAPSHOT.61,  related to this PR:  &lt;a href=&quot;https://github.com/folio-org/mod-tags/pull/51&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/mod-tags/pull/51&lt;/a&gt;.   I&apos;ve pinned the snapshot builds (core and complete) to mod-tags-0.10.0-SNAPSHOT.60 and the builds complete successfully.    Something is wrong with mod-tags-0.10.0-SNAPSHOT.61 tenant initialization.  I&apos;ll attach logs to this issue as soon as I have them. &lt;/p&gt;</comment>
                                                            <comment id="197738" author="5f9abc1eb45b2e007453f423" created="Tue, 15 Jun 2021 18:41:34 +0000"  >&lt;p&gt;Deepening this mystery, however, is the fact the folio-testing builds work with mod-tags-0.10.0-SNAPSHOT.61.    I have not pinned the module for folio-testing builds. &lt;/p&gt;</comment>
                                                            <comment id="197741" author="5f9abc1eb45b2e007453f423" created="Tue, 15 Jun 2021 19:08:39 +0000"  >&lt;p&gt;I&apos;ve attached the log for mod-tags,  but according to the log, there were no errors during tenant init.  Will check other logs.  &lt;/p&gt;</comment>
                                                            <comment id="197743" author="5f9abc1eb45b2e007453f423" created="Tue, 15 Jun 2021 19:15:41 +0000"  >&lt;p&gt;Attached log for mod-data-export-spring where the &apos;gen_random_uuid()&apos; error occurs.   The log provides more detail on this error. &lt;/p&gt;</comment>
                                                            <comment id="197746" author="5f9abc1eb45b2e007453f423" created="Tue, 15 Jun 2021 19:23:37 +0000"  >&lt;p&gt;So here&apos;s what we know. &lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Something changed with the release of mod-tags-0.10.0-SNAPSHOT.61 (Spring-based) that somehow impacts mod-data-export-spring (Spring-based) during tenant initialization.   The error does not occur in mod-data-export-spring when mod-tags is pinned to mod-tags-0.10.0-SNAPSHOT.60.&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;The error seems to occur only on snapshot builds (folio-snapshot*), but does not seem to occur on folio-testing builds.   It could be the modules are initialized in a slightly different order in testing builds that doesn&apos;t cause the error.  Snapshot builds and testing builds are performed a little differently. That&apos;s my theory at this point.&lt;/li&gt;
&lt;/ul&gt;
</comment>
                                                            <comment id="197749" author="5f9abc1eb45b2e007453f423" created="Tue, 15 Jun 2021 19:32:30 +0000"  >&lt;p&gt;Also relevant:  the build-platform-core-snapshot job fails in the same way as build-platform-complete-snapshot and is also successful when mod-tags is pinned to build 60.  But the interesting thing is that platform-core does not contain the data-export-spring module.   So whatever issue mod-tags build 61 introduced is impacting some other downstream module on that platform. &lt;/p&gt;</comment>
                                                            <comment id="197753" author="5eb44b5a96bbcb0b8585c98d" created="Wed, 16 Jun 2021 09:01:36 +0000"  >&lt;p&gt;Hey &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;. It is really unexpected issue. I think this will be fixed with PR:&#160;&lt;a href=&quot;https://github.com/folio-org/mod-tags/pull/52&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/mod-tags/pull/52&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="197756" author="63e2a2771b13d42998e4e706" created="Wed, 16 Jun 2021 10:53:38 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5eb44b5a96bbcb0b8585c98d&quot; class=&quot;user-hover&quot; rel=&quot;5eb44b5a96bbcb0b8585c98d&quot; data-account-id=&quot;5eb44b5a96bbcb0b8585c98d&quot; accountid=&quot;5eb44b5a96bbcb0b8585c98d&quot; rel=&quot;noreferrer&quot;&gt;Pavlo Smahin&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for making that change. Is that change intended to only affect newly build environments (as it changes an existing migration)?&lt;/p&gt;

&lt;p&gt;&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;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5eb44b5a96bbcb0b8585c98d&quot; class=&quot;user-hover&quot; rel=&quot;5eb44b5a96bbcb0b8585c98d&quot; data-account-id=&quot;5eb44b5a96bbcb0b8585c98d&quot; accountid=&quot;5eb44b5a96bbcb0b8585c98d&quot; rel=&quot;noreferrer&quot;&gt;Pavlo Smahin&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I wonder if this means that PostgreSQL either&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;only allows one instance of an extension on a server, irrespective of namespace and any subsequent registrations either fail or supersede the previous one?&lt;/li&gt;
	&lt;li&gt;a check for if an extension exists is ignorant of the namespace, so if it&apos;s installed in a local namespace prior to the public one, it won&apos;t get installed?&lt;/li&gt;
&lt;/ul&gt;
</comment>
                                                            <comment id="197759" author="5eb44b5a96bbcb0b8585c98d" created="Wed, 16 Jun 2021 11:11:05 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=63e2a2771b13d42998e4e706&quot; class=&quot;user-hover&quot; rel=&quot;63e2a2771b13d42998e4e706&quot; data-account-id=&quot;63e2a2771b13d42998e4e706&quot; accountid=&quot;63e2a2771b13d42998e4e706&quot; rel=&quot;noreferrer&quot;&gt;Marc Johnson&lt;/a&gt;, yes it affects only newly build envs.&lt;/p&gt;

&lt;p&gt;Postgres documentation has this notice:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
Remember that the extension itself is not considered to be within any schema: extensions have unqualified names that must be unique database-wide. But objects belonging to the extension can be within schemas.
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href=&quot;https://www.postgresql.org/docs/9.1/sql-createextension.html&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://www.postgresql.org/docs/9.1/sql-createextension.html&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="197761" author="63e2a2771b13d42998e4e706" created="Wed, 16 Jun 2021 14:43:36 +0000"  >&lt;p&gt;Thanks &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5eb44b5a96bbcb0b8585c98d&quot; class=&quot;user-hover&quot; rel=&quot;5eb44b5a96bbcb0b8585c98d&quot; data-account-id=&quot;5eb44b5a96bbcb0b8585c98d&quot; accountid=&quot;5eb44b5a96bbcb0b8585c98d&quot; rel=&quot;noreferrer&quot;&gt;Pavlo Smahin&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I think, based upon &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5eb44b5a96bbcb0b8585c98d&quot; class=&quot;user-hover&quot; rel=&quot;5eb44b5a96bbcb0b8585c98d&quot; data-account-id=&quot;5eb44b5a96bbcb0b8585c98d&quot; accountid=&quot;5eb44b5a96bbcb0b8585c98d&quot; rel=&quot;noreferrer&quot;&gt;Pavlo Smahin&lt;/a&gt; comment, that the objects (the functions, e.g. &lt;tt&gt;gen_random_uuid()&lt;/tt&gt;) in the extension are registered in a specific namespace.&lt;/p&gt;

&lt;p&gt;My hypothesis is that mod-tags does this first in snapshot and effectively puts the objects in the namespace for that module. However &lt;tt&gt;mod-data-export-spring&lt;/tt&gt; expects that &lt;tt&gt;gen_random_uuid()&lt;/tt&gt; to be in the public namespace and when it isn&#8217;t there, it fails as having not been found.&lt;/p&gt;

&lt;p&gt;This explains why the create extension migration doesn&#8217;t fail, because as far as PostgreSQL is concerned, it is already created so is skipped.&lt;/p&gt;</comment>
                                                            <comment id="197764" author="5af5e627525ba96b58654f12" created="Thu, 17 Jun 2021 06:04:43 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=63e2a2771b13d42998e4e706&quot; class=&quot;user-hover&quot; rel=&quot;63e2a2771b13d42998e4e706&quot; data-account-id=&quot;63e2a2771b13d42998e4e706&quot; accountid=&quot;63e2a2771b13d42998e4e706&quot; rel=&quot;noreferrer&quot;&gt;Marc Johnson&lt;/a&gt; and &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5eb44b5a96bbcb0b8585c98d&quot; class=&quot;user-hover&quot; rel=&quot;5eb44b5a96bbcb0b8585c98d&quot; data-account-id=&quot;5eb44b5a96bbcb0b8585c98d&quot; accountid=&quot;5eb44b5a96bbcb0b8585c98d&quot; rel=&quot;noreferrer&quot;&gt;Pavlo Smahin&lt;/a&gt; I&apos;m just seeing this thread now. Do we think this will be resolved via 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;MODTAG-52&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/MODTAG-52&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Migrate application from RMB and Vert.x to Spring stack&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10300?size=medium&quot; /&gt;
            MODTAG-52
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
, or is additional MODTAG work needed? &lt;/p&gt;</comment>
                                                            <comment id="197767" author="5eb44b5a96bbcb0b8585c98d" created="Thu, 17 Jun 2021 07:46:30 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5af5e627525ba96b58654f12&quot; class=&quot;user-hover&quot; rel=&quot;5af5e627525ba96b58654f12&quot; data-account-id=&quot;5af5e627525ba96b58654f12&quot; accountid=&quot;5af5e627525ba96b58654f12&quot; rel=&quot;noreferrer&quot;&gt;Ann-Marie Breaux&lt;/a&gt;. I assume that it was already fixed. But needed confirmation from &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;. John, is new builds are successes with the new version of mod-tags?&lt;/p&gt;</comment>
                                                            <comment id="197770" author="63e2a2771b13d42998e4e706" created="Thu, 17 Jun 2021 08:38:25 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5eb44b5a96bbcb0b8585c98d&quot; class=&quot;user-hover&quot; rel=&quot;5eb44b5a96bbcb0b8585c98d&quot; data-account-id=&quot;5eb44b5a96bbcb0b8585c98d&quot; accountid=&quot;5eb44b5a96bbcb0b8585c98d&quot; rel=&quot;noreferrer&quot;&gt;Pavlo Smahin&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5af5e627525ba96b58654f12&quot; class=&quot;user-hover&quot; rel=&quot;5af5e627525ba96b58654f12&quot; data-account-id=&quot;5af5e627525ba96b58654f12&quot; accountid=&quot;5af5e627525ba96b58654f12&quot; rel=&quot;noreferrer&quot;&gt;Ann-Marie Breaux&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;Do we think this will be resolved via 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;MODTAG-52&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/MODTAG-52&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Migrate application from RMB and Vert.x to Spring stack&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10300?size=medium&quot; /&gt;
            MODTAG-52
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
, or is additional MODTAG work needed?&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;I think that change &lt;em&gt;should&lt;/em&gt; resolve it (by being consistent with other modules).&lt;/p&gt;

&lt;p&gt;Unfortunately, a 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;FOLIO-3209&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-3209&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Hosted reference environments unavailable&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium&quot; /&gt;
            FOLIO-3209
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
 means that the environments cannot be built meaning we likely cannot confirm this until that is resolved.&lt;/p&gt;

&lt;p&gt;cc: &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="197773" author="5af5e627525ba96b58654f12" created="Thu, 17 Jun 2021 08:44:36 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5eb44b5a96bbcb0b8585c98d&quot; class=&quot;user-hover&quot; rel=&quot;5eb44b5a96bbcb0b8585c98d&quot; data-account-id=&quot;5eb44b5a96bbcb0b8585c98d&quot; accountid=&quot;5eb44b5a96bbcb0b8585c98d&quot; rel=&quot;noreferrer&quot;&gt;Pavlo Smahin&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=63e2a2771b13d42998e4e706&quot; class=&quot;user-hover&quot; rel=&quot;63e2a2771b13d42998e4e706&quot; data-account-id=&quot;63e2a2771b13d42998e4e706&quot; accountid=&quot;63e2a2771b13d42998e4e706&quot; rel=&quot;noreferrer&quot;&gt;Marc Johnson&lt;/a&gt; &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; Whatever can be done ASAP to get at least one of the envs back to life (testing, snapshot, or snapshot-load) will be most helpful. I think there are several teams trying to verify the last few issues before Juniper releases.&lt;/p&gt;</comment>
                                                            <comment id="197779" author="63e2a2771b13d42998e4e706" created="Thu, 17 Jun 2021 08:46:41 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5af5e627525ba96b58654f12&quot; class=&quot;user-hover&quot; rel=&quot;5af5e627525ba96b58654f12&quot; data-account-id=&quot;5af5e627525ba96b58654f12&quot; accountid=&quot;5af5e627525ba96b58654f12&quot; rel=&quot;noreferrer&quot;&gt;Ann-Marie Breaux&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;Whatever can be done ASAP to get at least one of the envs back to life (testing, snapshot, or snapshot-load) will be most helpful. I think there are several teams trying to verify the last few issues before Juniper releases.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;That needs folks to resolve 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;FOLIO-3209&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-3209&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Hosted reference environments unavailable&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium&quot; /&gt;
            FOLIO-3209
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="76328">MODTAG-52</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="76330">MODTAG-54</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="64390" name="mod-data-export-spring.log.gz" size="3218" author="5f9abc1eb45b2e007453f423" created="Tue, 15 Jun 2021 19:16:01 +0000"/>
                            <attachment id="64391" name="mod-tags.log.gz" size="4096" author="5f9abc1eb45b2e007453f423" created="Tue, 15 Jun 2021 19:06:56 +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|i02z8f:</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>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 16 Jun 2021 09:01:36 +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>