abmo-x commented on PR #5039: URL: https://github.com/apache/iceberg/pull/5039#issuecomment-1155925120
> > Question: > > https://github.com/apache/iceberg/blob/a5b2c703fb810a6d0731c18056cf287358d15e6c/hive-metastore/src/main/java/org/apache/iceberg/hive/HiveTableOperations.java#L563 > > > > And > > https://github.com/apache/iceberg/blob/a5b2c703fb810a6d0731c18056cf287358d15e6c/hive-metastore/src/main/java/org/apache/iceberg/hive/HiveTableOperations.java#L568 > > > > These should be logging the database.tablename if lock is not acquired in a timely manner. > > is that exception getting swallowed somewhere or the msg not logged from the exception, which includes these details along with the state of the lock. > > These logs gets printed, just that, they are printed at the very end, after exhausting all the retries. Here we are trying to add db.table details after each re-try and get the information up in the log file. Currently with just "Waiting for lock" message, we don't get details about, which db.table, the lock is requested. Ah! That makes sense, thanks for clarifying. -- 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]
