Arina Ielchiieva created DRILL-7530:
---------------------------------------
Summary: Fix class names in loggers
Key: DRILL-7530
URL: https://issues.apache.org/jira/browse/DRILL-7530
Project: Apache Drill
Issue Type: Task
Affects Versions: 1.17.0
Reporter: Arina Ielchiieva
Assignee: Arina Ielchiieva
Fix For: 1.18.0
Some loggers have incorrect class names which leads to incorrect information in
logs.
This Jira aims to fix all occurrences of incorrect class names in loggers.
Preliminary list (some occurrences will be excluded):
{noformat}
Name: MapRDBTableCache.java. Expected: MapRDBTableCache. Got:
MapRDBFormatPlugin.
Name: MapRDBTableCache.java. Expected: MapRDBTableCache. Got:
MapRDBFormatPlugin.
Name: HiveFuncHolderExpr.java. Expected: HiveFuncHolderExpr. Got:
DrillFuncHolderExpr.
Name: HiveFuncHolder.java. Expected: HiveFuncHolder. Got:
FunctionImplementationRegistry.
Name: HiveMetadataProvider.java. Expected: HiveMetadataProvider. Got: HiveStats.
Name: TableEntryCacheLoader.java. Expected: TableEntryCacheLoader. Got:
TableNameCacheLoader.
Name: TestKafkaSuit.java. Expected: TestKafkaSuit. Got: LoggerFactory.
Name: DrillTestWrapper.java. Expected: DrillTestWrapper. Got: BaseTestQuery.
Name: TestDisabledFunctionality.java. Expected: TestDisabledFunctionality. Got:
TestExampleQueries.
Name: TestMergeJoin.java. Expected: TestMergeJoin. Got: HashAggBatch.
Name: TestLateralJoinCorrectnessBatchProcessing.java. Expected:
TestLateralJoinCorrectnessBatchProcessing. Got: TestNewLateralJoinCorrectness.
Name: TestOperatorRecordBatch.java. Expected: TestOperatorRecordBatch. Got:
SubOperatorTest.
Name: TestPauseInjection.java. Expected: TestPauseInjection. Got: DummyClass.
Name: TestComplexTypeWriter.java. Expected: TestComplexTypeWriter. Got:
TestComplexTypeReader.
Name: AvgIntervalTypeFunctions.java. Expected: AvgIntervalTypeFunctions. Got:
AvgFunctions.
Name: SSLConfigBuilder.java. Expected: SSLConfigBuilder. Got:
org.apache.drill.exec.ssl.SSLConfigBuilder.
Name: PlannerPhase.java. Expected: PlannerPhase. Got: DrillRuleSets.
Name: AbstractIndexDescriptor.java. Expected: AbstractIndexDescriptor. Got:
AbstractIndexDescriptor .
Name: CoveringPlanNoFilterGenerator.java. Expected:
CoveringPlanNoFilterGenerator. Got: CoveringIndexPlanGenerator.
Name: AbstractSqlSetHandler.java. Expected: AbstractSqlSetHandler. Got:
AbstractSqlHandler.
Name: HashJoinMemoryCalculatorImpl.java. Expected:
HashJoinMemoryCalculatorImpl. Got: BuildSidePartitioning.
Name: HashJoinMemoryCalculatorImpl.java. Expected:
HashJoinMemoryCalculatorImpl. Got: PostBuildCalculationsImpl.
Name: HashJoinMemoryCalculator.java. Expected: HashJoinMemoryCalculator. Got:
PartitionStatSet.
Name: NestedLoopJoinTemplate.java. Expected: NestedLoopJoinTemplate. Got:
NestedLoopJoinBatch.
Name: PartitionLimitRecordBatch.java. Expected: PartitionLimitRecordBatch. Got:
LimitRecordBatch.
Name: HashAggTemplate.java. Expected: HashAggTemplate. Got: HashAggregator.
Name: SpilledRecordbatch.java. Expected: SpilledRecordbatch. Got:
SimpleRecordBatch.
Name: StreamingAggTemplate.java. Expected: StreamingAggTemplate. Got:
StreamingAggregator.
Name: SortMemoryManager.java. Expected: SortMemoryManager. Got:
ExternalSortBatch.
Name: SortConfig.java. Expected: SortConfig. Got: ExternalSortBatch.
Name: SortImpl.java. Expected: SortImpl. Got: ExternalSortBatch.
Name: SingleSenderCreator.java. Expected: SingleSenderCreator. Got:
SingleSenderRootExec.
Name: HashTableTemplate.java. Expected: HashTableTemplate. Got: HashTable.
Name: FrameSupportTemplate.java. Expected: FrameSupportTemplate. Got:
NoFrameSupportTemplate.
Name: ScreenCreator.java. Expected: ScreenCreator. Got: ScreenRoot.
Name: UnionAll.java. Expected: UnionAll. Got: Filter.
Name: AvgIntervalTypeFunctions.java. Expected: AvgIntervalTypeFunctions. Got:
AvgFunctions.
Name: PersistedOptionValue.java. Expected: PersistedOptionValue. Got:
Deserializer.
Name: ThreadsResources.java. Expected: ThreadsResources. Got: MetricsResources.
Name: RepeatedVarCharOutput.java. Expected: RepeatedVarCharOutput. Got:
BaseFieldOutput.
Name: MockSubScanPOP.java. Expected: MockSubScanPOP. Got: MockGroupScanPOP.
Name: InMemoryStore.java. Expected: InMemoryStore. Got: InMemoryPersistentStore.
Name: ParquetColumnChunkPageWriteStore.java. Expected:
ParquetColumnChunkPageWriteStore. Got: ParquetDirectByteBufferAllocator.
Name: CorrelationTypeFunctions.java. Expected: CorrelationTypeFunctions. Got:
${aggrtype.className}Functions.
Name: MathFunctionTemplates.java. Expected: MathFunctionTemplates. Got:
${inputType.className}Functions.
Name: CastHigh.java. Expected: CastHigh. Got: CastHighFunctions.
Name: IntervalAggrFunctions2.java. Expected: IntervalAggrFunctions2. Got:
${aggrtype.className}Functions.
Name: SumZeroAggr.java. Expected: SumZeroAggr. Got: SumZeroFunctions.
Name: NumericFunctionsTemplates.java. Expected: NumericFunctionsTemplates. Got:
${numericFunc.className}Functions.
Name: CovarTypeFunctions.java. Expected: CovarTypeFunctions. Got:
${aggrtype.className}Functions.
Name: AggrTypeFunctions3.java. Expected: AggrTypeFunctions3. Got:
${aggrtype.className}Functions.
Name: AggrBitwiseLogicalTypeFunctions.java. Expected:
AggrBitwiseLogicalTypeFunctions. Got: ${aggrtype.className}Functions.
Name: AggrTypeFunctions2.java. Expected: AggrTypeFunctions2. Got:
${aggrtype.className}Functions.
Name: MathFunctions.java. Expected: MathFunctions. Got: GMathFunctions.
Name: MathFunctions.java. Expected: MathFunctions. Got: ExtendedMathFunctions.
Name: MathFunctions.java. Expected: MathFunctions. Got: TrigoMathFunctions.
Name: DrillTestWrapper.java. Expected: DrillTestWrapper. Got: BaseTestQuery.
Name: TestDisabledFunctionality.java. Expected: TestDisabledFunctionality. Got:
TestExampleQueries.
Name: TestMergeJoin.java. Expected: TestMergeJoin. Got: HashAggBatch.
Name: TestLateralJoinCorrectnessBatchProcessing.java. Expected:
TestLateralJoinCorrectnessBatchProcessing. Got: TestNewLateralJoinCorrectness.
Name: TestOperatorRecordBatch.java. Expected: TestOperatorRecordBatch. Got:
SubOperatorTest.
Name: TestPauseInjection.java. Expected: TestPauseInjection. Got: DummyClass.
Name: TestComplexTypeWriter.java. Expected: TestComplexTypeWriter. Got:
TestComplexTypeReader.
Name: SSLConfigBuilder.java. Expected: SSLConfigBuilder. Got:
org.apache.drill.exec.ssl.SSLConfigBuilder.
Name: PlannerPhase.java. Expected: PlannerPhase. Got: DrillRuleSets.
Name: AbstractIndexDescriptor.java. Expected: AbstractIndexDescriptor. Got:
AbstractIndexDescriptor .
Name: CoveringPlanNoFilterGenerator.java. Expected:
CoveringPlanNoFilterGenerator. Got: CoveringIndexPlanGenerator.
Name: AbstractSqlSetHandler.java. Expected: AbstractSqlSetHandler. Got:
AbstractSqlHandler.
Name: HashJoinMemoryCalculatorImpl.java. Expected:
HashJoinMemoryCalculatorImpl. Got: BuildSidePartitioning.
Name: HashJoinMemoryCalculatorImpl.java. Expected:
HashJoinMemoryCalculatorImpl. Got: PostBuildCalculationsImpl.
Name: HashJoinMemoryCalculator.java. Expected: HashJoinMemoryCalculator. Got:
PartitionStatSet.
Name: NestedLoopJoinTemplate.java. Expected: NestedLoopJoinTemplate. Got:
NestedLoopJoinBatch.
Name: PartitionLimitRecordBatch.java. Expected: PartitionLimitRecordBatch. Got:
LimitRecordBatch.
Name: HashAggTemplate.java. Expected: HashAggTemplate. Got: HashAggregator.
Name: SpilledRecordbatch.java. Expected: SpilledRecordbatch. Got:
SimpleRecordBatch.
Name: StreamingAggTemplate.java. Expected: StreamingAggTemplate. Got:
StreamingAggregator.
Name: SortMemoryManager.java. Expected: SortMemoryManager. Got:
ExternalSortBatch.
Name: SortConfig.java. Expected: SortConfig. Got: ExternalSortBatch.
Name: SortImpl.java. Expected: SortImpl. Got: ExternalSortBatch.
Name: SingleSenderCreator.java. Expected: SingleSenderCreator. Got:
SingleSenderRootExec.
Name: HashTableTemplate.java. Expected: HashTableTemplate. Got: HashTable.
Name: FrameSupportTemplate.java. Expected: FrameSupportTemplate. Got:
NoFrameSupportTemplate.
Name: ScreenCreator.java. Expected: ScreenCreator. Got: ScreenRoot.
Name: UnionAll.java. Expected: UnionAll. Got: Filter.
Name: PersistedOptionValue.java. Expected: PersistedOptionValue. Got:
Deserializer.
Name: ThreadsResources.java. Expected: ThreadsResources. Got: MetricsResources.
Name: RepeatedVarCharOutput.java. Expected: RepeatedVarCharOutput. Got:
BaseFieldOutput.
Name: MockSubScanPOP.java. Expected: MockSubScanPOP. Got: MockGroupScanPOP.
Name: InMemoryStore.java. Expected: InMemoryStore. Got: InMemoryPersistentStore.
Name: ParquetColumnChunkPageWriteStore.java. Expected:
ParquetColumnChunkPageWriteStore. Got: ParquetDirectByteBufferAllocator.
Name: CorrelationTypeFunctions.java. Expected: CorrelationTypeFunctions. Got:
${aggrtype.className}Functions.
Name: MathFunctionTemplates.java. Expected: MathFunctionTemplates. Got:
${inputType.className}Functions.
Name: CastHigh.java. Expected: CastHigh. Got: CastHighFunctions.
Name: IntervalAggrFunctions2.java. Expected: IntervalAggrFunctions2. Got:
${aggrtype.className}Functions.
Name: SumZeroAggr.java. Expected: SumZeroAggr. Got: SumZeroFunctions.
Name: NumericFunctionsTemplates.java. Expected: NumericFunctionsTemplates. Got:
${numericFunc.className}Functions.
Name: CovarTypeFunctions.java. Expected: CovarTypeFunctions. Got:
${aggrtype.className}Functions.
Name: AggrTypeFunctions3.java. Expected: AggrTypeFunctions3. Got:
${aggrtype.className}Functions.
Name: AggrBitwiseLogicalTypeFunctions.java. Expected:
AggrBitwiseLogicalTypeFunctions. Got: ${aggrtype.className}Functions.
Name: AggrTypeFunctions2.java. Expected: AggrTypeFunctions2. Got:
${aggrtype.className}Functions.
Name: MathFunctions.java. Expected: MathFunctions. Got: GMathFunctions.
Name: MathFunctions.java. Expected: MathFunctions. Got: ExtendedMathFunctions.
Name: MathFunctions.java. Expected: MathFunctions. Got: TrigoMathFunctions.
Name: DrillCursor.java. Expected: DrillCursor. Got: ResultsListener.
Name: DrillConnectionImpl.java. Expected: DrillConnectionImpl. Got:
DrillConnection.
Name: RepeatedValueVectors.java. Expected: RepeatedValueVectors. Got:
Repeated${minor.class}Vector.
Name: ListWriters.java. Expected: ListWriters. Got: ${mode}ListWriter.
Name: FixedValueVectors.java. Expected: FixedValueVectors. Got:
${minor.class}Vector.
Name: RepeatedValueVectors.java. Expected: RepeatedValueVectors. Got:
Repeated${minor.class}Vector.
Name: ListWriters.java. Expected: ListWriters. Got: ${mode}ListWriter.
Name: FixedValueVectors.java. Expected: FixedValueVectors. Got:
${minor.class}Vector.
Name: AbstractMapVector.java. Expected: AbstractMapVector. Got:
AbstractContainerVector.
Name: RepeatedValueVectors.java. Expected: RepeatedValueVectors. Got:
Repeated${minor.class}Vector.
Name: ListWriters.java. Expected: ListWriters. Got: ${mode}ListWriter.
Name: FixedValueVectors.java. Expected: FixedValueVectors. Got:
${minor.class}Vector.
{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)