You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2018/12/14 17:30:00 UTC

[jira] [Updated] (ARROW-4007) [Java][Plasma] Plasma JNI tests failing

     [ https://issues.apache.org/jira/browse/ARROW-4007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney updated ARROW-4007:
--------------------------------
    Fix Version/s:     (was: 0.12.0)
                   0.13.0

> [Java][Plasma] Plasma JNI tests failing
> ---------------------------------------
>
>                 Key: ARROW-4007
>                 URL: https://issues.apache.org/jira/browse/ARROW-4007
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Java
>            Reporter: Wes McKinney
>            Priority: Critical
>             Fix For: 0.13.0
>
>
> see https://travis-ci.org/apache/arrow/jobs/466819720
> {code}
> [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
> {code}
> I didn't see any related code changes



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)