[
https://hibernate.onjira.com/browse/HSEARCH-1100?page=com.atlassian.jira....
]
Sanne Grinovero commented on HSEARCH-1100:
------------------------------------------
I'm not sure this is a bug. We usually log the versions in a static block, so it's
coupled to our jar (which defines the "Hibernate Search version"); but each
backend can use a different Serialization implementation, and we had also chosen by design
to be able to support different versions of the same implementation.
Since you are seeing it twice I guess you're having to index managers: we should
include the index name in the log for sure.
Serialization protocol version is logged twice
----------------------------------------------
Key: HSEARCH-1100
URL:
https://hibernate.onjira.com/browse/HSEARCH-1100
Project: Hibernate Search
Issue Type: Improvement
Reporter: Emmanuel Bernard
{code}
10:02:35,720 INFO [impl.AvroSerializationProvider] HSEARCH000079: Serialization protocol
version 1.0
10:02:36,063 INFO [impl.AvroSerializationProvider] HSEARCH000079: Serialization protocol
version 1.0
{code}
Find why and remove the cause. Also DEBUG might be better than INFO?
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira