Re: [I] Table or view 'undo_log' does not exist [shardingsphere]

2024-11-11 Thread via GitHub


terrymanu closed issue #33523: Table or view 'undo_log' does not exist
URL: https://github.com/apache/shardingsphere/issues/33523


-- 
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: notifications-unsubscr...@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] Table or view 'undo_log' does not exist [shardingsphere]

2024-11-11 Thread via GitHub


github-actions[bot] commented on issue #33523:
URL: 
https://github.com/apache/shardingsphere/issues/33523#issuecomment-2468937895

   There hasn't been any activity on this issue recently, and in order to 
prioritize active issues, it will be marked as stale.


-- 
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: notifications-unsubscr...@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] Table or view 'undo_log' does not exist [shardingsphere]

2024-11-04 Thread via GitHub


linghengqian commented on issue #33523:
URL: 
https://github.com/apache/shardingsphere/issues/33523#issuecomment-2455132462

   - By the way, if your seata server only uses file mode, you don't need to 
provide the mysql jdbc driver jar for the seata server's docker container. The 
seata server's docker container normally does not need to communicate with the 
mysql server unless you save the seata server's metadata in a mysql server and 
change the seata server's mode.


-- 
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: notifications-unsubscr...@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] Table or view 'undo_log' does not exist [shardingsphere]

2024-11-04 Thread via GitHub


SilenceDevelopers commented on issue #33523:
URL: 
https://github.com/apache/shardingsphere/issues/33523#issuecomment-2455023503

   OK,Thank you for your answer.


-- 
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: notifications-unsubscr...@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] Table or view 'undo_log' does not exist [shardingsphere]

2024-11-04 Thread via GitHub


linghengqian commented on issue #33523:
URL: 
https://github.com/apache/shardingsphere/issues/33523#issuecomment-2454905138

   > I found out from the logs that shardingjdbc references Hikari and Druid, 
but the database driver I configured did not reference Hikari.
   
   - I have explained a lot about alibaba druid in the Chinese article 
https://www.yuque.com/linghengqian/meve2v/zoy35sivtf6nzp90 mentioned in 
https://github.com/apache/shardingsphere/discussions/12258#discussioncomment-10427297
 . 
   - By default, the metadata of shardingsphere is stored in the `h2database in 
memory mode`, which will create an additional hikaricp database connection 
pool. 
   - If you do not want to create a hikaricp database connection pool, consider 
the `Cluster Mode` provided by 
https://shardingsphere.apache.org/document/current/cn/user-manual/common-config/builtin-algorithm/metadata-repository/
 , or create your own SPI implementation.
   - Before https://github.com/alibaba/druid/pull/6143 is reviewed, I would not 
recommend using alibaba druid. According to 
https://github.com/apache/shardingsphere/issues/32765, druid has at least 4 
bugs that existed 7 years ago that affect third-party application integration, 
although it does not affect simple use. This is why shardingsphere's master 
branch does not test druid at all.


-- 
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: notifications-unsubscr...@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] Table or view 'undo_log' does not exist [shardingsphere]

2024-11-04 Thread via GitHub


SilenceDevelopers commented on issue #33523:
URL: 
https://github.com/apache/shardingsphere/issues/33523#issuecomment-2454867773

   I found out from the logs that shardingjdbc references Hikari and Druid, but 
the database driver I configured did not reference Hikari.


-- 
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: notifications-unsubscr...@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] Table or view 'undo_log' does not exist [shardingsphere]

2024-11-04 Thread via GitHub


SilenceDevelopers commented on issue #33523:
URL: 
https://github.com/apache/shardingsphere/issues/33523#issuecomment-2454858815

   oh,sorry,I misunderstood. I didn't do a unit test.  just When I was 
integrating the project, I found that the whole project would not start.


-- 
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: notifications-unsubscr...@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] Table or view 'undo_log' does not exist [shardingsphere]

2024-11-04 Thread via GitHub


linghengqian commented on issue #33523:
URL: 
https://github.com/apache/shardingsphere/issues/33523#issuecomment-2454716376

   @SilenceDevelopers I don't need all the relevant code, I just need a unit 
test execution process similar to 
https://github.com/linghengqian-scratches/code-repo/tree/re-test. The git you 
uploaded seems to contain multiple unit tests. Which unit test throws the error 
log you refer to? What are the steps to reproduce?


-- 
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: notifications-unsubscr...@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] Table or view 'undo_log' does not exist [shardingsphere]

2024-11-04 Thread via GitHub


SilenceDevelopers commented on issue #33523:
URL: 
https://github.com/apache/shardingsphere/issues/33523#issuecomment-2454701363

   my docker images:
   ```java
   nacos/nacos-server  v2.4.2325b84d58cf7   6 weeks ago 
285MB
   canal/canal-server  v1.6.19bf4fbb74f65   7 weeks ago 
1.69GB
   seataio/seata-serverlatest9ba033ad828e   2 months ago
633MB
   apache/rocketmq v5.3.04802c0635d11   3 months ago
419MB
   mysql   8.1.0 ae2502152260   15 months ago   
574MB
   redis   5.0.1499ee9af2b6b1   23 months ago   
110MB
   apacherocketmq/rocketmq-dashboard   v1.0.0eae6c5db5d11   3 years ago 
738MB
   ``` 
   
   I upload my test project:
   https://github.com/SilenceDevelopers/cola-consumer.git


-- 
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: notifications-unsubscr...@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] Table or view 'undo_log' does not exist [shardingsphere]

2024-11-04 Thread via GitHub


SilenceDevelopers commented on issue #33523:
URL: 
https://github.com/apache/shardingsphere/issues/33523#issuecomment-2454568843

   ok  I will upload my project sooner.


-- 
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: notifications-unsubscr...@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] Table or view 'undo_log' does not exist [shardingsphere]

2024-11-04 Thread via GitHub


linghengqian commented on issue #33523:
URL: 
https://github.com/apache/shardingsphere/issues/33523#issuecomment-2454145602

   - Can you share a git containing unit tests for testcontainers-java ? The 
master branch has no problems with the seata integration tests for postgres .
   - By the way, the docker image of seata server does not carry the mysql jdbc 
driver jar starting from v2.1.0.


-- 
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: notifications-unsubscr...@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org