Hi,

Report #12
Week 12: February, 21 - February, 27
Activities:
- Fixed execute method by adding a special "gora_id" field [1]
- Implemented deleting specific fields of the records in deleteByQuery
method [2]
- Implemented MapReduce test [3]
- Added Thread.sleep in order to synchronize Elasticsearch replicas [4]
- All tests in TestElasticsearchStore are passing now
- I also had informal chat with 2 people this week

Questions:

   1. The last commit [4] gives Elasticsearch some time to synchronize all
   its replicas. Without Thread.sleep 10 tests (testQuery, testQueryStartKey,
   testDeleteByQuery etc.) fail and return a different number of hits every
   time I run them. I did not find a better solution, but commit it anyway. Do
   you have any suggestions?
   2. I did not get feedback about Elasticsearch documentation for Apache
   Gora website I sent last week. Do I need to fix something in it?
   3. One of the last goals of my internship is to add the new datastore to
   the GoraExplorer project. Could you tell me if there is any guide on how to
   do it?


[1]
https://github.com/apache/gora/commit/f100b317a6dd3c98875f92de776e9b1e476e5425
[2]
https://github.com/apache/gora/commit/91fb2f83f7b4b682898b1cffe73eb8bebeb8ed83
[3]
https://github.com/apache/gora/commit/28b2dee779fa428f51f54585dbfb88638f9bc1de
[4]
https://github.com/apache/gora/commit/d7955f74821fad063da3dd9f1988f59aadbf7cca

Regards,
Maria

Reply via email to