EMCECS / ecs-sync

ecs-sync is a bulk copy utility that can move data between various systems in parallel
Apache License 2.0
60 stars 22 forks source link

is a CAS delete doing something after 24 hours of these? #81

Closed ergonzalezn closed 2 years ago

ergonzalezn commented 3 years ago

thanks XiaoXin

we have 24 hours of these in the debug log 2021-05-12 17:40:03 DEBUG [HikariPool-22 housekeeper] HikariPool: HikariPool-22 - Pool stats (total=2, active=0, idle=2, waiting=0) 2021-05-12 17:40:33 DEBUG [HikariPool-22 housekeeper] HikariPool: HikariPool-22 - Pool stats (total=2, active=0, idle=2, waiting=0) 2021-05-12 17:40:50 INFO [pool-115-thread-1] CasStorage: received FP_QUERY_RESULT_CODE_PROGRESS, continuing. 2021-05-12 17:40:57 INFO [pool-126-thread-1] CasStorage: received FP_QUERY_RESULT_CODE_PROGRESS, continuing. 2021-05-12 17:41:03 DEBUG [HikariPool-22 housekeeper] HikariPool: HikariPool-22 - Pool stats (total=2, active=0, idle=2, waiting=0) 2021-05-12 17:41:33 DEBUG [HikariPool-22 housekeeper] HikariPool: HikariPool-22 - Pool stats (total=2, active=0, idle=2, waiting=0) 2021-05-12 17:41:50 INFO [pool-115-thread-1] CasStorage: received FP_QUERY_RESULT_CODE_PROGRESS, continuing. 2021-05-12 17:41:57 INFO [pool-126-thread-1] CasStorage: received FP_QUERY_RESULT_CODE_PROGRESS, continuing. 2021-05-12 17:42:03 DEBUG [HikariPool-22 housekeeper] HikariPool: HikariPool-22 - Pool stats (total=2, active=0, idle=2, waiting=0) 2021-05-12 17:42:33 DEBUG [HikariPool-22 housekeeper] HikariPool: HikariPool-22 - Pool stats (total=2, active=0, idle=2, waiting=0) 2021-05-12 17:42:50 INFO [pool-115-thread-1] CasStorage: received FP_QUERY_RESULT_CODE_PROGRESS, continuing. 2021-05-12 17:42:57 INFO [pool-126-thread-1] CasStorage: received FP_QUERY_RESULT_CODE_PROGRESS, continuing. 2021-05-12 17:43:03 DEBUG [HikariPool-22 housekeeper] HikariPool: HikariPool-22 - Pool stats (total=2, active=0, idle=2, waiting=0) 2021-05-12 17:43:33 DEBUG [HikariPool-22 housekeeper] HikariPool: HikariPool-22 - Pool stats (total=2, active=0, idle=2, waiting=0) 2021-05-12 17:43:50 INFO [pool-115-thread-1] CasStorage: received FP_QUERY_RESULT_CODE_PROGRESS, continuing.

is it actually doing something?

xiaoxin-ren commented 3 years ago

These are not errors or exceptions. As I recommended earlier, would you please open a service ticket so as to get better support? The question does not narrow down the issue you are facing, or help someone else who reads it.

holgerjakob commented 2 years ago

Hi

You could run JCASScript in the ecssync ova deployed. That would update the file every 500 entries. sudo -i java -jar /var/CASTool/JCASScript.jar Then pool open and query to file.

In case of questions reach out to holger.jakob@informatio.com

Holger

twincitiesguy commented 2 years ago

Closing due to inactivity