-1 (the detail as following)
I verified the following :
* build with gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-28)
* there is a core file generated when execute sqstart
[trafodion@localhost scripts]$ file core.*
core.27908: ELF 64-bit LSB core file x86-64, version 1 (SYSV), SVR4-style, from
'/usr/lib/jvm/java-1.7.0-openjdk/bin/java -XX:OnOutOfMemoryError=kill -9 %p
-Xmx', real uid: 1002, effective uid: 1002, real gid: \
1002, effective gid: 1002, execfn:
'/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.191-2.6.15.4.el7_5.x86_64/bin/java',
platform: 'x86_64'
(gdb) bt
#0 0x00007f8da2812277 in raise () from /lib64/libc.so.6
#1 0x00007f8da2813968 in abort () from /lib64/libc.so.6
#2 0x00007f8da154de39 in os::abort(bool) () from
/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.191-2.6.15.4.el7_5.x86_64/jre/lib/amd64/server/libjvm.so
#3 0x00007f8da16dedaf in VMError::report_and_die() () from
/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.191-2.6.15.4.el7_5.x86_64/jre/lib/amd64/server/libjvm.so
#4 0x00007f8da1557045 in JVM_handle_linux_signal () from
/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.191-2.6.15.4.el7_5.x86_64/jre/lib/amd64/server/libjvm.so
#5 <signal handler called>
#6 0x00007f8da2baa587 in _dlerror_run () from /lib64/libdl.so.2
#7 0x00007f8da2baa128 in dlsym () from /lib64/libdl.so.2
#8 0x00007f8da154e7c4 in os::dll_lookup(void*, char const*) () from
/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.191-2.6.15.4.el7_5.x86_64/jre/lib/amd64/server/libjvm.so
#9 0x00007f8da0920e76 in Java_java_lang_ClassLoader_00024NativeLibrary_load ()
from
/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.191-2.6.15.4.el7_5.x86_64/jre/lib/amd64/libjava.so
#10 0x00007f8d9d50be98 in ?? ()
#11 0x00007f8d9d4fd2ec in ?? ()
#12 0x00007f8d9d4fd170 in ?? ()
#13 0x00000000ee0d71d0 in ?? ()
#14 0x00007f8d8d9ef8d8 in ?? ()
#15 0x0000000000000000 in ?? ()
(gdb)
* dcs master cann't be startup
Partial DCS process is up and running. Please stop and restart DCS using
'dcsstop' and 'dcsstart' command...
Process Configured Actual Down
--------- ---------- ------ ----
DcsMaster 1 0 1
DcsServer 1 1
mxosrvr 4 1 3
*
* build with gcc (GCC) 5.4.0
* there are some build error caused by data type error.
make[4]: Entering directory
`/home/trafodion1/mysource/trafodion/core/sqf/src/trafconf' ##(SQF)
make[4]: `/home/trafodion1/mysource/trafodion/core/sqf/export/bin64d/trafconf'
is up to date. ##(SQF)
make[4]: Leaving directory
`/home/trafodion1/mysource/trafodion/core/sqf/src/trafconf' ##(SQF)
/usr/bin/g++ -DSQ_PHANDLE_VERIFIER -m64 -DSQ_PHANDLE_VERIFIER
-Wp,-MD,Linux-x86_64/64/dbg/depend/verssqstatepi.cpp.dep
-Wp,-MT,Linux-x86_64/64/dbg/verssqstatepi.o -D_MPICC_H -DUSE_LOGGING -DUSE_RH=6
-Wall -Wunused -Wextra -pedantic -Werror -Wno-long-long -Wconversion -g3
-fPIC -I/home/trafodion1/mysource/trafodion/core/sqf/export/include
-I../../../monitor/linux -c -o Linux-x86_64/64/dbg/verssqstatepi.o
verssqstatepi.cpp ##(SQF)
make[3]: Leaving directory
`/home/trafodion1/mysource/trafodion/core/sqf/src/trafconf' ##(SQF)
/usr/bin/g++ -DSQ_PHANDLE_VERIFIER -m64 -shared -o
/home/trafodion1/mysource/trafodion/core/sqf/export/lib64d/libsblogalt.so
Linux-x86_64/64/dbg/logalt.o -pthread ##(SQF)
fsi.cpp: In function ‘short int fs_int_fs_file_awaitiox(short int*, void**,
int*, SB_Tag_Type*, int, short int*, bool, bool)’: ##(SQF)
fsi.cpp:1338:37: error: switch condition has type bool [-Werror=switch-bool]
##(SQF)
switch (lv_check_sel) { ##(SQF)
^ ##(SQF)
/usr/bin/g++ -DSQ_PHANDLE_VERIFIER -m64 -DSQ_PHANDLE_VERIFIER -shared -o
/home/trafodion1/mysource/trafodion/core/sqf/export/lib64d/libsbutil.so
Linux-x86_64/64/dbg/cap.o Linux-x86_64/64/dbg/excep.o
Linux-x86_64/64/dbg/labelmaps.o Linux-x86_64/64/dbg/labels.o
Linux-x86_64/64/dbg/log.o Linux-x86_64/64/dbg/logaggr.o
Linux-x86_64/64/dbg/logsys.o Linux-x86_64/64/dbg/mserrmsg.o
Linux-x86_64/64/dbg/mslabelmaps.o Linux-x86_64/64/dbg/mstracevars.o
Linux-x86_64/64/dbg/msvars.o Linux-x86_64/64/dbg/otrace.o
Linux-x86_64/64/dbg/thread.o Linux-x86_64/64/dbg/threadl.o
Linux-x86_64/64/dbg/threadltls.o Linux-x86_64/64/dbg/threadrs.o
Linux-x86_64/64/dbg/threadtls.o Linux-x86_64/64/dbg/trace.o
Linux-x86_64/64/dbg/util.o Linux-x86_64/64/dbg/utracex.o
Linux-x86_64/64/dbg/versutil.o
-L/home/trafodion1/mysource/trafodion/core/sqf/export/lib64d -lsblogalt
##(SQF)
/usr/bin/g++ -DSQ_PHANDLE_VERIFIER -m64 -shared -o
/home/trafodion1/mysource/trafodion/core/sqf/export/lib64d/libsbsautil.so
Linux-x86_64/64/dbg/sautil.o -lpthread ##(SQF)
/usr/bin/g++ -DSQ_PHANDLE_VERIFIER -m64 -DSQ_PHANDLE_VERIFIER -lrt -shared -o
/home/trafodion1/mysource/trafodion/core/sqf/export/lib64d/libsbms.so
Linux-x86_64/64/dbg/apictr.o Linux-x86_64/64/dbg/compq.o
Linux-x86_64/64/dbg/cpu.o Linux-x86_64/64/dbg/debug.o Linux-x86_64/64/dbg/env.o
Linux-x86_64/64/dbg/imap.o Linux-x86_64/64/dbg/llmap.o
Linux-x86_64/64/dbg/lmap.o Linux-x86_64/64/dbg/loopstream.o
Linux-x86_64/64/dbg/map64.o Linux-x86_64/64/dbg/mapcom.o
Linux-x86_64/64/dbg/mapmd.o Linux-x86_64/64/dbg/mapstats.o
Linux-x86_64/64/dbg/monclio.o Linux-x86_64/64/dbg/ms.o
Linux-x86_64/64/dbg/mpitmsg.o Linux-x86_64/64/dbg/mserr.o
Linux-x86_64/64/dbg/mseventmgr.o Linux-x86_64/64/dbg/msic.o
Linux-x86_64/64/dbg/msicctr.o Linux-x86_64/64/dbg/msmon.o
Linux-x86_64/64/dbg/mstrace.o Linux-x86_64/64/dbg/msutil.o
Linux-x86_64/64/dbg/npvmap.o Linux-x86_64/64/dbg/otimer.o
Linux-x86_64/64/dbg/pctl.o Linux-x86_64/64/dbg/props.o
Linux-x86_64/64/dbg/queue.o Linux-x86_64/64/dbg/queuemd.o
Linux-x86_64/64/dbg/recvq.o Linux-x86_64/64/dbg/slotmgr.o
Linux-x86_64/64/dbg/smap.o Linux-x86_64/64/dbg/sock.o
Linux-x86_64/64/dbg/sockstream.o Linux-x86_64/64/dbg/stream.o
Linux-x86_64/64/dbg/timer.o Linux-x86_64/64/dbg/timermap.o
Linux-x86_64/64/dbg/tmap.o Linux-x86_64/64/dbg/utilalloc.o
Linux-x86_64/64/dbg/versms.o
-L/home/trafodion1/mysource/trafodion/core/sqf/export/lib64d -lsbutil -ldl
##(SQF)
[INFO] Building Trafodion JDBC Type4 Driver 2.4.0
cc1plus: all warnings being treated as errors ##(SQF)
make[4]: *** [Linux-x86_64/64/dbg/fsi.o] Error 1 ##(SQF)
make[4]: Leaving directory
`/home/trafodion1/mysource/trafodion/core/sqf/src/seabed/src' ##(SQF)
make[3]: *** [all] Error 2 ##(SQF)
make[3]: Leaving directory
`/home/trafodion1/mysource/trafodion/core/sqf/src/seabed' ##(SQF)
make[2]: *** [seabed] Error 2
make[2]: Leaving directory `/home/trafodion1/mysource/trafodion/core/sqf'
/usr/bin/g++ -DSQ_PHANDLE_VERIFIER -m64 -Xlinker --copy-dt-needed-entries
-shared -o
/home/trafodion1/mysource/trafodion/core/sqf/export/lib64d/libxarm.so
Linux-x86_64/64/dbg/tmmap.o Linux-x86_64/64/dbg/tmmmap.o
Linux-x86_64/64/dbg/tmmutex.o Linux-x86_64/64/dbg/tmdeque.o
Linux-x86_64/64/dbg/tmtransid.o Linux-x86_64/64/dbg/tmpoolelement.o
Linux-x86_64/64/dbg/xatmlib.o Linux-x86_64/64/dbg/xatmmsg.o
Linux-x86_64/64/dbg/xarmapi.o Linux-x86_64/64/dbg/xatmapi.o
Linux-x86_64/64/dbg/tmregistry.o Linux-x86_64/64/dbg/tmtimer.o
Linux-x86_64/64/dbg/verssxarmlib.o
-L/home/trafodion1/mysource/trafodion/core/sqf/export/lib64d -llog4cxx
-DXARM_BUILD_
tminfo.cpp: In member function ‘void TM_Info::initialize()’:
tminfo.cpp:674:30: error: switch condition has type bool [-Werror=switch-bool]
switch (lv_RMPartic)
^
tminfo.cpp:809:31: error: switch condition has type bool [-Werror=switch-bool]
switch (lv_TLOGperTM)
^
cc1plus: all warnings being treated as errors
make: *** [Linux-x86_64/64/dbg/tminfo.o] Error 1
make: *** Waiting for unfinished jobs....
[INFO] Scanning for projects...
________________________________
发件人: Roberta Marton <[email protected]>
发送时间: 2018年8月29日 1:32
收件人: [email protected]
主题: RE: [VOTE] Release of Apache Trafodion 2.3.0 [rc1] second attempt
I am setting up a single node VM to test this.
Do we support JAVA 1.8 yet?
I can test with Hortonworks, what is the latest version we support?
I will also turn on LDAP and Kerberos.
Roberta
-----Original Message-----
From: Sandhya Sundaresan [mailto:[email protected]]
Sent: Tuesday, August 28, 2018 10:10 AM
To: [email protected]
Subject: Re: [VOTE] Release of Apache Trafodion 2.3.0 [rc1] second attempt
+0 (see below for one missing link)
I verified the following :
* Downloaded source tar onto single node workstation
* Verified build and local install and ran a few regression tests
* Verfidied sqvers output
* Vefiried sqlci banner
* Started trafci and did a few qeuries.
I could not find the link to the Release Notes in the links below.
The contents in this link (
https://cwiki.apache.org/confluence/display/TRAFODION/Release+2.3) include
Unresolved JIRAs which have not been addressed in this release ?
Sandhya
________________________________
From: Steve Varnau <[email protected]>
Sent: Monday, August 27, 2018 11:35 AM
To: [email protected]
Subject: RE: [VOTE] Release of Apache Trafodion 2.3.0 [rc1] second attempt
+1 (binding)
I compared source tar file against git tag.
I checked signatures and checksums for source and binaries.
Reviewed README, NOTICE, LICENSE files in source tarfile.
Ran RAT on the source tar file.
I did not compile source or test the binaries. Hopefully some other folks can
do some sanity checks.
--Steve
> -----Original Message-----
> From: Sean Broeder <[email protected]>
> Sent: Monday, August 27, 2018 8:40 AM
> To: [email protected]
> Subject: [VOTE] Release of Apache Trafodion 2.3.0 [rc1] second attempt
>
> Hi all,
>
>
>
> This is a call for a vote on releasing Apache Trafodion-2.3.0,
>
> release candidate 1. This is the second release of Trafodion as an Apache
> top level project.
>
>
>
> The source tarball, including signatures, digests, convenience binaries,
> etc. can be found at:
>
> https://dist.apache.org/repos/dist/dev/trafodion/trafodion-2.3.0-RC1/
>
>
>
> The git tag to be voted upon for this release candidate is: 2.3.0rc1
>
> The release hash associated with the commit is
> f7ac169ece466f73125b84906501acf9de8d0570
>
>
>
> Release artifacts are signed with the following key:
>
> https://people.apache.org/keys/committer/sbroeder
> <http://people.apache.org/keys/committer/sbroeder>
>
>
> KEYS file available:
>
> https://dist.apache.org/repos/dist/release/trafodion/KEYS
>
>
>
> For information about the contents of this release, see:
>
> https://cwiki.apache.org/confluence/display/TRAFODION/Release+2.3
>
>
>
> Please vote on releasing this package as Apache Trafodion-2.3.0
>
>
>
> The vote will be open for at least 72 hours.
>
>
>
> [ ] +1 Release this package as Apache Trafodion-2.3.0
>
> [ ] +0 no opinion
>
> [ ] -1 Do not release this package because ...
>
>
>
> Thanks,
>
> Sean