[jira] [Created] (TRAFODION-3248) provide more dcscheck option

2018-12-12 Thread haolin.song (JIRA)
haolin.song created TRAFODION-3248:
--

 Summary: provide more dcscheck option
 Key: TRAFODION-3248
 URL: https://issues.apache.org/jira/browse/TRAFODION-3248
 Project: Apache Trafodion
  Issue Type: New Feature
  Components: connectivity-dcs
Affects Versions: 2.4
Reporter: haolin.song
Assignee: haolin.song


Providing more dcscheck option to get more information about dcs/mxosrvr status.



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


[jira] [Created] (TRAFODION-3221) jdbcT4 don't support ipv6

2018-10-10 Thread haolin.song (JIRA)
haolin.song created TRAFODION-3221:
--

 Summary: jdbcT4 don't support ipv6
 Key: TRAFODION-3221
 URL: https://issues.apache.org/jira/browse/TRAFODION-3221
 Project: Apache Trafodion
  Issue Type: Bug
  Components: client-jdbc-t4
Reporter: haolin.song


There is error when using ipv6 with jdbct4 to connect trafodion.



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


[jira] [Created] (TRAFODION-3149) errors in jdbct4 file

2018-07-17 Thread haolin.song (JIRA)
haolin.song created TRAFODION-3149:
--

 Summary: errors in jdbct4 file
 Key: TRAFODION-3149
 URL: https://issues.apache.org/jira/browse/TRAFODION-3149
 Project: Apache Trafodion
  Issue Type: Bug
Reporter: haolin.song


Some simple mistakes exist in jdbct4 property file, which causing failure to 
pass inspection of JTEST.

 



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


[jira] [Created] (TRAFODION-3041) Repository performance improvement

2018-04-23 Thread haolin.song (JIRA)
haolin.song created TRAFODION-3041:
--

 Summary: Repository performance improvement
 Key: TRAFODION-3041
 URL: https://issues.apache.org/jira/browse/TRAFODION-3041
 Project: Apache Trafodion
  Issue Type: Improvement
Reporter: haolin.song
Assignee: haolin.song


Each query (in watchdog thread)which should be written into repository will be 
executed once and be sent immediately so that when the statistics limit time is 
set to 0, the query performance will degrade. It is better to create cache to 
save queries and execute them as batch size.



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


[jira] [Created] (TRAFODION-2900) insert or update or upsert 40 length Chinese to char(30) set character utf8 column successfully

2018-01-10 Thread haolin.song (JIRA)
haolin.song created TRAFODION-2900:
--

 Summary: insert or update or upsert 40 length Chinese to char(30) 
set character utf8 column successfully
 Key: TRAFODION-2900
 URL: https://issues.apache.org/jira/browse/TRAFODION-2900
 Project: Apache Trafodion
  Issue Type: Bug
  Components: client-jdbc-t4
Affects Versions: 2.3
 Environment: centos
Reporter: haolin.song


call "setBinaryStream(int parameterIndex,InputStream int length) or 
setBinaryStream(int parameterIndex,InputStream long length) or
setBytes(int parameterIndex,Bytes[] x) or
setCharacterStream(int parameterIndex,Reader x,int length) or
setCharacterStream(int parameterIndex,Reader x,long length) or
setObject(int parameterIndex,Object x,int length) or
setObject(int parameterIndex, Object x, int targetSqlType) or
setObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength) or
setString(int parameterIndex,String x)" to insert/update/upsert 40 length 
Chinese to char(30) column,except fail actual success,



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)