You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/07/24 07:54:00 UTC

[GitHub] [incubator-doris] caiconghui opened a new issue #4174: [Bug]UpdateDbUsedDataQuotaDaemon has wrong time interval and not skip information_schema db

caiconghui opened a new issue #4174:
URL: https://github.com/apache/incubator-doris/issues/4174


   **Describe the bug**
   UpdateDbUsedDataQuotaDaemon has wrong time interval and not skip information_schema db
   
   **To Reproduce**
   start fe, then see the following log :
   ```
   2020-07-24 14:50:07,447 WARN (UPDATE_DB_USED_QUOTA|20) [UpdateDbUsedDataQuotaDaemon.updateAllDatabaseUsedDataQuota():59] Update database[0] used data quota failed
   org.apache.doris.common.AnalysisException: errCode = 2, detailMessage = databaseTransactionMgr[0] does not exist
           at org.apache.doris.transaction.GlobalTransactionMgr.getDatabaseTransactionMgr(GlobalTransactionMgr.java:77) ~[palo-fe.jar:?]
           at org.apache.doris.transaction.GlobalTransactionMgr.updateDatabaseUsedQuotaData(GlobalTransactionMgr.java:446) ~[palo-fe.jar:?]
           at org.apache.doris.transaction.UpdateDbUsedDataQuotaDaemon.updateAllDatabaseUsedDataQuota(UpdateDbUsedDataQuotaDaemon.java:54) [palo-fe.jar:?]
           at org.apache.doris.transaction.UpdateDbUsedDataQuotaDaemon.runAfterCatalogReady(UpdateDbUsedDataQuotaDaemon.java:39) [palo-fe.jar:?]
           at org.apache.doris.common.util.MasterDaemon.runOneCycle(MasterDaemon.java:58) [palo-fe.jar:?]
           at org.apache.doris.common.util.Daemon.run(Daemon.java:116) [palo-fe.jar:?]
   ```
   **Expected behavior**
   intervalMs = intervalSecs * 1000 and should skip information_schema db
   


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] caiconghui closed issue #4174: [Bug]UpdateDbUsedDataQuotaDaemon has wrong time interval and not skip information_schema db when update used data quota

Posted by GitBox <gi...@apache.org>.
caiconghui closed issue #4174:
URL: https://github.com/apache/incubator-doris/issues/4174


   


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org