Yogesh Jadhav

  • Total activity 67
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 43

Activity overview

Latest activity by Yogesh Jadhav
  • Yogesh Jadhav created an article,

    Understanding the OOM event logs

      Overview When a Linux system exhausts its available memory (RAM and swap), the kernel invokes the OOM killer to terminate processes and prevent system instability. OOM logs provide critical insi...

  • Yogesh Jadhav created an article,

    TServer crash with "Tablet was shut down, request"

      Environment YugabyteDB < 2024.2 Issue The tserver process encountered a fatal error due to a failed kTruncate operation. The logs indicate that a truncate operation was initiated on a table, f...

  • Yogesh Jadhav created an article,

    Collecting Core Dump of PostgreSQL Backend Process Using `gcore`

      Issue In some scenarios, a query may appear to be hung, or the PostgreSQL backend process may exhibit unexpected behavior. To diagnose such issues, capturing a core dump can provide valuable ins...

  • Yogesh Jadhav created an article,

    How to Update Prometheus Swamper Configurations in YugabyteDB Anywhere

    Summary: This article explains how to update Prometheus Swamper configurations in YugabyteDB Anywhere when specific metrics are missing from Prometheus monitoring. These steps are typically requir...

  • Yogesh Jadhav created an article,

    Resolving Common PostgreSQL Process Startup Issues in YugabyteDB

      This guide outlines common issues that can prevent PostgreSQL processes from starting in YugabyteDB and provides solutions for resolving them. Common Issues and Solutions Typographic Mistakes or...

  • Yogesh Jadhav created an article,

    Restore fails with error - Invalid created PGSQL_TABLE_TYPE table

      Environment YugabyteDB - YSQL Fixed in below versions > 2.20.8.0 > 2024.1.4.0 > 2024.2.0.0 > 2.25.0.0 Issue The restore task fails with the following error: Invalid created PGSQL_TABLE_TYPE ...

  • Yogesh Jadhav created an article,

    How to enable authentication for Prometheus

    Environment YugabyteDB Anywhere Overview Often times, Users want to enable authentication for prometheus. This knowledge-base article describes the steps to enable the basic authentication f...

  • Yogesh Jadhav created an article,

    Could not receive data from client: Connection reset by peer

      Environment YugabyteDB - YSQL Issue Connections are being closed and the following error is seen in the logs: Could not receive data from client: Connection reset by peer Resolution Overview ...

  • Yogesh Jadhav created an article,

    How to get the count of rows per tablet?

    Environment YugabyteDB Issue In YugabyteDB, the data is distributed across tablets and you may want to know how many rows are in each tablet. This can be useful for debugging certain issues, fin...

  • Yogesh Jadhav created an article,

    The requested number of tablets (NNN) is over the permitted maximum (NNN)

    Environment YugabyteDB Issue The user is trying to create a table with 151 tablets, but the operation is failing with the following error: yugabyte=# CREATE TABLE t1(id int) SPLIT INTO 151 TABLE...