[
https://issues.apache.org/jira/browse/DRILL-7828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17313434#comment-17313434
]
ASF GitHub Bot commented on DRILL-7828:
---------------------------------------
vdiravka commented on pull request #2192:
URL: https://github.com/apache/drill/pull/2192#issuecomment-812152774
@paul-rogers I am familiar with this issue in Drill:
https://stackoverflow.com/questions/50487014/apache-drill-1-12-0-failure-in-starting-embedded-drillbit-and-no-current-conn/50495562#50495562
And I am absolutely agree about plugins configs versioning. We have it for
parquet metdata, smth similar can be done for plugins. And other thing is
proper migration tool for the new schema of storage plugins configs (every
plugin configs change will require to update plugins configs version and
migration on the new Drill sturtup with an old configs).
But it sounds like a useful, but new feature. It shouldn't prevent to go
further with current PR. Especially in current PR, I added code for an old
plugins configs, so new Drill start-up will not cause any issues with an old
plugin configs.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
> Refactor Pcap and Pcapng format plugin
> --------------------------------------
>
> Key: DRILL-7828
> URL: https://issues.apache.org/jira/browse/DRILL-7828
> Project: Apache Drill
> Issue Type: Sub-task
> Reporter: Cong Luo
> Assignee: Vitalii Diravka
> Priority: Major
> Fix For: 1.19.0
>
>
> We can check the file's magic number, If that magic number indicates PCAP
> then use the existing reader, If the magic number indicates PCAPNG, use the
> refactored NG reader.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)