Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ releaseWriteLock
Method
releaseWriteLock
fe/src/main/java/org/apache/impala/catalog/Table.java:333–335 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
331
}
332
333
public
void
releaseWriteLock() {
334
writeLock_.unlock();
335
}
336
337
/**
338
* Returns true
if
this table is write locked by current thread.
Callers
15
renameTableFromEvent
Method · 0.95
alterTable
Method · 0.95
alterView
Method · 0.95
dropStats
Method · 0.95
truncateTable
Method · 0.95
createTable
Method · 0.95
createTableLike
Method · 0.95
addPartitionsIfNotRemovedLater
Method · 0.95
removePartitionsIfNotAddedLater
Method · 0.95
reloadPartitionsFromNamesIfExists
Method · 0.95
reloadPartitionsFromEvent
Method · 0.95
addCommittedWriteIdsAndReloadPartitionsIfExist
Method · 0.95
Calls
1
unlock
Method · 0.45
Tested by
1
testAlterPartitionFileMetadataReload
Method · 0.64