<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:10:51 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-1102] import.pl in bib-data-import causes read timeout with latest test-data-loader</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-1102</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;MARC files can be posted using curl, but the import.pl script generates this error in the test-data-loader log:&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;
01 Mar 2018 13:39:48:767 INFO  LoaderAPI  REQUEST ID 00b75196-c335-4e7e-97cd-4ac23313aa5c
01 Mar 2018 13:42:10:092 ERROR LoaderAPI  Read timed out
java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:171)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
        at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
        at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
        at org.folio.&lt;span class=&quot;code-keyword&quot;&gt;rest&lt;/span&gt;.impl.LoaderAPI.post(LoaderAPI.java:785)
        at org.folio.&lt;span class=&quot;code-keyword&quot;&gt;rest&lt;/span&gt;.impl.LoaderAPI.managePushToDB(LoaderAPI.java:744)
        at org.folio.&lt;span class=&quot;code-keyword&quot;&gt;rest&lt;/span&gt;.impl.LoaderAPI.lambda$1(LoaderAPI.java:429)
        at io.vertx.core.impl.ContextImpl.lambda$executeBlocking$1(ContextImpl.java:271)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.&lt;span class=&quot;code-object&quot;&gt;Thread&lt;/span&gt;.run(&lt;span class=&quot;code-object&quot;&gt;Thread&lt;/span&gt;.java:748)
01 Mar 2018 13:42:10:095 ERROR LoaderAPI  Read timed out
java.lang.Exception: Read timed out
        at org.folio.&lt;span class=&quot;code-keyword&quot;&gt;rest&lt;/span&gt;.impl.LoaderAPI.lambda$1(LoaderAPI.java:431)
        at io.vertx.core.impl.ContextImpl.lambda$executeBlocking$1(ContextImpl.java:271)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.&lt;span class=&quot;code-object&quot;&gt;Thread&lt;/span&gt;.run(&lt;span class=&quot;code-object&quot;&gt;Thread&lt;/span&gt;.java:748)
01 Mar 2018 13:42:10:099 INFO  LogUtil  org.folio.&lt;span class=&quot;code-keyword&quot;&gt;rest&lt;/span&gt;.RestVerticle start  invoking &lt;span class=&quot;code-keyword&quot;&gt;public&lt;/span&gt; void org.folio.&lt;span class=&quot;code-keyword&quot;&gt;rest&lt;/span&gt;.impl.LoaderAPI.postLoadMarcData(java.lang.&lt;span class=&quot;code-object&quot;&gt;String&lt;/span&gt;,&lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt;,java.io.InputStream,java.util.Map,io.vertx.core.Handler,io.vertx.core.Context) &lt;span class=&quot;code-keyword&quot;&gt;throws&lt;/span&gt; java.lang.Exception
01 Mar 2018 13:42:10:101 INFO  LogUtil  127.0.0.1:46268 POST /load/marc-data storageURL=http:&lt;span class=&quot;code-comment&quot;&gt;//localhost:9139 HTTP_1_1 500 54 141798 tid=diku Internal Server Error&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Even with the error, the records load successfully.&lt;/p&gt;</description>
                <environment></environment>
        <key id="80629">FOLIO-1102</key>
            <summary>import.pl in bib-data-import causes read timeout with latest test-data-loader</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="10002" iconUrl="https://dev.folio.org/assets/jira-priority/jira-p3.svg">P3</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="712020:32bb56ac-50e7-4787-b4af-ed3089d9401c">shale99</assignee>
                                                                <reporter accountid="5c706fbb47a54a6728e59df2">Wayne Schneider</reporter>
                                    <labels>
                            <label>ci</label>
                            <label>sprint33</label>
                    </labels>
                <created>Fri, 2 Mar 2018 14:03:11 +0000</created>
                <updated>Mon, 12 Nov 2018 14:24:11 +0000</updated>
                            <resolved>Tue, 6 Mar 2018 09:27:20 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                    <timespent seconds="7200">2 hours</timespent>
                                <comments>
                                                            <comment id="189871" author="5c706fbb47a54a6728e59df2" created="Fri, 2 Mar 2018 15:03:07 +0000"  >&lt;p&gt;If the file takes less than 125 seconds to load, it seems fine. I get the error when the file takes ~140 seconds. Working on more precision.&lt;/p&gt;</comment>
                                                            <comment id="189873" author="5c706fbb47a54a6728e59df2" created="Fri, 2 Mar 2018 16:02:54 +0000"  >&lt;p&gt;Increasing the SO_TIMEOUT and CONNECTION_TIMEOUT in test-data-loader/src/main/java/org/folio/rest/impl/LoaderAPI.java took care of the problem. Pushed to a branch.&lt;/p&gt;</comment>
                                                            <comment id="189875" author="5c706fbb47a54a6728e59df2" created="Fri, 2 Mar 2018 16:05:29 +0000"  >&lt;p&gt;Submitted PR, assigning to &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3A32bb56ac-50e7-4787-b4af-ed3089d9401c&quot; class=&quot;user-hover&quot; rel=&quot;712020:32bb56ac-50e7-4787-b4af-ed3089d9401c&quot; data-account-id=&quot;712020:32bb56ac-50e7-4787-b4af-ed3089d9401c&quot; accountid=&quot;712020:32bb56ac-50e7-4787-b4af-ed3089d9401c&quot; rel=&quot;noreferrer&quot;&gt;shale99&lt;/a&gt; for review. If that works for you, feel free to close out this issue.&lt;/p&gt;</comment>
                    </comments>
                    <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_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|hzyc53:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                            
                        </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>