Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[abctl] Unending "DEBUG helm: Deployment is not ready: airbyte-abctl/airbyte-abctl-server. 0 out of 1 expected pods are ready" #52031

Open
jeremy-ingenuity opened this issue Jan 20, 2025 · 2 comments
Labels
area/abctl Issues with the abctl quickstart cli community team/deployments type/bug Something isn't working

Comments

@jeremy-ingenuity
Copy link
Contributor

What happened?

My self-managed Airbyte OSS deployment suddenly stopped working and I tried reinstalling Airbyte.
I even upgraded the abctl binary to the latest version (version: v0.24.0)
I tried uninstalling airbyte by invoking abctl local uninstall and then installing it by:
abctl local install --port 5001 --low-resource-mode --insecure-cookies --verbose
Even with just the simple abctl local install --verbose command, I still wasn't able to complete the Airbyte installation successfully.

I got the following while terminating the command execution (Ctrl + C):

  DEBUG   helm: Deployment is not ready: airbyte-abctl/airbyte-abctl-server. 0 out of 1 expected pods are ready
  DEBUG   Received unexpected event: *v1.Status
  DEBUG   Event watcher completed.
  DEBUG   helm: warning: Upgrade "airbyte-abctl" failed: context canceled
  DEBUG   helm: Deployment is not ready: airbyte-abctl/airbyte-abctl-server. 0 out of 1 expected pods are ready
  DEBUG   helm: release upgrade failed: context canceled
  ERROR   Failed to install airbyte/airbyte Helm Chart
  ERROR   Unable to install Airbyte locally
  DEBUG   helm: Deployment is not ready: airbyte-abctl/airbyte-abctl-server. 0 out of 1 expected pods are ready
  ERROR   unable to install airbyte chart: unable to install helm: context canceled

What did you expect to happen?

Successfully deploy and run Airbyte, and access the interface via web browser.

Abctl Version

$ abctl version
version: v0.24.0

Docker Version

$ docker version
Client: Docker Engine - Community
 Version:           27.3.1
 API version:       1.47
 Go version:        go1.22.7
 Git commit:        ce12230
 Built:             Fri Sep 20 11:41:00 2024
 OS/Arch:           linux/amd64
 Context:           default

Server: Docker Engine - Community
 Engine:
  Version:          27.3.1
  API version:      1.47 (minimum version 1.24)
  Go version:       go1.22.7
  Git commit:       41ca978
  Built:            Fri Sep 20 11:41:00 2024
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.7.22
  GitCommit:        7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c
 runc:
  Version:          1.1.14
  GitCommit:        v1.1.14-0-g2c9f560
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0

OS Version

# On Linux:
$ cat /etc/os-release
PRETTY_NAME="Ubuntu 22.04.2 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.2 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy
@marcosmarxm
Copy link
Member

Can you share the memory and CPU specifications of the server?

@marcosmarxm marcosmarxm changed the title Unending "DEBUG helm: Deployment is not ready: airbyte-abctl/airbyte-abctl-server. 0 out of 1 expected pods are ready" [abctl] Unending "DEBUG helm: Deployment is not ready: airbyte-abctl/airbyte-abctl-server. 0 out of 1 expected pods are ready" Jan 21, 2025
@jeremy-ingenuity
Copy link
Contributor Author

Can you share the memory and CPU specifications of the server?

@marcosmarxm

CPU

$ lscpu
Architecture:            x86_64
  CPU op-mode(s):        32-bit, 64-bit
  Address sizes:         48 bits physical, 48 bits virtual
  Byte Order:            Little Endian
CPU(s):                  6
  On-line CPU(s) list:   0-5
Vendor ID:               AuthenticAMD
  Model name:            AMD EPYC 7282 16-Core Processor
    CPU family:          23
    Model:               49
    Thread(s) per core:  1
    Core(s) per socket:  6
    Socket(s):           1
    Stepping:            0
    BogoMIPS:            5589.49
    Flags:               fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtsc
                         p lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsa
                         ve avx f16c rdrand hypervisor lahf_lm cmp_legacy cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw perfctr_core ssbd ibrs ibpb stibp vmmcal
                         l fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd ar
                         at umip rdpid arch_capabilities
Virtualization features:
  Hypervisor vendor:     KVM
  Virtualization type:   full
Caches (sum of all):
  L1d:                   384 KiB (6 instances)
  L1i:                   384 KiB (6 instances)
  L2:                    3 MiB (6 instances)
  L3:                    96 MiB (6 instances)
NUMA:
  NUMA node(s):          1
  NUMA node0 CPU(s):     0-5
Vulnerabilities:
  Itlb multihit:         Not affected
  L1tf:                  Not affected
  Mds:                   Not affected
  Meltdown:              Not affected
  Spec store bypass:     Mitigation; Speculative Store Bypass disabled via prctl and seccomp
  Spectre v1:            Mitigation; usercopy/swapgs barriers and __user pointer sanitization
  Spectre v2:            Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling
  Srbds:                 Not affected
  Tsx async abort:       Not affected

RAM

$ free -h
               total        used        free      shared  buff/cache   available
Mem:            15Gi        11Gi       3.5Gi       152Mi       962Mi       4.0Gi
Swap:           15Gi       7.0Gi       9.0Gi

Shared test server with other deployed applications using Docker:

$ docker stats
CPU %     MEM USAGE / LIMIT   MEM %     NET I/O           BLOCK I/O         PIDS
0.80%     743MiB / 1GiB       72.56%    33.5MB / 33.1MB   380MB / 659MB     17
0.29%     2.077GiB / 4GiB     51.92%    4.25MB / 5.34MB   817MB / 762kB     24
2.52%     5.753GiB / 6GiB     95.88%    3.49GB / 363MB    506GB / 45.9GB    1571
0.57%     2.232GiB / 4GiB     55.79%    142MB / 63.8MB    448MB / 1.38GB    107
1.43%     173.8MiB / 1GiB     16.98%    41.6MB / 319MB    963MB / 225MB     10
1.10%     60.57MiB / 1GiB     5.92%     66.5MB / 54.2MB   21.4MB / 30.9MB   7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/abctl Issues with the abctl quickstart cli community team/deployments type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants