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

feat: add codis proxy info command #2688

Merged

Conversation

chienguo
Copy link
Contributor

@chienguo chienguo commented May 31, 2024

trying to fix #2645

@github-actions github-actions bot added Invalid PR Title ✏️ Feature New feature or request labels May 31, 2024
@chienguo chienguo changed the title add codis proxy info command feat: add codis proxy info command May 31, 2024
@chienguo
Copy link
Contributor Author

chienguo commented Jun 1, 2024

weird io timeout error happens in build_on_ubuntu go E2E tests

• [FAILED] [65.435 seconds]
should replication  all replication test [It] Let The slave become a replica of The master 
/home/runner/work/pika/pika/tests/integration/replication_test.go:396

  Timeline >>
  [FAILED] in [It] - /home/runner/work/pika/pika/tests/integration/replication_test.go:35 @ 06/01/24 04:08:39.116
  [FAILED] in [AfterEach] - /home/runner/work/pika/pika/tests/integration/replication_test.go:21 @ 06/01/24 04:09:09.136
  << Timeline

  [FAILED] Unexpected error:
      <*net.OpError | 0xc000246460>: 
      read tcp 127.0.0.1:55946->127.0.0.1:9231: i/o timeout
      {
          Op: "read",
          Net: "tcp",
          Source: <*net.TCPAddr | 0xc0005bec00>{IP: [127, 0, 0, 1], Port: 55946, Zone: ""},
          Addr: <*net.TCPAddr | 0xc0005bec30>{IP: [127, 0, 0, 1], Port: 9231, Zone: ""},
          Err: <*poll.DeadlineExceededError | 0xcbc740>{},
      }
  occurred
  In [It] at: /home/runner/work/pika/pika/tests/integration/replication_test.go:35 @ 06/01/24 04:08:39.116

  There were additional failures detected.  To view them in detail run ginkgo -vv
------------------------------
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••RefillMaster took 6.865093549s to complete.

------------------------------
• [FAILED] [99.981 seconds]
Rsync Reconfig Test [It] rsync reconfig rsync-timeout-ms, throttle-bytes-per-second
/home/runner/work/pika/pika/tests/integration/rsync_dynamic_reconfig.go:134

  [FAILED] Unexpected error:
      <*poll.DeadlineExceededError | 0xcbc740>: 
      i/o timeout
      {}
  occurred
  In [It] at: /home/runner/work/pika/pika/tests/integration/rsync_dynamic_reconfig.go:[148](https://github.com/OpenAtomFoundation/pika/actions/runs/9326254825/job/25676875016?pr=2688#step:12:149) @ 06/01/24 04:11:52.325

@AlexStocks AlexStocks merged commit 7ea90b7 into OpenAtomFoundation:unstable Jun 2, 2024
12 checks passed
@chienguo chienguo deleted the codis-proxy-info-cmd branch June 6, 2024 07:28
cheniujh pushed a commit to cheniujh/pika that referenced this pull request Sep 24, 2024
* add codis proxy info command

* safe init for slice

* use append

* init in-place

* remove assign
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.0.0 ✏️ Feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add a command which is similar to "info" command of pika to fetch basic statics data from codis
3 participants