Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A Couple of Problems #30

Closed
brucecui opened this issue Dec 11, 2012 · 3 comments
Closed

A Couple of Problems #30

brucecui opened this issue Dec 11, 2012 · 3 comments

Comments

@brucecui
Copy link

I've met two problems during my first tasting today:

  1. It looks like the river can't get back working after delete and recreate it. I have to delete the entire _river index to make it work. Not sure if it's the current ES design or a defect of ES or jdbc plugin. If I have other rivers running, guess this will be a problem.
  2. I still get " Can not write a field name, expecting a value" exception in the log. This happens when I use a result set with columns which could contain null values. The exception disappeared when I narrowed down the result with only some key columns which are not null. I see a fix pull regarding this issue, and I have downloaded the code as well. I built the code and uploaded the package to the cluster, but the error is still there. But since there is no line number mentioned in the log, I can't tell where caused this problem.
@jprante
Copy link
Owner

jprante commented Dec 11, 2012

  1. Which version of ES do you use? Can it be related to River name re-use not possible between node shutdowns elastic/elasticsearch#1921 ?
  2. You are right, there are flaws with null values, I currently work on that issues and an overhauled version, and I will put on some more rigid testing. If you don't mind, it would be great if you could isolate the row data causing the exception and submit it here for building a test case.

@brucecui
Copy link
Author

Thanks for the prompt response.

  1. I checked the linked issue. Looks like it's not my case. I tries several times today but couldn't recur it. I guess it's because I didn't install the plugin on every node in the first place, but later I put it on all my three nodes since I found ES balanced the importing operation to other nodes and failed due to lacking of the plugin. Anyway if I meet this issue again and also can recur it I'll post here again.
  2. It'll be very nice once we have the robustness on null values. Unfortunately the data I used were from the dev env of my current project, which contains some business sensitive data that I may not be allowed to publish here. But I'll try to locate the pain point and hopefully that will help.

@jprante
Copy link
Owner

jprante commented Jan 20, 2013

JDBC river 2.0.0 released

@jprante jprante closed this as completed Jan 20, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants