[
https://issues.apache.org/jira/browse/DRILL-6311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16431209#comment-16431209
]
ASF GitHub Bot commented on DRILL-6311:
---------------------------------------
Github user vrozov commented on a diff in the pull request:
https://github.com/apache/drill/pull/1202#discussion_r180226298
--- Diff: exec/vector/pom.xml ---
@@ -69,6 +69,7 @@
<groupId>org.apache.drill</groupId>
<artifactId>drill-common</artifactId>
<version>${project.version}</version>
+ <scope>test</scope>
--- End diff --
How it worked before? In the commit that introduced the test dependency,
there is no test categorization.
> No logging information in drillbit.log / drillbit.out
> -----------------------------------------------------
>
> Key: DRILL-6311
> URL: https://issues.apache.org/jira/browse/DRILL-6311
> Project: Apache Drill
> Issue Type: Bug
> Components: Server
> Affects Versions: 1.14.0
> Reporter: Sorabh Hamirwasia
> Assignee: Sorabh Hamirwasia
> Priority: Major
> Fix For: 1.14.0
>
>
> On latest masterĀ 9a6cb59b9b7a5b127e5f60309ce2f506ede9652a, when running
> Drillbit in cluster mode, there is no log prints in drillbit.log / .out file.
> Due to the latest commit there is a change in vector/pom.xml which is adding
> drill-common artifact and the scope is not there. Hence it'sĀ placed under
> drillbit jar path which also contains another logback-test.xml which
> overrides the default logback.xml inside conf directory.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)