Shubham Ranjan created SOLR-18294:
-------------------------------------

             Summary: IndexFetcherPacketProtocolTest fails intermittently (~5%)
                 Key: SOLR-18294
                 URL: https://issues.apache.org/jira/browse/SOLR-18294
             Project: Solr
          Issue Type: Test
          Components: replication (java)
    Affects Versions: main(11.0)
            Reporter: Shubham Ranjan


{{IndexFetcherPacketProtocolTest}} fails intermittently on Jenkins. In an 
affected run, multiple methods fail with:

  {noformat}
  java.lang.AssertionError: fetchPackets return code mismatch expected:<0> but 
was:<1>
      at 
...IndexFetcherPacketProtocolTest.assertFetchPacketsSuccess(IndexFetcherPacketProtocolTest.java:209)
  {noformat}

  The underlying error in the suite output is a missing file while the data is 
being serialized:

  {noformat}
  ReplicationAPIBase  Exception while writing response ... 
fileName=test-63mb.bin
  java.nio.file.NoSuchFileException: test-63mb.bin
      at 
org.apache.lucene.store.ByteBuffersDirectory.openInput(ByteBuffersDirectory.java:209)
      at 
...ReplicationAPIBase$DirectoryFileStream.write(ReplicationAPIBase.java:384)
      at 
...IndexFetcherPacketProtocolTest.serializeFileToPacketStream(IndexFetcherPacketProtocolTest.java:281)
  IndexFetcher  No content received for file: test-63mb.bin
  {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to