Hi community, As for https://issues.apache.org/jira/browse/HIVE-11309 pid coneverter has been added. But the question is that we can add %pid to appender.DRFA.filePattern (it works and creates logs like hive.log.2017-05-31.21847@beta1) but can't add %pid to appender.DRFA.fileName (it looks like hive.log.%pid). The problem is that pid can be appended when the log is rotated but can't be appended to the file which is initially created. It means multiple hive processes by a user write logs into the same log file, and it will be corrupted when each process rotates it. Am I right? I think this is a bug but before fixing it I'd like to make sure I don't miss something. Could you please confirm or deny this assumption.
Best regards, Vlad
