...
Sometimes failing silently, such as here The test is failing to insert docs and should be getting much higher results.
xgen-internal-githook commented on Tue, 6 Dec 2022 09:53:33 +0000: Author: {'name': 'roganamy', 'email': '93335130+roganamy@users.noreply.github.com', 'username': 'roganamy'} Message: SERVER-71826: M60-like-replica.2022-10 3-Node ReplSet is regularly failing Branch: master https://github.com/mongodb/mongo/commit/3dd74ed335a29554b47a1188d9bfddb11d7b46ae JIRAUSER1263804 commented on Mon, 5 Dec 2022 11:57:40 +0000: Standup: updated m60-like-replica.2022-11 in system_perf.yml to use new workload setup and infrastructure_provisioning release which gave expected results. Created a PR with the changes david.daly commented on Tue, 29 Nov 2022 14:17:51 +0000: amy.rogan@mongodb.com maybe there are two issues, because I opened this ticket before my change went in. JIRAUSER1263804 commented on Tue, 29 Nov 2022 09:56:58 +0000: Standup: David pointed out that I was using the wrong workload_setup file when testing the revert of his change. I reverted the Java change David in the correct workload_setup file and the issue doesn't occur. Question: Can this change be reverted? Is there another path we can follow to achieve same result if reverting isn't an option? JIRAUSER1263804 commented on Mon, 28 Nov 2022 12:38:30 +0000: Standup: patch running that reverts davids changes to Java installation as per conversations on Friday Update: reverting the change did not fix the issue JIRAUSER1263804 commented on Fri, 25 Nov 2022 12:24:43 +0000: Standup: going through ideas for solving based on ss/tls misconfiguration I found other BFs that address misconfiguration of ssl and the error messages are completely different. A lot more indicative of misconfiguration (i.e. NET::ERR_CERT_COMMON_NAME_INVALID) I also ran locally with changes listed in previous comment and didn't led me anywhere/allowed me to prove it was ssl/tls misconfig. looking into other possibilities.. in the analysis run it fails to load class "org.slf4j.impl.StaticLoggerBinder" which points you to here for a solution of 'Placing one (and only one) of slf4j-nop.jar slf4j-simple.jar, slf4j-log4j12.jar, slf4j-jdk14.jar or logback-classic.jar on the class path'. Question: Not sure where to go from here? been looking through ycsb code to see if I can find something jim.oleary@10gen.com commented on Thu, 24 Nov 2022 14:49:16 +0000: https://jira.mongodb.org/browse/BF-27004 probably depends on this. JIRAUSER1263804 commented on Thu, 24 Nov 2022 14:16:48 +0000: Standup: no reply from Evergreen ticket, Question - does this need to be escalated? Looking at more recent runs and the problem is still persistent see here. Looks like it's still a mix up between ssl and tls - see here. {"t": {"$date":"2022-11-24T01:26:09.928Z"} ,"s":"W", "c":"CONTROL", "id":23321, "ctx":"main","msg":"Option: This name is deprecated. Please use the preferred name instead.","attr":{"deprecatedName":"ssl","preferredName":"tls"}} This is seen at the beginning of test_control during cpu_noise workload. Testing turning canaries off to see if this produces the same error or not. And also testing removing upload ssl keys (this fixed something similar before) and changing it to tls to see if it still happens with these changes. Will update here with results jim.oleary@10gen.com commented on Tue, 22 Nov 2022 14:38:50 +0000: EVG-18089 would have caught this issue but it was closed. JIRAUSER1263804 commented on Tue, 22 Nov 2022 13:45:21 +0000: Standup: Thanks Jim for your suggestions/help (due to mixing ssl and tls). Going through them today to try and prove them. Will give an update in the comments accordingly