<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:29:32 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-3630] &quot;f_unaccent(text)&quot; function not found in reference environments</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-3630</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;Occasionally we have seen an error from the UI in the reference environments which reports:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;operation GET on resource XXX failed, saying: ERROR: function f_unaccent(text) does not exist (42883)&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Superficially, it appears to be coming primarily from endpoints that pull data from mod-inventory-storage, though more investigation is needed.&lt;/p&gt;

&lt;p&gt;This function should be created in the module schema for RMB modules when the module is initialized for the tenant (so it may be a build problem). Strangely, the problem doesn&apos;t always occur, and different builds using the same module versions may not exhibit the same symptoms.&lt;/p&gt;</description>
                <environment></environment>
        <key id="82335">FOLIO-3630</key>
            <summary>&quot;f_unaccent(text)&quot; function not found in reference environments</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="5ee89462f7aa140abd82d11d">Julian Ladisch</assignee>
                                                                <reporter accountid="5c706fbb47a54a6728e59df2">Wayne Schneider</reporter>
                                    <labels>
                    </labels>
                <created>Mon, 7 Nov 2022 13:58:26 +0000</created>
                <updated>Mon, 28 Nov 2022 14:54:17 +0000</updated>
                            <resolved>Mon, 28 Nov 2022 14:54:17 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                <comments>
                                                            <comment id="198342" author="557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d" created="Mon, 7 Nov 2022 14:22:35 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5ee89462f7aa140abd82d11d&quot; class=&quot;user-hover&quot; rel=&quot;5ee89462f7aa140abd82d11d&quot; data-account-id=&quot;5ee89462f7aa140abd82d11d&quot; accountid=&quot;5ee89462f7aa140abd82d11d&quot; rel=&quot;noreferrer&quot;&gt;Julian Ladisch&lt;/a&gt; any ideas what&apos;s going on here?&lt;/p&gt;</comment>
                                                            <comment id="198343" author="5ee89462f7aa140abd82d11d" created="Mon, 7 Nov 2022 14:32:48 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5c706fbb47a54a6728e59df2&quot; class=&quot;user-hover&quot; rel=&quot;5c706fbb47a54a6728e59df2&quot; data-account-id=&quot;5c706fbb47a54a6728e59df2&quot; accountid=&quot;5c706fbb47a54a6728e59df2&quot; rel=&quot;noreferrer&quot;&gt;Wayne Schneider&lt;/a&gt;&#160; Please provide more details, at least the mod-inventory-storage version and the actual request (don&apos;t XXX in &quot;on resource XXX&quot;).&lt;/p&gt;

&lt;p&gt;Does the problem persist for a given installation and a complete redeploy is needed?&lt;/p&gt;</comment>
                                                            <comment id="198344" author="5c706fbb47a54a6728e59df2" created="Mon, 7 Nov 2022 15:13:55 +0000"  >&lt;p&gt;Thanks, &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5ee89462f7aa140abd82d11d&quot; class=&quot;user-hover&quot; rel=&quot;5ee89462f7aa140abd82d11d&quot; data-account-id=&quot;5ee89462f7aa140abd82d11d&quot; accountid=&quot;5ee89462f7aa140abd82d11d&quot; rel=&quot;noreferrer&quot;&gt;Julian Ladisch&lt;/a&gt;, we will provide more details as we investigate. My apologies, the initial version of this ticket was meant to be just a placeholder, we will let you know when we have more information and (hopefully) a way to reproduce.&lt;/p&gt;</comment>
                                                            <comment id="198346" author="615afd1cd9820f0070a09ef0" created="Wed, 9 Nov 2022 11:34:41 +0000"  >&lt;p&gt;From the UI side, I get a status of 400 with a response body of&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;
ERROR: function f_unaccent(text) does not exist (42883)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;from the following requests:&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;
/alternative-title-types?limit=1000&amp;amp;query=cql.allRecords=1%20sortby%20name
/call-number-types?limit=1000&amp;amp;query=cql.allRecords=1%20sortby%20name
/classification-types?limit=1000&amp;amp;query=cql.allRecords=1%20sortby%20name
/contributor-name-types?limit=1000&amp;amp;query=cql.allRecords=1%20sortby%20ordering
/contributor-types?limit=400&amp;amp;query=cql.allRecords=1%20sortby%20name
/electronic-access-relationships?limit=1000&amp;amp;query=cql.allRecords=1%20sortby%20name
/holdings-note-types?limit=1000&amp;amp;query=cql.allRecords=1%20sortby%20name
/holdings-sources?limit=1000&amp;amp;query=cql.allRecords%3D1%20sortby%20name
/holdings-types?limit=1000&amp;amp;query=cql.allRecords=1%20sortby%20name
/identifier-types?limit=1000&amp;amp;query=cql.allRecords=1%20sortby%20name
/ill-policies?limit=1000&amp;amp;query=cql.allRecords=1%20sortby%20name
/instance-formats?limit=1000&amp;amp;query=cql.allRecords=1%20sortby%20name
/instance-note-types?limit=1000&amp;amp;query=cql.allRecords%3D1%20sortby%20name
/instance-relationship-types?limit=1000&amp;amp;query=cql.allRecords=1%20sortby%20name
/instance-statuses?limit=1000&amp;amp;query=cql.allRecords=1%20sortby%20name
/instance-types?limit=1000&amp;amp;query=cql.allRecords=1%20sortby%20name
/item-damaged-statuses?limit=1000&amp;amp;query=cql.allRecords=1%20sortby%20name
/item-note-types?limit=1000&amp;amp;query=cql.allRecords%3D1%20sortby%20name
/loan-types?limit=1000&amp;amp;query=cql.allRecords%3D1%20sortby%20name
/locations?limit=2000&amp;amp;query=cql.allRecords%3D1%20sortby%20name
/material-types?limit=1000&amp;amp;query=cql.allRecords%3D1%20sortby%20name
/modes-of-issuance?limit=1000&amp;amp;query=cql.allRecords=1%20sortby%20name
/nature-of-content-terms?limit=1000&amp;amp;query=cql.allRecords=1%20sortby%20name
/statistical-code-types?limit=1000&amp;amp;query=cql.allRecords=1%20sortby%20name
/statistical-codes?limit=2000&amp;amp;query=cql.allRecords=1%20sortby%20name
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;</comment>
                                                            <comment id="198348" author="5ee89462f7aa140abd82d11d" created="Wed, 9 Nov 2022 11:52:36 +0000"  >&lt;p&gt;These are all mod-inventory-storage APIs.&lt;/p&gt;

&lt;p&gt;The database function f_unaccent(text) is created when mod-inventgory-storage is enabled for the tenant:&lt;br/&gt;
&lt;a href=&quot;https://github.com/folio-org/raml-module-builder/blob/v35.0.0/domain-models-runtime/src/main/resources/templates/db_scripts/general_functions.ftl#L89-L129&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/raml-module-builder/blob/v35.0.0/domain-models-runtime/src/main/resources/templates/db_scripts/general_functions.ftl#L89-L129&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Was there an error message in the log when the tenant was enabled?&lt;/p&gt;</comment>
                                                            <comment id="198349" author="63e2a2771b13d42998e4e706" created="Wed, 9 Nov 2022 12:54:47 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5ee89462f7aa140abd82d11d&quot; class=&quot;user-hover&quot; rel=&quot;5ee89462f7aa140abd82d11d&quot; data-account-id=&quot;5ee89462f7aa140abd82d11d&quot; accountid=&quot;5ee89462f7aa140abd82d11d&quot; rel=&quot;noreferrer&quot;&gt;Julian Ladisch&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;at least the mod-inventory-storage version and the actual request (don&apos;t XXX in &quot;on resource XXX&quot;).&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;It has occurred with multiple mainline snapshot versions of mod-inventory-storage since &lt;a href=&quot;https://folio-project.slack.com/archives/CFQU1MF61/p1666619752858689&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;at least the 24th October&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;As far I can tell, it is still occurring with the latest release from the head of mainline (based upon Ann-Marie&apos;s &lt;a href=&quot;https://folio-project.slack.com/archives/CFQU1MF61/p1667982385630969&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;most recent report&lt;/a&gt;)&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;Does the problem persist for a given installation and a complete redeploy is needed?&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;We don&apos;t know. We only have anecdotal evidence of it happening.&lt;/p&gt;</comment>
                                                            <comment id="198351" author="5af5e627525ba96b58654f12" created="Wed, 9 Nov 2022 17:07:31 +0000"  >&lt;p&gt;I&apos;ve attached the video that I put in Slack earlier today. My experience was that it happened intermittently 2 or 3 times when I was using Snapshot between 12 am-4 am US ET (so not when Snapshot was being updated). I didn&apos;t have the settings at first and couldn&apos;t get to Inventory.I wrote the Slack message, but didn&apos;t post it.&#160; I switched over to Snapshot-2 and used it for a while.&#160;&lt;/p&gt;

&lt;p&gt;Then I accidentally got back onto Snapshot, and was able to see the Settings and Inventory. A couple hours later, they were messed up again. I cleared my cache and tried again, but still messed up. That&apos;s when I made the video and posted on Slack.&#160;&lt;/p&gt;</comment>
                                                            <comment id="198353" author="5c706fbb47a54a6728e59df2" created="Fri, 11 Nov 2022 00:19:11 +0000"  >&lt;p&gt;Today (10 November) the logs for mod-inventory-storage for both  &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;/rest/api/3/attachment/content/64451&quot; title=&quot;mod-inventory-storage-snapshot.log.gz attached to FOLIO-3630&quot; data-attachment-type=&quot;file&quot; data-attachment-name=&quot;mod-inventory-storage-snapshot.log.gz&quot; data-media-services-type=&quot;file&quot; data-media-services-id=&quot;af9be2b8-8ad5-48bd-8891-b9baec0b7d60&quot; rel=&quot;noreferrer&quot;&gt;folio-snapshot&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;/images/icons/link_attachment_7.gif&quot; height=&quot;7&quot; width=&quot;7&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;  and &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;/rest/api/3/attachment/content/64450&quot; title=&quot;mod-inventory-storage-snapshot-2.log.gz attached to FOLIO-3630&quot; data-attachment-type=&quot;file&quot; data-attachment-name=&quot;mod-inventory-storage-snapshot-2.log.gz&quot; data-media-services-type=&quot;file&quot; data-media-services-id=&quot;963c6b6b-5ccf-40c1-ba63-38e7319de3bd&quot; rel=&quot;noreferrer&quot;&gt;folio-snapshot-2&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;/images/icons/link_attachment_7.gif&quot; height=&quot;7&quot; width=&quot;7&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt; (attached to this issue) show evidence of this error condition. I am likely not the best person to analyze these logs for smoking guns, but I do observe that in both cases the errors appear to start occurring when test tenants are being created and destroyed, and do not persist for long after that activity is done, suggesting some possible issues with connection pooling. mod-inventory-storage in these systems is configured with the default maxPoolSize (4, according to the documentation for &lt;a href=&quot;https://github.com/folio-org/raml-module-builder#environment-variables&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;RMB&lt;/a&gt;).&lt;/p&gt;</comment>
                                                            <comment id="198355" author="5ee89462f7aa140abd82d11d" created="Fri, 11 Nov 2022 14:32:33 +0000"  >&lt;p&gt;Thanks for the logs.&lt;/p&gt;

&lt;p&gt;Time when DELETE /_/tenant/{id} is called: &lt;br/&gt;
09:23&lt;br/&gt;
09:26&lt;br/&gt;
09:28&lt;br/&gt;
12:46&lt;br/&gt;
12:50&lt;br/&gt;
12:57&lt;br/&gt;
13:06&lt;br/&gt;
14:18&lt;br/&gt;
15:35&lt;/p&gt;

&lt;p&gt;Start time of time ranges with &quot;f_unaccent(text) does not exist&quot;:&lt;br/&gt;
09:23&lt;br/&gt;
12:46&lt;br/&gt;
14:19&lt;br/&gt;
15:36&lt;/p&gt;

&lt;p&gt;I&apos;m investigating why the DELETE causes these errors.&lt;/p&gt;</comment>
                                                            <comment id="198357" author="63e2a2771b13d42998e4e706" created="Tue, 15 Nov 2022 11:41:49 +0000"  >&lt;blockquote&gt;&lt;p&gt;in both cases the errors appear to start occurring when test tenants are being created and destroyed&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;What tests are using the current snapshot environment for testing?&lt;/p&gt;</comment>
                                                            <comment id="198359" author="615afd1cd9820f0070a09ef0" created="Tue, 15 Nov 2022 14:24:17 +0000"  >&lt;p&gt;On the one hand, that&apos;s a good question, &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;, since it may help us understand what&apos;s causing this problem. But I also wonder if it&apos;s an irrelevant question because I would expect a module to continue to function normally for Tenant A regardless of whether Tenant B is being created/destroyed.&#160;&lt;/p&gt;</comment>
                                                            <comment id="198361" author="63e2a2771b13d42998e4e706" created="Tue, 15 Nov 2022 14:33:24 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=615afd1cd9820f0070a09ef0&quot; class=&quot;user-hover&quot; rel=&quot;615afd1cd9820f0070a09ef0&quot; data-account-id=&quot;615afd1cd9820f0070a09ef0&quot; accountid=&quot;615afd1cd9820f0070a09ef0&quot; rel=&quot;noreferrer&quot;&gt;Zak Burke&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;On the one hand, that&apos;s a good question, Marc Johnson, since it may help us understand what&apos;s causing this problem. But I also wonder if it&apos;s an irrelevant question because I would expect a module to continue to function normally for Tenant A regardless of whether Tenant B is being created/destroyed. &lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;I agree that it&apos;s a tertiary question. And I&apos;m glad that it&apos;s use of a shared environment has potentially revealed this issue.&lt;/p&gt;

&lt;p&gt;I am an advocate of running a single pre-production environment with multiple tenants over multiple environments in order to reveal multi-tenancy related challenges.&lt;/p&gt;

&lt;p&gt;That said, I thought it had been decided that the various suites of automated tests would run against dedicated environments. And so, I figured it might be important to find out which ones don&apos;t (we know that the Karate tests aren&apos;t entirely isolated).&lt;/p&gt;</comment>
                                                            <comment id="198363" author="615afd1cd9820f0070a09ef0" created="Tue, 15 Nov 2022 14:39:49 +0000"  >&lt;p&gt;All good points, &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;; I think we&apos;re on the same page.&lt;/p&gt;</comment>
                                                            <comment id="198365" author="5ee89462f7aa140abd82d11d" created="Tue, 15 Nov 2022 14:40:03 +0000"  >&lt;p&gt;Developers working on integration test might run them locally against snapshot or snapshot-2 as suggested in the README.md:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/folio-org/folio-integration-tests#running-integration-tests&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/folio-integration-tests#running-integration-tests&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="198367" author="5c48911b54e1e6466b11f38c" created="Wed, 16 Nov 2022 18:14:47 +0000"  >&lt;p&gt;I am seeing this issue right now on snapshot, and I am also seeing that there is no reference data loading in Settings &amp;gt; Inventory. Just noting in case the timing/evidence is helpful in troubleshooting.&lt;/p&gt;

&lt;p&gt;&#160; &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;64449_thumb&quot; href=&quot;/rest/api/3/attachment/content/64449&quot; title=&quot;image-2022-11-16-13-14-17-495.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;64449&quot; file-preview-title=&quot;image-2022-11-16-13-14-17-495.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64449?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64449&quot; filename=&quot;image-2022-11-16-13-14-17-495.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64449&quot; data-attachment-name=&quot;image-2022-11-16-13-14-17-495.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;7f123233-05ef-4f82-ae48-c0bd2f28d1bb&quot; data-media-services-type=&quot;file&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/jira-attachment-thumbnail&gt;&lt;/a&gt;&lt;/span&gt; &lt;/p&gt;</comment>
                                                            <comment id="198368" author="5c48911b54e1e6466b11f38c" created="Wed, 16 Nov 2022 18:34:00 +0000"  >&lt;p&gt;Now checking again at 1:33 and snapshot looks normal again.&lt;/p&gt;</comment>
                                                            <comment id="198370" author="5af5e627525ba96b58654f12" created="Wed, 16 Nov 2022 19:13:57 +0000"  >&lt;p&gt;As Yul Brynner/the King of Siam would sorta sing, &quot;It &lt;b&gt;is&lt;/b&gt; a puzzlement&quot;&lt;/p&gt;</comment>
                                                            <comment id="198371" author="5c48911b54e1e6466b11f38c" created="Wed, 16 Nov 2022 19:41:55 +0000"  >&lt;p&gt;And now at 2:30 I&apos;m getting consistent timeouts on GET /loan-storage/loans/..... and I&apos;m wondering if whatever this is broke the loan record that I had created for test purposes...&lt;/p&gt;</comment>
                                                            <comment id="198373" author="5ee89462f7aa140abd82d11d" created="Thu, 24 Nov 2022 14:17:53 +0000"  >&lt;p&gt;The root cause of the issue is the PostgreSQL search_path that was set to the schema of the deleted tenant.&lt;br/&gt;
Most likely a developer locally ran folio-integration-tests and ran it against the snapshot environment as suggested in the readme: &lt;a href=&quot;https://github.com/folio-org/folio-integration-tests#running-integration-tests&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/folio-integration-tests#running-integration-tests&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The search_path is used to call FOLIO database functions like f_unaccent. Usually all tenants that are served by the same module version have exactly the same function in their schema so calling the same function in a wrong schema still gives the same result.&lt;/p&gt;

&lt;p&gt;This bug only happens if DB_MAXSHAREDPOOLSIZE is enabled.&lt;/p&gt;

&lt;p&gt;This bug only happens if a database connection that had been used by the deleted tenant is re-used by a different tenant before the connection is closed. The connection is closed if idle for DB_CONNECTIONRELEASEDELAY that defaults to 60 seconds.&lt;/p&gt;

&lt;p&gt;Workaround: Restart the container.&lt;/p&gt;

&lt;p&gt;Solution: 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;RMB-955&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/RMB-955&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Set search_path when doing &amp;quot;SET ROLE&amp;quot; for shared pool connection&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;
            RMB-955
        &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;
 has the fix and is shipped with RMB 35.0.4 that has been released today.&lt;/p&gt;</comment>
                                                            <comment id="198375" author="5ee89462f7aa140abd82d11d" created="Fri, 25 Nov 2022 15:31:54 +0000"  >&lt;p&gt;The fix has been merged to mod-inventory-storage master and will be deployed to &lt;a href=&quot;https://folio-snapshot.dev.folio.org&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-snapshot.dev.folio.org&lt;/a&gt; in 10 hours and to &lt;a href=&quot;https://folio-snapshot-2.dev.folio.org&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-snapshot-2.dev.folio.org&lt;/a&gt; in 22 hours.&lt;/p&gt;</comment>
                                                            <comment id="198377" author="5c48911b54e1e6466b11f38c" created="Mon, 28 Nov 2022 14:28:57 +0000"  >&lt;p&gt;I&apos;m impressed &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5ee89462f7aa140abd82d11d&quot; class=&quot;user-hover&quot; rel=&quot;5ee89462f7aa140abd82d11d&quot; data-account-id=&quot;5ee89462f7aa140abd82d11d&quot; accountid=&quot;5ee89462f7aa140abd82d11d&quot; rel=&quot;noreferrer&quot;&gt;Julian Ladisch&lt;/a&gt; - thank you for doing the work to track this down!&lt;/p&gt;</comment>
                                                            <comment id="198379" author="5ee89462f7aa140abd82d11d" created="Mon, 28 Nov 2022 14:54:17 +0000"  >&lt;p&gt;
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;MODINVSTOR-996&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/MODINVSTOR-996&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;RMB 35.0.4, Vert.x Vert.x 4.3.5, Jackson 2.14.0&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;
            MODINVSTOR-996
        &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;
 has fixed it, neither snapshot nor snapshot-2 have this issue any longer.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="59904">MODORDERS-790</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is blocked by">
                                        <issuelink>
            <issuekey id="57490">RMB-955</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="56407">MODINVSTOR-996</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="64448" name="Snapshot Inventory Ref Data.mp4" size="3189742" author="5af5e627525ba96b58654f12" created="Wed, 9 Nov 2022 17:07:21 +0000"/>
                            <attachment id="64449" name="image-2022-11-16-13-14-17-495.png" size="143280" author="5c48911b54e1e6466b11f38c" created="Wed, 16 Nov 2022 18:14:18 +0000"/>
                            <attachment id="64450" name="mod-inventory-storage-snapshot-2.log.gz" size="1081535" author="5c706fbb47a54a6728e59df2" created="Fri, 11 Nov 2022 00:05:54 +0000"/>
                            <attachment id="64451" name="mod-inventory-storage-snapshot.log.gz" size="3519780" author="5c706fbb47a54a6728e59df2" created="Fri, 11 Nov 2022 00:05:58 +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="10144"><![CDATA[Core: Platform]]></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_10106" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>RCA Group</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10367"><![CDATA[TBD]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i05q6h:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="1466">CP: Sprint 152</customfieldvalue>
    <customfieldvalue id="1182">CP: Sprint 154</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 7 Nov 2022 14:22:35 +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>