)]}'
{
  "commit": "fd45214e6380369d182cd6f8bc558c1399c31775",
  "tree": "e83b4022ea6fca198a19e48bf2014bdd443159a7",
  "parents": [
    "aee9b0b60e21c2b1c833f37c240092c3037dc195"
  ],
  "author": {
    "name": "Yongqiang YANG",
    "email": "yangyongqiang@selectdb.com",
    "time": "Fri Apr 03 00:52:33 2026 -0700"
  },
  "committer": {
    "name": "Your Name",
    "email": "your-email@example.com",
    "time": "Fri Apr 03 07:54:59 2026 +0000"
  },
  "message": "[opt](memory) Remove unused indexId field from CloudReplica (#62080)\n\n## Summary\n- Remove the `indexId` field and its `@SerializedName` from\n`CloudReplica`, saving 8 bytes per replica object\n- The only external usage is debug logging in `CloudTabletStatMgr` which\nalready uses `stat.getIdx().getIndexId()` from the proto response — no\nchange needed\n- Constructor parameter is kept for source compatibility but the value\nis no longer stored\n- Gson silently ignores unknown keys when deserializing old images, so\nbackward compatibility is maintained\n\n## Memory Impact\n-8 bytes/replica. At 10M replicas: ~76 MB saved. At 100M replicas: ~763\nMB saved.\n\n## Test plan\n- [ ] Existing cloud tests pass (`mvn test -pl fe/fe-core\n-Dtest\u003d\"*Cloud*\"`)\n- [ ] Gson backward compatibility: old-format JSON with \"indexId\" key\ndeserializes without errors (silently ignored)\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-authored-by: Claude Opus 4.6 \u003cnoreply@anthropic.com\u003e",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "c50b5d809231e8831cc712af5dcf28f7d38c3398",
      "old_mode": 33188,
      "old_path": "fe/fe-core/src/main/java/org/apache/doris/cloud/catalog/CloudReplica.java",
      "new_id": "d8816b22c4ae05fc622b2b817be27af5c86a698a",
      "new_mode": 33188,
      "new_path": "fe/fe-core/src/main/java/org/apache/doris/cloud/catalog/CloudReplica.java"
    }
  ]
}
