[jira] [Commented] (GEODE-9251) Test JVM fails to exit during WindowsIntegrationTest

2021-06-11 Thread Geode Integration (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17362122#comment-17362122
 ] 

Geode Integration commented on GEODE-9251:
--

Seen on support/1.14 in [WindowsAcceptanceTestOpenJDK8 
#77|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-support-1-14-main/jobs/WindowsAcceptanceTestOpenJDK8/builds/77]
 ... see [test 
results|http://files.apachegeode-ci.info/builds/apache-support-1-14-main/1.14.0-build.0787/test-results/acceptanceTest/1621972666/]
 or download 
[artifacts|http://files.apachegeode-ci.info/builds/apache-support-1-14-main/1.14.0-build.0787/test-artifacts/1621972666/windows-acceptancetestfiles-OpenJDK8-1.14.0-build.0787.tgz].

> Test JVM fails to exit during WindowsIntegrationTest
> 
>
> Key: GEODE-9251
> URL: https://issues.apache.org/jira/browse/GEODE-9251
> Project: Geode
>  Issue Type: Bug
>  Components: build, ci, tests
>Affects Versions: 1.15.0
>Reporter: Robert Houghton
>Assignee: Robert Houghton
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.15.0
>
> Attachments: 4084.out, 5304.out
>
>
> Since 9ba75f04a98ba574c7bd0198fc60fba92898d489, the Geode pipeline has been 
> unable to pass WindowsIntegrationTest, due to some JVM processes not exiting 
> on Gradle completion. I pulled logs and will attach them here.
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>tasklist
> Image Name PID Session Name Session# Mem Usage
>  =   === 
>  System Idle Process 0 Services 0 4 K
>  System 4 Services 0 136 K
>  smss.exe 344 Services 0 1,228 K
>  csrss.exe 440 Services 0 4,320 K
>  wininit.exe 508 Services 0 4,844 K
>  csrss.exe 516 Console 1 3,736 K
>  winlogon.exe 568 Console 1 10,768 K
>  services.exe 640 Services 0 7,216 K
>  lsass.exe 648 Services 0 17,708 K
>  svchost.exe 748 Services 0 13,608 K
>  svchost.exe 812 Services 0 8,860 K
>  dwm.exe 888 Console 1 25,596 K
>  svchost.exe 944 Services 0 51,496 K
>  svchost.exe 984 Services 0 17,684 K
>  svchost.exe 240 Services 0 9,376 K
>  svchost.exe 1116 Services 0 23,980 K
>  svchost.exe 1168 Services 0 20,292 K
>  svchost.exe 1176 Services 0 14,656 K
>  google_osconfig_agent.exe 1432 Services 0 21,152 K
>  GCEWindowsAgent.exe 1440 Services 0 18,544 K
>  svchost.exe 1480 Services 0 17,552 K
>  svchost.exe 1736 Services 0 7,212 K
>  spoolsv.exe 1984 Services 0 15,948 K
>  dllhost.exe 1056 Services 0 7,696 K
>  dockerd.exe 1136 Services 0 37,924 K
>  GoogleVssAgent.exe 1336 Services 0 4,780 K
>  sshd.exe 2100 Services 0 6,240 K
>  svchost.exe 2196 Services 0 8,084 K
>  svchost.exe 2204 Services 0 21,120 K
>  vmms.exe 2252 Services 0 32,968 K
>  MsMpEng.exe 2272 Services 0 169,140 K
>  dllhost.exe 2352 Services 0 12,500 K
>  svchost.exe 2768 Services 0 6,928 K
>  vmcompute.exe 2940 Services 0 8,820 K
>  msdtc.exe 2560 Services 0 9,892 K
>  NisSrv.exe 3256 Services 0 10,648 K
>  svchost.exe 3348 Services 0 11,704 K
>  MpCmdRun.exe 4784 Services 0 10,008 K
>  LogonUI.exe 3088 Console 1 46,824 K
>  StackdriverAgent.exe 452 Services 0 27,176 K
>  WmiPrvSE.exe 2144 Services 0 18,972 K
>  sshd.exe 3524 Services 0 7,068 K
>  conhost.exe 1088 Services 0 5,880 K
>  sshd.exe 376 Services 0 7,216 K
>  java.exe 5304 Services 0 1,164,536 K
>  conhost.exe 4216 Services 0 8,932 K
>  java.exe 4084 Services 0 329,184 K
>  conhost.exe 4024 Services 0 8,932 K
>  sshd.exe 5908 Services 0 7,108 K
>  conhost.exe 3976 Services 0 5,932 K
>  dllhost.exe 1652 Services 0 5,904 K
>  sshd.exe 1192 Services 0 7,144 K
>  ssh-shellhost.exe 1836 Services 0 3,192 K
>  cmd.exe 1752 Services 0 2,608 K
>  conhost.exe 932 Services 0 9,448 K
>  cmd.exe 6636 Services 0 2,816 K
>  tasklist.exe 6020 Services 0 7,780 K
> {code}
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>c:\java11\bin\jps.exe
>  4084 ServerLauncher
>  5304 LocatorLauncher
>  4220 Jps
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-9251) Test JVM fails to exit during WindowsIntegrationTest

2021-06-11 Thread Geode Integration (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17362121#comment-17362121
 ] 

Geode Integration commented on GEODE-9251:
--

Seen on support/1.14 in [WindowsIntegrationTestOpenJDK8 
#74|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-support-1-14-main/jobs/WindowsIntegrationTestOpenJDK8/builds/74]
 ... see [test 
results|http://files.apachegeode-ci.info/builds/apache-support-1-14-main/1.14.0-build.0782/test-results/integrationTest/1620948639/]
 or download 
[artifacts|http://files.apachegeode-ci.info/builds/apache-support-1-14-main/1.14.0-build.0782/test-artifacts/1620948639/windows-integrationtestfiles-OpenJDK8-1.14.0-build.0782.tgz].

> Test JVM fails to exit during WindowsIntegrationTest
> 
>
> Key: GEODE-9251
> URL: https://issues.apache.org/jira/browse/GEODE-9251
> Project: Geode
>  Issue Type: Bug
>  Components: build, ci, tests
>Affects Versions: 1.15.0
>Reporter: Robert Houghton
>Assignee: Robert Houghton
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.15.0
>
> Attachments: 4084.out, 5304.out
>
>
> Since 9ba75f04a98ba574c7bd0198fc60fba92898d489, the Geode pipeline has been 
> unable to pass WindowsIntegrationTest, due to some JVM processes not exiting 
> on Gradle completion. I pulled logs and will attach them here.
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>tasklist
> Image Name PID Session Name Session# Mem Usage
>  =   === 
>  System Idle Process 0 Services 0 4 K
>  System 4 Services 0 136 K
>  smss.exe 344 Services 0 1,228 K
>  csrss.exe 440 Services 0 4,320 K
>  wininit.exe 508 Services 0 4,844 K
>  csrss.exe 516 Console 1 3,736 K
>  winlogon.exe 568 Console 1 10,768 K
>  services.exe 640 Services 0 7,216 K
>  lsass.exe 648 Services 0 17,708 K
>  svchost.exe 748 Services 0 13,608 K
>  svchost.exe 812 Services 0 8,860 K
>  dwm.exe 888 Console 1 25,596 K
>  svchost.exe 944 Services 0 51,496 K
>  svchost.exe 984 Services 0 17,684 K
>  svchost.exe 240 Services 0 9,376 K
>  svchost.exe 1116 Services 0 23,980 K
>  svchost.exe 1168 Services 0 20,292 K
>  svchost.exe 1176 Services 0 14,656 K
>  google_osconfig_agent.exe 1432 Services 0 21,152 K
>  GCEWindowsAgent.exe 1440 Services 0 18,544 K
>  svchost.exe 1480 Services 0 17,552 K
>  svchost.exe 1736 Services 0 7,212 K
>  spoolsv.exe 1984 Services 0 15,948 K
>  dllhost.exe 1056 Services 0 7,696 K
>  dockerd.exe 1136 Services 0 37,924 K
>  GoogleVssAgent.exe 1336 Services 0 4,780 K
>  sshd.exe 2100 Services 0 6,240 K
>  svchost.exe 2196 Services 0 8,084 K
>  svchost.exe 2204 Services 0 21,120 K
>  vmms.exe 2252 Services 0 32,968 K
>  MsMpEng.exe 2272 Services 0 169,140 K
>  dllhost.exe 2352 Services 0 12,500 K
>  svchost.exe 2768 Services 0 6,928 K
>  vmcompute.exe 2940 Services 0 8,820 K
>  msdtc.exe 2560 Services 0 9,892 K
>  NisSrv.exe 3256 Services 0 10,648 K
>  svchost.exe 3348 Services 0 11,704 K
>  MpCmdRun.exe 4784 Services 0 10,008 K
>  LogonUI.exe 3088 Console 1 46,824 K
>  StackdriverAgent.exe 452 Services 0 27,176 K
>  WmiPrvSE.exe 2144 Services 0 18,972 K
>  sshd.exe 3524 Services 0 7,068 K
>  conhost.exe 1088 Services 0 5,880 K
>  sshd.exe 376 Services 0 7,216 K
>  java.exe 5304 Services 0 1,164,536 K
>  conhost.exe 4216 Services 0 8,932 K
>  java.exe 4084 Services 0 329,184 K
>  conhost.exe 4024 Services 0 8,932 K
>  sshd.exe 5908 Services 0 7,108 K
>  conhost.exe 3976 Services 0 5,932 K
>  dllhost.exe 1652 Services 0 5,904 K
>  sshd.exe 1192 Services 0 7,144 K
>  ssh-shellhost.exe 1836 Services 0 3,192 K
>  cmd.exe 1752 Services 0 2,608 K
>  conhost.exe 932 Services 0 9,448 K
>  cmd.exe 6636 Services 0 2,816 K
>  tasklist.exe 6020 Services 0 7,780 K
> {code}
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>c:\java11\bin\jps.exe
>  4084 ServerLauncher
>  5304 LocatorLauncher
>  4220 Jps
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-9251) Test JVM fails to exit during WindowsIntegrationTest

2021-06-11 Thread Geode Integration (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17362123#comment-17362123
 ] 

Geode Integration commented on GEODE-9251:
--

Seen on support/1.14 in [windows-acceptance-test-openjdk8 
#2|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-support-1-14-main/jobs/windows-acceptance-test-openjdk8/builds/2]
 ... see [test 
results|http://files.apachegeode-ci.info/builds/apache-support-1-14-main/1.14.0-build.0795/test-results/acceptanceTest/1622594447/]
 or download 
[artifacts|http://files.apachegeode-ci.info/builds/apache-support-1-14-main/1.14.0-build.0795/test-artifacts/1622594447/windows-acceptancetestfiles-openjdk8-1.14.0-build.0795.tgz].

> Test JVM fails to exit during WindowsIntegrationTest
> 
>
> Key: GEODE-9251
> URL: https://issues.apache.org/jira/browse/GEODE-9251
> Project: Geode
>  Issue Type: Bug
>  Components: build, ci, tests
>Affects Versions: 1.15.0
>Reporter: Robert Houghton
>Assignee: Robert Houghton
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.15.0
>
> Attachments: 4084.out, 5304.out
>
>
> Since 9ba75f04a98ba574c7bd0198fc60fba92898d489, the Geode pipeline has been 
> unable to pass WindowsIntegrationTest, due to some JVM processes not exiting 
> on Gradle completion. I pulled logs and will attach them here.
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>tasklist
> Image Name PID Session Name Session# Mem Usage
>  =   === 
>  System Idle Process 0 Services 0 4 K
>  System 4 Services 0 136 K
>  smss.exe 344 Services 0 1,228 K
>  csrss.exe 440 Services 0 4,320 K
>  wininit.exe 508 Services 0 4,844 K
>  csrss.exe 516 Console 1 3,736 K
>  winlogon.exe 568 Console 1 10,768 K
>  services.exe 640 Services 0 7,216 K
>  lsass.exe 648 Services 0 17,708 K
>  svchost.exe 748 Services 0 13,608 K
>  svchost.exe 812 Services 0 8,860 K
>  dwm.exe 888 Console 1 25,596 K
>  svchost.exe 944 Services 0 51,496 K
>  svchost.exe 984 Services 0 17,684 K
>  svchost.exe 240 Services 0 9,376 K
>  svchost.exe 1116 Services 0 23,980 K
>  svchost.exe 1168 Services 0 20,292 K
>  svchost.exe 1176 Services 0 14,656 K
>  google_osconfig_agent.exe 1432 Services 0 21,152 K
>  GCEWindowsAgent.exe 1440 Services 0 18,544 K
>  svchost.exe 1480 Services 0 17,552 K
>  svchost.exe 1736 Services 0 7,212 K
>  spoolsv.exe 1984 Services 0 15,948 K
>  dllhost.exe 1056 Services 0 7,696 K
>  dockerd.exe 1136 Services 0 37,924 K
>  GoogleVssAgent.exe 1336 Services 0 4,780 K
>  sshd.exe 2100 Services 0 6,240 K
>  svchost.exe 2196 Services 0 8,084 K
>  svchost.exe 2204 Services 0 21,120 K
>  vmms.exe 2252 Services 0 32,968 K
>  MsMpEng.exe 2272 Services 0 169,140 K
>  dllhost.exe 2352 Services 0 12,500 K
>  svchost.exe 2768 Services 0 6,928 K
>  vmcompute.exe 2940 Services 0 8,820 K
>  msdtc.exe 2560 Services 0 9,892 K
>  NisSrv.exe 3256 Services 0 10,648 K
>  svchost.exe 3348 Services 0 11,704 K
>  MpCmdRun.exe 4784 Services 0 10,008 K
>  LogonUI.exe 3088 Console 1 46,824 K
>  StackdriverAgent.exe 452 Services 0 27,176 K
>  WmiPrvSE.exe 2144 Services 0 18,972 K
>  sshd.exe 3524 Services 0 7,068 K
>  conhost.exe 1088 Services 0 5,880 K
>  sshd.exe 376 Services 0 7,216 K
>  java.exe 5304 Services 0 1,164,536 K
>  conhost.exe 4216 Services 0 8,932 K
>  java.exe 4084 Services 0 329,184 K
>  conhost.exe 4024 Services 0 8,932 K
>  sshd.exe 5908 Services 0 7,108 K
>  conhost.exe 3976 Services 0 5,932 K
>  dllhost.exe 1652 Services 0 5,904 K
>  sshd.exe 1192 Services 0 7,144 K
>  ssh-shellhost.exe 1836 Services 0 3,192 K
>  cmd.exe 1752 Services 0 2,608 K
>  conhost.exe 932 Services 0 9,448 K
>  cmd.exe 6636 Services 0 2,816 K
>  tasklist.exe 6020 Services 0 7,780 K
> {code}
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>c:\java11\bin\jps.exe
>  4084 ServerLauncher
>  5304 LocatorLauncher
>  4220 Jps
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-9251) Test JVM fails to exit during WindowsIntegrationTest

2021-05-16 Thread Geode Integration (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17345819#comment-17345819
 ] 

Geode Integration commented on GEODE-9251:
--

Seen in [WindowsGfshDistributedTestOpenJDK11 
#218|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/WindowsGfshDistributedTestOpenJDK11/builds/218]
 ... see [test 
results|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0240/test-results/distributedTest/1621027689/]
 or download 
[artifacts|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0240/test-artifacts/1621027689/windows-gfshdistributedtest-OpenJDK11-1.15.0-build.0240.tgz].

> Test JVM fails to exit during WindowsIntegrationTest
> 
>
> Key: GEODE-9251
> URL: https://issues.apache.org/jira/browse/GEODE-9251
> Project: Geode
>  Issue Type: Bug
>  Components: build, ci, tests
>Affects Versions: 1.15.0
>Reporter: Robert Houghton
>Assignee: Robert Houghton
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.15.0
>
> Attachments: 4084.out, 5304.out
>
>
> Since 9ba75f04a98ba574c7bd0198fc60fba92898d489, the Geode pipeline has been 
> unable to pass WindowsIntegrationTest, due to some JVM processes not exiting 
> on Gradle completion. I pulled logs and will attach them here.
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>tasklist
> Image Name PID Session Name Session# Mem Usage
>  =   === 
>  System Idle Process 0 Services 0 4 K
>  System 4 Services 0 136 K
>  smss.exe 344 Services 0 1,228 K
>  csrss.exe 440 Services 0 4,320 K
>  wininit.exe 508 Services 0 4,844 K
>  csrss.exe 516 Console 1 3,736 K
>  winlogon.exe 568 Console 1 10,768 K
>  services.exe 640 Services 0 7,216 K
>  lsass.exe 648 Services 0 17,708 K
>  svchost.exe 748 Services 0 13,608 K
>  svchost.exe 812 Services 0 8,860 K
>  dwm.exe 888 Console 1 25,596 K
>  svchost.exe 944 Services 0 51,496 K
>  svchost.exe 984 Services 0 17,684 K
>  svchost.exe 240 Services 0 9,376 K
>  svchost.exe 1116 Services 0 23,980 K
>  svchost.exe 1168 Services 0 20,292 K
>  svchost.exe 1176 Services 0 14,656 K
>  google_osconfig_agent.exe 1432 Services 0 21,152 K
>  GCEWindowsAgent.exe 1440 Services 0 18,544 K
>  svchost.exe 1480 Services 0 17,552 K
>  svchost.exe 1736 Services 0 7,212 K
>  spoolsv.exe 1984 Services 0 15,948 K
>  dllhost.exe 1056 Services 0 7,696 K
>  dockerd.exe 1136 Services 0 37,924 K
>  GoogleVssAgent.exe 1336 Services 0 4,780 K
>  sshd.exe 2100 Services 0 6,240 K
>  svchost.exe 2196 Services 0 8,084 K
>  svchost.exe 2204 Services 0 21,120 K
>  vmms.exe 2252 Services 0 32,968 K
>  MsMpEng.exe 2272 Services 0 169,140 K
>  dllhost.exe 2352 Services 0 12,500 K
>  svchost.exe 2768 Services 0 6,928 K
>  vmcompute.exe 2940 Services 0 8,820 K
>  msdtc.exe 2560 Services 0 9,892 K
>  NisSrv.exe 3256 Services 0 10,648 K
>  svchost.exe 3348 Services 0 11,704 K
>  MpCmdRun.exe 4784 Services 0 10,008 K
>  LogonUI.exe 3088 Console 1 46,824 K
>  StackdriverAgent.exe 452 Services 0 27,176 K
>  WmiPrvSE.exe 2144 Services 0 18,972 K
>  sshd.exe 3524 Services 0 7,068 K
>  conhost.exe 1088 Services 0 5,880 K
>  sshd.exe 376 Services 0 7,216 K
>  java.exe 5304 Services 0 1,164,536 K
>  conhost.exe 4216 Services 0 8,932 K
>  java.exe 4084 Services 0 329,184 K
>  conhost.exe 4024 Services 0 8,932 K
>  sshd.exe 5908 Services 0 7,108 K
>  conhost.exe 3976 Services 0 5,932 K
>  dllhost.exe 1652 Services 0 5,904 K
>  sshd.exe 1192 Services 0 7,144 K
>  ssh-shellhost.exe 1836 Services 0 3,192 K
>  cmd.exe 1752 Services 0 2,608 K
>  conhost.exe 932 Services 0 9,448 K
>  cmd.exe 6636 Services 0 2,816 K
>  tasklist.exe 6020 Services 0 7,780 K
> {code}
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>c:\java11\bin\jps.exe
>  4084 ServerLauncher
>  5304 LocatorLauncher
>  4220 Jps
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-9251) Test JVM fails to exit during WindowsIntegrationTest

2021-05-16 Thread Geode Integration (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17345818#comment-17345818
 ] 

Geode Integration commented on GEODE-9251:
--

Seen in [WindowsGfshDistributedTestOpenJDK11 
#217|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/WindowsGfshDistributedTestOpenJDK11/builds/217]
 ... see [test 
results|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0239/test-results/distributedTest/1621024000/]
 or download 
[artifacts|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0239/test-artifacts/1621024000/windows-gfshdistributedtest-OpenJDK11-1.15.0-build.0239.tgz].

> Test JVM fails to exit during WindowsIntegrationTest
> 
>
> Key: GEODE-9251
> URL: https://issues.apache.org/jira/browse/GEODE-9251
> Project: Geode
>  Issue Type: Bug
>  Components: build, ci, tests
>Affects Versions: 1.15.0
>Reporter: Robert Houghton
>Assignee: Robert Houghton
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.15.0
>
> Attachments: 4084.out, 5304.out
>
>
> Since 9ba75f04a98ba574c7bd0198fc60fba92898d489, the Geode pipeline has been 
> unable to pass WindowsIntegrationTest, due to some JVM processes not exiting 
> on Gradle completion. I pulled logs and will attach them here.
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>tasklist
> Image Name PID Session Name Session# Mem Usage
>  =   === 
>  System Idle Process 0 Services 0 4 K
>  System 4 Services 0 136 K
>  smss.exe 344 Services 0 1,228 K
>  csrss.exe 440 Services 0 4,320 K
>  wininit.exe 508 Services 0 4,844 K
>  csrss.exe 516 Console 1 3,736 K
>  winlogon.exe 568 Console 1 10,768 K
>  services.exe 640 Services 0 7,216 K
>  lsass.exe 648 Services 0 17,708 K
>  svchost.exe 748 Services 0 13,608 K
>  svchost.exe 812 Services 0 8,860 K
>  dwm.exe 888 Console 1 25,596 K
>  svchost.exe 944 Services 0 51,496 K
>  svchost.exe 984 Services 0 17,684 K
>  svchost.exe 240 Services 0 9,376 K
>  svchost.exe 1116 Services 0 23,980 K
>  svchost.exe 1168 Services 0 20,292 K
>  svchost.exe 1176 Services 0 14,656 K
>  google_osconfig_agent.exe 1432 Services 0 21,152 K
>  GCEWindowsAgent.exe 1440 Services 0 18,544 K
>  svchost.exe 1480 Services 0 17,552 K
>  svchost.exe 1736 Services 0 7,212 K
>  spoolsv.exe 1984 Services 0 15,948 K
>  dllhost.exe 1056 Services 0 7,696 K
>  dockerd.exe 1136 Services 0 37,924 K
>  GoogleVssAgent.exe 1336 Services 0 4,780 K
>  sshd.exe 2100 Services 0 6,240 K
>  svchost.exe 2196 Services 0 8,084 K
>  svchost.exe 2204 Services 0 21,120 K
>  vmms.exe 2252 Services 0 32,968 K
>  MsMpEng.exe 2272 Services 0 169,140 K
>  dllhost.exe 2352 Services 0 12,500 K
>  svchost.exe 2768 Services 0 6,928 K
>  vmcompute.exe 2940 Services 0 8,820 K
>  msdtc.exe 2560 Services 0 9,892 K
>  NisSrv.exe 3256 Services 0 10,648 K
>  svchost.exe 3348 Services 0 11,704 K
>  MpCmdRun.exe 4784 Services 0 10,008 K
>  LogonUI.exe 3088 Console 1 46,824 K
>  StackdriverAgent.exe 452 Services 0 27,176 K
>  WmiPrvSE.exe 2144 Services 0 18,972 K
>  sshd.exe 3524 Services 0 7,068 K
>  conhost.exe 1088 Services 0 5,880 K
>  sshd.exe 376 Services 0 7,216 K
>  java.exe 5304 Services 0 1,164,536 K
>  conhost.exe 4216 Services 0 8,932 K
>  java.exe 4084 Services 0 329,184 K
>  conhost.exe 4024 Services 0 8,932 K
>  sshd.exe 5908 Services 0 7,108 K
>  conhost.exe 3976 Services 0 5,932 K
>  dllhost.exe 1652 Services 0 5,904 K
>  sshd.exe 1192 Services 0 7,144 K
>  ssh-shellhost.exe 1836 Services 0 3,192 K
>  cmd.exe 1752 Services 0 2,608 K
>  conhost.exe 932 Services 0 9,448 K
>  cmd.exe 6636 Services 0 2,816 K
>  tasklist.exe 6020 Services 0 7,780 K
> {code}
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>c:\java11\bin\jps.exe
>  4084 ServerLauncher
>  5304 LocatorLauncher
>  4220 Jps
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-9251) Test JVM fails to exit during WindowsIntegrationTest

2021-05-12 Thread Geode Integration (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17343618#comment-17343618
 ] 

Geode Integration commented on GEODE-9251:
--

Seen in [WindowsCoreIntegrationTestOpenJDK8 
#209|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/WindowsCoreIntegrationTestOpenJDK8/builds/209]
 ... see [test 
results|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0230/test-results/integrationTest/1620857092/]
 or download 
[artifacts|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0230/test-artifacts/1620857092/windows-coreintegrationtestfiles-OpenJDK8-1.15.0-build.0230.tgz].

> Test JVM fails to exit during WindowsIntegrationTest
> 
>
> Key: GEODE-9251
> URL: https://issues.apache.org/jira/browse/GEODE-9251
> Project: Geode
>  Issue Type: Bug
>  Components: build, ci, tests
>Affects Versions: 1.15.0
>Reporter: Robert Houghton
>Assignee: Robert Houghton
>Priority: Major
>  Labels: pull-request-available
> Attachments: 4084.out, 5304.out
>
>
> Since 9ba75f04a98ba574c7bd0198fc60fba92898d489, the Geode pipeline has been 
> unable to pass WindowsIntegrationTest, due to some JVM processes not exiting 
> on Gradle completion. I pulled logs and will attach them here.
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>tasklist
> Image Name PID Session Name Session# Mem Usage
>  =   === 
>  System Idle Process 0 Services 0 4 K
>  System 4 Services 0 136 K
>  smss.exe 344 Services 0 1,228 K
>  csrss.exe 440 Services 0 4,320 K
>  wininit.exe 508 Services 0 4,844 K
>  csrss.exe 516 Console 1 3,736 K
>  winlogon.exe 568 Console 1 10,768 K
>  services.exe 640 Services 0 7,216 K
>  lsass.exe 648 Services 0 17,708 K
>  svchost.exe 748 Services 0 13,608 K
>  svchost.exe 812 Services 0 8,860 K
>  dwm.exe 888 Console 1 25,596 K
>  svchost.exe 944 Services 0 51,496 K
>  svchost.exe 984 Services 0 17,684 K
>  svchost.exe 240 Services 0 9,376 K
>  svchost.exe 1116 Services 0 23,980 K
>  svchost.exe 1168 Services 0 20,292 K
>  svchost.exe 1176 Services 0 14,656 K
>  google_osconfig_agent.exe 1432 Services 0 21,152 K
>  GCEWindowsAgent.exe 1440 Services 0 18,544 K
>  svchost.exe 1480 Services 0 17,552 K
>  svchost.exe 1736 Services 0 7,212 K
>  spoolsv.exe 1984 Services 0 15,948 K
>  dllhost.exe 1056 Services 0 7,696 K
>  dockerd.exe 1136 Services 0 37,924 K
>  GoogleVssAgent.exe 1336 Services 0 4,780 K
>  sshd.exe 2100 Services 0 6,240 K
>  svchost.exe 2196 Services 0 8,084 K
>  svchost.exe 2204 Services 0 21,120 K
>  vmms.exe 2252 Services 0 32,968 K
>  MsMpEng.exe 2272 Services 0 169,140 K
>  dllhost.exe 2352 Services 0 12,500 K
>  svchost.exe 2768 Services 0 6,928 K
>  vmcompute.exe 2940 Services 0 8,820 K
>  msdtc.exe 2560 Services 0 9,892 K
>  NisSrv.exe 3256 Services 0 10,648 K
>  svchost.exe 3348 Services 0 11,704 K
>  MpCmdRun.exe 4784 Services 0 10,008 K
>  LogonUI.exe 3088 Console 1 46,824 K
>  StackdriverAgent.exe 452 Services 0 27,176 K
>  WmiPrvSE.exe 2144 Services 0 18,972 K
>  sshd.exe 3524 Services 0 7,068 K
>  conhost.exe 1088 Services 0 5,880 K
>  sshd.exe 376 Services 0 7,216 K
>  java.exe 5304 Services 0 1,164,536 K
>  conhost.exe 4216 Services 0 8,932 K
>  java.exe 4084 Services 0 329,184 K
>  conhost.exe 4024 Services 0 8,932 K
>  sshd.exe 5908 Services 0 7,108 K
>  conhost.exe 3976 Services 0 5,932 K
>  dllhost.exe 1652 Services 0 5,904 K
>  sshd.exe 1192 Services 0 7,144 K
>  ssh-shellhost.exe 1836 Services 0 3,192 K
>  cmd.exe 1752 Services 0 2,608 K
>  conhost.exe 932 Services 0 9,448 K
>  cmd.exe 6636 Services 0 2,816 K
>  tasklist.exe 6020 Services 0 7,780 K
> {code}
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>c:\java11\bin\jps.exe
>  4084 ServerLauncher
>  5304 LocatorLauncher
>  4220 Jps
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-9251) Test JVM fails to exit during WindowsIntegrationTest

2021-05-12 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17343616#comment-17343616
 ] 

ASF subversion and git services commented on GEODE-9251:


Commit 7b98b0cafe102fd146ba9fbb1d729e2bdc213fb0 in geode's branch 
refs/heads/develop from Robert Houghton
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=7b98b0c ]

GEODE-9251 (#6471)

capture gradle exit code for exit. Subshell taskkill in case of error.
make the windows optional command only impact windows builds

> Test JVM fails to exit during WindowsIntegrationTest
> 
>
> Key: GEODE-9251
> URL: https://issues.apache.org/jira/browse/GEODE-9251
> Project: Geode
>  Issue Type: Bug
>  Components: build, ci, tests
>Affects Versions: 1.15.0
>Reporter: Robert Houghton
>Assignee: Robert Houghton
>Priority: Major
>  Labels: pull-request-available
> Attachments: 4084.out, 5304.out
>
>
> Since 9ba75f04a98ba574c7bd0198fc60fba92898d489, the Geode pipeline has been 
> unable to pass WindowsIntegrationTest, due to some JVM processes not exiting 
> on Gradle completion. I pulled logs and will attach them here.
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>tasklist
> Image Name PID Session Name Session# Mem Usage
>  =   === 
>  System Idle Process 0 Services 0 4 K
>  System 4 Services 0 136 K
>  smss.exe 344 Services 0 1,228 K
>  csrss.exe 440 Services 0 4,320 K
>  wininit.exe 508 Services 0 4,844 K
>  csrss.exe 516 Console 1 3,736 K
>  winlogon.exe 568 Console 1 10,768 K
>  services.exe 640 Services 0 7,216 K
>  lsass.exe 648 Services 0 17,708 K
>  svchost.exe 748 Services 0 13,608 K
>  svchost.exe 812 Services 0 8,860 K
>  dwm.exe 888 Console 1 25,596 K
>  svchost.exe 944 Services 0 51,496 K
>  svchost.exe 984 Services 0 17,684 K
>  svchost.exe 240 Services 0 9,376 K
>  svchost.exe 1116 Services 0 23,980 K
>  svchost.exe 1168 Services 0 20,292 K
>  svchost.exe 1176 Services 0 14,656 K
>  google_osconfig_agent.exe 1432 Services 0 21,152 K
>  GCEWindowsAgent.exe 1440 Services 0 18,544 K
>  svchost.exe 1480 Services 0 17,552 K
>  svchost.exe 1736 Services 0 7,212 K
>  spoolsv.exe 1984 Services 0 15,948 K
>  dllhost.exe 1056 Services 0 7,696 K
>  dockerd.exe 1136 Services 0 37,924 K
>  GoogleVssAgent.exe 1336 Services 0 4,780 K
>  sshd.exe 2100 Services 0 6,240 K
>  svchost.exe 2196 Services 0 8,084 K
>  svchost.exe 2204 Services 0 21,120 K
>  vmms.exe 2252 Services 0 32,968 K
>  MsMpEng.exe 2272 Services 0 169,140 K
>  dllhost.exe 2352 Services 0 12,500 K
>  svchost.exe 2768 Services 0 6,928 K
>  vmcompute.exe 2940 Services 0 8,820 K
>  msdtc.exe 2560 Services 0 9,892 K
>  NisSrv.exe 3256 Services 0 10,648 K
>  svchost.exe 3348 Services 0 11,704 K
>  MpCmdRun.exe 4784 Services 0 10,008 K
>  LogonUI.exe 3088 Console 1 46,824 K
>  StackdriverAgent.exe 452 Services 0 27,176 K
>  WmiPrvSE.exe 2144 Services 0 18,972 K
>  sshd.exe 3524 Services 0 7,068 K
>  conhost.exe 1088 Services 0 5,880 K
>  sshd.exe 376 Services 0 7,216 K
>  java.exe 5304 Services 0 1,164,536 K
>  conhost.exe 4216 Services 0 8,932 K
>  java.exe 4084 Services 0 329,184 K
>  conhost.exe 4024 Services 0 8,932 K
>  sshd.exe 5908 Services 0 7,108 K
>  conhost.exe 3976 Services 0 5,932 K
>  dllhost.exe 1652 Services 0 5,904 K
>  sshd.exe 1192 Services 0 7,144 K
>  ssh-shellhost.exe 1836 Services 0 3,192 K
>  cmd.exe 1752 Services 0 2,608 K
>  conhost.exe 932 Services 0 9,448 K
>  cmd.exe 6636 Services 0 2,816 K
>  tasklist.exe 6020 Services 0 7,780 K
> {code}
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>c:\java11\bin\jps.exe
>  4084 ServerLauncher
>  5304 LocatorLauncher
>  4220 Jps
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-9251) Test JVM fails to exit during WindowsIntegrationTest

2021-05-12 Thread Geode Integration (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17343601#comment-17343601
 ] 

Geode Integration commented on GEODE-9251:
--

Seen in [WindowsAcceptanceTestOpenJDK8 
#209|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/WindowsAcceptanceTestOpenJDK8/builds/209]
 ... see [test 
results|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0230/test-results/acceptanceTest/1620852769/]
 or download 
[artifacts|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0230/test-artifacts/1620852769/windows-acceptancetestfiles-OpenJDK8-1.15.0-build.0230.tgz].

> Test JVM fails to exit during WindowsIntegrationTest
> 
>
> Key: GEODE-9251
> URL: https://issues.apache.org/jira/browse/GEODE-9251
> Project: Geode
>  Issue Type: Bug
>  Components: build, ci, tests
>Affects Versions: 1.15.0
>Reporter: Robert Houghton
>Assignee: Robert Houghton
>Priority: Major
>  Labels: pull-request-available
> Attachments: 4084.out, 5304.out
>
>
> Since 9ba75f04a98ba574c7bd0198fc60fba92898d489, the Geode pipeline has been 
> unable to pass WindowsIntegrationTest, due to some JVM processes not exiting 
> on Gradle completion. I pulled logs and will attach them here.
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>tasklist
> Image Name PID Session Name Session# Mem Usage
>  =   === 
>  System Idle Process 0 Services 0 4 K
>  System 4 Services 0 136 K
>  smss.exe 344 Services 0 1,228 K
>  csrss.exe 440 Services 0 4,320 K
>  wininit.exe 508 Services 0 4,844 K
>  csrss.exe 516 Console 1 3,736 K
>  winlogon.exe 568 Console 1 10,768 K
>  services.exe 640 Services 0 7,216 K
>  lsass.exe 648 Services 0 17,708 K
>  svchost.exe 748 Services 0 13,608 K
>  svchost.exe 812 Services 0 8,860 K
>  dwm.exe 888 Console 1 25,596 K
>  svchost.exe 944 Services 0 51,496 K
>  svchost.exe 984 Services 0 17,684 K
>  svchost.exe 240 Services 0 9,376 K
>  svchost.exe 1116 Services 0 23,980 K
>  svchost.exe 1168 Services 0 20,292 K
>  svchost.exe 1176 Services 0 14,656 K
>  google_osconfig_agent.exe 1432 Services 0 21,152 K
>  GCEWindowsAgent.exe 1440 Services 0 18,544 K
>  svchost.exe 1480 Services 0 17,552 K
>  svchost.exe 1736 Services 0 7,212 K
>  spoolsv.exe 1984 Services 0 15,948 K
>  dllhost.exe 1056 Services 0 7,696 K
>  dockerd.exe 1136 Services 0 37,924 K
>  GoogleVssAgent.exe 1336 Services 0 4,780 K
>  sshd.exe 2100 Services 0 6,240 K
>  svchost.exe 2196 Services 0 8,084 K
>  svchost.exe 2204 Services 0 21,120 K
>  vmms.exe 2252 Services 0 32,968 K
>  MsMpEng.exe 2272 Services 0 169,140 K
>  dllhost.exe 2352 Services 0 12,500 K
>  svchost.exe 2768 Services 0 6,928 K
>  vmcompute.exe 2940 Services 0 8,820 K
>  msdtc.exe 2560 Services 0 9,892 K
>  NisSrv.exe 3256 Services 0 10,648 K
>  svchost.exe 3348 Services 0 11,704 K
>  MpCmdRun.exe 4784 Services 0 10,008 K
>  LogonUI.exe 3088 Console 1 46,824 K
>  StackdriverAgent.exe 452 Services 0 27,176 K
>  WmiPrvSE.exe 2144 Services 0 18,972 K
>  sshd.exe 3524 Services 0 7,068 K
>  conhost.exe 1088 Services 0 5,880 K
>  sshd.exe 376 Services 0 7,216 K
>  java.exe 5304 Services 0 1,164,536 K
>  conhost.exe 4216 Services 0 8,932 K
>  java.exe 4084 Services 0 329,184 K
>  conhost.exe 4024 Services 0 8,932 K
>  sshd.exe 5908 Services 0 7,108 K
>  conhost.exe 3976 Services 0 5,932 K
>  dllhost.exe 1652 Services 0 5,904 K
>  sshd.exe 1192 Services 0 7,144 K
>  ssh-shellhost.exe 1836 Services 0 3,192 K
>  cmd.exe 1752 Services 0 2,608 K
>  conhost.exe 932 Services 0 9,448 K
>  cmd.exe 6636 Services 0 2,816 K
>  tasklist.exe 6020 Services 0 7,780 K
> {code}
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>c:\java11\bin\jps.exe
>  4084 ServerLauncher
>  5304 LocatorLauncher
>  4220 Jps
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-9251) Test JVM fails to exit during WindowsIntegrationTest

2021-05-12 Thread Geode Integration (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17343502#comment-17343502
 ] 

Geode Integration commented on GEODE-9251:
--

Seen in [WindowsUnitTestOpenJDK11 
#208|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/WindowsUnitTestOpenJDK11/builds/208]
 ... see [test 
results|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0230/test-results/test/1620846642/]
 or download 
[artifacts|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0230/test-artifacts/1620846642/windows-unittestfiles-OpenJDK11-1.15.0-build.0230.tgz].

> Test JVM fails to exit during WindowsIntegrationTest
> 
>
> Key: GEODE-9251
> URL: https://issues.apache.org/jira/browse/GEODE-9251
> Project: Geode
>  Issue Type: Bug
>  Components: build, ci, tests
>Affects Versions: 1.15.0
>Reporter: Robert Houghton
>Assignee: Robert Houghton
>Priority: Major
>  Labels: pull-request-available
> Attachments: 4084.out, 5304.out
>
>
> Since 9ba75f04a98ba574c7bd0198fc60fba92898d489, the Geode pipeline has been 
> unable to pass WindowsIntegrationTest, due to some JVM processes not exiting 
> on Gradle completion. I pulled logs and will attach them here.
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>tasklist
> Image Name PID Session Name Session# Mem Usage
>  =   === 
>  System Idle Process 0 Services 0 4 K
>  System 4 Services 0 136 K
>  smss.exe 344 Services 0 1,228 K
>  csrss.exe 440 Services 0 4,320 K
>  wininit.exe 508 Services 0 4,844 K
>  csrss.exe 516 Console 1 3,736 K
>  winlogon.exe 568 Console 1 10,768 K
>  services.exe 640 Services 0 7,216 K
>  lsass.exe 648 Services 0 17,708 K
>  svchost.exe 748 Services 0 13,608 K
>  svchost.exe 812 Services 0 8,860 K
>  dwm.exe 888 Console 1 25,596 K
>  svchost.exe 944 Services 0 51,496 K
>  svchost.exe 984 Services 0 17,684 K
>  svchost.exe 240 Services 0 9,376 K
>  svchost.exe 1116 Services 0 23,980 K
>  svchost.exe 1168 Services 0 20,292 K
>  svchost.exe 1176 Services 0 14,656 K
>  google_osconfig_agent.exe 1432 Services 0 21,152 K
>  GCEWindowsAgent.exe 1440 Services 0 18,544 K
>  svchost.exe 1480 Services 0 17,552 K
>  svchost.exe 1736 Services 0 7,212 K
>  spoolsv.exe 1984 Services 0 15,948 K
>  dllhost.exe 1056 Services 0 7,696 K
>  dockerd.exe 1136 Services 0 37,924 K
>  GoogleVssAgent.exe 1336 Services 0 4,780 K
>  sshd.exe 2100 Services 0 6,240 K
>  svchost.exe 2196 Services 0 8,084 K
>  svchost.exe 2204 Services 0 21,120 K
>  vmms.exe 2252 Services 0 32,968 K
>  MsMpEng.exe 2272 Services 0 169,140 K
>  dllhost.exe 2352 Services 0 12,500 K
>  svchost.exe 2768 Services 0 6,928 K
>  vmcompute.exe 2940 Services 0 8,820 K
>  msdtc.exe 2560 Services 0 9,892 K
>  NisSrv.exe 3256 Services 0 10,648 K
>  svchost.exe 3348 Services 0 11,704 K
>  MpCmdRun.exe 4784 Services 0 10,008 K
>  LogonUI.exe 3088 Console 1 46,824 K
>  StackdriverAgent.exe 452 Services 0 27,176 K
>  WmiPrvSE.exe 2144 Services 0 18,972 K
>  sshd.exe 3524 Services 0 7,068 K
>  conhost.exe 1088 Services 0 5,880 K
>  sshd.exe 376 Services 0 7,216 K
>  java.exe 5304 Services 0 1,164,536 K
>  conhost.exe 4216 Services 0 8,932 K
>  java.exe 4084 Services 0 329,184 K
>  conhost.exe 4024 Services 0 8,932 K
>  sshd.exe 5908 Services 0 7,108 K
>  conhost.exe 3976 Services 0 5,932 K
>  dllhost.exe 1652 Services 0 5,904 K
>  sshd.exe 1192 Services 0 7,144 K
>  ssh-shellhost.exe 1836 Services 0 3,192 K
>  cmd.exe 1752 Services 0 2,608 K
>  conhost.exe 932 Services 0 9,448 K
>  cmd.exe 6636 Services 0 2,816 K
>  tasklist.exe 6020 Services 0 7,780 K
> {code}
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>c:\java11\bin\jps.exe
>  4084 ServerLauncher
>  5304 LocatorLauncher
>  4220 Jps
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-9251) Test JVM fails to exit during WindowsIntegrationTest

2021-05-12 Thread Geode Integration (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17343488#comment-17343488
 ] 

Geode Integration commented on GEODE-9251:
--

Seen in [WindowsUnitTestOpenJDK8 
#214|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/WindowsUnitTestOpenJDK8/builds/214]
 ... see [test 
results|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0230/test-results/test/1620845808/]
 or download 
[artifacts|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0230/test-artifacts/1620845808/windows-unittestfiles-OpenJDK8-1.15.0-build.0230.tgz].

> Test JVM fails to exit during WindowsIntegrationTest
> 
>
> Key: GEODE-9251
> URL: https://issues.apache.org/jira/browse/GEODE-9251
> Project: Geode
>  Issue Type: Bug
>  Components: build, ci, tests
>Affects Versions: 1.15.0
>Reporter: Robert Houghton
>Assignee: Robert Houghton
>Priority: Major
>  Labels: pull-request-available
> Attachments: 4084.out, 5304.out
>
>
> Since 9ba75f04a98ba574c7bd0198fc60fba92898d489, the Geode pipeline has been 
> unable to pass WindowsIntegrationTest, due to some JVM processes not exiting 
> on Gradle completion. I pulled logs and will attach them here.
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>tasklist
> Image Name PID Session Name Session# Mem Usage
>  =   === 
>  System Idle Process 0 Services 0 4 K
>  System 4 Services 0 136 K
>  smss.exe 344 Services 0 1,228 K
>  csrss.exe 440 Services 0 4,320 K
>  wininit.exe 508 Services 0 4,844 K
>  csrss.exe 516 Console 1 3,736 K
>  winlogon.exe 568 Console 1 10,768 K
>  services.exe 640 Services 0 7,216 K
>  lsass.exe 648 Services 0 17,708 K
>  svchost.exe 748 Services 0 13,608 K
>  svchost.exe 812 Services 0 8,860 K
>  dwm.exe 888 Console 1 25,596 K
>  svchost.exe 944 Services 0 51,496 K
>  svchost.exe 984 Services 0 17,684 K
>  svchost.exe 240 Services 0 9,376 K
>  svchost.exe 1116 Services 0 23,980 K
>  svchost.exe 1168 Services 0 20,292 K
>  svchost.exe 1176 Services 0 14,656 K
>  google_osconfig_agent.exe 1432 Services 0 21,152 K
>  GCEWindowsAgent.exe 1440 Services 0 18,544 K
>  svchost.exe 1480 Services 0 17,552 K
>  svchost.exe 1736 Services 0 7,212 K
>  spoolsv.exe 1984 Services 0 15,948 K
>  dllhost.exe 1056 Services 0 7,696 K
>  dockerd.exe 1136 Services 0 37,924 K
>  GoogleVssAgent.exe 1336 Services 0 4,780 K
>  sshd.exe 2100 Services 0 6,240 K
>  svchost.exe 2196 Services 0 8,084 K
>  svchost.exe 2204 Services 0 21,120 K
>  vmms.exe 2252 Services 0 32,968 K
>  MsMpEng.exe 2272 Services 0 169,140 K
>  dllhost.exe 2352 Services 0 12,500 K
>  svchost.exe 2768 Services 0 6,928 K
>  vmcompute.exe 2940 Services 0 8,820 K
>  msdtc.exe 2560 Services 0 9,892 K
>  NisSrv.exe 3256 Services 0 10,648 K
>  svchost.exe 3348 Services 0 11,704 K
>  MpCmdRun.exe 4784 Services 0 10,008 K
>  LogonUI.exe 3088 Console 1 46,824 K
>  StackdriverAgent.exe 452 Services 0 27,176 K
>  WmiPrvSE.exe 2144 Services 0 18,972 K
>  sshd.exe 3524 Services 0 7,068 K
>  conhost.exe 1088 Services 0 5,880 K
>  sshd.exe 376 Services 0 7,216 K
>  java.exe 5304 Services 0 1,164,536 K
>  conhost.exe 4216 Services 0 8,932 K
>  java.exe 4084 Services 0 329,184 K
>  conhost.exe 4024 Services 0 8,932 K
>  sshd.exe 5908 Services 0 7,108 K
>  conhost.exe 3976 Services 0 5,932 K
>  dllhost.exe 1652 Services 0 5,904 K
>  sshd.exe 1192 Services 0 7,144 K
>  ssh-shellhost.exe 1836 Services 0 3,192 K
>  cmd.exe 1752 Services 0 2,608 K
>  conhost.exe 932 Services 0 9,448 K
>  cmd.exe 6636 Services 0 2,816 K
>  tasklist.exe 6020 Services 0 7,780 K
> {code}
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>c:\java11\bin\jps.exe
>  4084 ServerLauncher
>  5304 LocatorLauncher
>  4220 Jps
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-9251) Test JVM fails to exit during WindowsIntegrationTest

2021-05-12 Thread Geode Integration (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17343467#comment-17343467
 ] 

Geode Integration commented on GEODE-9251:
--

Seen in [WindowsGfshDistributedTestOpenJDK11 
#205|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/WindowsGfshDistributedTestOpenJDK11/builds/205]
 ... see [test 
results|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0227/test-results/distributedTest/1620844791/]
 or download 
[artifacts|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0227/test-artifacts/1620844791/windows-gfshdistributedtest-OpenJDK11-1.15.0-build.0227.tgz].

> Test JVM fails to exit during WindowsIntegrationTest
> 
>
> Key: GEODE-9251
> URL: https://issues.apache.org/jira/browse/GEODE-9251
> Project: Geode
>  Issue Type: Bug
>  Components: build, ci, tests
>Affects Versions: 1.15.0
>Reporter: Robert Houghton
>Assignee: Robert Houghton
>Priority: Major
>  Labels: pull-request-available
> Attachments: 4084.out, 5304.out
>
>
> Since 9ba75f04a98ba574c7bd0198fc60fba92898d489, the Geode pipeline has been 
> unable to pass WindowsIntegrationTest, due to some JVM processes not exiting 
> on Gradle completion. I pulled logs and will attach them here.
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>tasklist
> Image Name PID Session Name Session# Mem Usage
>  =   === 
>  System Idle Process 0 Services 0 4 K
>  System 4 Services 0 136 K
>  smss.exe 344 Services 0 1,228 K
>  csrss.exe 440 Services 0 4,320 K
>  wininit.exe 508 Services 0 4,844 K
>  csrss.exe 516 Console 1 3,736 K
>  winlogon.exe 568 Console 1 10,768 K
>  services.exe 640 Services 0 7,216 K
>  lsass.exe 648 Services 0 17,708 K
>  svchost.exe 748 Services 0 13,608 K
>  svchost.exe 812 Services 0 8,860 K
>  dwm.exe 888 Console 1 25,596 K
>  svchost.exe 944 Services 0 51,496 K
>  svchost.exe 984 Services 0 17,684 K
>  svchost.exe 240 Services 0 9,376 K
>  svchost.exe 1116 Services 0 23,980 K
>  svchost.exe 1168 Services 0 20,292 K
>  svchost.exe 1176 Services 0 14,656 K
>  google_osconfig_agent.exe 1432 Services 0 21,152 K
>  GCEWindowsAgent.exe 1440 Services 0 18,544 K
>  svchost.exe 1480 Services 0 17,552 K
>  svchost.exe 1736 Services 0 7,212 K
>  spoolsv.exe 1984 Services 0 15,948 K
>  dllhost.exe 1056 Services 0 7,696 K
>  dockerd.exe 1136 Services 0 37,924 K
>  GoogleVssAgent.exe 1336 Services 0 4,780 K
>  sshd.exe 2100 Services 0 6,240 K
>  svchost.exe 2196 Services 0 8,084 K
>  svchost.exe 2204 Services 0 21,120 K
>  vmms.exe 2252 Services 0 32,968 K
>  MsMpEng.exe 2272 Services 0 169,140 K
>  dllhost.exe 2352 Services 0 12,500 K
>  svchost.exe 2768 Services 0 6,928 K
>  vmcompute.exe 2940 Services 0 8,820 K
>  msdtc.exe 2560 Services 0 9,892 K
>  NisSrv.exe 3256 Services 0 10,648 K
>  svchost.exe 3348 Services 0 11,704 K
>  MpCmdRun.exe 4784 Services 0 10,008 K
>  LogonUI.exe 3088 Console 1 46,824 K
>  StackdriverAgent.exe 452 Services 0 27,176 K
>  WmiPrvSE.exe 2144 Services 0 18,972 K
>  sshd.exe 3524 Services 0 7,068 K
>  conhost.exe 1088 Services 0 5,880 K
>  sshd.exe 376 Services 0 7,216 K
>  java.exe 5304 Services 0 1,164,536 K
>  conhost.exe 4216 Services 0 8,932 K
>  java.exe 4084 Services 0 329,184 K
>  conhost.exe 4024 Services 0 8,932 K
>  sshd.exe 5908 Services 0 7,108 K
>  conhost.exe 3976 Services 0 5,932 K
>  dllhost.exe 1652 Services 0 5,904 K
>  sshd.exe 1192 Services 0 7,144 K
>  ssh-shellhost.exe 1836 Services 0 3,192 K
>  cmd.exe 1752 Services 0 2,608 K
>  conhost.exe 932 Services 0 9,448 K
>  cmd.exe 6636 Services 0 2,816 K
>  tasklist.exe 6020 Services 0 7,780 K
> {code}
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>c:\java11\bin\jps.exe
>  4084 ServerLauncher
>  5304 LocatorLauncher
>  4220 Jps
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-9251) Test JVM fails to exit during WindowsIntegrationTest

2021-05-12 Thread Geode Integration (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17343455#comment-17343455
 ] 

Geode Integration commented on GEODE-9251:
--

Seen in [UpgradeTestOpenJDK11 
#207|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/UpgradeTestOpenJDK11/builds/207]
 ... see [test 
results|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0230/test-results/upgradeTest/1620844523/]
 or download 
[artifacts|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0230/test-artifacts/1620844523/upgradetestfiles-OpenJDK11-1.15.0-build.0230.tgz].

> Test JVM fails to exit during WindowsIntegrationTest
> 
>
> Key: GEODE-9251
> URL: https://issues.apache.org/jira/browse/GEODE-9251
> Project: Geode
>  Issue Type: Bug
>  Components: build, ci, tests
>Affects Versions: 1.15.0
>Reporter: Robert Houghton
>Assignee: Robert Houghton
>Priority: Major
>  Labels: pull-request-available
> Attachments: 4084.out, 5304.out
>
>
> Since 9ba75f04a98ba574c7bd0198fc60fba92898d489, the Geode pipeline has been 
> unable to pass WindowsIntegrationTest, due to some JVM processes not exiting 
> on Gradle completion. I pulled logs and will attach them here.
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>tasklist
> Image Name PID Session Name Session# Mem Usage
>  =   === 
>  System Idle Process 0 Services 0 4 K
>  System 4 Services 0 136 K
>  smss.exe 344 Services 0 1,228 K
>  csrss.exe 440 Services 0 4,320 K
>  wininit.exe 508 Services 0 4,844 K
>  csrss.exe 516 Console 1 3,736 K
>  winlogon.exe 568 Console 1 10,768 K
>  services.exe 640 Services 0 7,216 K
>  lsass.exe 648 Services 0 17,708 K
>  svchost.exe 748 Services 0 13,608 K
>  svchost.exe 812 Services 0 8,860 K
>  dwm.exe 888 Console 1 25,596 K
>  svchost.exe 944 Services 0 51,496 K
>  svchost.exe 984 Services 0 17,684 K
>  svchost.exe 240 Services 0 9,376 K
>  svchost.exe 1116 Services 0 23,980 K
>  svchost.exe 1168 Services 0 20,292 K
>  svchost.exe 1176 Services 0 14,656 K
>  google_osconfig_agent.exe 1432 Services 0 21,152 K
>  GCEWindowsAgent.exe 1440 Services 0 18,544 K
>  svchost.exe 1480 Services 0 17,552 K
>  svchost.exe 1736 Services 0 7,212 K
>  spoolsv.exe 1984 Services 0 15,948 K
>  dllhost.exe 1056 Services 0 7,696 K
>  dockerd.exe 1136 Services 0 37,924 K
>  GoogleVssAgent.exe 1336 Services 0 4,780 K
>  sshd.exe 2100 Services 0 6,240 K
>  svchost.exe 2196 Services 0 8,084 K
>  svchost.exe 2204 Services 0 21,120 K
>  vmms.exe 2252 Services 0 32,968 K
>  MsMpEng.exe 2272 Services 0 169,140 K
>  dllhost.exe 2352 Services 0 12,500 K
>  svchost.exe 2768 Services 0 6,928 K
>  vmcompute.exe 2940 Services 0 8,820 K
>  msdtc.exe 2560 Services 0 9,892 K
>  NisSrv.exe 3256 Services 0 10,648 K
>  svchost.exe 3348 Services 0 11,704 K
>  MpCmdRun.exe 4784 Services 0 10,008 K
>  LogonUI.exe 3088 Console 1 46,824 K
>  StackdriverAgent.exe 452 Services 0 27,176 K
>  WmiPrvSE.exe 2144 Services 0 18,972 K
>  sshd.exe 3524 Services 0 7,068 K
>  conhost.exe 1088 Services 0 5,880 K
>  sshd.exe 376 Services 0 7,216 K
>  java.exe 5304 Services 0 1,164,536 K
>  conhost.exe 4216 Services 0 8,932 K
>  java.exe 4084 Services 0 329,184 K
>  conhost.exe 4024 Services 0 8,932 K
>  sshd.exe 5908 Services 0 7,108 K
>  conhost.exe 3976 Services 0 5,932 K
>  dllhost.exe 1652 Services 0 5,904 K
>  sshd.exe 1192 Services 0 7,144 K
>  ssh-shellhost.exe 1836 Services 0 3,192 K
>  cmd.exe 1752 Services 0 2,608 K
>  conhost.exe 932 Services 0 9,448 K
>  cmd.exe 6636 Services 0 2,816 K
>  tasklist.exe 6020 Services 0 7,780 K
> {code}
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>c:\java11\bin\jps.exe
>  4084 ServerLauncher
>  5304 LocatorLauncher
>  4220 Jps
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-9251) Test JVM fails to exit during WindowsIntegrationTest

2021-05-12 Thread Geode Integration (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17343459#comment-17343459
 ] 

Geode Integration commented on GEODE-9251:
--

Seen in [UpgradeTestOpenJDK8 
#207|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/UpgradeTestOpenJDK8/builds/207]
 ... see [test 
results|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0230/test-results/upgradeTest/1620844564/]
 or download 
[artifacts|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0230/test-artifacts/1620844564/upgradetestfiles-OpenJDK8-1.15.0-build.0230.tgz].

> Test JVM fails to exit during WindowsIntegrationTest
> 
>
> Key: GEODE-9251
> URL: https://issues.apache.org/jira/browse/GEODE-9251
> Project: Geode
>  Issue Type: Bug
>  Components: build, ci, tests
>Affects Versions: 1.15.0
>Reporter: Robert Houghton
>Assignee: Robert Houghton
>Priority: Major
>  Labels: pull-request-available
> Attachments: 4084.out, 5304.out
>
>
> Since 9ba75f04a98ba574c7bd0198fc60fba92898d489, the Geode pipeline has been 
> unable to pass WindowsIntegrationTest, due to some JVM processes not exiting 
> on Gradle completion. I pulled logs and will attach them here.
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>tasklist
> Image Name PID Session Name Session# Mem Usage
>  =   === 
>  System Idle Process 0 Services 0 4 K
>  System 4 Services 0 136 K
>  smss.exe 344 Services 0 1,228 K
>  csrss.exe 440 Services 0 4,320 K
>  wininit.exe 508 Services 0 4,844 K
>  csrss.exe 516 Console 1 3,736 K
>  winlogon.exe 568 Console 1 10,768 K
>  services.exe 640 Services 0 7,216 K
>  lsass.exe 648 Services 0 17,708 K
>  svchost.exe 748 Services 0 13,608 K
>  svchost.exe 812 Services 0 8,860 K
>  dwm.exe 888 Console 1 25,596 K
>  svchost.exe 944 Services 0 51,496 K
>  svchost.exe 984 Services 0 17,684 K
>  svchost.exe 240 Services 0 9,376 K
>  svchost.exe 1116 Services 0 23,980 K
>  svchost.exe 1168 Services 0 20,292 K
>  svchost.exe 1176 Services 0 14,656 K
>  google_osconfig_agent.exe 1432 Services 0 21,152 K
>  GCEWindowsAgent.exe 1440 Services 0 18,544 K
>  svchost.exe 1480 Services 0 17,552 K
>  svchost.exe 1736 Services 0 7,212 K
>  spoolsv.exe 1984 Services 0 15,948 K
>  dllhost.exe 1056 Services 0 7,696 K
>  dockerd.exe 1136 Services 0 37,924 K
>  GoogleVssAgent.exe 1336 Services 0 4,780 K
>  sshd.exe 2100 Services 0 6,240 K
>  svchost.exe 2196 Services 0 8,084 K
>  svchost.exe 2204 Services 0 21,120 K
>  vmms.exe 2252 Services 0 32,968 K
>  MsMpEng.exe 2272 Services 0 169,140 K
>  dllhost.exe 2352 Services 0 12,500 K
>  svchost.exe 2768 Services 0 6,928 K
>  vmcompute.exe 2940 Services 0 8,820 K
>  msdtc.exe 2560 Services 0 9,892 K
>  NisSrv.exe 3256 Services 0 10,648 K
>  svchost.exe 3348 Services 0 11,704 K
>  MpCmdRun.exe 4784 Services 0 10,008 K
>  LogonUI.exe 3088 Console 1 46,824 K
>  StackdriverAgent.exe 452 Services 0 27,176 K
>  WmiPrvSE.exe 2144 Services 0 18,972 K
>  sshd.exe 3524 Services 0 7,068 K
>  conhost.exe 1088 Services 0 5,880 K
>  sshd.exe 376 Services 0 7,216 K
>  java.exe 5304 Services 0 1,164,536 K
>  conhost.exe 4216 Services 0 8,932 K
>  java.exe 4084 Services 0 329,184 K
>  conhost.exe 4024 Services 0 8,932 K
>  sshd.exe 5908 Services 0 7,108 K
>  conhost.exe 3976 Services 0 5,932 K
>  dllhost.exe 1652 Services 0 5,904 K
>  sshd.exe 1192 Services 0 7,144 K
>  ssh-shellhost.exe 1836 Services 0 3,192 K
>  cmd.exe 1752 Services 0 2,608 K
>  conhost.exe 932 Services 0 9,448 K
>  cmd.exe 6636 Services 0 2,816 K
>  tasklist.exe 6020 Services 0 7,780 K
> {code}
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>c:\java11\bin\jps.exe
>  4084 ServerLauncher
>  5304 LocatorLauncher
>  4220 Jps
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-9251) Test JVM fails to exit during WindowsIntegrationTest

2021-05-12 Thread Geode Integration (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17343453#comment-17343453
 ] 

Geode Integration commented on GEODE-9251:
--

Seen in [DistributedTestOpenJDK11 
#219|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK11/builds/219]
 ... see [test 
results|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0230/test-results/distributedTest/1620844515/]
 or download 
[artifacts|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0230/test-artifacts/1620844515/distributedtestfiles-OpenJDK11-1.15.0-build.0230.tgz].

> Test JVM fails to exit during WindowsIntegrationTest
> 
>
> Key: GEODE-9251
> URL: https://issues.apache.org/jira/browse/GEODE-9251
> Project: Geode
>  Issue Type: Bug
>  Components: build, ci, tests
>Affects Versions: 1.15.0
>Reporter: Robert Houghton
>Assignee: Robert Houghton
>Priority: Major
>  Labels: pull-request-available
> Attachments: 4084.out, 5304.out
>
>
> Since 9ba75f04a98ba574c7bd0198fc60fba92898d489, the Geode pipeline has been 
> unable to pass WindowsIntegrationTest, due to some JVM processes not exiting 
> on Gradle completion. I pulled logs and will attach them here.
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>tasklist
> Image Name PID Session Name Session# Mem Usage
>  =   === 
>  System Idle Process 0 Services 0 4 K
>  System 4 Services 0 136 K
>  smss.exe 344 Services 0 1,228 K
>  csrss.exe 440 Services 0 4,320 K
>  wininit.exe 508 Services 0 4,844 K
>  csrss.exe 516 Console 1 3,736 K
>  winlogon.exe 568 Console 1 10,768 K
>  services.exe 640 Services 0 7,216 K
>  lsass.exe 648 Services 0 17,708 K
>  svchost.exe 748 Services 0 13,608 K
>  svchost.exe 812 Services 0 8,860 K
>  dwm.exe 888 Console 1 25,596 K
>  svchost.exe 944 Services 0 51,496 K
>  svchost.exe 984 Services 0 17,684 K
>  svchost.exe 240 Services 0 9,376 K
>  svchost.exe 1116 Services 0 23,980 K
>  svchost.exe 1168 Services 0 20,292 K
>  svchost.exe 1176 Services 0 14,656 K
>  google_osconfig_agent.exe 1432 Services 0 21,152 K
>  GCEWindowsAgent.exe 1440 Services 0 18,544 K
>  svchost.exe 1480 Services 0 17,552 K
>  svchost.exe 1736 Services 0 7,212 K
>  spoolsv.exe 1984 Services 0 15,948 K
>  dllhost.exe 1056 Services 0 7,696 K
>  dockerd.exe 1136 Services 0 37,924 K
>  GoogleVssAgent.exe 1336 Services 0 4,780 K
>  sshd.exe 2100 Services 0 6,240 K
>  svchost.exe 2196 Services 0 8,084 K
>  svchost.exe 2204 Services 0 21,120 K
>  vmms.exe 2252 Services 0 32,968 K
>  MsMpEng.exe 2272 Services 0 169,140 K
>  dllhost.exe 2352 Services 0 12,500 K
>  svchost.exe 2768 Services 0 6,928 K
>  vmcompute.exe 2940 Services 0 8,820 K
>  msdtc.exe 2560 Services 0 9,892 K
>  NisSrv.exe 3256 Services 0 10,648 K
>  svchost.exe 3348 Services 0 11,704 K
>  MpCmdRun.exe 4784 Services 0 10,008 K
>  LogonUI.exe 3088 Console 1 46,824 K
>  StackdriverAgent.exe 452 Services 0 27,176 K
>  WmiPrvSE.exe 2144 Services 0 18,972 K
>  sshd.exe 3524 Services 0 7,068 K
>  conhost.exe 1088 Services 0 5,880 K
>  sshd.exe 376 Services 0 7,216 K
>  java.exe 5304 Services 0 1,164,536 K
>  conhost.exe 4216 Services 0 8,932 K
>  java.exe 4084 Services 0 329,184 K
>  conhost.exe 4024 Services 0 8,932 K
>  sshd.exe 5908 Services 0 7,108 K
>  conhost.exe 3976 Services 0 5,932 K
>  dllhost.exe 1652 Services 0 5,904 K
>  sshd.exe 1192 Services 0 7,144 K
>  ssh-shellhost.exe 1836 Services 0 3,192 K
>  cmd.exe 1752 Services 0 2,608 K
>  conhost.exe 932 Services 0 9,448 K
>  cmd.exe 6636 Services 0 2,816 K
>  tasklist.exe 6020 Services 0 7,780 K
> {code}
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>c:\java11\bin\jps.exe
>  4084 ServerLauncher
>  5304 LocatorLauncher
>  4220 Jps
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-9251) Test JVM fails to exit during WindowsIntegrationTest

2021-05-12 Thread Geode Integration (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17343458#comment-17343458
 ] 

Geode Integration commented on GEODE-9251:
--

Seen in [ApiCheckTestOpenJDK8 
#205|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/ApiCheckTestOpenJDK8/builds/205]
 ... see [test 
results|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0230/test-results/japicmp/1620844529/]
 or download 
[artifacts|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0230/test-artifacts/1620844529/apicheck-OpenJDK8-1.15.0-build.0230.tgz].

> Test JVM fails to exit during WindowsIntegrationTest
> 
>
> Key: GEODE-9251
> URL: https://issues.apache.org/jira/browse/GEODE-9251
> Project: Geode
>  Issue Type: Bug
>  Components: build, ci, tests
>Affects Versions: 1.15.0
>Reporter: Robert Houghton
>Assignee: Robert Houghton
>Priority: Major
>  Labels: pull-request-available
> Attachments: 4084.out, 5304.out
>
>
> Since 9ba75f04a98ba574c7bd0198fc60fba92898d489, the Geode pipeline has been 
> unable to pass WindowsIntegrationTest, due to some JVM processes not exiting 
> on Gradle completion. I pulled logs and will attach them here.
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>tasklist
> Image Name PID Session Name Session# Mem Usage
>  =   === 
>  System Idle Process 0 Services 0 4 K
>  System 4 Services 0 136 K
>  smss.exe 344 Services 0 1,228 K
>  csrss.exe 440 Services 0 4,320 K
>  wininit.exe 508 Services 0 4,844 K
>  csrss.exe 516 Console 1 3,736 K
>  winlogon.exe 568 Console 1 10,768 K
>  services.exe 640 Services 0 7,216 K
>  lsass.exe 648 Services 0 17,708 K
>  svchost.exe 748 Services 0 13,608 K
>  svchost.exe 812 Services 0 8,860 K
>  dwm.exe 888 Console 1 25,596 K
>  svchost.exe 944 Services 0 51,496 K
>  svchost.exe 984 Services 0 17,684 K
>  svchost.exe 240 Services 0 9,376 K
>  svchost.exe 1116 Services 0 23,980 K
>  svchost.exe 1168 Services 0 20,292 K
>  svchost.exe 1176 Services 0 14,656 K
>  google_osconfig_agent.exe 1432 Services 0 21,152 K
>  GCEWindowsAgent.exe 1440 Services 0 18,544 K
>  svchost.exe 1480 Services 0 17,552 K
>  svchost.exe 1736 Services 0 7,212 K
>  spoolsv.exe 1984 Services 0 15,948 K
>  dllhost.exe 1056 Services 0 7,696 K
>  dockerd.exe 1136 Services 0 37,924 K
>  GoogleVssAgent.exe 1336 Services 0 4,780 K
>  sshd.exe 2100 Services 0 6,240 K
>  svchost.exe 2196 Services 0 8,084 K
>  svchost.exe 2204 Services 0 21,120 K
>  vmms.exe 2252 Services 0 32,968 K
>  MsMpEng.exe 2272 Services 0 169,140 K
>  dllhost.exe 2352 Services 0 12,500 K
>  svchost.exe 2768 Services 0 6,928 K
>  vmcompute.exe 2940 Services 0 8,820 K
>  msdtc.exe 2560 Services 0 9,892 K
>  NisSrv.exe 3256 Services 0 10,648 K
>  svchost.exe 3348 Services 0 11,704 K
>  MpCmdRun.exe 4784 Services 0 10,008 K
>  LogonUI.exe 3088 Console 1 46,824 K
>  StackdriverAgent.exe 452 Services 0 27,176 K
>  WmiPrvSE.exe 2144 Services 0 18,972 K
>  sshd.exe 3524 Services 0 7,068 K
>  conhost.exe 1088 Services 0 5,880 K
>  sshd.exe 376 Services 0 7,216 K
>  java.exe 5304 Services 0 1,164,536 K
>  conhost.exe 4216 Services 0 8,932 K
>  java.exe 4084 Services 0 329,184 K
>  conhost.exe 4024 Services 0 8,932 K
>  sshd.exe 5908 Services 0 7,108 K
>  conhost.exe 3976 Services 0 5,932 K
>  dllhost.exe 1652 Services 0 5,904 K
>  sshd.exe 1192 Services 0 7,144 K
>  ssh-shellhost.exe 1836 Services 0 3,192 K
>  cmd.exe 1752 Services 0 2,608 K
>  conhost.exe 932 Services 0 9,448 K
>  cmd.exe 6636 Services 0 2,816 K
>  tasklist.exe 6020 Services 0 7,780 K
> {code}
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>c:\java11\bin\jps.exe
>  4084 ServerLauncher
>  5304 LocatorLauncher
>  4220 Jps
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-9251) Test JVM fails to exit during WindowsIntegrationTest

2021-05-12 Thread Geode Integration (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17343451#comment-17343451
 ] 

Geode Integration commented on GEODE-9251:
--

Seen in [RedisTestOpenJDK11 
#205|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/RedisTestOpenJDK11/builds/205]
 ... see [test 
results|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0230/test-results/redisAPITest/1620844529/]
 or download 
[artifacts|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0230/test-artifacts/1620844529/redistests-OpenJDK11-1.15.0-build.0230.tgz].

> Test JVM fails to exit during WindowsIntegrationTest
> 
>
> Key: GEODE-9251
> URL: https://issues.apache.org/jira/browse/GEODE-9251
> Project: Geode
>  Issue Type: Bug
>  Components: build, ci, tests
>Affects Versions: 1.15.0
>Reporter: Robert Houghton
>Assignee: Robert Houghton
>Priority: Major
>  Labels: pull-request-available
> Attachments: 4084.out, 5304.out
>
>
> Since 9ba75f04a98ba574c7bd0198fc60fba92898d489, the Geode pipeline has been 
> unable to pass WindowsIntegrationTest, due to some JVM processes not exiting 
> on Gradle completion. I pulled logs and will attach them here.
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>tasklist
> Image Name PID Session Name Session# Mem Usage
>  =   === 
>  System Idle Process 0 Services 0 4 K
>  System 4 Services 0 136 K
>  smss.exe 344 Services 0 1,228 K
>  csrss.exe 440 Services 0 4,320 K
>  wininit.exe 508 Services 0 4,844 K
>  csrss.exe 516 Console 1 3,736 K
>  winlogon.exe 568 Console 1 10,768 K
>  services.exe 640 Services 0 7,216 K
>  lsass.exe 648 Services 0 17,708 K
>  svchost.exe 748 Services 0 13,608 K
>  svchost.exe 812 Services 0 8,860 K
>  dwm.exe 888 Console 1 25,596 K
>  svchost.exe 944 Services 0 51,496 K
>  svchost.exe 984 Services 0 17,684 K
>  svchost.exe 240 Services 0 9,376 K
>  svchost.exe 1116 Services 0 23,980 K
>  svchost.exe 1168 Services 0 20,292 K
>  svchost.exe 1176 Services 0 14,656 K
>  google_osconfig_agent.exe 1432 Services 0 21,152 K
>  GCEWindowsAgent.exe 1440 Services 0 18,544 K
>  svchost.exe 1480 Services 0 17,552 K
>  svchost.exe 1736 Services 0 7,212 K
>  spoolsv.exe 1984 Services 0 15,948 K
>  dllhost.exe 1056 Services 0 7,696 K
>  dockerd.exe 1136 Services 0 37,924 K
>  GoogleVssAgent.exe 1336 Services 0 4,780 K
>  sshd.exe 2100 Services 0 6,240 K
>  svchost.exe 2196 Services 0 8,084 K
>  svchost.exe 2204 Services 0 21,120 K
>  vmms.exe 2252 Services 0 32,968 K
>  MsMpEng.exe 2272 Services 0 169,140 K
>  dllhost.exe 2352 Services 0 12,500 K
>  svchost.exe 2768 Services 0 6,928 K
>  vmcompute.exe 2940 Services 0 8,820 K
>  msdtc.exe 2560 Services 0 9,892 K
>  NisSrv.exe 3256 Services 0 10,648 K
>  svchost.exe 3348 Services 0 11,704 K
>  MpCmdRun.exe 4784 Services 0 10,008 K
>  LogonUI.exe 3088 Console 1 46,824 K
>  StackdriverAgent.exe 452 Services 0 27,176 K
>  WmiPrvSE.exe 2144 Services 0 18,972 K
>  sshd.exe 3524 Services 0 7,068 K
>  conhost.exe 1088 Services 0 5,880 K
>  sshd.exe 376 Services 0 7,216 K
>  java.exe 5304 Services 0 1,164,536 K
>  conhost.exe 4216 Services 0 8,932 K
>  java.exe 4084 Services 0 329,184 K
>  conhost.exe 4024 Services 0 8,932 K
>  sshd.exe 5908 Services 0 7,108 K
>  conhost.exe 3976 Services 0 5,932 K
>  dllhost.exe 1652 Services 0 5,904 K
>  sshd.exe 1192 Services 0 7,144 K
>  ssh-shellhost.exe 1836 Services 0 3,192 K
>  cmd.exe 1752 Services 0 2,608 K
>  conhost.exe 932 Services 0 9,448 K
>  cmd.exe 6636 Services 0 2,816 K
>  tasklist.exe 6020 Services 0 7,780 K
> {code}
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>c:\java11\bin\jps.exe
>  4084 ServerLauncher
>  5304 LocatorLauncher
>  4220 Jps
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-9251) Test JVM fails to exit during WindowsIntegrationTest

2021-05-12 Thread Geode Integration (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17343454#comment-17343454
 ] 

Geode Integration commented on GEODE-9251:
--

Seen in [IntegrationTestOpenJDK11 
#205|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/IntegrationTestOpenJDK11/builds/205]
 ... see [test 
results|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0230/test-results/integrationTest/1620844522/]
 or download 
[artifacts|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0230/test-artifacts/1620844522/integrationtestfiles-OpenJDK11-1.15.0-build.0230.tgz].

> Test JVM fails to exit during WindowsIntegrationTest
> 
>
> Key: GEODE-9251
> URL: https://issues.apache.org/jira/browse/GEODE-9251
> Project: Geode
>  Issue Type: Bug
>  Components: build, ci, tests
>Affects Versions: 1.15.0
>Reporter: Robert Houghton
>Assignee: Robert Houghton
>Priority: Major
>  Labels: pull-request-available
> Attachments: 4084.out, 5304.out
>
>
> Since 9ba75f04a98ba574c7bd0198fc60fba92898d489, the Geode pipeline has been 
> unable to pass WindowsIntegrationTest, due to some JVM processes not exiting 
> on Gradle completion. I pulled logs and will attach them here.
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>tasklist
> Image Name PID Session Name Session# Mem Usage
>  =   === 
>  System Idle Process 0 Services 0 4 K
>  System 4 Services 0 136 K
>  smss.exe 344 Services 0 1,228 K
>  csrss.exe 440 Services 0 4,320 K
>  wininit.exe 508 Services 0 4,844 K
>  csrss.exe 516 Console 1 3,736 K
>  winlogon.exe 568 Console 1 10,768 K
>  services.exe 640 Services 0 7,216 K
>  lsass.exe 648 Services 0 17,708 K
>  svchost.exe 748 Services 0 13,608 K
>  svchost.exe 812 Services 0 8,860 K
>  dwm.exe 888 Console 1 25,596 K
>  svchost.exe 944 Services 0 51,496 K
>  svchost.exe 984 Services 0 17,684 K
>  svchost.exe 240 Services 0 9,376 K
>  svchost.exe 1116 Services 0 23,980 K
>  svchost.exe 1168 Services 0 20,292 K
>  svchost.exe 1176 Services 0 14,656 K
>  google_osconfig_agent.exe 1432 Services 0 21,152 K
>  GCEWindowsAgent.exe 1440 Services 0 18,544 K
>  svchost.exe 1480 Services 0 17,552 K
>  svchost.exe 1736 Services 0 7,212 K
>  spoolsv.exe 1984 Services 0 15,948 K
>  dllhost.exe 1056 Services 0 7,696 K
>  dockerd.exe 1136 Services 0 37,924 K
>  GoogleVssAgent.exe 1336 Services 0 4,780 K
>  sshd.exe 2100 Services 0 6,240 K
>  svchost.exe 2196 Services 0 8,084 K
>  svchost.exe 2204 Services 0 21,120 K
>  vmms.exe 2252 Services 0 32,968 K
>  MsMpEng.exe 2272 Services 0 169,140 K
>  dllhost.exe 2352 Services 0 12,500 K
>  svchost.exe 2768 Services 0 6,928 K
>  vmcompute.exe 2940 Services 0 8,820 K
>  msdtc.exe 2560 Services 0 9,892 K
>  NisSrv.exe 3256 Services 0 10,648 K
>  svchost.exe 3348 Services 0 11,704 K
>  MpCmdRun.exe 4784 Services 0 10,008 K
>  LogonUI.exe 3088 Console 1 46,824 K
>  StackdriverAgent.exe 452 Services 0 27,176 K
>  WmiPrvSE.exe 2144 Services 0 18,972 K
>  sshd.exe 3524 Services 0 7,068 K
>  conhost.exe 1088 Services 0 5,880 K
>  sshd.exe 376 Services 0 7,216 K
>  java.exe 5304 Services 0 1,164,536 K
>  conhost.exe 4216 Services 0 8,932 K
>  java.exe 4084 Services 0 329,184 K
>  conhost.exe 4024 Services 0 8,932 K
>  sshd.exe 5908 Services 0 7,108 K
>  conhost.exe 3976 Services 0 5,932 K
>  dllhost.exe 1652 Services 0 5,904 K
>  sshd.exe 1192 Services 0 7,144 K
>  ssh-shellhost.exe 1836 Services 0 3,192 K
>  cmd.exe 1752 Services 0 2,608 K
>  conhost.exe 932 Services 0 9,448 K
>  cmd.exe 6636 Services 0 2,816 K
>  tasklist.exe 6020 Services 0 7,780 K
> {code}
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>c:\java11\bin\jps.exe
>  4084 ServerLauncher
>  5304 LocatorLauncher
>  4220 Jps
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-9251) Test JVM fails to exit during WindowsIntegrationTest

2021-05-12 Thread Geode Integration (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17343456#comment-17343456
 ] 

Geode Integration commented on GEODE-9251:
--

Seen in [AcceptanceTestOpenJDK8 
#208|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/AcceptanceTestOpenJDK8/builds/208]
 ... see [test 
results|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0230/test-results/acceptanceTest/1620844539/]
 or download 
[artifacts|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0230/test-artifacts/1620844539/acceptancetestfiles-OpenJDK8-1.15.0-build.0230.tgz].

> Test JVM fails to exit during WindowsIntegrationTest
> 
>
> Key: GEODE-9251
> URL: https://issues.apache.org/jira/browse/GEODE-9251
> Project: Geode
>  Issue Type: Bug
>  Components: build, ci, tests
>Affects Versions: 1.15.0
>Reporter: Robert Houghton
>Assignee: Robert Houghton
>Priority: Major
>  Labels: pull-request-available
> Attachments: 4084.out, 5304.out
>
>
> Since 9ba75f04a98ba574c7bd0198fc60fba92898d489, the Geode pipeline has been 
> unable to pass WindowsIntegrationTest, due to some JVM processes not exiting 
> on Gradle completion. I pulled logs and will attach them here.
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>tasklist
> Image Name PID Session Name Session# Mem Usage
>  =   === 
>  System Idle Process 0 Services 0 4 K
>  System 4 Services 0 136 K
>  smss.exe 344 Services 0 1,228 K
>  csrss.exe 440 Services 0 4,320 K
>  wininit.exe 508 Services 0 4,844 K
>  csrss.exe 516 Console 1 3,736 K
>  winlogon.exe 568 Console 1 10,768 K
>  services.exe 640 Services 0 7,216 K
>  lsass.exe 648 Services 0 17,708 K
>  svchost.exe 748 Services 0 13,608 K
>  svchost.exe 812 Services 0 8,860 K
>  dwm.exe 888 Console 1 25,596 K
>  svchost.exe 944 Services 0 51,496 K
>  svchost.exe 984 Services 0 17,684 K
>  svchost.exe 240 Services 0 9,376 K
>  svchost.exe 1116 Services 0 23,980 K
>  svchost.exe 1168 Services 0 20,292 K
>  svchost.exe 1176 Services 0 14,656 K
>  google_osconfig_agent.exe 1432 Services 0 21,152 K
>  GCEWindowsAgent.exe 1440 Services 0 18,544 K
>  svchost.exe 1480 Services 0 17,552 K
>  svchost.exe 1736 Services 0 7,212 K
>  spoolsv.exe 1984 Services 0 15,948 K
>  dllhost.exe 1056 Services 0 7,696 K
>  dockerd.exe 1136 Services 0 37,924 K
>  GoogleVssAgent.exe 1336 Services 0 4,780 K
>  sshd.exe 2100 Services 0 6,240 K
>  svchost.exe 2196 Services 0 8,084 K
>  svchost.exe 2204 Services 0 21,120 K
>  vmms.exe 2252 Services 0 32,968 K
>  MsMpEng.exe 2272 Services 0 169,140 K
>  dllhost.exe 2352 Services 0 12,500 K
>  svchost.exe 2768 Services 0 6,928 K
>  vmcompute.exe 2940 Services 0 8,820 K
>  msdtc.exe 2560 Services 0 9,892 K
>  NisSrv.exe 3256 Services 0 10,648 K
>  svchost.exe 3348 Services 0 11,704 K
>  MpCmdRun.exe 4784 Services 0 10,008 K
>  LogonUI.exe 3088 Console 1 46,824 K
>  StackdriverAgent.exe 452 Services 0 27,176 K
>  WmiPrvSE.exe 2144 Services 0 18,972 K
>  sshd.exe 3524 Services 0 7,068 K
>  conhost.exe 1088 Services 0 5,880 K
>  sshd.exe 376 Services 0 7,216 K
>  java.exe 5304 Services 0 1,164,536 K
>  conhost.exe 4216 Services 0 8,932 K
>  java.exe 4084 Services 0 329,184 K
>  conhost.exe 4024 Services 0 8,932 K
>  sshd.exe 5908 Services 0 7,108 K
>  conhost.exe 3976 Services 0 5,932 K
>  dllhost.exe 1652 Services 0 5,904 K
>  sshd.exe 1192 Services 0 7,144 K
>  ssh-shellhost.exe 1836 Services 0 3,192 K
>  cmd.exe 1752 Services 0 2,608 K
>  conhost.exe 932 Services 0 9,448 K
>  cmd.exe 6636 Services 0 2,816 K
>  tasklist.exe 6020 Services 0 7,780 K
> {code}
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>c:\java11\bin\jps.exe
>  4084 ServerLauncher
>  5304 LocatorLauncher
>  4220 Jps
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-9251) Test JVM fails to exit during WindowsIntegrationTest

2021-05-12 Thread Geode Integration (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17343449#comment-17343449
 ] 

Geode Integration commented on GEODE-9251:
--

Seen in [IntegrationTestOpenJDK8 
#206|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/IntegrationTestOpenJDK8/builds/206]
 ... see [test 
results|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0230/test-results/integrationTest/1620844519/]
 or download 
[artifacts|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0230/test-artifacts/1620844519/integrationtestfiles-OpenJDK8-1.15.0-build.0230.tgz].

> Test JVM fails to exit during WindowsIntegrationTest
> 
>
> Key: GEODE-9251
> URL: https://issues.apache.org/jira/browse/GEODE-9251
> Project: Geode
>  Issue Type: Bug
>  Components: build, ci, tests
>Affects Versions: 1.15.0
>Reporter: Robert Houghton
>Assignee: Robert Houghton
>Priority: Major
>  Labels: pull-request-available
> Attachments: 4084.out, 5304.out
>
>
> Since 9ba75f04a98ba574c7bd0198fc60fba92898d489, the Geode pipeline has been 
> unable to pass WindowsIntegrationTest, due to some JVM processes not exiting 
> on Gradle completion. I pulled logs and will attach them here.
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>tasklist
> Image Name PID Session Name Session# Mem Usage
>  =   === 
>  System Idle Process 0 Services 0 4 K
>  System 4 Services 0 136 K
>  smss.exe 344 Services 0 1,228 K
>  csrss.exe 440 Services 0 4,320 K
>  wininit.exe 508 Services 0 4,844 K
>  csrss.exe 516 Console 1 3,736 K
>  winlogon.exe 568 Console 1 10,768 K
>  services.exe 640 Services 0 7,216 K
>  lsass.exe 648 Services 0 17,708 K
>  svchost.exe 748 Services 0 13,608 K
>  svchost.exe 812 Services 0 8,860 K
>  dwm.exe 888 Console 1 25,596 K
>  svchost.exe 944 Services 0 51,496 K
>  svchost.exe 984 Services 0 17,684 K
>  svchost.exe 240 Services 0 9,376 K
>  svchost.exe 1116 Services 0 23,980 K
>  svchost.exe 1168 Services 0 20,292 K
>  svchost.exe 1176 Services 0 14,656 K
>  google_osconfig_agent.exe 1432 Services 0 21,152 K
>  GCEWindowsAgent.exe 1440 Services 0 18,544 K
>  svchost.exe 1480 Services 0 17,552 K
>  svchost.exe 1736 Services 0 7,212 K
>  spoolsv.exe 1984 Services 0 15,948 K
>  dllhost.exe 1056 Services 0 7,696 K
>  dockerd.exe 1136 Services 0 37,924 K
>  GoogleVssAgent.exe 1336 Services 0 4,780 K
>  sshd.exe 2100 Services 0 6,240 K
>  svchost.exe 2196 Services 0 8,084 K
>  svchost.exe 2204 Services 0 21,120 K
>  vmms.exe 2252 Services 0 32,968 K
>  MsMpEng.exe 2272 Services 0 169,140 K
>  dllhost.exe 2352 Services 0 12,500 K
>  svchost.exe 2768 Services 0 6,928 K
>  vmcompute.exe 2940 Services 0 8,820 K
>  msdtc.exe 2560 Services 0 9,892 K
>  NisSrv.exe 3256 Services 0 10,648 K
>  svchost.exe 3348 Services 0 11,704 K
>  MpCmdRun.exe 4784 Services 0 10,008 K
>  LogonUI.exe 3088 Console 1 46,824 K
>  StackdriverAgent.exe 452 Services 0 27,176 K
>  WmiPrvSE.exe 2144 Services 0 18,972 K
>  sshd.exe 3524 Services 0 7,068 K
>  conhost.exe 1088 Services 0 5,880 K
>  sshd.exe 376 Services 0 7,216 K
>  java.exe 5304 Services 0 1,164,536 K
>  conhost.exe 4216 Services 0 8,932 K
>  java.exe 4084 Services 0 329,184 K
>  conhost.exe 4024 Services 0 8,932 K
>  sshd.exe 5908 Services 0 7,108 K
>  conhost.exe 3976 Services 0 5,932 K
>  dllhost.exe 1652 Services 0 5,904 K
>  sshd.exe 1192 Services 0 7,144 K
>  ssh-shellhost.exe 1836 Services 0 3,192 K
>  cmd.exe 1752 Services 0 2,608 K
>  conhost.exe 932 Services 0 9,448 K
>  cmd.exe 6636 Services 0 2,816 K
>  tasklist.exe 6020 Services 0 7,780 K
> {code}
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>c:\java11\bin\jps.exe
>  4084 ServerLauncher
>  5304 LocatorLauncher
>  4220 Jps
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-9251) Test JVM fails to exit during WindowsIntegrationTest

2021-05-12 Thread Geode Integration (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17343452#comment-17343452
 ] 

Geode Integration commented on GEODE-9251:
--

Seen in [DistributedTestOpenJDK8 
#233|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK8/builds/233]
 ... see [test 
results|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0230/test-results/distributedTest/1620844525/]
 or download 
[artifacts|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0230/test-artifacts/1620844525/distributedtestfiles-OpenJDK8-1.15.0-build.0230.tgz].

> Test JVM fails to exit during WindowsIntegrationTest
> 
>
> Key: GEODE-9251
> URL: https://issues.apache.org/jira/browse/GEODE-9251
> Project: Geode
>  Issue Type: Bug
>  Components: build, ci, tests
>Affects Versions: 1.15.0
>Reporter: Robert Houghton
>Assignee: Robert Houghton
>Priority: Major
>  Labels: pull-request-available
> Attachments: 4084.out, 5304.out
>
>
> Since 9ba75f04a98ba574c7bd0198fc60fba92898d489, the Geode pipeline has been 
> unable to pass WindowsIntegrationTest, due to some JVM processes not exiting 
> on Gradle completion. I pulled logs and will attach them here.
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>tasklist
> Image Name PID Session Name Session# Mem Usage
>  =   === 
>  System Idle Process 0 Services 0 4 K
>  System 4 Services 0 136 K
>  smss.exe 344 Services 0 1,228 K
>  csrss.exe 440 Services 0 4,320 K
>  wininit.exe 508 Services 0 4,844 K
>  csrss.exe 516 Console 1 3,736 K
>  winlogon.exe 568 Console 1 10,768 K
>  services.exe 640 Services 0 7,216 K
>  lsass.exe 648 Services 0 17,708 K
>  svchost.exe 748 Services 0 13,608 K
>  svchost.exe 812 Services 0 8,860 K
>  dwm.exe 888 Console 1 25,596 K
>  svchost.exe 944 Services 0 51,496 K
>  svchost.exe 984 Services 0 17,684 K
>  svchost.exe 240 Services 0 9,376 K
>  svchost.exe 1116 Services 0 23,980 K
>  svchost.exe 1168 Services 0 20,292 K
>  svchost.exe 1176 Services 0 14,656 K
>  google_osconfig_agent.exe 1432 Services 0 21,152 K
>  GCEWindowsAgent.exe 1440 Services 0 18,544 K
>  svchost.exe 1480 Services 0 17,552 K
>  svchost.exe 1736 Services 0 7,212 K
>  spoolsv.exe 1984 Services 0 15,948 K
>  dllhost.exe 1056 Services 0 7,696 K
>  dockerd.exe 1136 Services 0 37,924 K
>  GoogleVssAgent.exe 1336 Services 0 4,780 K
>  sshd.exe 2100 Services 0 6,240 K
>  svchost.exe 2196 Services 0 8,084 K
>  svchost.exe 2204 Services 0 21,120 K
>  vmms.exe 2252 Services 0 32,968 K
>  MsMpEng.exe 2272 Services 0 169,140 K
>  dllhost.exe 2352 Services 0 12,500 K
>  svchost.exe 2768 Services 0 6,928 K
>  vmcompute.exe 2940 Services 0 8,820 K
>  msdtc.exe 2560 Services 0 9,892 K
>  NisSrv.exe 3256 Services 0 10,648 K
>  svchost.exe 3348 Services 0 11,704 K
>  MpCmdRun.exe 4784 Services 0 10,008 K
>  LogonUI.exe 3088 Console 1 46,824 K
>  StackdriverAgent.exe 452 Services 0 27,176 K
>  WmiPrvSE.exe 2144 Services 0 18,972 K
>  sshd.exe 3524 Services 0 7,068 K
>  conhost.exe 1088 Services 0 5,880 K
>  sshd.exe 376 Services 0 7,216 K
>  java.exe 5304 Services 0 1,164,536 K
>  conhost.exe 4216 Services 0 8,932 K
>  java.exe 4084 Services 0 329,184 K
>  conhost.exe 4024 Services 0 8,932 K
>  sshd.exe 5908 Services 0 7,108 K
>  conhost.exe 3976 Services 0 5,932 K
>  dllhost.exe 1652 Services 0 5,904 K
>  sshd.exe 1192 Services 0 7,144 K
>  ssh-shellhost.exe 1836 Services 0 3,192 K
>  cmd.exe 1752 Services 0 2,608 K
>  conhost.exe 932 Services 0 9,448 K
>  cmd.exe 6636 Services 0 2,816 K
>  tasklist.exe 6020 Services 0 7,780 K
> {code}
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>c:\java11\bin\jps.exe
>  4084 ServerLauncher
>  5304 LocatorLauncher
>  4220 Jps
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-9251) Test JVM fails to exit during WindowsIntegrationTest

2021-05-12 Thread Geode Integration (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17343457#comment-17343457
 ] 

Geode Integration commented on GEODE-9251:
--

Seen in [UnitTestOpenJDK8 
#205|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/UnitTestOpenJDK8/builds/205]
 ... see [test 
results|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0230/test-results/test/1620844530/]
 or download 
[artifacts|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0230/test-artifacts/1620844530/unittestfiles-OpenJDK8-1.15.0-build.0230.tgz].

> Test JVM fails to exit during WindowsIntegrationTest
> 
>
> Key: GEODE-9251
> URL: https://issues.apache.org/jira/browse/GEODE-9251
> Project: Geode
>  Issue Type: Bug
>  Components: build, ci, tests
>Affects Versions: 1.15.0
>Reporter: Robert Houghton
>Assignee: Robert Houghton
>Priority: Major
>  Labels: pull-request-available
> Attachments: 4084.out, 5304.out
>
>
> Since 9ba75f04a98ba574c7bd0198fc60fba92898d489, the Geode pipeline has been 
> unable to pass WindowsIntegrationTest, due to some JVM processes not exiting 
> on Gradle completion. I pulled logs and will attach them here.
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>tasklist
> Image Name PID Session Name Session# Mem Usage
>  =   === 
>  System Idle Process 0 Services 0 4 K
>  System 4 Services 0 136 K
>  smss.exe 344 Services 0 1,228 K
>  csrss.exe 440 Services 0 4,320 K
>  wininit.exe 508 Services 0 4,844 K
>  csrss.exe 516 Console 1 3,736 K
>  winlogon.exe 568 Console 1 10,768 K
>  services.exe 640 Services 0 7,216 K
>  lsass.exe 648 Services 0 17,708 K
>  svchost.exe 748 Services 0 13,608 K
>  svchost.exe 812 Services 0 8,860 K
>  dwm.exe 888 Console 1 25,596 K
>  svchost.exe 944 Services 0 51,496 K
>  svchost.exe 984 Services 0 17,684 K
>  svchost.exe 240 Services 0 9,376 K
>  svchost.exe 1116 Services 0 23,980 K
>  svchost.exe 1168 Services 0 20,292 K
>  svchost.exe 1176 Services 0 14,656 K
>  google_osconfig_agent.exe 1432 Services 0 21,152 K
>  GCEWindowsAgent.exe 1440 Services 0 18,544 K
>  svchost.exe 1480 Services 0 17,552 K
>  svchost.exe 1736 Services 0 7,212 K
>  spoolsv.exe 1984 Services 0 15,948 K
>  dllhost.exe 1056 Services 0 7,696 K
>  dockerd.exe 1136 Services 0 37,924 K
>  GoogleVssAgent.exe 1336 Services 0 4,780 K
>  sshd.exe 2100 Services 0 6,240 K
>  svchost.exe 2196 Services 0 8,084 K
>  svchost.exe 2204 Services 0 21,120 K
>  vmms.exe 2252 Services 0 32,968 K
>  MsMpEng.exe 2272 Services 0 169,140 K
>  dllhost.exe 2352 Services 0 12,500 K
>  svchost.exe 2768 Services 0 6,928 K
>  vmcompute.exe 2940 Services 0 8,820 K
>  msdtc.exe 2560 Services 0 9,892 K
>  NisSrv.exe 3256 Services 0 10,648 K
>  svchost.exe 3348 Services 0 11,704 K
>  MpCmdRun.exe 4784 Services 0 10,008 K
>  LogonUI.exe 3088 Console 1 46,824 K
>  StackdriverAgent.exe 452 Services 0 27,176 K
>  WmiPrvSE.exe 2144 Services 0 18,972 K
>  sshd.exe 3524 Services 0 7,068 K
>  conhost.exe 1088 Services 0 5,880 K
>  sshd.exe 376 Services 0 7,216 K
>  java.exe 5304 Services 0 1,164,536 K
>  conhost.exe 4216 Services 0 8,932 K
>  java.exe 4084 Services 0 329,184 K
>  conhost.exe 4024 Services 0 8,932 K
>  sshd.exe 5908 Services 0 7,108 K
>  conhost.exe 3976 Services 0 5,932 K
>  dllhost.exe 1652 Services 0 5,904 K
>  sshd.exe 1192 Services 0 7,144 K
>  ssh-shellhost.exe 1836 Services 0 3,192 K
>  cmd.exe 1752 Services 0 2,608 K
>  conhost.exe 932 Services 0 9,448 K
>  cmd.exe 6636 Services 0 2,816 K
>  tasklist.exe 6020 Services 0 7,780 K
> {code}
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>c:\java11\bin\jps.exe
>  4084 ServerLauncher
>  5304 LocatorLauncher
>  4220 Jps
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-9251) Test JVM fails to exit during WindowsIntegrationTest

2021-05-12 Thread Geode Integration (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17343450#comment-17343450
 ] 

Geode Integration commented on GEODE-9251:
--

Seen in [AcceptanceTestOpenJDK11 
#208|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/AcceptanceTestOpenJDK11/builds/208]
 ... see [test 
results|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0230/test-results/acceptanceTest/1620844519/]
 or download 
[artifacts|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0230/test-artifacts/1620844519/acceptancetestfiles-OpenJDK11-1.15.0-build.0230.tgz].

> Test JVM fails to exit during WindowsIntegrationTest
> 
>
> Key: GEODE-9251
> URL: https://issues.apache.org/jira/browse/GEODE-9251
> Project: Geode
>  Issue Type: Bug
>  Components: build, ci, tests
>Affects Versions: 1.15.0
>Reporter: Robert Houghton
>Assignee: Robert Houghton
>Priority: Major
>  Labels: pull-request-available
> Attachments: 4084.out, 5304.out
>
>
> Since 9ba75f04a98ba574c7bd0198fc60fba92898d489, the Geode pipeline has been 
> unable to pass WindowsIntegrationTest, due to some JVM processes not exiting 
> on Gradle completion. I pulled logs and will attach them here.
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>tasklist
> Image Name PID Session Name Session# Mem Usage
>  =   === 
>  System Idle Process 0 Services 0 4 K
>  System 4 Services 0 136 K
>  smss.exe 344 Services 0 1,228 K
>  csrss.exe 440 Services 0 4,320 K
>  wininit.exe 508 Services 0 4,844 K
>  csrss.exe 516 Console 1 3,736 K
>  winlogon.exe 568 Console 1 10,768 K
>  services.exe 640 Services 0 7,216 K
>  lsass.exe 648 Services 0 17,708 K
>  svchost.exe 748 Services 0 13,608 K
>  svchost.exe 812 Services 0 8,860 K
>  dwm.exe 888 Console 1 25,596 K
>  svchost.exe 944 Services 0 51,496 K
>  svchost.exe 984 Services 0 17,684 K
>  svchost.exe 240 Services 0 9,376 K
>  svchost.exe 1116 Services 0 23,980 K
>  svchost.exe 1168 Services 0 20,292 K
>  svchost.exe 1176 Services 0 14,656 K
>  google_osconfig_agent.exe 1432 Services 0 21,152 K
>  GCEWindowsAgent.exe 1440 Services 0 18,544 K
>  svchost.exe 1480 Services 0 17,552 K
>  svchost.exe 1736 Services 0 7,212 K
>  spoolsv.exe 1984 Services 0 15,948 K
>  dllhost.exe 1056 Services 0 7,696 K
>  dockerd.exe 1136 Services 0 37,924 K
>  GoogleVssAgent.exe 1336 Services 0 4,780 K
>  sshd.exe 2100 Services 0 6,240 K
>  svchost.exe 2196 Services 0 8,084 K
>  svchost.exe 2204 Services 0 21,120 K
>  vmms.exe 2252 Services 0 32,968 K
>  MsMpEng.exe 2272 Services 0 169,140 K
>  dllhost.exe 2352 Services 0 12,500 K
>  svchost.exe 2768 Services 0 6,928 K
>  vmcompute.exe 2940 Services 0 8,820 K
>  msdtc.exe 2560 Services 0 9,892 K
>  NisSrv.exe 3256 Services 0 10,648 K
>  svchost.exe 3348 Services 0 11,704 K
>  MpCmdRun.exe 4784 Services 0 10,008 K
>  LogonUI.exe 3088 Console 1 46,824 K
>  StackdriverAgent.exe 452 Services 0 27,176 K
>  WmiPrvSE.exe 2144 Services 0 18,972 K
>  sshd.exe 3524 Services 0 7,068 K
>  conhost.exe 1088 Services 0 5,880 K
>  sshd.exe 376 Services 0 7,216 K
>  java.exe 5304 Services 0 1,164,536 K
>  conhost.exe 4216 Services 0 8,932 K
>  java.exe 4084 Services 0 329,184 K
>  conhost.exe 4024 Services 0 8,932 K
>  sshd.exe 5908 Services 0 7,108 K
>  conhost.exe 3976 Services 0 5,932 K
>  dllhost.exe 1652 Services 0 5,904 K
>  sshd.exe 1192 Services 0 7,144 K
>  ssh-shellhost.exe 1836 Services 0 3,192 K
>  cmd.exe 1752 Services 0 2,608 K
>  conhost.exe 932 Services 0 9,448 K
>  cmd.exe 6636 Services 0 2,816 K
>  tasklist.exe 6020 Services 0 7,780 K
> {code}
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>c:\java11\bin\jps.exe
>  4084 ServerLauncher
>  5304 LocatorLauncher
>  4220 Jps
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-9251) Test JVM fails to exit during WindowsIntegrationTest

2021-05-12 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17343356#comment-17343356
 ] 

ASF subversion and git services commented on GEODE-9251:


Commit ab65e024bf96eca0fb41725b980bf4dde49dcd9d in geode's branch 
refs/heads/develop from Robert Houghton
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=ab65e02 ]

GEODE-9251: openssh update waits for orphan child-processes. Kill them (#6469)



> Test JVM fails to exit during WindowsIntegrationTest
> 
>
> Key: GEODE-9251
> URL: https://issues.apache.org/jira/browse/GEODE-9251
> Project: Geode
>  Issue Type: Bug
>  Components: build, ci, tests
>Affects Versions: 1.15.0
>Reporter: Robert Houghton
>Assignee: Robert Houghton
>Priority: Major
>  Labels: pull-request-available
> Attachments: 4084.out, 5304.out
>
>
> Since 9ba75f04a98ba574c7bd0198fc60fba92898d489, the Geode pipeline has been 
> unable to pass WindowsIntegrationTest, due to some JVM processes not exiting 
> on Gradle completion. I pulled logs and will attach them here.
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>tasklist
> Image Name PID Session Name Session# Mem Usage
>  =   === 
>  System Idle Process 0 Services 0 4 K
>  System 4 Services 0 136 K
>  smss.exe 344 Services 0 1,228 K
>  csrss.exe 440 Services 0 4,320 K
>  wininit.exe 508 Services 0 4,844 K
>  csrss.exe 516 Console 1 3,736 K
>  winlogon.exe 568 Console 1 10,768 K
>  services.exe 640 Services 0 7,216 K
>  lsass.exe 648 Services 0 17,708 K
>  svchost.exe 748 Services 0 13,608 K
>  svchost.exe 812 Services 0 8,860 K
>  dwm.exe 888 Console 1 25,596 K
>  svchost.exe 944 Services 0 51,496 K
>  svchost.exe 984 Services 0 17,684 K
>  svchost.exe 240 Services 0 9,376 K
>  svchost.exe 1116 Services 0 23,980 K
>  svchost.exe 1168 Services 0 20,292 K
>  svchost.exe 1176 Services 0 14,656 K
>  google_osconfig_agent.exe 1432 Services 0 21,152 K
>  GCEWindowsAgent.exe 1440 Services 0 18,544 K
>  svchost.exe 1480 Services 0 17,552 K
>  svchost.exe 1736 Services 0 7,212 K
>  spoolsv.exe 1984 Services 0 15,948 K
>  dllhost.exe 1056 Services 0 7,696 K
>  dockerd.exe 1136 Services 0 37,924 K
>  GoogleVssAgent.exe 1336 Services 0 4,780 K
>  sshd.exe 2100 Services 0 6,240 K
>  svchost.exe 2196 Services 0 8,084 K
>  svchost.exe 2204 Services 0 21,120 K
>  vmms.exe 2252 Services 0 32,968 K
>  MsMpEng.exe 2272 Services 0 169,140 K
>  dllhost.exe 2352 Services 0 12,500 K
>  svchost.exe 2768 Services 0 6,928 K
>  vmcompute.exe 2940 Services 0 8,820 K
>  msdtc.exe 2560 Services 0 9,892 K
>  NisSrv.exe 3256 Services 0 10,648 K
>  svchost.exe 3348 Services 0 11,704 K
>  MpCmdRun.exe 4784 Services 0 10,008 K
>  LogonUI.exe 3088 Console 1 46,824 K
>  StackdriverAgent.exe 452 Services 0 27,176 K
>  WmiPrvSE.exe 2144 Services 0 18,972 K
>  sshd.exe 3524 Services 0 7,068 K
>  conhost.exe 1088 Services 0 5,880 K
>  sshd.exe 376 Services 0 7,216 K
>  java.exe 5304 Services 0 1,164,536 K
>  conhost.exe 4216 Services 0 8,932 K
>  java.exe 4084 Services 0 329,184 K
>  conhost.exe 4024 Services 0 8,932 K
>  sshd.exe 5908 Services 0 7,108 K
>  conhost.exe 3976 Services 0 5,932 K
>  dllhost.exe 1652 Services 0 5,904 K
>  sshd.exe 1192 Services 0 7,144 K
>  ssh-shellhost.exe 1836 Services 0 3,192 K
>  cmd.exe 1752 Services 0 2,608 K
>  conhost.exe 932 Services 0 9,448 K
>  cmd.exe 6636 Services 0 2,816 K
>  tasklist.exe 6020 Services 0 7,780 K
> {code}
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>c:\java11\bin\jps.exe
>  4084 ServerLauncher
>  5304 LocatorLauncher
>  4220 Jps
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-9251) Test JVM fails to exit during WindowsIntegrationTest

2021-05-11 Thread Geode Integration (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17342780#comment-17342780
 ] 

Geode Integration commented on GEODE-9251:
--

Seen in [WindowsIntegrationTestOpenJDK8 
#201|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/WindowsIntegrationTestOpenJDK8/builds/201]
 ... see [test 
results|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0223/test-results/integrationTest/1620732765/]
 or download 
[artifacts|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0223/test-artifacts/1620732765/windows-integrationtestfiles-OpenJDK8-1.15.0-build.0223.tgz].

> Test JVM fails to exit during WindowsIntegrationTest
> 
>
> Key: GEODE-9251
> URL: https://issues.apache.org/jira/browse/GEODE-9251
> Project: Geode
>  Issue Type: Bug
>  Components: build, ci, tests
>Affects Versions: 1.15.0
>Reporter: Robert Houghton
>Priority: Major
> Attachments: 4084.out, 5304.out
>
>
> Since 9ba75f04a98ba574c7bd0198fc60fba92898d489, the Geode pipeline has been 
> unable to pass WindowsIntegrationTest, due to some JVM processes not exiting 
> on Gradle completion. I pulled logs and will attach them here.
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>tasklist
> Image Name PID Session Name Session# Mem Usage
>  =   === 
>  System Idle Process 0 Services 0 4 K
>  System 4 Services 0 136 K
>  smss.exe 344 Services 0 1,228 K
>  csrss.exe 440 Services 0 4,320 K
>  wininit.exe 508 Services 0 4,844 K
>  csrss.exe 516 Console 1 3,736 K
>  winlogon.exe 568 Console 1 10,768 K
>  services.exe 640 Services 0 7,216 K
>  lsass.exe 648 Services 0 17,708 K
>  svchost.exe 748 Services 0 13,608 K
>  svchost.exe 812 Services 0 8,860 K
>  dwm.exe 888 Console 1 25,596 K
>  svchost.exe 944 Services 0 51,496 K
>  svchost.exe 984 Services 0 17,684 K
>  svchost.exe 240 Services 0 9,376 K
>  svchost.exe 1116 Services 0 23,980 K
>  svchost.exe 1168 Services 0 20,292 K
>  svchost.exe 1176 Services 0 14,656 K
>  google_osconfig_agent.exe 1432 Services 0 21,152 K
>  GCEWindowsAgent.exe 1440 Services 0 18,544 K
>  svchost.exe 1480 Services 0 17,552 K
>  svchost.exe 1736 Services 0 7,212 K
>  spoolsv.exe 1984 Services 0 15,948 K
>  dllhost.exe 1056 Services 0 7,696 K
>  dockerd.exe 1136 Services 0 37,924 K
>  GoogleVssAgent.exe 1336 Services 0 4,780 K
>  sshd.exe 2100 Services 0 6,240 K
>  svchost.exe 2196 Services 0 8,084 K
>  svchost.exe 2204 Services 0 21,120 K
>  vmms.exe 2252 Services 0 32,968 K
>  MsMpEng.exe 2272 Services 0 169,140 K
>  dllhost.exe 2352 Services 0 12,500 K
>  svchost.exe 2768 Services 0 6,928 K
>  vmcompute.exe 2940 Services 0 8,820 K
>  msdtc.exe 2560 Services 0 9,892 K
>  NisSrv.exe 3256 Services 0 10,648 K
>  svchost.exe 3348 Services 0 11,704 K
>  MpCmdRun.exe 4784 Services 0 10,008 K
>  LogonUI.exe 3088 Console 1 46,824 K
>  StackdriverAgent.exe 452 Services 0 27,176 K
>  WmiPrvSE.exe 2144 Services 0 18,972 K
>  sshd.exe 3524 Services 0 7,068 K
>  conhost.exe 1088 Services 0 5,880 K
>  sshd.exe 376 Services 0 7,216 K
>  java.exe 5304 Services 0 1,164,536 K
>  conhost.exe 4216 Services 0 8,932 K
>  java.exe 4084 Services 0 329,184 K
>  conhost.exe 4024 Services 0 8,932 K
>  sshd.exe 5908 Services 0 7,108 K
>  conhost.exe 3976 Services 0 5,932 K
>  dllhost.exe 1652 Services 0 5,904 K
>  sshd.exe 1192 Services 0 7,144 K
>  ssh-shellhost.exe 1836 Services 0 3,192 K
>  cmd.exe 1752 Services 0 2,608 K
>  conhost.exe 932 Services 0 9,448 K
>  cmd.exe 6636 Services 0 2,816 K
>  tasklist.exe 6020 Services 0 7,780 K
> {code}
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>c:\java11\bin\jps.exe
>  4084 ServerLauncher
>  5304 LocatorLauncher
>  4220 Jps
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-9251) Test JVM fails to exit during WindowsIntegrationTest

2021-05-11 Thread Geode Integration (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17342779#comment-17342779
 ] 

Geode Integration commented on GEODE-9251:
--

Seen in [WindowsIntegrationTestOpenJDK11 
#201|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/WindowsIntegrationTestOpenJDK11/builds/201]
 ... see [test 
results|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0223/test-results/integrationTest/1620732718/]
 or download 
[artifacts|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0223/test-artifacts/1620732718/windows-integrationtestfiles-OpenJDK11-1.15.0-build.0223.tgz].

> Test JVM fails to exit during WindowsIntegrationTest
> 
>
> Key: GEODE-9251
> URL: https://issues.apache.org/jira/browse/GEODE-9251
> Project: Geode
>  Issue Type: Bug
>  Components: build, ci, tests
>Affects Versions: 1.15.0
>Reporter: Robert Houghton
>Priority: Major
> Attachments: 4084.out, 5304.out
>
>
> Since 9ba75f04a98ba574c7bd0198fc60fba92898d489, the Geode pipeline has been 
> unable to pass WindowsIntegrationTest, due to some JVM processes not exiting 
> on Gradle completion. I pulled logs and will attach them here.
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>tasklist
> Image Name PID Session Name Session# Mem Usage
>  =   === 
>  System Idle Process 0 Services 0 4 K
>  System 4 Services 0 136 K
>  smss.exe 344 Services 0 1,228 K
>  csrss.exe 440 Services 0 4,320 K
>  wininit.exe 508 Services 0 4,844 K
>  csrss.exe 516 Console 1 3,736 K
>  winlogon.exe 568 Console 1 10,768 K
>  services.exe 640 Services 0 7,216 K
>  lsass.exe 648 Services 0 17,708 K
>  svchost.exe 748 Services 0 13,608 K
>  svchost.exe 812 Services 0 8,860 K
>  dwm.exe 888 Console 1 25,596 K
>  svchost.exe 944 Services 0 51,496 K
>  svchost.exe 984 Services 0 17,684 K
>  svchost.exe 240 Services 0 9,376 K
>  svchost.exe 1116 Services 0 23,980 K
>  svchost.exe 1168 Services 0 20,292 K
>  svchost.exe 1176 Services 0 14,656 K
>  google_osconfig_agent.exe 1432 Services 0 21,152 K
>  GCEWindowsAgent.exe 1440 Services 0 18,544 K
>  svchost.exe 1480 Services 0 17,552 K
>  svchost.exe 1736 Services 0 7,212 K
>  spoolsv.exe 1984 Services 0 15,948 K
>  dllhost.exe 1056 Services 0 7,696 K
>  dockerd.exe 1136 Services 0 37,924 K
>  GoogleVssAgent.exe 1336 Services 0 4,780 K
>  sshd.exe 2100 Services 0 6,240 K
>  svchost.exe 2196 Services 0 8,084 K
>  svchost.exe 2204 Services 0 21,120 K
>  vmms.exe 2252 Services 0 32,968 K
>  MsMpEng.exe 2272 Services 0 169,140 K
>  dllhost.exe 2352 Services 0 12,500 K
>  svchost.exe 2768 Services 0 6,928 K
>  vmcompute.exe 2940 Services 0 8,820 K
>  msdtc.exe 2560 Services 0 9,892 K
>  NisSrv.exe 3256 Services 0 10,648 K
>  svchost.exe 3348 Services 0 11,704 K
>  MpCmdRun.exe 4784 Services 0 10,008 K
>  LogonUI.exe 3088 Console 1 46,824 K
>  StackdriverAgent.exe 452 Services 0 27,176 K
>  WmiPrvSE.exe 2144 Services 0 18,972 K
>  sshd.exe 3524 Services 0 7,068 K
>  conhost.exe 1088 Services 0 5,880 K
>  sshd.exe 376 Services 0 7,216 K
>  java.exe 5304 Services 0 1,164,536 K
>  conhost.exe 4216 Services 0 8,932 K
>  java.exe 4084 Services 0 329,184 K
>  conhost.exe 4024 Services 0 8,932 K
>  sshd.exe 5908 Services 0 7,108 K
>  conhost.exe 3976 Services 0 5,932 K
>  dllhost.exe 1652 Services 0 5,904 K
>  sshd.exe 1192 Services 0 7,144 K
>  ssh-shellhost.exe 1836 Services 0 3,192 K
>  cmd.exe 1752 Services 0 2,608 K
>  conhost.exe 932 Services 0 9,448 K
>  cmd.exe 6636 Services 0 2,816 K
>  tasklist.exe 6020 Services 0 7,780 K
> {code}
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>c:\java11\bin\jps.exe
>  4084 ServerLauncher
>  5304 LocatorLauncher
>  4220 Jps
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-9251) Test JVM fails to exit during WindowsIntegrationTest

2021-05-07 Thread Geode Integration (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17341119#comment-17341119
 ] 

Geode Integration commented on GEODE-9251:
--

Seen in [WindowsIntegrationTestOpenJDK11 
#200|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/WindowsIntegrationTestOpenJDK11/builds/200]
 ... see [test 
results|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0214/test-results/integrationTest/1620444606/]
 or download 
[artifacts|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0214/test-artifacts/1620444606/windows-integrationtestfiles-OpenJDK11-1.15.0-build.0214.tgz].

> Test JVM fails to exit during WindowsIntegrationTest
> 
>
> Key: GEODE-9251
> URL: https://issues.apache.org/jira/browse/GEODE-9251
> Project: Geode
>  Issue Type: Bug
>  Components: build, ci, tests
>Affects Versions: 1.15.0
>Reporter: Robert Houghton
>Priority: Major
> Attachments: 4084.out, 5304.out
>
>
> Since 9ba75f04a98ba574c7bd0198fc60fba92898d489, the Geode pipeline has been 
> unable to pass WindowsIntegrationTest, due to some JVM processes not exiting 
> on Gradle completion. I pulled logs and will attach them here.
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>tasklist
> Image Name PID Session Name Session# Mem Usage
>  =   === 
>  System Idle Process 0 Services 0 4 K
>  System 4 Services 0 136 K
>  smss.exe 344 Services 0 1,228 K
>  csrss.exe 440 Services 0 4,320 K
>  wininit.exe 508 Services 0 4,844 K
>  csrss.exe 516 Console 1 3,736 K
>  winlogon.exe 568 Console 1 10,768 K
>  services.exe 640 Services 0 7,216 K
>  lsass.exe 648 Services 0 17,708 K
>  svchost.exe 748 Services 0 13,608 K
>  svchost.exe 812 Services 0 8,860 K
>  dwm.exe 888 Console 1 25,596 K
>  svchost.exe 944 Services 0 51,496 K
>  svchost.exe 984 Services 0 17,684 K
>  svchost.exe 240 Services 0 9,376 K
>  svchost.exe 1116 Services 0 23,980 K
>  svchost.exe 1168 Services 0 20,292 K
>  svchost.exe 1176 Services 0 14,656 K
>  google_osconfig_agent.exe 1432 Services 0 21,152 K
>  GCEWindowsAgent.exe 1440 Services 0 18,544 K
>  svchost.exe 1480 Services 0 17,552 K
>  svchost.exe 1736 Services 0 7,212 K
>  spoolsv.exe 1984 Services 0 15,948 K
>  dllhost.exe 1056 Services 0 7,696 K
>  dockerd.exe 1136 Services 0 37,924 K
>  GoogleVssAgent.exe 1336 Services 0 4,780 K
>  sshd.exe 2100 Services 0 6,240 K
>  svchost.exe 2196 Services 0 8,084 K
>  svchost.exe 2204 Services 0 21,120 K
>  vmms.exe 2252 Services 0 32,968 K
>  MsMpEng.exe 2272 Services 0 169,140 K
>  dllhost.exe 2352 Services 0 12,500 K
>  svchost.exe 2768 Services 0 6,928 K
>  vmcompute.exe 2940 Services 0 8,820 K
>  msdtc.exe 2560 Services 0 9,892 K
>  NisSrv.exe 3256 Services 0 10,648 K
>  svchost.exe 3348 Services 0 11,704 K
>  MpCmdRun.exe 4784 Services 0 10,008 K
>  LogonUI.exe 3088 Console 1 46,824 K
>  StackdriverAgent.exe 452 Services 0 27,176 K
>  WmiPrvSE.exe 2144 Services 0 18,972 K
>  sshd.exe 3524 Services 0 7,068 K
>  conhost.exe 1088 Services 0 5,880 K
>  sshd.exe 376 Services 0 7,216 K
>  java.exe 5304 Services 0 1,164,536 K
>  conhost.exe 4216 Services 0 8,932 K
>  java.exe 4084 Services 0 329,184 K
>  conhost.exe 4024 Services 0 8,932 K
>  sshd.exe 5908 Services 0 7,108 K
>  conhost.exe 3976 Services 0 5,932 K
>  dllhost.exe 1652 Services 0 5,904 K
>  sshd.exe 1192 Services 0 7,144 K
>  ssh-shellhost.exe 1836 Services 0 3,192 K
>  cmd.exe 1752 Services 0 2,608 K
>  conhost.exe 932 Services 0 9,448 K
>  cmd.exe 6636 Services 0 2,816 K
>  tasklist.exe 6020 Services 0 7,780 K
> {code}
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>c:\java11\bin\jps.exe
>  4084 ServerLauncher
>  5304 LocatorLauncher
>  4220 Jps
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-9251) Test JVM fails to exit during WindowsIntegrationTest

2021-05-07 Thread Geode Integration (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17341118#comment-17341118
 ] 

Geode Integration commented on GEODE-9251:
--

Seen in [WindowsIntegrationTestOpenJDK8 
#200|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/WindowsIntegrationTestOpenJDK8/builds/200]
 ... see [test 
results|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0214/test-results/integrationTest/1620444596/]
 or download 
[artifacts|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0214/test-artifacts/1620444596/windows-integrationtestfiles-OpenJDK8-1.15.0-build.0214.tgz].

> Test JVM fails to exit during WindowsIntegrationTest
> 
>
> Key: GEODE-9251
> URL: https://issues.apache.org/jira/browse/GEODE-9251
> Project: Geode
>  Issue Type: Bug
>  Components: build, ci, tests
>Affects Versions: 1.15.0
>Reporter: Robert Houghton
>Priority: Major
> Attachments: 4084.out, 5304.out
>
>
> Since 9ba75f04a98ba574c7bd0198fc60fba92898d489, the Geode pipeline has been 
> unable to pass WindowsIntegrationTest, due to some JVM processes not exiting 
> on Gradle completion. I pulled logs and will attach them here.
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>tasklist
> Image Name PID Session Name Session# Mem Usage
>  =   === 
>  System Idle Process 0 Services 0 4 K
>  System 4 Services 0 136 K
>  smss.exe 344 Services 0 1,228 K
>  csrss.exe 440 Services 0 4,320 K
>  wininit.exe 508 Services 0 4,844 K
>  csrss.exe 516 Console 1 3,736 K
>  winlogon.exe 568 Console 1 10,768 K
>  services.exe 640 Services 0 7,216 K
>  lsass.exe 648 Services 0 17,708 K
>  svchost.exe 748 Services 0 13,608 K
>  svchost.exe 812 Services 0 8,860 K
>  dwm.exe 888 Console 1 25,596 K
>  svchost.exe 944 Services 0 51,496 K
>  svchost.exe 984 Services 0 17,684 K
>  svchost.exe 240 Services 0 9,376 K
>  svchost.exe 1116 Services 0 23,980 K
>  svchost.exe 1168 Services 0 20,292 K
>  svchost.exe 1176 Services 0 14,656 K
>  google_osconfig_agent.exe 1432 Services 0 21,152 K
>  GCEWindowsAgent.exe 1440 Services 0 18,544 K
>  svchost.exe 1480 Services 0 17,552 K
>  svchost.exe 1736 Services 0 7,212 K
>  spoolsv.exe 1984 Services 0 15,948 K
>  dllhost.exe 1056 Services 0 7,696 K
>  dockerd.exe 1136 Services 0 37,924 K
>  GoogleVssAgent.exe 1336 Services 0 4,780 K
>  sshd.exe 2100 Services 0 6,240 K
>  svchost.exe 2196 Services 0 8,084 K
>  svchost.exe 2204 Services 0 21,120 K
>  vmms.exe 2252 Services 0 32,968 K
>  MsMpEng.exe 2272 Services 0 169,140 K
>  dllhost.exe 2352 Services 0 12,500 K
>  svchost.exe 2768 Services 0 6,928 K
>  vmcompute.exe 2940 Services 0 8,820 K
>  msdtc.exe 2560 Services 0 9,892 K
>  NisSrv.exe 3256 Services 0 10,648 K
>  svchost.exe 3348 Services 0 11,704 K
>  MpCmdRun.exe 4784 Services 0 10,008 K
>  LogonUI.exe 3088 Console 1 46,824 K
>  StackdriverAgent.exe 452 Services 0 27,176 K
>  WmiPrvSE.exe 2144 Services 0 18,972 K
>  sshd.exe 3524 Services 0 7,068 K
>  conhost.exe 1088 Services 0 5,880 K
>  sshd.exe 376 Services 0 7,216 K
>  java.exe 5304 Services 0 1,164,536 K
>  conhost.exe 4216 Services 0 8,932 K
>  java.exe 4084 Services 0 329,184 K
>  conhost.exe 4024 Services 0 8,932 K
>  sshd.exe 5908 Services 0 7,108 K
>  conhost.exe 3976 Services 0 5,932 K
>  dllhost.exe 1652 Services 0 5,904 K
>  sshd.exe 1192 Services 0 7,144 K
>  ssh-shellhost.exe 1836 Services 0 3,192 K
>  cmd.exe 1752 Services 0 2,608 K
>  conhost.exe 932 Services 0 9,448 K
>  cmd.exe 6636 Services 0 2,816 K
>  tasklist.exe 6020 Services 0 7,780 K
> {code}
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>c:\java11\bin\jps.exe
>  4084 ServerLauncher
>  5304 LocatorLauncher
>  4220 Jps
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-9251) Test JVM fails to exit during WindowsIntegrationTest

2021-05-07 Thread Geode Integration (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17341061#comment-17341061
 ] 

Geode Integration commented on GEODE-9251:
--

Seen in [WindowsIntegrationTestOpenJDK11 
#199|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/WindowsIntegrationTestOpenJDK11/builds/199]
 ... see [test 
results|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0213/test-results/integrationTest/1620422569/]
 or download 
[artifacts|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0213/test-artifacts/1620422569/windows-integrationtestfiles-OpenJDK11-1.15.0-build.0213.tgz].

> Test JVM fails to exit during WindowsIntegrationTest
> 
>
> Key: GEODE-9251
> URL: https://issues.apache.org/jira/browse/GEODE-9251
> Project: Geode
>  Issue Type: Bug
>  Components: build, ci, tests
>Affects Versions: 1.15.0
>Reporter: Robert Houghton
>Priority: Major
> Attachments: 4084.out, 5304.out
>
>
> Since 9ba75f04a98ba574c7bd0198fc60fba92898d489, the Geode pipeline has been 
> unable to pass WindowsIntegrationTest, due to some JVM processes not exiting 
> on Gradle completion. I pulled logs and will attach them here.
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>tasklist
> Image Name PID Session Name Session# Mem Usage
>  =   === 
>  System Idle Process 0 Services 0 4 K
>  System 4 Services 0 136 K
>  smss.exe 344 Services 0 1,228 K
>  csrss.exe 440 Services 0 4,320 K
>  wininit.exe 508 Services 0 4,844 K
>  csrss.exe 516 Console 1 3,736 K
>  winlogon.exe 568 Console 1 10,768 K
>  services.exe 640 Services 0 7,216 K
>  lsass.exe 648 Services 0 17,708 K
>  svchost.exe 748 Services 0 13,608 K
>  svchost.exe 812 Services 0 8,860 K
>  dwm.exe 888 Console 1 25,596 K
>  svchost.exe 944 Services 0 51,496 K
>  svchost.exe 984 Services 0 17,684 K
>  svchost.exe 240 Services 0 9,376 K
>  svchost.exe 1116 Services 0 23,980 K
>  svchost.exe 1168 Services 0 20,292 K
>  svchost.exe 1176 Services 0 14,656 K
>  google_osconfig_agent.exe 1432 Services 0 21,152 K
>  GCEWindowsAgent.exe 1440 Services 0 18,544 K
>  svchost.exe 1480 Services 0 17,552 K
>  svchost.exe 1736 Services 0 7,212 K
>  spoolsv.exe 1984 Services 0 15,948 K
>  dllhost.exe 1056 Services 0 7,696 K
>  dockerd.exe 1136 Services 0 37,924 K
>  GoogleVssAgent.exe 1336 Services 0 4,780 K
>  sshd.exe 2100 Services 0 6,240 K
>  svchost.exe 2196 Services 0 8,084 K
>  svchost.exe 2204 Services 0 21,120 K
>  vmms.exe 2252 Services 0 32,968 K
>  MsMpEng.exe 2272 Services 0 169,140 K
>  dllhost.exe 2352 Services 0 12,500 K
>  svchost.exe 2768 Services 0 6,928 K
>  vmcompute.exe 2940 Services 0 8,820 K
>  msdtc.exe 2560 Services 0 9,892 K
>  NisSrv.exe 3256 Services 0 10,648 K
>  svchost.exe 3348 Services 0 11,704 K
>  MpCmdRun.exe 4784 Services 0 10,008 K
>  LogonUI.exe 3088 Console 1 46,824 K
>  StackdriverAgent.exe 452 Services 0 27,176 K
>  WmiPrvSE.exe 2144 Services 0 18,972 K
>  sshd.exe 3524 Services 0 7,068 K
>  conhost.exe 1088 Services 0 5,880 K
>  sshd.exe 376 Services 0 7,216 K
>  java.exe 5304 Services 0 1,164,536 K
>  conhost.exe 4216 Services 0 8,932 K
>  java.exe 4084 Services 0 329,184 K
>  conhost.exe 4024 Services 0 8,932 K
>  sshd.exe 5908 Services 0 7,108 K
>  conhost.exe 3976 Services 0 5,932 K
>  dllhost.exe 1652 Services 0 5,904 K
>  sshd.exe 1192 Services 0 7,144 K
>  ssh-shellhost.exe 1836 Services 0 3,192 K
>  cmd.exe 1752 Services 0 2,608 K
>  conhost.exe 932 Services 0 9,448 K
>  cmd.exe 6636 Services 0 2,816 K
>  tasklist.exe 6020 Services 0 7,780 K
> {code}
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>c:\java11\bin\jps.exe
>  4084 ServerLauncher
>  5304 LocatorLauncher
>  4220 Jps
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-9251) Test JVM fails to exit during WindowsIntegrationTest

2021-05-07 Thread Geode Integration (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17341060#comment-17341060
 ] 

Geode Integration commented on GEODE-9251:
--

Seen in [WindowsIntegrationTestOpenJDK8 
#199|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/WindowsIntegrationTestOpenJDK8/builds/199]
 ... see [test 
results|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0213/test-results/integrationTest/1620422537/]
 or download 
[artifacts|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0213/test-artifacts/1620422537/windows-integrationtestfiles-OpenJDK8-1.15.0-build.0213.tgz].

> Test JVM fails to exit during WindowsIntegrationTest
> 
>
> Key: GEODE-9251
> URL: https://issues.apache.org/jira/browse/GEODE-9251
> Project: Geode
>  Issue Type: Bug
>  Components: build, ci, tests
>Affects Versions: 1.15.0
>Reporter: Robert Houghton
>Priority: Major
> Attachments: 4084.out, 5304.out
>
>
> Since 9ba75f04a98ba574c7bd0198fc60fba92898d489, the Geode pipeline has been 
> unable to pass WindowsIntegrationTest, due to some JVM processes not exiting 
> on Gradle completion. I pulled logs and will attach them here.
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>tasklist
> Image Name PID Session Name Session# Mem Usage
>  =   === 
>  System Idle Process 0 Services 0 4 K
>  System 4 Services 0 136 K
>  smss.exe 344 Services 0 1,228 K
>  csrss.exe 440 Services 0 4,320 K
>  wininit.exe 508 Services 0 4,844 K
>  csrss.exe 516 Console 1 3,736 K
>  winlogon.exe 568 Console 1 10,768 K
>  services.exe 640 Services 0 7,216 K
>  lsass.exe 648 Services 0 17,708 K
>  svchost.exe 748 Services 0 13,608 K
>  svchost.exe 812 Services 0 8,860 K
>  dwm.exe 888 Console 1 25,596 K
>  svchost.exe 944 Services 0 51,496 K
>  svchost.exe 984 Services 0 17,684 K
>  svchost.exe 240 Services 0 9,376 K
>  svchost.exe 1116 Services 0 23,980 K
>  svchost.exe 1168 Services 0 20,292 K
>  svchost.exe 1176 Services 0 14,656 K
>  google_osconfig_agent.exe 1432 Services 0 21,152 K
>  GCEWindowsAgent.exe 1440 Services 0 18,544 K
>  svchost.exe 1480 Services 0 17,552 K
>  svchost.exe 1736 Services 0 7,212 K
>  spoolsv.exe 1984 Services 0 15,948 K
>  dllhost.exe 1056 Services 0 7,696 K
>  dockerd.exe 1136 Services 0 37,924 K
>  GoogleVssAgent.exe 1336 Services 0 4,780 K
>  sshd.exe 2100 Services 0 6,240 K
>  svchost.exe 2196 Services 0 8,084 K
>  svchost.exe 2204 Services 0 21,120 K
>  vmms.exe 2252 Services 0 32,968 K
>  MsMpEng.exe 2272 Services 0 169,140 K
>  dllhost.exe 2352 Services 0 12,500 K
>  svchost.exe 2768 Services 0 6,928 K
>  vmcompute.exe 2940 Services 0 8,820 K
>  msdtc.exe 2560 Services 0 9,892 K
>  NisSrv.exe 3256 Services 0 10,648 K
>  svchost.exe 3348 Services 0 11,704 K
>  MpCmdRun.exe 4784 Services 0 10,008 K
>  LogonUI.exe 3088 Console 1 46,824 K
>  StackdriverAgent.exe 452 Services 0 27,176 K
>  WmiPrvSE.exe 2144 Services 0 18,972 K
>  sshd.exe 3524 Services 0 7,068 K
>  conhost.exe 1088 Services 0 5,880 K
>  sshd.exe 376 Services 0 7,216 K
>  java.exe 5304 Services 0 1,164,536 K
>  conhost.exe 4216 Services 0 8,932 K
>  java.exe 4084 Services 0 329,184 K
>  conhost.exe 4024 Services 0 8,932 K
>  sshd.exe 5908 Services 0 7,108 K
>  conhost.exe 3976 Services 0 5,932 K
>  dllhost.exe 1652 Services 0 5,904 K
>  sshd.exe 1192 Services 0 7,144 K
>  ssh-shellhost.exe 1836 Services 0 3,192 K
>  cmd.exe 1752 Services 0 2,608 K
>  conhost.exe 932 Services 0 9,448 K
>  cmd.exe 6636 Services 0 2,816 K
>  tasklist.exe 6020 Services 0 7,780 K
> {code}
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>c:\java11\bin\jps.exe
>  4084 ServerLauncher
>  5304 LocatorLauncher
>  4220 Jps
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-9251) Test JVM fails to exit during WindowsIntegrationTest

2021-05-07 Thread Geode Integration (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17341032#comment-17341032
 ] 

Geode Integration commented on GEODE-9251:
--

Seen in [WindowsIntegrationTestOpenJDK8 
#198|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/WindowsIntegrationTestOpenJDK8/builds/198]
 ... see [test 
results|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0212/test-results/integrationTest/1620420406/]
 or download 
[artifacts|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0212/test-artifacts/1620420406/windows-integrationtestfiles-OpenJDK8-1.15.0-build.0212.tgz].

> Test JVM fails to exit during WindowsIntegrationTest
> 
>
> Key: GEODE-9251
> URL: https://issues.apache.org/jira/browse/GEODE-9251
> Project: Geode
>  Issue Type: Bug
>  Components: build, ci, tests
>Affects Versions: 1.15.0
>Reporter: Robert Houghton
>Priority: Major
> Attachments: 4084.out, 5304.out
>
>
> Since 9ba75f04a98ba574c7bd0198fc60fba92898d489, the Geode pipeline has been 
> unable to pass WindowsIntegrationTest, due to some JVM processes not exiting 
> on Gradle completion. I pulled logs and will attach them here.
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>tasklist
> Image Name PID Session Name Session# Mem Usage
>  =   === 
>  System Idle Process 0 Services 0 4 K
>  System 4 Services 0 136 K
>  smss.exe 344 Services 0 1,228 K
>  csrss.exe 440 Services 0 4,320 K
>  wininit.exe 508 Services 0 4,844 K
>  csrss.exe 516 Console 1 3,736 K
>  winlogon.exe 568 Console 1 10,768 K
>  services.exe 640 Services 0 7,216 K
>  lsass.exe 648 Services 0 17,708 K
>  svchost.exe 748 Services 0 13,608 K
>  svchost.exe 812 Services 0 8,860 K
>  dwm.exe 888 Console 1 25,596 K
>  svchost.exe 944 Services 0 51,496 K
>  svchost.exe 984 Services 0 17,684 K
>  svchost.exe 240 Services 0 9,376 K
>  svchost.exe 1116 Services 0 23,980 K
>  svchost.exe 1168 Services 0 20,292 K
>  svchost.exe 1176 Services 0 14,656 K
>  google_osconfig_agent.exe 1432 Services 0 21,152 K
>  GCEWindowsAgent.exe 1440 Services 0 18,544 K
>  svchost.exe 1480 Services 0 17,552 K
>  svchost.exe 1736 Services 0 7,212 K
>  spoolsv.exe 1984 Services 0 15,948 K
>  dllhost.exe 1056 Services 0 7,696 K
>  dockerd.exe 1136 Services 0 37,924 K
>  GoogleVssAgent.exe 1336 Services 0 4,780 K
>  sshd.exe 2100 Services 0 6,240 K
>  svchost.exe 2196 Services 0 8,084 K
>  svchost.exe 2204 Services 0 21,120 K
>  vmms.exe 2252 Services 0 32,968 K
>  MsMpEng.exe 2272 Services 0 169,140 K
>  dllhost.exe 2352 Services 0 12,500 K
>  svchost.exe 2768 Services 0 6,928 K
>  vmcompute.exe 2940 Services 0 8,820 K
>  msdtc.exe 2560 Services 0 9,892 K
>  NisSrv.exe 3256 Services 0 10,648 K
>  svchost.exe 3348 Services 0 11,704 K
>  MpCmdRun.exe 4784 Services 0 10,008 K
>  LogonUI.exe 3088 Console 1 46,824 K
>  StackdriverAgent.exe 452 Services 0 27,176 K
>  WmiPrvSE.exe 2144 Services 0 18,972 K
>  sshd.exe 3524 Services 0 7,068 K
>  conhost.exe 1088 Services 0 5,880 K
>  sshd.exe 376 Services 0 7,216 K
>  java.exe 5304 Services 0 1,164,536 K
>  conhost.exe 4216 Services 0 8,932 K
>  java.exe 4084 Services 0 329,184 K
>  conhost.exe 4024 Services 0 8,932 K
>  sshd.exe 5908 Services 0 7,108 K
>  conhost.exe 3976 Services 0 5,932 K
>  dllhost.exe 1652 Services 0 5,904 K
>  sshd.exe 1192 Services 0 7,144 K
>  ssh-shellhost.exe 1836 Services 0 3,192 K
>  cmd.exe 1752 Services 0 2,608 K
>  conhost.exe 932 Services 0 9,448 K
>  cmd.exe 6636 Services 0 2,816 K
>  tasklist.exe 6020 Services 0 7,780 K
> {code}
> {code:java}
> geode@HEAVY-LIFTER-88 C:\Users\geode>c:\java11\bin\jps.exe
>  4084 ServerLauncher
>  5304 LocatorLauncher
>  4220 Jps
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-9251) Test JVM fails to exit during WindowsIntegrationTest

2021-05-07 Thread Robert Houghton (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17341000#comment-17341000
 ] 

Robert Houghton commented on GEODE-9251:


pslist64 output:
{code:bash}
geode@HEAVY-LIFTER-88 C:\Users\geode>pslist64.exe -t

PsList v1.4 - Process information lister
Copyright (C) 2000-2016 Mark Russinovich
Sysinternals - www.sysinternals.com

Process information for HEAVY-LIFTER-88:

Name Pid Pri Thd  Hnd  VM  WSPriv
Idle   0   0   60  64   4   0
  System   4   8 111  9153464 136 128
smss 344  11   2   51 21474902401228 396
csrss440  13  12  362 214753496043522000
wininit  508  13   1   96 21475091324848 944
  services   640   9   7  277 214750706872723860
svchost  240   8   1  119 214752858093482428
StackdriverAgent 452   8   6  268  105708   27300   17296
svchost  748   8  18  511 2147545940   137485092
  WmiPrvSE  2144   8  12  326 2147572024   18116   10880
svchost  812   8  10  505 214752406491964304
svchost  944   8  38 1421 2147677472   51436   24680
svchost  984   8  19  440 2147569032   17708   12156
dllhost 1056   8   5  124 214752486076961652
svchost 1116   8  19  633 2147668284   23960   10456
dockerd 1136   8  20  265  186880   37924   68412
svchost 1168   8  24  846 2147597980   203128944
svchost 1176   8  13  447 2147548816   150249868
GoogleVssAgent  1336   8   4   74   3400047801040
google_osconfig_agent   1432   8  18  318  111552   20876   20056
GCEWindowsAgent 1440   8  18  305   98572   18604   20152
svchost 1480   8  14  414 2147721972   17552   11220
svchost 1736   8   6  161 214752030471682028
spoolsv 1984   8   9  424 2147582884   159485656
sshd2100   8   2  106 214751728862401340
  sshd  3524   8   1  110 214751626470681852
sshd 376   8   1  117 214751626472161956
conhost 1088   8   3   95 214754639658801324
  sshd  5072   8   3  115 214751831270841908
conhost 4136   8   3   95 214754639658881320
sshd5292   8   3  122 214751831271322032
  ssh-shellhost 4940   8   4   61 21475073643160 692
cmd 7072   8   1   55 214749917625921564
  cmd   1840   8   1   61 214750007629561600
pslist645212   8   6  163  497568   11488   15280
  pslist64  6180  13   4  194   6720870002120
  conhost   4864   8   3   98 214755104894124804
svchost 2196   8   6  201 214752031680682084
svchost 2204   8   9  402 2147617504   209246952
vmms2252   8  13  465 2147597040   329768952
MsMpEng 2272   8  38  490 2148059148  217872  217780
dllhost 2352   8  10  221 2147541736   125003752
msdtc   2560   8   9  195 214753298498922828
svchost 2768   8   3  137 214751418069281664
vmcompute   2940   8   3  129 214752080888201680
NisSrv  3256   8   8  187 2147560644   106604260
svchost 3348   8  25  438 2147588132   117364400
  lsass  648   9   7  963 2147541100   177767800
csrss516  13   9  137 214752672037361392
winlogon 568  13   2  172 2147562088   107681900
  dwm888  13  15  323 2147631620   25596   10604
  LogonUI   3088  13  22  595 2147737788   46836   14616
java4084   8  41  577 3902552  329268  418052
  conhost   4024   8   1   83 214754558089324812
MpCmdRun4784   8   6  267 2147535696   101723052
java5304   8  76 1030 4048836 1165468 1211528
  conhost   4216   8   1   83 214754558489324812
{code}

> Test JVM fails to exit during WindowsIntegrationTest
> 

[jira] [Commented] (GEODE-9251) Test JVM fails to exit during WindowsIntegrationTest

2021-05-07 Thread Geode Integration (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17340985#comment-17340985
 ] 

Geode Integration commented on GEODE-9251:
--

Seen in [WindowsIntegrationTestOpenJDK11 
#197|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/WindowsIntegrationTestOpenJDK11/builds/197]
 ... see [test 
results|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0211/test-results/integrationTest/1620395767/]
 or download 
[artifacts|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0211/test-artifacts/1620395767/windows-integrationtestfiles-OpenJDK11-1.15.0-build.0211.tgz].

> Test JVM fails to exit during WindowsIntegrationTest
> 
>
> Key: GEODE-9251
> URL: https://issues.apache.org/jira/browse/GEODE-9251
> Project: Geode
>  Issue Type: Bug
>  Components: build, ci, tests
>Affects Versions: 1.15.0
>Reporter: Robert Houghton
>Priority: Major
> Attachments: 4084.out, 5304.out
>
>
> Since 9ba75f04a98ba574c7bd0198fc60fba92898d489, the Geode pipeline has been 
> unable to pass WindowsIntegrationTest, due to some JVM processes not exiting 
> on Gradle completion. I pulled logs and will attach them here.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-9251) Test JVM fails to exit during WindowsIntegrationTest

2021-05-07 Thread Robert Houghton (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17340984#comment-17340984
 ] 

Robert Houghton commented on GEODE-9251:


We pinned back the CI and GCI image to the last passing, 
[here|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-pr/jobs/WindowsIntegrationTestOpenJDK11/builds/51],
 and will see if the gradle tasks hangs. Should tell us if it's an issue with 
the openssh change, or test/gradle

> Test JVM fails to exit during WindowsIntegrationTest
> 
>
> Key: GEODE-9251
> URL: https://issues.apache.org/jira/browse/GEODE-9251
> Project: Geode
>  Issue Type: Bug
>  Components: build, ci, tests
>Affects Versions: 1.15.0
>Reporter: Robert Houghton
>Priority: Major
> Attachments: 4084.out, 5304.out
>
>
> Since 9ba75f04a98ba574c7bd0198fc60fba92898d489, the Geode pipeline has been 
> unable to pass WindowsIntegrationTest, due to some JVM processes not exiting 
> on Gradle completion. I pulled logs and will attach them here.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-9251) Test JVM fails to exit during WindowsIntegrationTest

2021-05-07 Thread Geode Integration (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17340987#comment-17340987
 ] 

Geode Integration commented on GEODE-9251:
--

Seen in [WindowsIntegrationTestOpenJDK8 
#196.1|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/WindowsIntegrationTestOpenJDK8/builds/196.1]
 ... see [test 
results|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0210/test-results/integrationTest/1620392020/]
 or download 
[artifacts|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0210/test-artifacts/1620392020/windows-integrationtestfiles-OpenJDK8-1.15.0-build.0210.tgz].

> Test JVM fails to exit during WindowsIntegrationTest
> 
>
> Key: GEODE-9251
> URL: https://issues.apache.org/jira/browse/GEODE-9251
> Project: Geode
>  Issue Type: Bug
>  Components: build, ci, tests
>Affects Versions: 1.15.0
>Reporter: Robert Houghton
>Priority: Major
> Attachments: 4084.out, 5304.out
>
>
> Since 9ba75f04a98ba574c7bd0198fc60fba92898d489, the Geode pipeline has been 
> unable to pass WindowsIntegrationTest, due to some JVM processes not exiting 
> on Gradle completion. I pulled logs and will attach them here.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-9251) Test JVM fails to exit during WindowsIntegrationTest

2021-05-07 Thread Geode Integration (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17340986#comment-17340986
 ] 

Geode Integration commented on GEODE-9251:
--

Seen in [WindowsIntegrationTestOpenJDK11 
#196|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/WindowsIntegrationTestOpenJDK11/builds/196]
 ... see [test 
results|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0210/test-results/integrationTest/1620392036/]
 or download 
[artifacts|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0210/test-artifacts/1620392036/windows-integrationtestfiles-OpenJDK11-1.15.0-build.0210.tgz].

> Test JVM fails to exit during WindowsIntegrationTest
> 
>
> Key: GEODE-9251
> URL: https://issues.apache.org/jira/browse/GEODE-9251
> Project: Geode
>  Issue Type: Bug
>  Components: build, ci, tests
>Affects Versions: 1.15.0
>Reporter: Robert Houghton
>Priority: Major
> Attachments: 4084.out, 5304.out
>
>
> Since 9ba75f04a98ba574c7bd0198fc60fba92898d489, the Geode pipeline has been 
> unable to pass WindowsIntegrationTest, due to some JVM processes not exiting 
> on Gradle completion. I pulled logs and will attach them here.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-9251) Test JVM fails to exit during WindowsIntegrationTest

2021-05-07 Thread Geode Integration (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17340983#comment-17340983
 ] 

Geode Integration commented on GEODE-9251:
--

Seen in [WindowsIntegrationTestOpenJDK8 
#197|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/WindowsIntegrationTestOpenJDK8/builds/197]
 ... see [test 
results|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0211/test-results/integrationTest/1620395947/]
 or download 
[artifacts|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0211/test-artifacts/1620395947/windows-integrationtestfiles-OpenJDK8-1.15.0-build.0211.tgz].

> Test JVM fails to exit during WindowsIntegrationTest
> 
>
> Key: GEODE-9251
> URL: https://issues.apache.org/jira/browse/GEODE-9251
> Project: Geode
>  Issue Type: Bug
>  Components: build, ci, tests
>Affects Versions: 1.15.0
>Reporter: Robert Houghton
>Priority: Major
> Attachments: 4084.out, 5304.out
>
>
> Since 9ba75f04a98ba574c7bd0198fc60fba92898d489, the Geode pipeline has been 
> unable to pass WindowsIntegrationTest, due to some JVM processes not exiting 
> on Gradle completion. I pulled logs and will attach them here.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)