RockteMQ-AI commented on issue #1291:
URL: 
https://github.com/apache/rocketmq-dashboard/issues/1291#issuecomment-5230087766

   **Issue Evaluation**
   
   Category: `bug` | Status: **Not Reproducible**
   
   The reported issue was verified against the current codebase 
(`develop`/`master` branch) and could not be confirmed.
   
   **Findings:**
   - **No H2 / JPA dependencies**: `pom.xml` does not include `com.h2database` 
or `spring-boot-starter-data-jpa`.
   - **No `application-dev.yml`**: Only `src/main/resources/application.yml` 
exists, with no dev profile configuration.
   - **No `db/schema.sql`**: No `.sql` files exist in the repository.
   - **No `RmqInstance` entity**: No `@Entity`, `@Table`, or `JpaRepository` 
usages found.
   - **No `GET /api/instances` endpoint**: No matching controller or route 
found.
   
   The current dashboard application stores configuration via the filesystem 
(`rocketmq.config.dataPath`), not a relational database. The described failure 
mode (HTTP 500 from `rmq_instance` table not existing) cannot occur with the 
current codebase.
   
   **Possible Explanation:** This issue may reference a "Studio" feature branch 
or a future version of the dashboard that introduces H2/JPA persistence. If so, 
please clarify which branch or PR introduces these components so the issue can 
be evaluated against the correct codebase.
   
   **Action Needed:** Please provide additional context about which branch or 
feature this applies to, or confirm if this targets a planned refactor.
   
   ---
   *Automated evaluation by github-manager*


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to