<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:27:10 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-3310] Data export jobs get stuck on the folio-testing and folio-snapshot environments.</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-3310</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;As a result of integration of mod-data-export with min.io it is necessary to add the following JAVA_OPTIONS while mod-data-export launch on the envs:&lt;/p&gt;

&lt;p&gt;-Daws.url={} -Daws.region={} -Daws.accessKeyId={} -Daws.secretKey={} -Dbucket.name={}&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;For reference you can review the test configuration at &lt;a href=&quot;https://rancher.dev.folio.org/p/c-479xv:p-v4mss/workload/deployment:concorde:mod-data-export&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://rancher.dev.folio.org/p/c-479xv:p-v4mss/workload/deployment:concorde:mod-data-export&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="82146">FOLIO-3310</key>
            <summary>Data export jobs get stuck on the folio-testing and folio-snapshot environments.</summary>
                <type id="10003" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium">Task</type>
                                            <priority id="10000" iconUrl="https://dev.folio.org/assets/jira-priority/jira-p1.svg">P1</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="5c706fbb47a54a6728e59df2">Wayne Schneider</assignee>
                                                                <reporter accountid="61813546327da4006992941d">Victoria_Smelova</reporter>
                                    <labels>
                    </labels>
                <created>Mon, 11 Oct 2021 12:21:01 +0000</created>
                <updated>Thu, 23 Dec 2021 13:12:03 +0000</updated>
                            <resolved>Wed, 13 Oct 2021 12:16:40 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                <comments>
                                                            <comment id="196716" author="5c706fbb47a54a6728e59df2" created="Mon, 11 Oct 2021 19:46:11 +0000"  >&lt;p&gt;We can certainly do this reconfiguration, but a couple of comments/questions:&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;mod-data-export-worker is configured using the environment variables &lt;tt&gt;AWS_ACCESS_KEY_ID&lt;/tt&gt;, &lt;tt&gt;AWS_SECRET_ACCESS_KEY&lt;/tt&gt;, &lt;tt&gt;AWS_URL&lt;/tt&gt;, &lt;tt&gt;AWS_REGION&lt;/tt&gt;, and &lt;tt&gt;AWS_BUCKET&lt;/tt&gt;. Interestingly, I can&apos;t find any documentation on this except in &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-3053?focusedCommentId=199410&amp;amp;page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;this JIRA ticket&lt;/a&gt;. Can mod-data-export use the same environment variables? That would simplify configuration for system operators who need to support both mod-data-export and mod-data-export-worker.&lt;/li&gt;
	&lt;li&gt;The &lt;a href=&quot;https://github.com/folio-org/mod-data-export#storage-configuration&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;Storage configuration&lt;/a&gt; section of the README should note that these &quot;parameters&quot; are actually Java system properties that need to be set as above with the &lt;tt&gt;-D&lt;/tt&gt; switch.&lt;/li&gt;
	&lt;li&gt;The &lt;a href=&quot;https://github.com/folio-org/mod-data-export#limitations-of-the-module&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;LIMITATIONS OF THE MODULE&lt;/a&gt; section of the README is now out of date and does not actually explain how the module needs to be configured.&lt;/li&gt;
&lt;/ol&gt;
</comment>
                                                            <comment id="196717" author="63519767d66d8108a1226c09" created="Tue, 12 Oct 2021 12:25:54 +0000"  >&lt;p&gt;Hello &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;,&lt;/p&gt;

&lt;p&gt;we implemented this way because bucket name for this module was already used as Java options. So, we thought why we cannot introduce another parameters such way? If it is critical we can use env variables. It isn&apos;t big deal but it will be nice to have some recommendations/specifications how it is correct to handle such tasks.&lt;/p&gt;

&lt;p&gt;And sure, we can update mentioned sections of the README.md.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;/p&gt;

&lt;p&gt;Slava&lt;/p&gt;</comment>
                                                            <comment id="196719" author="5c706fbb47a54a6728e59df2" created="Tue, 12 Oct 2021 13:58:23 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=63519767d66d8108a1226c09&quot; class=&quot;user-hover&quot; rel=&quot;63519767d66d8108a1226c09&quot; data-account-id=&quot;63519767d66d8108a1226c09&quot; accountid=&quot;63519767d66d8108a1226c09&quot; rel=&quot;noreferrer&quot;&gt;Viachaslau Khandramai&lt;/a&gt; thanks! It is not critical, but it might be nice for you to coordinate with the team maintaining mod-data-export-worker so that the configuration is aligned.&lt;/p&gt;</comment>
                                                            <comment id="196721" author="5c706fbb47a54a6728e59df2" created="Tue, 12 Oct 2021 14:39:28 +0000"  >&lt;p&gt;It occurs to me that you could support both methods of configuration, of course.&lt;/p&gt;</comment>
                                                            <comment id="196722" author="5c706fbb47a54a6728e59df2" created="Tue, 12 Oct 2021 15:10:41 +0000"  >&lt;p&gt;The reconfiguration has been done, and data export is currently working as expected on &lt;a href=&quot;https://folio-snapshot-load.dev.folio.org&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-snapshot-load.dev.folio.org&lt;/a&gt;. The next rebuild of the reference environments will pull in this change.&lt;/p&gt;</comment>
                                                            <comment id="196724" author="557058:8629b273-56f1-466d-b7c7-5cbac0c3379b" created="Wed, 13 Oct 2021 12:16:27 +0000"  >&lt;p&gt;Verified on folio-snapshot-load and folio-snapshot - works as expected.  Thank you &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; and &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=63519767d66d8108a1226c09&quot; class=&quot;user-hover&quot; rel=&quot;63519767d66d8108a1226c09&quot; data-account-id=&quot;63519767d66d8108a1226c09&quot; accountid=&quot;63519767d66d8108a1226c09&quot; rel=&quot;noreferrer&quot;&gt;Viachaslau Khandramai&lt;/a&gt;!&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="21459">FAT-1054</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="21320">FAT-940</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="21478">FAT-966</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="82148">FOLIO-3313</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </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|i03hv3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10046" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Release</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10046"><![CDATA[R3 2021]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="282">DevOps Sprint 125</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 11 Oct 2021 19:46:11 +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>