Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-4007

[Java][Plasma] Plasma JNI tests failing

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Cannot Reproduce
    • None
    • 0.13.0
    • Java

    Description

      see https://travis-ci.org/apache/arrow/jobs/466819720

      [INFO] Total time: 10.633 s
      [INFO] Finished at: 2018-12-12T03:56:33Z
      [INFO] Final Memory: 39M/426M
      [INFO] ------------------------------------------------------------------------
      	linux-vdso.so.1 =>  (0x00007ffcff172000)
      	librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f99ecd9e000)
      	libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f99ecb85000)
      	libboost_system.so.1.54.0 => /usr/lib/x86_64-linux-gnu/libboost_system.so.1.54.0 (0x00007f99ec981000)
      	libboost_filesystem.so.1.54.0 => /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.54.0 (0x00007f99ec76b000)
      	libboost_regex.so.1.54.0 => /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.54.0 (0x00007f99ec464000)
      	libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f99ec246000)
      	libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f99ebf30000)
      	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f99ebc2a000)
      	libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f99eba12000)
      	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f99eb649000)
      	libicuuc.so.52 => /usr/lib/x86_64-linux-gnu/libicuuc.so.52 (0x00007f99eb2d0000)
      	libicui18n.so.52 => /usr/lib/x86_64-linux-gnu/libicui18n.so.52 (0x00007f99eaec9000)
      	/lib64/ld-linux-x86-64.so.2 (0x00007f99ecfa6000)
      	libicudata.so.52 => /usr/lib/x86_64-linux-gnu/libicudata.so.52 (0x00007f99e965c000)
      	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f99e9458000)
      /home/travis/build/apache/arrow/cpp/src/plasma/store.cc:985: Allowing the Plasma store to use up to 0.01GB of memory.
      /home/travis/build/apache/arrow/cpp/src/plasma/store.cc:1015: Starting object store with directory /dev/shm and huge page support disabled
      Start process 317574433 OK, cmd = [/home/travis/build/apache/arrow/cpp-install/bin/plasma_store_server  -s  /tmp/store89237  -m  10000000]
      Start object store success
      Start test.
      Plasma java client put test success.
      Plasma java client get single object test success.
      Plasma java client get multi-object test success.
      ObjectId [B@34c45dca error at PlasmaClient put
      java.lang.Exception: An object with this ID already exists in the plasma store.
      	at org.apache.arrow.plasma.PlasmaClientJNI.create(Native Method)
      	at org.apache.arrow.plasma.PlasmaClient.put(PlasmaClient.java:51)
      	at org.apache.arrow.plasma.PlasmaClientTest.doTest(PlasmaClientTest.java:145)
      	at org.apache.arrow.plasma.PlasmaClientTest.main(PlasmaClientTest.java:220)
      Plasma java client put same object twice exception test success.
      Plasma java client hash test success.
      Plasma java client contains test success.
      Plasma java client metadata get test success.
      Plasma java client delete test success.
      Kill plasma store process forcely
      All test success.
      ~/build/apache/arrow
      

      I didn't see any related code changes

      Attachments

        Activity

          People

            Unassigned Unassigned
            wesm Wes McKinney
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: