Re: [PR] MINOR: upgrade ubuntu from trusty to bionic [kafka]

2025-02-10 Thread via GitHub
chia7712 closed pull request #18286: MINOR: upgrade ubuntu from trusty to bionic URL: https://github.com/apache/kafka/pull/18286 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

Re: [PR] MINOR: upgrade ubuntu from trusty to bionic [kafka]

2024-12-24 Thread via GitHub
chia7712 commented on PR #18286: URL: https://github.com/apache/kafka/pull/18286#issuecomment-2561562428 > I'm afraid that we have to leave it as it is. yes, +1 to keep it -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

Re: [PR] MINOR: upgrade ubuntu from trusty to bionic [kafka]

2024-12-24 Thread via GitHub
brandboat commented on PR #18286: URL: https://github.com/apache/kafka/pull/18286#issuecomment-2561544840 > @brandboat should we fix all other cases using "ps ux" to avoid similar issue in the future? There is another ps us usage in https://github.com/apache/kafka/blob/4ed7f2cd01deab

Re: [PR] MINOR: upgrade ubuntu from trusty to bionic [kafka]

2024-12-24 Thread via GitHub
chia7712 commented on PR #18286: URL: https://github.com/apache/kafka/pull/18286#issuecomment-2561521149 @brandboat should we fix all other cases using "ps ux" to avoid similar issue in the future? -- This is an automated message from the Apache Git Service. To respond to the message, ple

Re: [PR] MINOR: upgrade ubuntu from trusty to bionic [kafka]

2024-12-24 Thread via GitHub
jolshan commented on PR #18286: URL: https://github.com/apache/kafka/pull/18286#issuecomment-2561306063 > @jolshan maybe there are broken commands after upgrading the OS version. I think there could also be something on our infra side that I'm not setting up correctly. I requested so

Re: [PR] MINOR: upgrade ubuntu from trusty to bionic [kafka]

2024-12-24 Thread via GitHub
jolshan commented on PR #18286: URL: https://github.com/apache/kafka/pull/18286#issuecomment-2561305255 Thanks @brandboat. I will take a look at that one. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

Re: [PR] MINOR: upgrade ubuntu from trusty to bionic [kafka]

2024-12-24 Thread via GitHub
brandboat commented on PR #18286: URL: https://github.com/apache/kafka/pull/18286#issuecomment-2561264584 gentle ping @jolshan, I just filed https://github.com/apache/kafka/pull/18312 which use `jcmd` instead of `ps ax` to mitigate the output truncate issue, perhaps you can give it a try, t

Re: [PR] MINOR: upgrade ubuntu from trusty to bionic [kafka]

2024-12-23 Thread via GitHub
brandboat commented on PR #18286: URL: https://github.com/apache/kafka/pull/18286#issuecomment-2560503653 > @brandboat do you have free cycle to file a patch? I'd like to keep this PR as it is. I'll file a PR today, thanks for bring this up! -- This is an automated message from the

Re: [PR] MINOR: upgrade ubuntu from trusty to bionic [kafka]

2024-12-23 Thread via GitHub
chia7712 commented on PR #18286: URL: https://github.com/apache/kafka/pull/18286#issuecomment-2560499495 @brandboat do you have free cycle to file a patch? I'd like to keep this PR as it is. -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] MINOR: upgrade ubuntu from trusty to bionic [kafka]

2024-12-23 Thread via GitHub
chia7712 commented on PR #18286: URL: https://github.com/apache/kafka/pull/18286#issuecomment-2560499043 @jolshan maybe there are broken commands after upgrading the OS version. We can try the solution of https://issues.apache.org/jira/browse/KAFKA-18343 which is more compatible with all ex

Re: [PR] MINOR: upgrade ubuntu from trusty to bionic [kafka]

2024-12-23 Thread via GitHub
jolshan commented on PR #18286: URL: https://github.com/apache/kafka/pull/18286#issuecomment-2560366700 This was my old branch which had the ntpupdate in a slightly different place (it also didn't work for me at the time though) https://github.com/apache/kafka/compare/trunk...jolshan:kafk

Re: [PR] MINOR: upgrade ubuntu from trusty to bionic [kafka]

2024-12-23 Thread via GitHub
jolshan commented on PR #18286: URL: https://github.com/apache/kafka/pull/18286#issuecomment-2560324322 I tried a few difference instances but I'm seeing the kafka failed to start up in 60 seconds. However, this time it looks like a different issue related to the servers not finding the con

Re: [PR] MINOR: upgrade ubuntu from trusty to bionic [kafka]

2024-12-23 Thread via GitHub
jolshan commented on PR #18286: URL: https://github.com/apache/kafka/pull/18286#issuecomment-2560123253 @chia7712 that may work for the short term as well. I tried a first pass with the new instance type and it didn't work quite right yet. I will keep trying a few things in the meantime.

Re: [PR] MINOR: upgrade ubuntu from trusty to bionic [kafka]

2024-12-23 Thread via GitHub
chia7712 commented on PR #18286: URL: https://github.com/apache/kafka/pull/18286#issuecomment-2560101333 > I think our infra unfortunately overrides the version set here, but I think I originally got stuck with the other changes in the base.sh files. Give me a moment to re-setup the testing

Re: [PR] MINOR: upgrade ubuntu from trusty to bionic [kafka]

2024-12-23 Thread via GitHub
jolshan commented on PR #18286: URL: https://github.com/apache/kafka/pull/18286#issuecomment-2560087225 Thanks for the patch -- I had at one point tried a stab at upgrading ubuntu since 14 is already way past EOL. Makes sense that we should upgrade. I think our infra unfortunately ov

Re: [PR] MINOR: upgrade ubuntu from trusty to bionic [kafka]

2024-12-23 Thread via GitHub
jolshan commented on PR #18286: URL: https://github.com/apache/kafka/pull/18286#issuecomment-2560083055 Taking a look. Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment

Re: [PR] MINOR: upgrade ubuntu from trusty to bionic [kafka]

2024-12-23 Thread via GitHub
brandboat commented on PR #18286: URL: https://github.com/apache/kafka/pull/18286#issuecomment-2560061584 > @jolshan the root cause is that the output of ps ax is truncated. see following output I believe this issue is related to the 4096-byte limit of /proc/pid/cmdline, which was fi

Re: [PR] MINOR: upgrade ubuntu from trusty to bionic [kafka]

2024-12-23 Thread via GitHub
chia7712 commented on PR #18286: URL: https://github.com/apache/kafka/pull/18286#issuecomment-2559981240 @jolshan Could you please test this patch? I am using Ubuntu 18.04 instead of 14.04, and it appears that the `ps ux` command output is no longer truncated. ``` vagrant@worker1:~$ ps