guoquanshen created SENTRY-396:
----------------------------------
Summary: The Thrift multiplexedProcessor registers mutil processor
failed
Key: SENTRY-396
URL: https://issues.apache.org/jira/browse/SENTRY-396
Project: Sentry
Issue Type: Bug
Affects Versions: 1.4.0
Reporter: guoquanshen
Assignee: guoquanshen
Fix For: 1.5.0
The sentry service uses multiplexedProcessor to register multi processor, but
the logic isn't correct in my opinion. It use processFactory to register and
the source code as following:
{code}TMultiplexedProcessor processor = new TMultiplexedProcessor();
boolean registeredProcessor = false;
for (String processorFactory : processorFactories){
ProcessorFactory factory = (ProcessorFactory) #create factory instance with
processorFactory name
registeredProcessor = registeredProcessor ||
factory.register(processor);
}{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)