Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (37 - 39 of 2765)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Ticket Resolution Summary Owner Reporter
#1934 fixed rasdapy_Update generated GRPC files from beta version to newer version ahambasan Bang Pham Huu
Description

Currently, rasdapy still uses generated GRPC files from beta version http://rasdaman.org/browser/applications/rasdapy/rasdapy/stubs

Hence, it needs to update GRPC generated files for rasdapy from newer GRPC version. It requires to understand GRPC first and how it works in Python.

Rasdapy folder exists at rasdaman/applications/rasdapy and what need to do first is installing GRPC for python: sudo pip install grpcio-tools pip install -U protobuf (version 3.6) There is a python script to generate GRPC files at rasdapy/scripts/stub_generator.py, however, it needs to use some built GRPC tool, so don't use this one, use this new content: ​https://pastebin.com/Ha2EXLbk which will generate GRPC files from above installed Python dependencies.

After that, trying to figure out what changed from the current source code of current rasdapy using beta GRPC with new generated GRPC version.

Finally, rasdapy should work as same as it is in beta version.

#1942 fixed remove directql, transfer functionality to rasserver ahambasan Dimitar Misev
Description
  1. transfer the options supported in directql to rasserver (server/rasserver_main.cc or so)
  2. remove applications/directql
  3. on make install maybe make a symlink directql → rasserver to preserve bw compatibility for a while

Some information on directql can be found here. Essentially it's same as rasserver, except it allows to execute rasql queries (like rasql), without going through the network protocol.

#1958 fixed wcst_import wrongly thinks a daemon is already running ahambasan Dimitar Misev
Description
$ wcst_import.sh ingest.json 
A daemon instance for this ingredients file is already running; please stop it first.

The problem is that I have ingest.json opened in my editor:

$ ps aux | grep ingest.json
dimitar  26681  1.4  0.4 897612 79420 ?        Ssl  12:47   0:02 /opt/sublime_text/sublime_text ingest.json
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.