morningman commented on a change in pull request #6650:
URL: https://github.com/apache/incubator-doris/pull/6650#discussion_r800196812
##########
File path: fe/fe-core/src/main/java/org/apache/doris/catalog/Table.java
##########
@@ -54,6 +57,8 @@
// assume that the time a lock is held by thread is less then 100ms
public static final long TRY_LOCK_TIMEOUT_MS = 100L;
+ public volatile boolean isDropped = false;
Review comment:
No, you have to add it to `write`/`read` method to be sure that it can
be saved in image.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]