While creating a questionset, kafka does not get any updates #57
Replies: 4 comments
-
@santhosh-tg @pallakartheekreddy Any idea what can be the issue? @mahesh-maney we are looking for more details with logs to understand the problem better. |
Beta Was this translation helpful? Give feedback.
-
@vinukumar-vs, debugging the issue, we can see the logs pertaining to questionset (wjile creating question-set). Neo4J logs aren't syncing with logstash. There are no entires in the log file of logstash. |
Beta Was this translation helpful? Give feedback.
-
@mahesh-maney Please check if the neo4j plugin (kernel extension) is deployed properly under neo4j plugin folder which populates data to log file for each neo4j transaction. If the jar is available, you may try restarting neo4j once. Also Can you please share the name of log file you are referring to for this issue ? |
Beta Was this translation helpful? Give feedback.
-
@krgauraw , |
Beta Was this translation helpful? Give feedback.
-
while creating a question-set, the data does not get posted to kafka topics. Hence we are not able to list the newly created question-sets.
What we have debugged is that, while the question-set is created, logstash will post the question-set metadata to kafka topic.
Therefore none of the data is synced to elasticsearch and hence the issue.
We have redeployed the kafka servcie and logstash service couple of times. The required kafka topic exists and We were able to list all the kafka topics. However data isn't syncing up.
CSP : GCP
Version : release-5.1.0-vdn
@Krishnaj20 @vinukumar-vs
Beta Was this translation helpful? Give feedback.
All reactions